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
/
native
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+2
2021-11-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-2
/
+3
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-13
Write missing docs and `Debug` implementations for `native`
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-3
/
+5
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-2
/
+2
2021-08-21
Implement textual hit testing
Tom
1
-2
/
+2
2021-07-12
Move `menu` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
1
-4
/
+2
2021-07-12
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-05
Initial menu implementation
Richard
1
-0
/
+2
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
1
-2
/
+2
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-3
/
+1
2020-11-11
Introduce `event::Status` in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-10
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
1
-2
/
+2
2020-07-09
Write documentation for new `PaneGrid` API
Héctor Ramón Jiménez
1
-2
/
+2
2020-07-08
Rename `Layer` to `overlay::Content`
Héctor Ramón Jiménez
1
-3
/
+1
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
1
-2
/
+2
2020-07-08
Introduce `Layer` trait
Héctor Ramón Jiménez
1
-0
/
+2
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+3
2020-06-04
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-28
Fix `iced_native` mention of old `window::Backend`
Héctor Ramón Jiménez
1
-5
/
+1
2020-05-28
Write documentation for new `iced_native` API
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-21
Introduce `Program` and `State`
Héctor Ramón Jiménez
1
-1
/
+13
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2020-04-29
Move `MouseCursor` to `iced_core`
Héctor Ramón Jiménez
1
-4
/
+2
2020-04-02
Fix `window::Renderer` link in `iced_winit` docs
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-24
Write documentation for `text_input::Cursor`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-24
Improve `text_input::cursor` API
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-19
Write documentation for `pane_grid`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-14
Move `Size` to `iced_core`
Héctor Ramón Jiménez
1
-3
/
+1
2020-01-20
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
1
-2
/
+5
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-2
/
+5
2020-01-10
Move `Debugger` and `Windowed` to a better location
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-10
Add `window::Event::Resized` to `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-09
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-02
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
[next]