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-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-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-06
Use `default_font_size` for `TextInput` widget
Héctor Ramón Jiménez
2
-20
/
+7
2020-07-04
Truncate `Debug` messages after 100 characters
Héctor Ramón Jiménez
1
-3
/
+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
2020-06-30
Introduce `splits` method in `pane_grid::Node`
Héctor Ramón Jiménez
1
-0
/
+24
2020-06-30
Rename `regions` and `splits` in `pane_grid::Node`
Héctor Ramón Jiménez
3
-12
/
+14
2020-06-23
Decouple `cursor_position` from `Cache`
Héctor Ramón Jiménez
2
-24
/
+35
2020-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
4
-15
/
+17
2020-06-13
Mention generic range in `Slider` documentation
Héctor Ramón Jiménez
1
-1
/
+2
2020-06-13
Remove unnecessary type annotations in `Slider`
Héctor Ramón Jiménez
1
-3
/
+3
2020-06-13
Make `Slider` value type generic
Héctor Ramón Jiménez
1
-25
/
+53
2020-06-11
Add `step` member to slider widgets
Sebastian Zivota
1
-4
/
+16
2020-06-10
Lay out title text dynamically in `TitleBar`
Héctor Ramón Jiménez
4
-40
/
+121
2020-06-09
Request a redraw only on relevant events
Héctor Ramón Jiménez
1
-4
/
+7
2020-06-08
Clarify `leeway` meaning in `PaneGrid`
Héctor Ramón Jiménez
1
-0
/
+4
2020-06-08
implemented hecrj's suggestion
bansheerubber
1
-2
/
+2
2020-06-08
Fix `PaneGrid` documentation example
Héctor Ramón Jiménez
1
-1
/
+1
2020-06-08
Remove unused `split_cache` in `pane_grid`
Héctor Ramón Jiménez
1
-3
/
+0
2020-06-08
Add `leeway` support to `PaneGrid::on_resize`
Héctor Ramón Jiménez
1
-10
/
+18
2020-06-08
Resize `PaneGrid` without modifier keys
Héctor Ramón Jiménez
3
-99
/
+141
2020-06-08
Add on_release message to Slider (#378)
Duncan Freeman
1
-2
/
+23
2020-06-05
fixed formatting
bansheerubber
1
-3
/
+3
2020-06-05
added move_cursor_to
bansheerubber
1
-0
/
+8
2020-06-05
added value to move_cursor_to_end
bansheerubber
1
-2
/
+2
2020-06-05
sketch of move_cursor_to commands
bansheerubber
1
-0
/
+16
2020-06-05
Draft draggable and graphics logic for `TitleBar`
Héctor Ramón Jiménez
5
-48
/
+184
2020-06-05
Implement `Layout::position`
Héctor Ramón Jiménez
1
-1
/
+8
2020-06-05
Draft drawing logic for `Content` and `TitleBar`
Héctor Ramón Jiménez
3
-27
/
+205
2020-06-04
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
6
-48
/
+171
2020-05-29
Make `Font` an associated type of `text_input::Renderer`
Imbris
2
-10
/
+16
2020-05-28
Fix `iced_native` mention of old `window::Backend`
Héctor Ramón Jiménez
1
-5
/
+1
2020-05-27
Loosen bounds on Text Clone impl
Imbris
1
-1
/
+16
2020-05-28
Write documentation for `iced_glutin`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-28
Write documentation for new `iced_winit` API
Héctor Ramón Jiménez
1
-0
/
+1
2020-05-28
Write documentation for new `iced_native` API
Héctor Ramón Jiménez
4
-3
/
+39
2020-05-27
Structured test cases
Clark Moody
1
-65
/
+136
2020-05-26
Tests for axis split
Clark Moody
1
-0
/
+87
2020-05-26
Pane Grid spacing applied prior to rounding
Clark Moody
2
-23
/
+23
2020-05-23
Write documentation for new `pane_grid` API
Héctor Ramón Jiménez
3
-0
/
+58
2020-05-22
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
3
-16
/
+61
[next]