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
/
pane_grid
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase text size of pane dimensions in `pane_grid` example
Héctor Ramón Jiménez
2022-01-12
1
-1
/
+1
*
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2022-01-12
2
-1
/
+2
*
Draft `Responsive` widget
Héctor Ramón Jiménez
2022-01-11
1
-16
/
+31
*
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
1
-4
/
+4
*
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
2021-10-31
1
-5
/
+5
*
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-5
/
+5
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-12
/
+22
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-6
/
+5
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-4
/
+5
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
1
-8
/
+3
*
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
2021-07-12
1
-1
/
+1
*
Example: Add Pin button to prevent closing a pane
Clark Moody
2021-05-24
1
-8
/
+42
*
Example: Add close button to pane grid controls
Clark Moody
2021-05-24
1
-8
/
+54
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-3
/
+8
*
Update PaneGrid example with more complex TitleBar
Clark Moody
2020-12-10
1
-6
/
+28
*
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
2020-11-23
1
-2
/
+2
*
Introduce `event::Status` to `Subscription`
Héctor Ramón Jiménez
2020-11-12
1
-7
/
+13
*
Introduce `is_command_pressed` to `ModifiersState`
Héctor Ramón Jiménez
2020-11-10
1
-1
/
+1
*
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
2020-11-10
2
-16
/
+39
*
Introduce `on_click` handler in `PaneGrid`
Héctor Ramón Jiménez
2020-11-10
2
-3
/
+16
*
Remove focus concept from `pane_grid`
Héctor Ramón Jiménez
2020-11-10
1
-22
/
+24
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
*
Update `pane_grid` GIFs
Héctor Ramón Jiménez
2020-07-09
1
-2
/
+2
*
Simplify style of `pane_grid` example
Héctor Ramón Jiménez
2020-07-09
1
-7
/
+6
*
Add a `TitleBar` to `pane_grid` example
Héctor Ramón Jiménez
2020-07-09
1
-11
/
+35
*
Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-06-08
1
-1
/
+1
|
\
|
*
Add `leeway` support to `PaneGrid::on_resize`
Héctor Ramón Jiménez
2020-06-08
1
-1
/
+1
*
|
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
2020-06-04
1
-1
/
+1
|
/
*
Implement `padding` support for `Container`
Héctor Ramón Jiménez
2020-03-31
1
-3
/
+3
*
Update `README` of examples
Héctor Ramón Jiménez
2020-03-18
1
-5
/
+15
*
Improve styling of `pane_grid` example
Héctor Ramón Jiménez
2020-03-18
1
-18
/
+41
*
Add some styling to `pane_grid` buttons
Héctor Ramón Jiménez
2020-03-18
1
-4
/
+47
*
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
2020-03-17
2
-4
/
+3
*
Add `modifiers` to `KeyPressEvent` in `pane_grid`
Héctor Ramón Jiménez
2020-03-17
1
-3
/
+3
*
Implement hotkey logic in `pane_grid` example
Héctor Ramón Jiménez
2020-03-17
2
-2
/
+41
*
Add simple `pane_grid` example
Héctor Ramón Jiménez
2020-03-17
3
-0
/
+229
*
Remove `pane_grid` example for now
Héctor Ramón Jiménez
2020-03-14
3
-209
/
+0
*
Expose `pane_grid::Focus` for state-based styling
Héctor Ramón Jiménez
2020-03-11
1
-1
/
+1
*
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
2020-03-10
3
-0
/
+209