index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
Replace Zulip links with Discord
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-28
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2
-5
/
+6
2022-01-28
Move `time` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
3
-0
/
+12
2022-01-12
Simplify version of the `palette` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
5
-9
/
+9
2021-12-06
Include alignment in the container layout hash
Imbris
1
-2
/
+2
2021-11-04
Merge `iced_core::text` with `iced_native::text`
Héctor Ramón Jiménez
2
-30
/
+0
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
3
-66
/
+65
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2
-1
/
+24
2021-09-20
Add Align::Fill variant
Cory Forsstrom
1
-0
/
+3
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
4
-167
/
+0
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
1
-3
/
+3
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
4
-8
/
+8
2021-08-21
Implement textual hit testing
Tom
2
-0
/
+30
2021-07-27
Introduce `COMMAND` constant to `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-0
/
+12
2021-07-19
Add a presets `Menu` to the `game_of_life` example
Héctor Ramón Jiménez
1
-2
/
+2
2021-07-19
Replace `content` with `title` in `menu` module
Héctor Ramón Jiménez
1
-23
/
+18
2021-07-19
Implement `Menu::map` naively
Héctor Ramón Jiménez
1
-5
/
+39
2021-07-12
Store and synchronize `Menu` in `application::State`
Héctor Ramón Jiménez
1
-4
/
+36
2021-07-12
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
2
-27
/
+50
2021-07-12
Move `menu` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
2
-0
/
+86
2021-07-05
Initial menu implementation
Richard
2
-0
/
+20
2021-06-09
Floor `width` and `height` in `Rectangle::floor`
Héctor Ramón
1
-2
/
+2
2021-06-01
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
1
-0
/
+32
2021-06-01
Use `Padding::horizontal` and `Padding::vertical` helpers
Héctor Ramón
1
-2
/
+2
2021-06-01
Introduce `vertical` and `horizontal` methods to `Padding`
Héctor Ramón
1
-0
/
+10
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
3
-4
/
+71
2021-03-31
Bump versions :tada:
Héctor Ramón Jiménez
2
-2
/
+2
2020-11-26
Bump versions :tada:
Héctor Ramón Jiménez
2
-2
/
+2
2020-11-26
Update `README`s of subcrates
Héctor Ramón Jiménez
1
-1
/
+3
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
5
-52
/
+0
2020-11-26
Rename `keyboard::ModifiersState` to `Modifiers`
Héctor Ramón Jiménez
3
-17
/
+12
2020-11-26
Fix broken links in API documentation
Héctor Ramón Jiménez
1
-25
/
+0
2020-11-10
Introduce `is_command_pressed` to `ModifiersState`
Héctor Ramón Jiménez
1
-0
/
+20
2020-10-29
Apply suggestions
Jakub Hlusička
2
-9
/
+7
2020-10-28
Add conversion functions to Size and Vector
Jakub Hlusička
2
-0
/
+33
2020-10-08
add From<Point> and From<Size> for [f32; 2]
Azorlogh
2
-0
/
+12
2020-10-08
Keep `KeyCode` names synchronized with `winit`
Héctor Ramón Jiménez
1
-18
/
+22
2020-10-03
update to winit 0.23 api
aentity
1
-1
/
+2
2020-08-25
Update styling example
Kaiden42
1
-1
/
+1
2020-08-25
Implement From<Color> for Option<Background>
Kaiden42
1
-0
/
+6
2020-06-30
Add `ModifiersChanged` to `keyboard::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2020-06-02
Rename `Rectangle::round` to `snap`
Héctor Ramón Jiménez
1
-4
/
+4
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
2
-26
/
+29
2020-05-04
Improve minor documentation details in `Color`
Héctor Ramón Jiménez
1
-10
/
+16
2020-05-01
Implement scalar multiplication for `Vector`
Héctor Ramón Jiménez
1
-0
/
+11
2020-05-01
Add `UNIT` constant to `Size`
Héctor Ramón Jiménez
1
-0
/
+5
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
4
-38
/
+22
2020-04-30
Move `keyboard::Event` to `iced_core`
Héctor Ramón Jiménez
2
-0
/
+33
[next]