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-11-12
Implement event capturing for `Column`
Héctor Ramón Jiménez
2
-8
/
+29
2020-11-12
Implement event capturing for `Checkbox`
Héctor Ramón Jiménez
1
-0
/
+2
2020-11-12
Implement event capturing for `Button`
Héctor Ramón Jiménez
2
-7
/
+12
2020-11-12
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
18
-67
/
+127
2020-11-11
Introduce `event::Status` in `iced_native`
Héctor Ramón Jiménez
2
-2
/
+23
2020-11-10
Remove unnecessary `move` in `PaneGrid::new`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
4
-23
/
+43
2020-11-10
Fix typo in documentation of `pane_grid::Content`
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-10
Introduce `on_click` handler in `PaneGrid`
Héctor Ramón Jiménez
1
-11
/
+26
2020-11-10
Remove focus concept from `pane_grid`
Héctor Ramón Jiménez
2
-223
/
+14
2020-11-09
Split `focus` and `unfocus` methods in `text_input`
Héctor Ramón Jiménez
1
-6
/
+14
2020-11-09
Add textinput focus method
Paul Delafosse
1
-0
/
+6
2020-11-05
Relayout `UserInterface` on resize in `iced_winit`
Héctor Ramón Jiménez
1
-0
/
+17
2020-11-02
Take `self` by value in `Layout::children`
Jakub Hlusička
1
-1
/
+1
2020-10-31
Fix lifetimes in `Layout::children`
Jakub Hlusička
1
-1
/
+1
2020-10-28
Fix `Widget::draw` for `Rule`
Héctor Ramón Jiménez
1
-0
/
+1
2020-10-28
Draw only visible options in `overlay::Menu`
Héctor Ramón Jiménez
1
-1
/
+3
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
22
-20
/
+84
2020-10-24
Introduce `Eq` requirement to build a `PickList`
Héctor Ramón Jiménez
1
-1
/
+1
2020-10-22
Update scrollbar logic and introduce outer_bounds
Clark Moody
1
-3
/
+10
2020-10-22
Replace hard-coded params with struct members
Clark Moody
2
-2
/
+59
2020-10-17
Remove entirely
Jonathan Li
2
-10
/
+0
2020-10-17
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
4
-9
/
+19
2020-10-13
Fix typo in Row's and Column's hash_layout
Jakub Hlusička
2
-1
/
+2
2020-10-02
Document better
Jonathan Li
2
-3
/
+5
2020-10-01
Satify documented behaviour
Jonathan Li
1
-1
/
+1
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
[next]