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
/
runtime
/
src
/
user_interface.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-12
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-2
/
+1
2025-02-02
Add neutral `None` variant to `InputMethod`
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
1
-30
/
+13
2025-02-02
Draft `input_method` support
KENZ
1
-2
/
+12
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-5
/
+5
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-6
/
+6
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-29
/
+33
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-8
/
+8
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
1
-7
/
+23
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-2
/
+2
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-3
/
+3
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-6
/
+11
2023-08-26
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-24
Don't clip raw overlay bounds
Cory Forsstrom
1
-11
/
+7
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+3
2023-06-29
Revert "Remove `layout` method from `core::Renderer` trait"
Héctor Ramón Jiménez
1
-7
/
+6
2023-06-29
Remove `layout` method from `core::Renderer` trait
Héctor Ramón Jiménez
1
-6
/
+7
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
1
-4
/
+2
2023-06-14
Remove interior mutability
Cory Forsstrom
1
-18
/
+19
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-27
/
+44
2023-06-08
Extend cursor availability to the shell level
Héctor Ramón Jiménez
1
-24
/
+43
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-15
/
+15
2023-05-11
Remove OpenGL mentions in `README`s
Héctor Ramón Jiménez
1
-4
/
+3
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-12
/
+12
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-47
/
+35
2023-02-18
Fix base cursor position during `UserInterface::draw` when overlay is present
Héctor Ramón Jiménez
1
-6
/
+7
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-11
fix: panic when overlay event processing removes overlay
Nick Senger
1
-9
/
+9
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
1
-8
/
+10
2023-01-17
Rename method to is_over
Cory Forsstrom
1
-5
/
+3
2023-01-17
New method to determine if overlay contains cursor
Cory Forsstrom
1
-2
/
+9
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-12
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
1
-13
/
+10
2023-01-12
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
1
-5
/
+41
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-29
Get widget operations working w/ overlay
Cory Forsstrom
1
-7
/
+12
2022-11-29
Allow &mut self in overlay
tarkah
1
-9
/
+9
2022-11-14
Invalidate `overlay` layout when `base` layer captures an `Event`
Héctor Ramón Jiménez
1
-1
/
+5
2022-11-11
#1484, #1527: Fix overlay transition
mtkennerly
1
-1
/
+1
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-07
Update docs for renamed integration examples
13r0ck
1
-3
/
+4
[next]