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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
Fix minor documentation issues
Héctor Ramón Jiménez
1
-6
/
+7
2020-03-30
Add Ctrl+Backspace text field behaviour
Michael Swan
1
-0
/
+11
2020-03-31
Implement `padding` support for `Container`
Héctor Ramón Jiménez
2
-6
/
+18
2020-03-31
Genericize `From` implementation for `image::Handle`
Héctor Ramón Jiménez
1
-9
/
+6
2020-03-31
Implement `svg::Handle::from_memory`
Héctor Ramón Jiménez
1
-19
/
+61
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
15
-32
/
+51
2020-03-30
refactor: remove not mandatory static lifetime
Théo Gaillard
12
-30
/
+30
2020-03-28
Clippy
Kai Mast
1
-3
/
+2
2020-03-26
Genericize `From` implementation for `svg::Handle`
Héctor Ramón Jiménez
1
-8
/
+5
2020-03-26
Make `subscription::Recipe` cross-platform
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-25
Remove unnecessary borrows in `Editor`
Héctor Ramón Jiménez
1
-11
/
+10
2020-03-25
Fix edge cases when inserting text in `Editor`
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-25
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
2
-48
/
+59
2020-03-24
Rename `is_pressed` to `is_dragging` in `text_input`
Héctor Ramón Jiménez
1
-5
/
+5
2020-03-24
Improve docs of `text_input::State::cursor`
Héctor Ramón Jiménez
1
-1
/
+4
2020-03-24
Remove commented code in `text_input`
Héctor Ramón Jiménez
1
-9
/
+0
2020-03-24
Write documentation for `text_input::Cursor`
Héctor Ramón Jiménez
2
-45
/
+65
2020-03-24
Fix edge case in `Editor::backspace`
Héctor Ramón Jiménez
1
-4
/
+3
2020-03-24
Create `text_input::Editor` to hold editing logic
Héctor Ramón Jiménez
2
-55
/
+103
2020-03-24
Move `Value` to its own module
Héctor Ramón Jiménez
2
-139
/
+142
2020-03-24
Improve `text_input::cursor` API
Héctor Ramón Jiménez
3
-89
/
+89
2020-03-24
Avoid panic in `Click::is_consecutive`
Héctor Ramón Jiménez
1
-1
/
+4
2020-03-24
Convert `mouse::State` into `mouse::Click`
Héctor Ramón Jiménez
3
-84
/
+111
2020-03-20
Remove excess whitespace from end of line to comply with `cargo fmt`.
Mark Friedenbach
2
-2
/
+2
2020-03-20
Fix links in `pane_grid` documentation
Héctor Ramón Jiménez
2
-2
/
+4
2020-03-20
Rename `Internal::idle_pane` to `active_pane`
Héctor Ramón Jiménez
2
-6
/
+3
2020-03-20
Check cursor is in-bounds before resizing panes
Héctor Ramón Jiménez
1
-39
/
+44
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
fixed panic on pasting into non updating input
FabianLars
1
-1
/
+1
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
[next]