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-07-12
Fix inconsistent `align_*` methods in `Container`
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
4
-71
/
+10
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
5
-65
/
+135
2024-07-12
Add `on_press_with` method for `Button`
Héctor Ramón Jiménez
1
-4
/
+35
2024-07-11
Fix broken doc links in `widget::scrollable`
Héctor Ramón Jiménez
1
-4
/
+4
2024-07-11
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
2
-178
/
+260
2024-07-11
Add `align_x` and `align_y` helpers to `Scrollable`
Héctor Ramón Jiménez
1
-0
/
+26
2024-07-11
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
5
-2
/
+40
2024-07-09
Implement `Default` for `combo_box::State`
Héctor Ramón Jiménez
1
-0
/
+9
2024-07-08
add SelectAll to TextEditor
PgBiel
1
-0
/
+5
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
4
-14
/
+17
2024-07-02
doc: remove extraneous comment
Vlad-Stefan Harbuz
1
-1
/
+0
2024-06-17
Fix `text_editor` always capturing scroll events
Héctor Ramón Jiménez
1
-0
/
+6
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
17
-122
/
+62
2024-06-13
format
Andrew-Schwartz
2
-4
/
+18
2024-06-12
Add FromIterator for Row and Column
Andrew-Schwartz
2
-0
/
+12
2024-06-12
Revert "Add FromIterator for Row and Column"
Andrew-Schwartz
2
-30
/
+18
2024-06-12
Add FromIterator for Row and Column
Andrew-Schwartz
2
-18
/
+30
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-10
Make viewer widget inner naming and syntax closer to image widget
gigas002
1
-25
/
+27
2024-05-08
Run cargo fmt
gigas002
1
-2
/
+2
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
[next]