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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-11
fix: panic when overlay event processing removes overlay
Nick Senger
1
-9
/
+9
2023-01-31
Write missing `window::Action` helpers in `window`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-31
Improve consistency of `window::Action`
Héctor Ramón Jiménez
1
-8
/
+9
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
3
-12
/
+22
2023-01-28
Refactor image draw to standalone function
Cory Forsstrom
1
-28
/
+40
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
6
-17
/
+16
2023-01-27
Fix: Clippy lint 'needless_lifetimes'
13r0ck
1
-2
/
+2
2023-01-27
Fixed a small pixel width issue on `pick_list`
Casper Storm
1
-4
/
+1
2023-01-26
Mapped operations is missing text_input()...
frey
1
-1
/
+11
2023-01-26
Annotate `Command` and `Subscription` with `#[must_use]`
Ian Douglas Scott
1
-0
/
+1
2023-01-24
Fix some minor documentation inconsistencies
Héctor Ramón Jiménez
3
-5
/
+8
2023-01-17
Rename method to is_over
Cory Forsstrom
4
-32
/
+12
2023-01-17
Add toast example
Cory Forsstrom
1
-0
/
+5
2023-01-17
New method to determine if overlay contains cursor
Cory Forsstrom
4
-2
/
+48
2023-01-17
Use group overlay for containers w/ children
Cory Forsstrom
2
-8
/
+13
2023-01-17
Add group overlay element
Cory Forsstrom
2
-0
/
+167
2023-01-14
Introduce `custom` method to `widget::Operation` trait
Héctor Ramón Jiménez
4
-0
/
+24
2023-01-14
Bump versions in `README`s
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
6
-14
/
+14
2023-01-13
Clarify documentation of `window::frames`
Héctor Ramón Jiménez
1
-1
/
+5
2023-01-12
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
5
-7
/
+5
2023-01-12
Use `instant` to fix Wasm target
Héctor Ramón Jiménez
5
-4
/
+5
2023-01-12
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
5
-26
/
+63
2023-01-12
Rename `Focus::at` to `Focus::updated_at` in `text_input`
Héctor Ramón Jiménez
1
-7
/
+14
2023-01-12
Implement `window::frames` subscription
Héctor Ramón Jiménez
2
-1
/
+41
2023-01-12
Use short-hand field notation in `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-12
Avoid reblinking cursor when clicking a focused `TextInput`
Héctor Ramón Jiménez
1
-12
/
+7
2023-01-12
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
6
-51
/
+177
2023-01-08
Avoid dragging scroll area when touching scrollbars for `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+4
2023-01-08
Remove `PartialOrd` implementation for `Rectangle`
Héctor Ramón Jiménez
1
-1
/
+3
2023-01-08
Enable horizontal scrolling with `Shift+MouseWheel`
Héctor Ramón Jiménez
1
-1
/
+17
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2
-51
/
+64
2023-01-05
Stop using `f32::clamp` altogether in `layout::Limits`
Héctor Ramón Jiménez
1
-7
/
+9
2023-01-05
Fix `Layout::resolve` panicking under some circumstances
Héctor Ramón Jiménez
1
-2
/
+7
2023-01-04
Checkbox: Fix tests with sync'ed helper macro and associated fn
13r0ck
1
-1
/
+1
2023-01-04
use same name & order for checkbox::new and helper
13r0ck
2
-2
/
+2
2023-01-04
Make count fields pub
Cory Forsstrom
1
-2
/
+2
2023-01-02
Rename `FocusWindow` to `GainFocus` in `window::Action`
Héctor Ramón Jiménez
1
-3
/
+3
2023-01-02
Add `FocusWindow` to `window::Action`
Night_Hunter
1
-0
/
+13
2023-01-02
Add `RequestUserAttention` to `window::Action`
Night_Hunter
3
-5
/
+48
2023-01-02
Rename `is_checked` to `is_toggled` in `Toggler`
Héctor Ramón Jiménez
1
-9
/
+9
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2
-606
/
+537
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
3
-374
/
+763
2022-12-25
TextInput: SHIFT+Left Click to Select
Ryan Scheidter
1
-2
/
+10
2022-12-22
Use same name & order for toggler::new and helper
13r0ck
2
-10
/
+10
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
14
-8
/
+42
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
6
-30
/
+20
2022-12-15
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
1
-0
/
+4
2022-12-14
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
1
-32
/
+29
2022-12-13
Split vertical orientation into VerticalSlider
Casper Storm
4
-158
/
+531
[next]