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
/
program
/
state.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-194
/
+0
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-11
/
+7
*
Return ignored events in `program::State::update`
Kai Mast
2022-09-28
1
-8
/
+22
*
Address Clippy lints
Poly
2022-07-09
1
-1
/
+1
*
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2022-07-08
1
-2
/
+4
*
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
2022-05-26
1
-3
/
+3
*
Let a `Theme` control the `text_color` of an application
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+6
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-2
/
+3
*
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
2022-01-11
1
-7
/
+5
*
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
2021-10-18
1
-4
/
+13
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-14
/
+3
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
1
-3
/
+4
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-4
/
+3
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-2
/
+2
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-18
/
+2
*
Batch event processing in `UserInterface::update`
Héctor Ramón Jiménez
2020-11-12
1
-9
/
+8
*
Return `event::Status` in `UserInterface::update`
Héctor Ramón Jiménez
2020-11-12
1
-8
/
+12
*
Finish wiring overlays to `UserInterface`
Héctor Ramón Jiménez
2020-07-08
1
-1
/
+3
*
Draft `Widget::overlay` idempotency
Héctor Ramón Jiménez
2020-07-08
1
-2
/
+2
*
Decouple `cursor_position` from `Cache`
Héctor Ramón Jiménez
2020-06-23
1
-5
/
+8
*
Request a redraw only on relevant events
Héctor Ramón Jiménez
2020-06-09
1
-4
/
+7
*
Write documentation for new `iced_native` API
Héctor Ramón Jiménez
2020-05-28
1
-0
/
+31
*
Introduce `Program` and `State`
Héctor Ramón Jiménez
2020-05-21
1
-0
/
+154