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
/
pure
/
src
/
widget
/
pane_grid
/
content.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-345
/
+0
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-6
/
+16
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+4
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-2
/
+2
2022-04-30
Fix broken intra-doc links 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
-41
/
+108
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-11
/
+1
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-4
/
+7
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+6
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-3
/
+3
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
1
-3
/
+6
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-25
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
1
-0
/
+36
2021-10-25
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
1
-35
/
+44
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-7
/
+4
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-26
/
+27
2021-07-27
Prevent body events pane is picked / dragging
Cory Forsstrom
1
-8
/
+13
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
1
-8
/
+8
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-4
/
+4
2021-02-27
Fix `viewport` argument in `PaneGrid` draw calls
Héctor Ramón Jiménez
1
-1
/
+4
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-01
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+6
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-14
/
+2
2020-11-12
Implement event capturing for `PaneGrid`
Héctor Ramón Jiménez
1
-4
/
+9
2020-11-12
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Fix typo in documentation of `pane_grid::Content`
Héctor Ramón Jiménez
1
-2
/
+2
2020-08-19
Implement `hash_layout` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
1
-0
/
+4
2020-07-10
Implement `Widget::overlay` for `PaneGrid`
Héctor Ramón Jiménez
1
-0
/
+19
2020-07-09
Write documentation for new `PaneGrid` API
Héctor Ramón Jiménez
1
-11
/
+23
2020-06-10
Lay out title text dynamically in `TitleBar`
Héctor Ramón Jiménez
1
-3
/
+3
2020-06-05
Draft draggable and graphics logic for `TitleBar`
Héctor Ramón Jiménez
1
-8
/
+52
2020-06-05
Draft drawing logic for `Content` and `TitleBar`
Héctor Ramón Jiménez
1
-12
/
+65
2020-06-04
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
1
-27
/
+85
2020-05-23
Write documentation for new `pane_grid` API
Héctor Ramón Jiménez
1
-0
/
+18
2020-05-22
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
1
-0
/
+12