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
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
2
-32
/
+33
2019-12-30
Subtract size of previous elements in flex layout
Héctor Ramón Jiménez
1
-5
/
+9
2019-12-30
Add `Length::FillPortion` variant
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
2
-0
/
+106
2019-12-30
Implement `Default` for `MouseCursor`
Héctor Ramón Jiménez
1
-0
/
+6
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
18
-70
/
+69
2019-12-29
Add `background_color` to `Settings`
Héctor Ramón Jiménez
2
-4
/
+6
2019-12-29
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
3
-35
/
+25
2019-12-21
Fix sneaky bug with padding in flex layout
Héctor Ramón Jiménez
1
-6
/
+3
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
2
-17
/
+48
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
14
-19
/
+55
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-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
2
-3
/
+29
2019-12-14
Make `iced_native` subscription input opaque
Héctor Ramón Jiménez
2
-23
/
+31
2019-12-14
Move native events subscription to `iced_native`
Héctor Ramón Jiménez
1
-0
/
+25
2019-12-12
Renamed `Icon` widget to `Svg` and gave it separate width and height.
Malte Veerman
3
-86
/
+106
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
2
-0
/
+106
2019-12-10
Implement `Subscription::map` and `from_recipe`
Héctor Ramón Jiménez
1
-3
/
+3
2019-12-09
Add `Button::height` and `Button::min_height`
Héctor Ramón Jiménez
1
-2
/
+23
2019-12-08
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
2
-3
/
+11
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
4
-2
/
+23
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
2
-4
/
+15
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
2
-3
/
+79
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
2
-122
/
+108
2019-12-02
Address suggestions
Friz64
3
-58
/
+75
2019-12-02
Support null renderer
Friz64
1
-1
/
+11
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
3
-26
/
+58
2019-12-01
Added path to image hash so it updates when path changes
Nicholas Pienta
1
-0
/
+1
[next]