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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-22
widget Rule added
Billy Messenger
1
-0
/
+125
2020-08-19
Implement `hash_layout` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
2
-1
/
+15
2020-08-01
Add `height` method to `Slider`
Héctor Ramón Jiménez
1
-6
/
+15
2020-07-31
Clarify `TitleBar::always_show_controls` docs a bit
Héctor Ramón Jiménez
1
-3
/
+6
2020-07-31
Move `always_show_controls` after `padding`
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-31
Fix typo in `TitleBar::new`
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-30
Unfocus `TextInput` when `Escape` key is pressed
Héctor Ramón Jiménez
1
-0
/
+5
2020-07-28
Fix `Widget::layout` for `Checkbox`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-28
Add custom `font` support to `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+12
2020-07-27
Added method to TitleBar, allowing controls to be show statically instead of...
mobile-bungalow
1
-11
/
+25
2020-07-24
Introduce `state` method to `TextInput`
Héctor Ramón Jiménez
1
-0
/
+7
2020-07-23
Avoid `PaneGrid` unfocus when cursor is unavailable
Héctor Ramón Jiménez
2
-1
/
+5
2020-07-23
Fix `Default` implementation for `pick_list::State`
Héctor Ramón Jiménez
1
-1
/
+12
2020-07-23
Improve `Menu` API to facilitate external control
Héctor Ramón Jiménez
1
-29
/
+50
2020-07-22
Keep original focus state while a pane is dragged
Héctor Ramón Jiménez
1
-2
/
+6
2020-07-22
Add `focused` method to `pane_grid::State`
Héctor Ramón Jiménez
1
-0
/
+16
2020-07-22
Add newline before `Marker` in `pane_grid`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-11
Remove redundant `min` checks in `Editor`
Héctor Ramón Jiménez
1
-3
/
+3
2020-07-11
Improve safety of `Cursor::selection`
Héctor Ramón Jiménez
3
-20
/
+14
2020-07-10
Fix panic on paste in TextInput after programmatic modification of contents
mtkennerly
1
-6
/
+12
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
1
-29
/
+29
2020-07-10
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
1
-5
/
+43
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
16
-18
/
+16
2020-07-10
Implement `Widget::overlay` for `PaneGrid`
Héctor Ramón Jiménez
2
-2
/
+32
2020-07-10
Rename `overlay::Content` trait to `Overlay`
Héctor Ramón Jiménez
5
-13
/
+13
2020-07-09
Update `pane_grid` GIFs
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-09
Fix layout of a `TitleBar` without controls
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-09
Fix docs of `modifiers_keys` in `PaneGrid`
Héctor Ramón Jiménez
1
-2
/
+1
2020-07-09
Stop tracking `pressed_modifiers` in `PaneGrid`
Héctor Ramón Jiménez
2
-8
/
+0
2020-07-09
Write documentation for new `PaneGrid` API
Héctor Ramón Jiménez
3
-17
/
+61
2020-07-08
Fix default text size in `TitleBar`
Héctor Ramón Jiménez
1
-3
/
+3
2020-07-08
Avoid reopening `Menu` in `ComboBox`
Héctor Ramón Jiménez
1
-11
/
+19
2020-07-08
Propagate `Font` from `ComboBox` to `Menu`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-08
Implement `font` method for `ComboBox`
Héctor Ramón Jiménez
1
-3
/
+12
2020-07-08
Split `Menu::new` into multiple builder methods
Héctor Ramón Jiménez
1
-25
/
+17
2020-07-08
Use `Borrow` to avoid clone in `ComboBox::overlay`
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Draft `Widget::overlay` idempotency
Héctor Ramón Jiménez
5
-46
/
+36
2020-07-08
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
1
-5
/
+28
2020-07-08
Rename `Layer` to `overlay::Content`
Héctor Ramón Jiménez
1
-4
/
+5
2020-07-08
Implement `Widget::overlay` for `Row`
Héctor Ramón Jiménez
1
-2
/
+13
2020-07-08
Position `Menu` layer based on available space
Héctor Ramón Jiménez
1
-4
/
+6
2020-07-08
Render arrow icon in `ComboBox`
Héctor Ramón Jiménez
1
-1
/
+3
2020-07-08
Implement `Widget::overlay` for `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+17
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
2
-3
/
+259
2020-07-08
Introduce `Layer` trait
Héctor Ramón Jiménez
2
-4
/
+22
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
15
-15
/
+17
2020-07-06
Use `default_font_size` for `TextInput` widget
Héctor Ramón Jiménez
1
-15
/
+7
2020-06-30
Use `keyboard::ModifiersChanged` in `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+1
2020-06-30
Add `unfocus` method to `pane_grid::State`
Héctor Ramón Jiménez
1
-0
/
+7
2020-06-30
Unfocus `Pane` in `pane_grid` on click outbounds
Héctor Ramón Jiménez
1
-2
/
+2
[next]