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-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
2020-04-23
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
5
-21
/
+30
2020-04-18
Implement and expose `Element::on_event`
Héctor Ramón Jiménez
1
-0
/
+22
2020-04-17
Revert "Merge pull request #289 from hecrj/fix/cursor-events"
Héctor Ramón Jiménez
1
-9
/
+2
2020-04-15
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-13
Rename leftover `TextInputWidget` to `Marker`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-12
#288 Renamed XXXWidget to Marker
Olivier Pinon
11
-21
/
+22
2020-04-12
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
11
-34
/
+44
2020-04-12
Make cursor unavailable on leave in `iced_winit`
Héctor Ramón Jiménez
1
-2
/
+9
2020-04-06
implement ctrl + del on text-input
FabianLars
1
-0
/
+15
2020-04-05
Radiobutton label is now `impl Into<String>`
Dmitry Kashitsyn
1
-2
/
+7
2020-04-05
Checkbox label is now `impl Into<String>`
Dmitry Kashitsyn
1
-2
/
+2
2020-04-02
Bump all versions :tada:
Héctor Ramón Jiménez
2
-4
/
+4
2020-04-02
Fix `window::Renderer` link in `iced_winit` docs
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-02
Remove subcrates `CHANGELOG`
Héctor Ramón Jiménez
1
-38
/
+0
2020-04-02
Add example to `pane_grid` module documentation
Héctor Ramón Jiménez
1
-0
/
+7
2020-04-02
Fix typo in `text_input::Renderer::draw` docs
Héctor Ramón Jiménez
1
-1
/
+1
[next]