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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2
-7
/
+3
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
3
-11
/
+19
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
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
23
-816
/
+1036
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
5
-113
/
+165
2024-03-23
Try catalog theming approach with `Button`
Héctor Ramón Jiménez
2
-52
/
+52
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-1
/
+3
2024-03-22
Fix broken links in documentation
Héctor Ramón Jiménez
1
-1
/
+8
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2
-6
/
+10
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
2
-9
/
+19
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
3
-25
/
+22
2024-03-21
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
3
-10
/
+13
2024-03-21
Fix layout invalidation for `Responsive` widget
Héctor Ramón Jiménez
2
-11
/
+36
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-3
/
+4
2024-03-12
Remove `themer` use from `gradient` example :tada:
Héctor Ramón Jiménez
1
-3
/
+21
[next]