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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-01
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
2
-9
/
+26
2019-12-31
Fix `Widget::draw` for `Space` widget
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-31
Draft basic styling for `Container`
Héctor Ramón Jiménez
1
-9
/
+39
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
1
-29
/
+30
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
1
-0
/
+103
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
12
-12
/
+36
2019-12-29
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
1
-29
/
+18
2019-12-21
Fix scroll percentage calculation in `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+2
2019-12-21
Fix sneaky overflow in `TextInput` when pasting
Héctor Ramón Jiménez
1
-3
/
+16
2019-12-21
Move cursor position to start on left boundary click
Héctor Ramón Jiménez
1
-0
/
+2
2019-12-21
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
1
-17
/
+38
2019-12-18
Implement clipboard pasting in `TextInput`
Héctor Ramón Jiménez
1
-19
/
+88
2019-12-18
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
9
-13
/
+29
2019-12-15
Update `Svg` documentation
Héctor Ramón Jiménez
1
-2
/
+9
2019-12-15
Rerasterize SVGs when resized and refactor a bit
Héctor Ramón Jiménez
1
-12
/
+89
2019-12-14
Fix `Widget::width` for `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-12
Renamed `Icon` widget to `Svg` and gave it separate width and height.
Malte Veerman
2
-83
/
+103
2019-12-12
Merged svg pipeline into image
Malte Veerman
1
-23
/
+6
2019-12-11
Ran cargo_fmt over changed files.
Malte Veerman
1
-12
/
+9
2019-12-11
Added an `Icon` widget to native.
Malte Veerman
1
-0
/
+103
2019-12-09
Add `Button::height` and `Button::min_height`
Héctor Ramón Jiménez
1
-2
/
+23
2019-12-07
Change `TextInput` word-jump modifier key on macOS
Héctor Ramón Jiménez
1
-2
/
+14
2019-12-07
Implement `TextInput::password` for secure data
Héctor Ramón Jiménez
1
-11
/
+54
2019-12-06
Consider word bounds in `TextInput` cursor jumps
Héctor Ramón Jiménez
1
-42
/
+43
2019-12-06
Use `unicode-segmentation` for `text_input::Value`
Héctor Ramón Jiménez
1
-18
/
+33
2019-12-06
Implement word movement in `TextInput`
Héctor Ramón Jiménez
1
-7
/
+76
2019-12-06
Add `ModifiersState` to `keyboard::Event::Input`
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
1
-2
/
+13
2019-12-05
Support `Home` and `End` keys for `TextInput`
Héctor Ramón Jiménez
1
-0
/
+6
2019-12-05
Remove unnecessary use of `abs`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-05
Place `TextInput` cursor position on click
Héctor Ramón Jiménez
1
-3
/
+75
2019-12-05
Make `Button::background` generic
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-04
Update `Image::hash_layout` to hash new `Handle`
Héctor Ramón Jiménez
1
-1
/
+7
2019-12-04
Rename `image::Handle::from_bytes` to `from_memory`
Héctor Ramón Jiménez
1
-1
/
+4
2019-12-03
Correct documentation oversight
Friz64
1
-2
/
+5
2019-12-03
Unify logic by introducing `scrollable::Scrollbar`
Héctor Ramón Jiménez
1
-112
/
+103
2019-12-02
Address suggestions
Friz64
1
-43
/
+65
2019-12-02
Move scrolling percentage logic to separate function
Friz64
1
-10
/
+23
2019-12-02
Finalize work
Friz64
1
-28
/
+41
2019-12-02
First implementation
Friz64
1
-21
/
+52
2019-12-01
Added path to image hash so it updates when path changes
Nicholas Pienta
1
-0
/
+1
2019-11-30
Fix typo in `image::Handle` docs
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-30
Implement `image` viewer example
Héctor Ramón Jiménez
1
-16
/
+23
2019-11-29
Allow to load an image from memory
Héctor Ramón Jiménez
1
-8
/
+85
2019-11-24
Increase scrolling speed in `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-24
Fix rounding error when scrolling
Héctor Ramón Jiménez
1
-8
/
+7
2019-11-24
Display widget images in documentation
Héctor Ramón Jiménez
4
-2
/
+6
2019-11-24
Fix `iced_native` widget examples
Héctor Ramón Jiménez
5
-15
/
+14
2019-11-22
Fix `Button` example in `iced_native`
Héctor Ramón Jiménez
2
-4
/
+5
2019-11-22
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
9
-3
/
+22
[next]