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.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-10
/
+3
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
1
-1
/
+1
2024-12-07
Emit pane_grid::DragEvent::Canceled within deadband
mtkennerly
1
-0
/
+4
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-06
Fix event capturing order in `pane_grid`
Héctor Ramón Jiménez
1
-38
/
+41
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Implement `reactive-rendering` for `pane_grid`
Héctor Ramón Jiménez
1
-35
/
+80
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-26
/
+23
2024-10-24
Rename `state::Widget` to `pane_grid::Memory`
Héctor Ramón Jiménez
1
-10
/
+15
2024-10-24
Remove duplicated `maximized` state in `pane_grid`
Héctor Ramón Jiménez
1
-27
/
+33
2024-10-24
Retain widget state against incoming panes
Cory Forsstrom
1
-118
/
+128
2024-10-17
Fix new elided lifetime lint in the `beta` toolchain
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-19
Show `pane_grid` doc example in multiple places
Héctor Ramón Jiménez
1
-14
/
+64
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-22
Add compact variant for pane grid controls
mtkennerly
1
-0
/
+2
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-42
/
+66
2024-03-12
Use closures for `PaneGrid::style`
Héctor Ramón Jiménez
1
-11
/
+11
2024-03-08
fix: make pane_grid appearance items visible to others.
Casper Rogild Storm
1
-3
/
+3
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-18
/
+15
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-4
/
+2
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-12
/
+24
2024-03-06
Simplify theming for `PaneGrid` widget
Héctor Ramón Jiménez
1
-551
/
+522
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-5
/
+4
2024-02-27
Fix `PaneGrid` mouse interaction when clicking a pane
Héctor Ramón Jiménez
1
-82
/
+59
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-02
Use `with_translation` wherever possible
Héctor Ramón Jiménez
1
-16
/
+13
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-4
/
+6
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-1
/
+2
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-25
/
+29
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-7
/
+2
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-8
/
+5
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+3
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-6
/
+3
2023-12-15
Add deadband distance before initiating drag action on pane grid
Joao Freitas
1
-18
/
+51
2023-09-20
Fix `clippy::filter_map_next`
Héctor Ramón Jiménez
1
-14
/
+11
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-4
/
+9
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-3
/
+10
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+2
2023-07-06
Remove useless conversion in `widget::pane_grid`
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-06
Simplify `Target` enum in `widget::pane_grid`
Héctor Ramón Jiménez
1
-13
/
+5
2023-07-06
Call `in_edge` only when `picked_pane.is_some()`
Héctor Ramón Jiménez
1
-19
/
+21
[next]