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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-19
Fix minor documentation issues in `pane_grid`
Héctor Ramón Jiménez
2
-2
/
+10
2020-03-19
Write documentation for `pane_grid`
Héctor Ramón Jiménez
7
-11
/
+273
2020-03-19
Rename `PaneGrid::modifiers` to `pressed_modifiers`
Héctor Ramón Jiménez
1
-5
/
+5
2020-03-18
Check only for partial match of modifier keys
Héctor Ramón Jiménez
1
-3
/
+5
2020-03-17
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
3
-217
/
+1
2020-03-17
Add `modifiers` to `KeyPressEvent` in `pane_grid`
Héctor Ramón Jiménez
1
-3
/
+14
2020-03-17
Add `PaneGrid::on_key_press` for hotkey logic
Héctor Ramón Jiménez
2
-3
/
+52
2020-03-17
Fix spacing calculation in `Axis::split`
Héctor Ramón Jiménez
1
-11
/
+8
2020-03-17
Reuse `with_children` to remove some duplication
Héctor Ramón Jiménez
2
-20
/
+2
2020-03-17
Rename `new_with_children` to `with_children`
Héctor Ramón Jiménez
2
-4
/
+8
2020-03-16
Instantiate Column and Row with children
Rowun Giles
2
-0
/
+32
2020-03-14
Fix `Scrollable` width consistency
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-14
Fix ratio calculation on resize in `PaneGrid`
Héctor Ramón Jiménez
1
-8
/
+4
2020-03-14
Improve pane selection when resizing a `PaneGrid`
Héctor Ramón Jiménez
2
-63
/
+65
2020-03-14
Trigger `PaneGrid` resize on click
Héctor Ramón Jiménez
1
-35
/
+47
2020-03-14
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
4
-10
/
+244
2020-03-14
Reintroduce `pane_grid::Split` as an identifier
Héctor Ramón Jiménez
4
-7
/
+11
2020-03-14
Remove `PaneGrid::split_*` helpers
Héctor Ramón Jiménez
1
-12
/
+0
2020-03-14
Rename `Split` to `Axis`
Héctor Ramón Jiménez
4
-23
/
+18
2020-03-14
Replace `FocusedPane` with `Action` in `pane_grid`
Héctor Ramón Jiménez
3
-50
/
+52
2020-03-14
Create module boundaries for `pane_grid` logic
Héctor Ramón Jiménez
6
-412
/
+448
2020-03-14
Reuse `PaneGrid::focus` to remove some duplication
Héctor Ramón Jiménez
1
-9
/
+2
2020-03-14
Simplify `iter` and `iter_mut` in `pane_grid`
Héctor Ramón Jiménez
1
-4
/
+4
2020-03-14
Expose `adjacent_pane` instead of `focus_adjacent`
Héctor Ramón Jiménez
1
-33
/
+37
2020-03-13
Improve `PaneGrid::focus_adjacent` intuitiveness
Héctor Ramón Jiménez
1
-67
/
+27
2020-03-13
Draft `PaneGrid::focus_adjacent`
Héctor Ramón Jiménez
1
-8
/
+83
2020-03-13
Unfocus pane in `PaneGrid` on out-of-bounds click
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-13
Implement `spacing` support for `PaneGrid`
Héctor Ramón Jiménez
1
-11
/
+32
2020-03-13
Improve `PaneGrid` API by introducing `DragEvent`
Héctor Ramón Jiménez
1
-33
/
+43
2020-03-11
Replace `Panes` with `PaneGrid` in documentation
Héctor Ramón Jiménez
1
-12
/
+13
2020-03-11
Round region dimensions of panes to avoid overlaps
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-11
Expose `pane_grid::Focus` for state-based styling
Héctor Ramón Jiménez
1
-28
/
+87
2020-03-10
Draft drag and drop support for `PaneGrid`
Héctor Ramón Jiménez
1
-29
/
+135
2020-03-10
Implement `Default` for `keyboard::ModifiersState`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-10
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
2
-8
/
+8
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
7
-31
/
+28
2020-03-05
Implement `panes::State::close`
Héctor Ramón Jiménez
1
-3
/
+47
2020-03-04
Fix `Split::apply` on vertical splits
Héctor Ramón Jiménez
1
-4
/
+15
2020-03-04
Compute `panes` regions and focus on click
Héctor Ramón Jiménez
1
-14
/
+184
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
4
-2
/
+243
2020-03-01
Note BGRA requirement in Handle::from_pixels docs
Soham Chowdhury
1
-1
/
+3
2020-02-29
Add support for loading already-decoded image pixels
Soham Chowdhury
1
-0
/
+26
2020-02-25
Implemented a texture atlas for images and svgs.
Malte Veerman
1
-1
/
+1
2020-02-18
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
4
-20
/
+25
2020-02-17
Add size, spacing, and text_size properties to Checkbox
Clark Moody
1
-7
/
+38
2020-02-14
Improve documentation for new `Node` methods
Héctor Ramón Jiménez
1
-6
/
+5
2020-02-14
Revert rustfmt change.
daxpedda
1
-0
/
+1
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
13
-36
/
+34
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
13
-20
/
+25
2020-02-14
Make `Node::align` public.
daxpedda
1
-1
/
+5
[next]