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-01-07
Implement styling for `Slider`
Héctor Ramón Jiménez
2
-10
/
+47
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
2
-5
/
+22
2020-01-05
Remove `background` from `Settings`
Héctor Ramón Jiménez
1
-2
/
+1
2020-01-03
Hash `height` of `ProgressBar` in `hash_layout`
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-03
Move `DEFAULT_HEIGHT` constant to `Renderer`
Héctor Ramón Jiménez
1
-19
/
+20
2020-01-02
Remove empty `geometry` file in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+0
2020-01-02
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-02
change(widget): make height adjustable at widget level
Songtronix
2
-45
/
+50
2020-01-02
change(widget): custom coloring for progressbar
Songtronix
1
-5
/
+36
2020-01-02
add(widget): primitive progressbar widget
Songtronix
3
-1
/
+140
2020-01-01
Implement Geometry2D primitive
Artur Sapek
2
-1
/
+1
2020-01-01
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
3
-9
/
+29
2020-01-01
Allow configuration of default font
Héctor Ramón Jiménez
1
-1
/
+3
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
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
2
-2
/
+24
2019-12-08
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
3
-3
/
+12
2019-12-08
Update native `CHANGELOG`
Héctor Ramón Jiménez
1
-0
/
+2
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
Update `CHANGELOG`
Héctor Ramón Jiménez
1
-0
/
+5
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
2
-18
/
+34
2019-12-06
Implement word movement in `TextInput`
Héctor Ramón Jiménez
1
-7
/
+76
[next]