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
/
pane_grid
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
2
-6
/
+6
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
2
-4
/
+4
*
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
2
-3
/
+3
*
Implement `reactive-rendering` for `pane_grid`
Héctor Ramón Jiménez
2024-11-05
1
-0
/
+25
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
2
-5
/
+5
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
2
-31
/
+19
*
Add `relabel` helper to `pane_grid::State`
Héctor Ramón Jiménez
2024-10-24
1
-14
/
+15
*
Rename `state::Widget` to `pane_grid::Memory`
Héctor Ramón Jiménez
2024-10-24
1
-6
/
+0
*
Remove duplicated `maximized` state in `pane_grid`
Héctor Ramón Jiménez
2024-10-24
1
-18
/
+26
*
Keep `Pane` associated to state / layout after swap
Cory Forsstrom
2024-10-24
1
-2
/
+18
*
Retain widget state against incoming panes
Cory Forsstrom
2024-10-24
1
-7
/
+7
*
Use BTreeMap for Ord iteration of panes
Cory Forsstrom
2024-10-24
1
-4
/
+4
*
Add compact variant for pane grid controls
mtkennerly
2024-08-22
2
-69
/
+307
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
2
-2
/
+2
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
2
-2
/
+2
*
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2024-04-01
1
-4
/
+4
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
2
-57
/
+66
*
Try using closures for `Container::style`
Héctor Ramón Jiménez
2024-03-12
2
-11
/
+11
*
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
2024-03-07
2
-7
/
+7
*
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
2024-03-06
2
-13
/
+14
*
Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets
Héctor Ramón Jiménez
2024-03-06
2
-2
/
+2
*
Simplify theming for `Container` widget
Héctor Ramón Jiménez
2024-03-05
2
-19
/
+40
*
Fix `PaneGrid` mouse interaction when clicking a pane
Héctor Ramón Jiménez
2024-02-27
1
-17
/
+0
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
2
-5
/
+16
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
2
-45
/
+45
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
2
-13
/
+14
*
Add deadband distance before initiating drag action on pane grid
Joao Freitas
2023-12-15
1
-0
/
+17
*
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
2023-09-20
2
-34
/
+34
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
2
-11
/
+11
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
7
-29
/
+31
|
\
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
7
-29
/
+31
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
2
-9
/
+11
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
2
-10
/
+21
|
/
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
2
-0
/
+6
*
Introduce `drop` helper to `pane_grid::State`
Héctor Ramón Jiménez
2023-07-06
1
-24
/
+34
*
Reuse code
Joao Freitas
2023-07-06
1
-35
/
+22
*
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
2023-07-06
2
-13
/
+86
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-1
/
+1
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
3
-47
/
+49
*
Rename invert -> swap
Joao Freitas
2023-05-19
1
-2
/
+2
*
Take pane state internally
Joao Freitas
2023-05-19
1
-18
/
+8
*
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2023-05-16
1
-1
/
+50
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
10
-0
/
+1704