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
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
2020-01-01
Implement Geometry2D primitive
Artur Sapek
1
-1
/
+1
2019-12-29
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-18
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
1
-0
/
+2
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-08
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
1
-3
/
+5
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-22
Finish `iced_native` usage section
Héctor Ramón Jiménez
1
-1
/
+7
2019-11-22
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
1
-150
/
+22
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
1
-51
/
+10
2019-11-17
Implement future-based `Command` in `iced_core`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-11
Fix doc comments and remove `Align` from `tour`
Héctor Ramón Jiménez
1
-7
/
+12
2019-11-11
Implement `Container` widget
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-11
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
1
-0
/
+2
2019-11-10
Draft new layout API
Héctor Ramón Jiménez
1
-8
/
+1
2019-11-05
Add horizontal offset to `Primitive::Clip`
Héctor Ramón Jiménez
1
-3
/
+1
2019-11-03
Implement debug view and load system fonts
Héctor Ramón Jiménez
1
-2
/
+0
2019-11-02
Draft `Metrics` and improve `Target` abstraction
Héctor Ramón Jiménez
1
-0
/
+2
2019-10-11
Rename `Renderer::Primitive` to `Renderer::Output`
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-09
Move `winit` logic from `iced` to `iced_winit`
Héctor Ramón Jiménez
1
-0
/
+2
2019-10-08
Make `iced_core::Button` customizable
Héctor Ramón Jiménez
1
-5
/
+7
2019-10-05
Move `MouseCursor` to `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+1
2019-10-05
Add `Renderer` and `Primitive` concepts
Héctor Ramón Jiménez
1
-4
/
+7
2019-09-20
Create `iced_core` and `iced_native`
Héctor Ramón Jiménez
1
-29
/
+26
[next]