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
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
2023-07-06
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
1
-86
/
+195
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-77
/
+83
2023-05-23
clippy
Casper Storm
1
-2
/
+1
2023-05-19
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
1
-1
/
+1
2023-05-16
Add pane_grid functionality to split a pane with another pane
Joao Freitas
1
-4
/
+106
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-20
/
+20
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-17
Use `Pixels` for `spacing`
Héctor Ramón Jiménez
1
-34
/
+27
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-4
/
+4
2023-02-16
Revert "provide ID to operation.container in applicable widgets"
Nick Senger
1
-44
/
+9
2023-02-16
provide ID to operation.container in applicable widgets
Nick Senger
1
-9
/
+44
2023-01-17
Use group overlay for containers w/ children
Cory Forsstrom
1
-5
/
+8
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-1
/
+2
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
1
-2
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-29
Allow &mut self in overlay
tarkah
1
-2
/
+2
2022-11-14
Implement `Widget::operate` for `PaneGrid`
Ryan Scheidter
1
-0
/
+18
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-08
Couple layout & content to avoid desync
Cory Forsstrom
1
-51
/
+52
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-1
/
+1
2022-11-02
Add state::Scoped & rename Elements as Contents
tarkah
1
-91
/
+85
2022-11-02
Fix tests & lints
tarkah
1
-5
/
+6
2022-11-02
Disable drag when maximized
Cory Forsstrom
1
-2
/
+18
2022-11-02
Add maximize / restore to PaneGrid
Cory Forsstrom
1
-32
/
+97
2022-10-19
Use child layout
Cory Forsstrom
1
-2
/
+4
2022-10-19
Eliminate unnecessary allocation
Cory Forsstrom
1
-23
/
+23
2022-10-17
Render picked pane last
Cory Forsstrom
1
-1
/
+6
2022-10-17
Fix pane grid mouse interactions
Cory Forsstrom
1
-1
/
+2
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-182
/
+226
2022-07-09
Address Clippy lints
Poly
1
-2
/
+1
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-4
/
+5
2022-06-01
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
1
-13
/
+26
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-1
/
+9
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
1
-335
/
+446
[next]