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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add(widget): primitive progressbar widget
Songtronix
2020-01-02
9
-5
/
+239
*
Merge pull request #138 from hecrj/feature/empty-widget
Héctor Ramón
2019-12-31
10
-3
/
+202
|
\
|
*
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
2019-12-30
8
-67
/
+67
|
*
Implement `Empty` widget
Héctor Ramón Jiménez
2019-12-30
8
-4
/
+191
|
*
Implement `Default` for `iced_wgpu::Primitive`
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+6
|
*
Implement `Default` for `MouseCursor`
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+6
*
|
Merge pull request #137 from hecrj/feature/fill-portion
Héctor Ramón
2019-12-31
4
-4
/
+14
|
\
\
|
*
|
Add `Length::FillPortion` variant
Héctor Ramón Jiménez
2019-12-30
4
-4
/
+14
|
|
/
*
/
Subtract size of previous elements in flex layout
Héctor Ramón Jiménez
2019-12-30
1
-5
/
+9
|
/
*
Use crates version of `surf` as a dev dependency
Héctor Ramón Jiménez
2019-12-28
1
-1
/
+1
*
Fix `Command::batch` documentation
Héctor Ramón Jiménez
2019-12-28
1
-1
/
+1
*
Use personal fork of `winit` until `0.20` lands
Héctor Ramón Jiménez
2019-12-24
1
-1
/
+1
*
Merge pull request #134 from hecrj/fix/invisible-svg-panic
Héctor Ramón
2019-12-21
1
-0
/
+4
|
\
|
*
Avoid rasterizing SVG when a dimension is 0
Héctor Ramón Jiménez
2019-12-21
1
-0
/
+4
|
/
*
Fix sneaky bug with padding in flex layout
Héctor Ramón Jiménez
2019-12-21
1
-6
/
+3
*
Fix scroll percentage calculation in `Scrollable`
Héctor Ramón Jiménez
2019-12-21
1
-1
/
+2
*
Fix sneaky overflow in `TextInput` when pasting
Héctor Ramón Jiménez
2019-12-21
1
-3
/
+16
*
Move cursor position to start on left boundary click
Héctor Ramón Jiménez
2019-12-21
1
-0
/
+2
*
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
2019-12-21
3
-27
/
+95
*
Implement `Command::map`
Héctor Ramón Jiménez
2019-12-19
1
-0
/
+25
*
Merge pull request #132 from hecrj/feature/read-clipboard
Héctor Ramón
2019-12-19
20
-60
/
+172
|
\
|
*
Stop using Travis CI
Héctor Ramón Jiménez
2019-12-19
2
-16
/
+1
|
*
Use latest `window_clipboard` changes
Héctor Ramón Jiménez
2019-12-19
3
-6
/
+1
|
*
Implement clipboard pasting in `TextInput`
Héctor Ramón Jiménez
2019-12-18
1
-19
/
+88
|
*
Add xcb libraries to Travis CI
Héctor Ramón Jiménez
2019-12-18
1
-1
/
+1
|
*
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
2019-12-18
20
-26
/
+89
*
|
Merge pull request #131 from hecrj/fix/web-subscription-missing
Héctor Ramón
2019-12-19
6
-4
/
+59
|
\
\
|
*
|
Fix `web::Hasher` doc comment
Héctor Ramón Jiménez
2019-12-19
1
-1
/
+1
|
*
|
Check `iced` builds when targetting Wasm in CI
Héctor Ramón Jiménez
2019-12-18
1
-1
/
+12
|
*
|
Fix missing `Subscription` type in `iced_web`
Héctor Ramón Jiménez
2019-12-18
5
-3
/
+47
|
|
/
*
|
Merge pull request #130 from hecrj/fix/resize-measure-cache
Héctor Ramón
2019-12-19
1
-5
/
+17
|
\
\
|
*
|
Resize text measure cache to avoid panic
Héctor Ramón Jiménez
2019-12-18
1
-5
/
+17
|
|
/
*
|
Merge pull request #128 from Gohla/fix_unnecessary_bound
Héctor Ramón
2019-12-18
1
-1
/
+1
|
\
\
|
*
|
Fix unnecessary bound in web.
Gabriel Konat
2019-12-18
1
-1
/
+1
|
|
/
*
|
Merge pull request #127 from Gohla/web_styling
Héctor Ramón
2019-12-18
5
-7
/
+26
|
\
\
|
|
/
|
/
|
|
*
Add several missing style attributes in iced_web.
Gabriel Konat
2019-12-18
5
-7
/
+26
|
/
*
Merge pull request #122 from hecrj/feature/event-subscriptions
Héctor Ramón
2019-12-16
20
-39
/
+726
|
\
|
*
Port `todos` to `async_std`
Héctor Ramón Jiménez
2019-12-14
1
-11
/
+16
|
*
Fix `Widget::width` for `Checkbox`
Héctor Ramón Jiménez
2019-12-14
1
-1
/
+1
|
*
Log broadcast error as an error instead of a warning
Héctor Ramón Jiménez
2019-12-14
1
-1
/
+1
|
*
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
2019-12-14
12
-123
/
+225
|
*
Make `iced_native` subscription input opaque
Héctor Ramón Jiménez
2019-12-14
4
-28
/
+36
|
*
Move native events subscription to `iced_native`
Héctor Ramón Jiménez
2019-12-14
2
-35
/
+32
|
*
Remove unnecessary clone in `subscription::Map`
Héctor Ramón Jiménez
2019-12-14
1
-1
/
+1
|
*
Hash `Duration` of `time::Every` in `stopwatch`
Héctor Ramón Jiménez
2019-12-14
1
-0
/
+1
|
*
Use generic `Hasher` in `stopwatch`
Héctor Ramón Jiménez
2019-12-14
1
-3
/
+4
|
*
Remove unnecessary event loop proxy `Mutex`
Héctor Ramón Jiménez
2019-12-14
1
-6
/
+1
|
*
Consume `Recipe` when building a `Stream`
Héctor Ramón Jiménez
2019-12-14
4
-4
/
+5
|
*
Rename `timer` example to `stopwatch`
Héctor Ramón Jiménez
2019-12-14
1
-6
/
+6
|
*
Use `surf` in `pokedex` example
Héctor Ramón Jiménez
2019-12-14
3
-16
/
+11
[next]