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-08-22
widget Rule added
Billy Messenger
2
-0
/
+128
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
2
-9
/
+16
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
2
-82
/
+70
2020-07-23
Fix `hash_layout` implementation of `Menu` overlay
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-23
Add `new` method to `menu::State`
Héctor Ramón Jiménez
1
-0
/
+8
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-16
Remove unnecessary `Rc` in both `Element::map`
Héctor Ramón Jiménez
2
-8
/
+6
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
2
-32
/
+32
2020-07-10
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
8
-24
/
+197
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
20
-30
/
+28
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
12
-184
/
+186
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
4
-19
/
+63
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
Finish wiring overlays to `UserInterface`
Héctor Ramón Jiménez
2
-82
/
+116
2020-07-08
Implement `font` method for `ComboBox`
Héctor Ramón Jiménez
2
-33
/
+33
2020-07-08
Split `Menu::new` into multiple builder methods
Héctor Ramón Jiménez
3
-54
/
+114
2020-07-08
Use `Borrow` to avoid clone in `ComboBox::overlay`
Héctor Ramón Jiménez
2
-22
/
+15
2020-07-08
Complete `hash_layout` for `menu::List`
Héctor Ramón Jiménez
1
-3
/
+12
2020-07-08
Draft `Widget::overlay` idempotency
Héctor Ramón Jiménez
10
-131
/
+134
2020-07-08
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
2
-12
/
+52
2020-07-08
Rename `Layer` to `overlay::Content`
Héctor Ramón Jiménez
5
-36
/
+37
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
2
-7
/
+27
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
Implement `Overlay::translate`
Héctor Ramón Jiménez
1
-1
/
+8
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
9
-22
/
+698
[next]