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-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
2
-25
/
+54
2020-06-11
Add `step` member to slider widgets
Sebastian Zivota
1
-4
/
+16
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-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
2020-05-22
Return new `Split` in `pane_grid::State::split`
Héctor Ramón Jiménez
1
-2
/
+7
2020-05-22
Implement `State::get` in `pane_grid`
Héctor Ramón Jiménez
1
-0
/
+8
2020-05-22
Expose `Node` and `State::layout` for `PaneGrid`
Héctor Ramón Jiménez
3
-58
/
+87
2020-05-22
Implement `Clone` for `pane_grid::State`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-21
Introduce `Program` and `State`
Héctor Ramón Jiménez
6
-1
/
+466
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
3
-63
/
+0
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2
-4
/
+4
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-1
/
+3
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-3
/
+8
2020-05-15
Updated `Radio` layout/fns to match `Checkbox`
Scott Harper
2
-16
/
+64
2020-05-06
Fix `PaneGrid` not releasing split properly
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2
-4
/
+4
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
15
-30
/
+20
2020-04-30
Move `keyboard::Event` to `iced_core`
Héctor Ramón Jiménez
3
-36
/
+2
2020-04-30
Remove `ButtonState`
Héctor Ramón Jiménez
1
-2
/
+0
2020-04-30
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
7
-156
/
+139
2020-04-30
Split `Input` keyboard event by `ButtonState`
Héctor Ramón Jiménez
3
-24
/
+26
2020-04-29
Move `MouseCursor` to `iced_core`
Héctor Ramón Jiménez
2
-40
/
+2
2020-04-29
Add `Crosshair` variant to `MouseCursor`
Héctor Ramón Jiménez
1
-3
/
+6
2020-04-29
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
1
-4
/
+1
2020-04-28
Move reusable `mouse` types to `iced_core`
Héctor Ramón Jiménez
6
-93
/
+3
2020-04-26
document that img handle constructors guess fmt
Ethan Pailes
1
-0
/
+4
2020-04-26
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
[next]