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
/
row.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-9
/
+3
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-5
/
+5
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-4
/
+4
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-19
/
+18
*
Cull widget draw calls in `column` and `row`
Héctor Ramón Jiménez
2024-10-02
1
-11
/
+8
*
Fix layout for wrapped row with spacing
mtkennerly
2024-09-20
1
-1
/
+1
*
Write doc examples for `column` and `row`
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+21
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-2
/
+2
*
Implement `row::Wrapping` widget
Héctor Ramón Jiménez
2024-08-06
1
-0
/
+200
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-15
/
+0
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-7
/
+23
*
Merge pull request #2460 from Andrew-Schwartz/master
Héctor Ramón
2024-06-16
1
-0
/
+13
|
\
|
*
format
Andrew-Schwartz
2024-06-13
1
-2
/
+9
|
*
Add FromIterator for Row and Column
Andrew-Schwartz
2024-06-12
1
-0
/
+6
|
*
Revert "Add FromIterator for Row and Column"
Andrew-Schwartz
2024-06-12
1
-6
/
+0
|
*
Add FromIterator for Row and Column
Andrew-Schwartz
2024-06-12
1
-0
/
+6
*
|
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-1
/
+1
|
/
*
Use `Iterator::size_hint` to initialize `Column` and `Row` capacity
Héctor Ramón Jiménez
2024-04-01
1
-1
/
+8
*
Fix `Column` and `Row` fluidity being overridden by `push`
Héctor Ramón Jiménez
2024-02-27
1
-8
/
+3
*
Add `from_vec` method to `Column` and `Row`
Héctor Ramón Jiménez
2024-02-19
1
-9
/
+22
*
Add `extend` method to `Column` and `Row`
Héctor Ramón Jiménez
2024-02-19
1
-1
/
+9
*
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
2024-02-15
1
-0
/
+12
*
Add `clip` property to `Button`
Héctor Ramón Jiménez
2024-02-15
1
-1
/
+1
*
Add `clip` property to `Container`, `Column`, and `Row`
Héctor Ramón Jiménez
2024-02-15
1
-2
/
+21
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+9
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-12
/
+13
*
Make `column` and `row` take an `IntoIterator`
Héctor Ramón Jiménez
2024-01-10
1
-4
/
+2
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-7
/
+6
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-11
/
+30
*
Create `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+1
*
Fix needless borrow in `row::layout`
Héctor Ramón Jiménez
2024-01-04
1
-1
/
+1
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-3
/
+3
*
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-9
/
+11
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-2
/
+2
*
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+2
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-0
/
+2
*
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
2023-07-27
1
-1
/
+1
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+2
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-20
/
+10
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+253