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-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
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-17
/
+2
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-2
/
+9
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-17
/
+13
2021-11-21
Fix implementation of `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
1
-4
/
+27
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-23
/
+26
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Reintroduce `Box` for `style_sheet` in `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+3
[next]