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
/
content.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-373
/
+0
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+3
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-4
/
+4
*
Implement `Widget::operate` for `PaneGrid`
Ryan Scheidter
2022-11-14
1
-1
/
+28
*
Fix broken documentation links
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-1
/
+1
*
Fix pane grid mouse interactions
Cory Forsstrom
2022-10-17
1
-1
/
+2
*
Render pane grid titlebar after body
Cory Forsstrom
2022-10-07
1
-7
/
+7
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-14
/
+70
*
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
1
-6
/
+16
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-2
/
+11
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2022-03-14
1
-18
/
+21
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-11
/
+1
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-4
/
+7
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-4
/
+6
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-3
/
+3
*
Fix `mouse_interaction` using wrong layout in `PaneGrid`
Héctor Ramón Jiménez
2021-11-01
1
-3
/
+2
*
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+6
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-2
/
+2
*
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-0
/
+36
*
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-35
/
+44
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-7
/
+4
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-1
/
+2
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-26
/
+27
*
Prevent body events pane is picked / dragging
Cory Forsstrom
2021-07-27
1
-8
/
+13
*
Use `match` statement in `Content::overlay`
Héctor Ramón Jiménez
2021-06-22
1
-5
/
+4
*
Allow overlay from pane grid title bar
Clark Moody
2021-06-17
1
-8
/
+8
*
Merge pull request #770 from hecrj/feature/clipboard-write
Héctor Ramón
2021-03-10
1
-4
/
+4
|
\
|
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-4
/
+4
*
|
Fix `viewport` argument in `PaneGrid` draw calls
Héctor Ramón Jiménez
2021-02-27
1
-1
/
+4
|
/
*
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
2021-01-01
1
-3
/
+6
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-14
/
+2
*
Implement event capturing for `PaneGrid`
Héctor Ramón Jiménez
2020-11-12
1
-4
/
+9
*
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-1
/
+1
*
Fix typo in documentation of `pane_grid::Content`
Héctor Ramón Jiménez
2020-11-10
1
-2
/
+2
*
Implement `hash_layout` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
2020-08-19
1
-0
/
+4
*
Implement `Widget::overlay` for `PaneGrid`
Héctor Ramón Jiménez
2020-07-10
1
-0
/
+19
*
Write documentation for new `PaneGrid` API
Héctor Ramón Jiménez
2020-07-09
1
-11
/
+23
*
Lay out title text dynamically in `TitleBar`
Héctor Ramón Jiménez
2020-06-10
1
-3
/
+3
*
Draft draggable and graphics logic for `TitleBar`
Héctor Ramón Jiménez
2020-06-05
1
-8
/
+52
*
Draft drawing logic for `Content` and `TitleBar`
Héctor Ramón Jiménez
2020-06-05
1
-12
/
+65
*
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
2020-06-04
1
-27
/
+85
*
Write documentation for new `pane_grid` API
Héctor Ramón Jiménez
2020-05-23
1
-0
/
+18
*
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
2020-05-22
1
-0
/
+12