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
/
examples
/
pure
/
pane_grid
/
src
/
main.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
-369
/
+0
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-39
/
+35
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-72
/
+9
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+1
2022-03-14
Implement `pure` version of `pane_grid` example :tada:
Héctor Ramón Jiménez
1
-13
/
+12
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
1
-156
/
+94
2022-01-12
Increase text size of pane dimensions in `pane_grid` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
1
-16
/
+31
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
1
-4
/
+4
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
1
-5
/
+5
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
1
-5
/
+5
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-12
/
+22
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-6
/
+5
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-4
/
+5
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-8
/
+3
2021-07-12
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-1
/
+1
2021-05-24
Example: Add Pin button to prevent closing a pane
Clark Moody
1
-8
/
+42
2021-05-24
Example: Add close button to pane grid controls
Clark Moody
1
-8
/
+54
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
1
-3
/
+8
2020-12-10
Update PaneGrid example with more complex TitleBar
Clark Moody
1
-6
/
+28
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-12
Introduce `event::Status` to `Subscription`
Héctor Ramón Jiménez
1
-7
/
+13
2020-11-10
Introduce `is_command_pressed` to `ModifiersState`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
1
-16
/
+38
2020-11-10
Introduce `on_click` handler in `PaneGrid`
Héctor Ramón Jiménez
1
-2
/
+15
2020-11-10
Remove focus concept from `pane_grid`
Héctor Ramón Jiménez
1
-22
/
+24
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-09
Simplify style of `pane_grid` example
Héctor Ramón Jiménez
1
-7
/
+6
2020-07-09
Add a `TitleBar` to `pane_grid` example
Héctor Ramón Jiménez
1
-11
/
+35
2020-06-08
Add `leeway` support to `PaneGrid::on_resize`
Héctor Ramón Jiménez
1
-1
/
+1
2020-06-04
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-31
Implement `padding` support for `Container`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-18
Improve styling of `pane_grid` example
Héctor Ramón Jiménez
1
-18
/
+41
2020-03-18
Add some styling to `pane_grid` buttons
Héctor Ramón Jiménez
1
-4
/
+47
2020-03-17
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-17
Add `modifiers` to `KeyPressEvent` in `pane_grid`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-17
Implement hotkey logic in `pane_grid` example
Héctor Ramón Jiménez
1
-2
/
+40
2020-03-17
Add simple `pane_grid` example
Héctor Ramón Jiménez
1
-0
/
+202
2020-03-14
Remove `pane_grid` example for now
Héctor Ramón Jiménez
1
-179
/
+0
2020-03-11
Expose `pane_grid::Focus` for state-based styling
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-10
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
1
-9
/
+9
2020-03-05
Implement `panes::State::close`
Héctor Ramón Jiménez
1
-0
/
+7
2020-03-05
Implement `Subscription::with`
Héctor Ramón Jiménez
1
-6
/
+7
2020-03-04
Add split hotkeys to `panes` example
Héctor Ramón Jiménez
1
-11
/
+86
2020-03-04
Compute `panes` regions and focus on click
Héctor Ramón Jiménez
1
-2
/
+3
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
1
-0
/
+95