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
/
native
/
src
/
widget
/
pane_grid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
10
-1706
/
+0
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-4
/
+1
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2
-0
/
+6
2022-11-29
Allow &mut self in overlay
tarkah
2
-8
/
+8
2022-11-14
Implement `Widget::operate` for `PaneGrid`
Ryan Scheidter
2
-2
/
+67
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
3
-3
/
+5
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2
-2
/
+2
2022-11-08
Couple layout & content to avoid desync
Cory Forsstrom
1
-17
/
+3
2022-11-03
Add pub method for getting maximized value
Cory Forsstrom
1
-0
/
+7
2022-11-03
Remove maximized when split occurs
Cory Forsstrom
1
-0
/
+1
2022-11-02
Fix doc links
tarkah
1
-2
/
+8
2022-11-02
Add state::Scoped & rename Elements as Contents
tarkah
1
-3
/
+15
2022-11-02
Add maximize / restore to PaneGrid
Cory Forsstrom
1
-23
/
+31
2022-10-17
Fix pane grid mouse interactions
Cory Forsstrom
1
-1
/
+2
2022-10-07
Render pane grid titlebar after body
Cory Forsstrom
1
-7
/
+7
2022-08-27
When pane grid title bar is cramped, still show content until hover and allow...
Matthew Kennerly
1
-9
/
+15
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
3
-42
/
+142
2022-07-09
Address Clippy lints
Poly
2
-13
/
+12
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
2
-12
/
+30
2022-06-07
Prevent pane grid title bar content and controls from overlapping
mtkennerly
1
-24
/
+47
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
2
-2
/
+14
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
4
-4
/
+26
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
4
-71
/
+101
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
3
-30
/
+3
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2
-7
/
+18
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2
-8
/
+10
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2
-6
/
+6
2021-11-01
Fix `mouse_interaction` using wrong layout in `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+2
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2
-6
/
+12
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
5
-11
/
+9
2021-10-25
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2
-0
/
+66
2021-10-25
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
2
-70
/
+86
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2
-13
/
+7
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2
-2
/
+4
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2
-54
/
+55
2021-07-27
Prevent body events pane is picked / dragging
Cory Forsstrom
1
-8
/
+13
2021-07-15
Remove unnecesary use of `Option::unwrap`
Héctor Ramón Jiménez
1
-3
/
+3
2021-07-15
Fix implementation of `Widget::overlay` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
1
-1
/
+17
2021-06-22
Use `match` statement in `Content::overlay`
Héctor Ramón Jiménez
1
-5
/
+4
2021-06-17
Allow overlay from pane grid title bar
Clark Moody
2
-8
/
+16
2021-06-01
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
1
-5
/
+0
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
1
-10
/
+19
2021-05-24
Enable event handling within the title elements
Clark Moody
1
-10
/
+23
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2
-7
/
+7
2021-03-09
Call `hash_layout` for `controls` in `pane_grid::TitleBar`
Héctor Ramón Jiménez
1
-0
/
+4
2021-02-27
Fix `viewport` argument in `PaneGrid` draw calls
Héctor Ramón Jiménez
2
-2
/
+7
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-6
/
+1
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-1
/
+6
2021-01-07
Use `BTreeMap` for splits and regions in `pane_grid`
Héctor Ramón Jiménez
4
-12
/
+12
2021-01-01
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
2
-6
/
+13
[next]