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
/
widget
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
17
-122
/
+62
2024-06-11
Allow `dead_code` in `widget::lazy::cache`
Héctor Ramón Jiménez
1
-0
/
+1
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
2
-2
/
+2
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2
-4
/
+4
2024-06-08
Allow for styling of the menu of a pick list
PolyMeilex
1
-0
/
+24
2024-05-31
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
2
-70
/
+8
2024-05-31
Keep unary `motion` function in `text_editor`
Héctor Ramón Jiménez
1
-18
/
+18
2024-05-31
Add Command + ArrowLeft/Right input behavior for macos
BradySimon
2
-26
/
+92
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
2
-19
/
+13
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
3
-0
/
+27
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
2
-2
/
+81
2024-05-02
Apply bounds check when grabbing `image::Viewer`
myuujiku
1
-1
/
+1
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
3
-92
/
+66
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
3
-33
/
+107
2024-05-02
Fix `clippy` lints for new `1.78` stable toolchain
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-01
Use an opaque `Id` type for `image::Handle`
Héctor Ramón Jiménez
2
-9
/
+5
2024-04-30
Introduce `canvas::Cache` grouping
Héctor Ramón Jiménez
1
-0
/
+1
2024-04-27
Propagate mouse movement and button releases unconditionally in `hover`
Héctor Ramón Jiménez
1
-1
/
+8
2024-04-27
Fix top layer clipping in `hover` widget
Héctor Ramón Jiménez
1
-21
/
+24
2024-04-27
Set proper size boundaries for `limits` in `Stack::layout`
Héctor Ramón Jiménez
1
-1
/
+2
2024-04-27
Fix ambiguous link in documentation of `hover` helper
Héctor Ramón Jiménez
1
-0
/
+2
2024-04-27
Fix `overlay` behavior in `hover` widget
Héctor Ramón Jiménez
1
-11
/
+14
2024-04-27
Respect `width` and `height` properties when `Stack` is empty
Héctor Ramón Jiménez
1
-1
/
+5
2024-04-27
Introduce `hover` widget
Héctor Ramón Jiménez
1
-1
/
+229
2024-04-26
Fix out of bounds caret in `TextEditor` in some circumstances
Héctor Ramón Jiménez
1
-13
/
+17
2024-04-26
Fix `Shift` scrolling for `scrollable` on macOS
Héctor Ramón Jiménez
1
-1
/
+3
2024-04-26
Capture scrollbar events in a `scrollable` before content events
Héctor Ramón Jiménez
1
-142
/
+142
2024-04-25
Introduce `opaque` widget helper
Héctor Ramón Jiménez
5
-5
/
+172
2024-04-25
Use `Limits::resolve` in `Stack` widget
Héctor Ramón Jiménez
1
-2
/
+3
2024-04-25
Fix documentation of `stack` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-25
Implement `Stack` widget
Héctor Ramón Jiménez
3
-1
/
+356
2024-04-23
Don't consume unused scroll events (#2397)
Daniel
1
-39
/
+45
2024-04-23
Fix clip bounds with nested `scrollable` widgets
Héctor Ramón Jiménez
1
-4
/
+8
2024-04-15
Allow checking whether a TextEditor is focused
mtkennerly
1
-1
/
+10
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
2
-7
/
+8
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-7
/
+0
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-4
/
+5
2024-04-05
Fix layer transformations
Héctor Ramón Jiménez
1
-3
/
+3
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-3
/
+3
2024-04-02
Check is_secure before a copy/cut from TextInput (#2366)
Aaron McGuire
1
-2
/
+4
2024-04-01
Rename `text::IntoContent` to `IntoFragment`
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-01
combo_box: Do not draw empty menu overlay
Radovan Blažek
1
-28
/
+37
2024-04-01
Reintroduce old `text` helper as `value` helper
Héctor Ramón Jiménez
1
-0
/
+13
2024-04-01
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
1
-2
/
+2
2024-04-01
Use `Iterator::size_hint` to initialize `Column` and `Row` capacity
Héctor Ramón Jiménez
3
-8
/
+56
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2
-11
/
+18
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
4
-6
/
+8
2024-03-29
Expose line_height & text_size fields for the text_editor widget
Bingus
1
-0
/
+15
2024-03-26
Derive `Debug` for `qr_code::Data` in `iced_widget`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-25
Make defaults of composite widgets configurable
Héctor Ramón Jiménez
3
-15
/
+35
[next]