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
/
web
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-06
Implement `TextInput` styling in `iced_web`
Héctor Ramón Jiménez
1
-13
/
+17
2020-02-06
Fix `ProgressBar` doc example in `iced_web`
Héctor Ramón Jiménez
1
-4
/
+3
2020-02-06
Implement `Container` styling in `iced_web`
Héctor Ramón Jiménez
1
-14
/
+15
2020-02-06
Add style to `TextInput` in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+10
2020-02-06
Fix `Column` and `Row` styling for `iced_web`
Héctor Ramón Jiménez
2
-22
/
+12
2020-02-06
Fix `Checkbox` styling in `iced_web`
Héctor Ramón Jiménez
1
-4
/
+18
2020-02-06
Fix `Button` styling in `iced_web`
Héctor Ramón Jiménez
1
-7
/
+4
2020-02-06
Implement `ProgressBar` widget in `iced_web`
Héctor Ramón Jiménez
2
-0
/
+127
2020-02-06
Add additional helpers to `css` module in `iced_web`
Héctor Ramón Jiménez
1
-2
/
+31
2020-02-06
Expose styling types for `container` in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+12
2020-02-06
Expose styling types for `radio` in `iced_web`
Héctor Ramón Jiménez
1
-6
/
+8
2020-02-06
Expose styling types for `checkbox` in `iced_web`
Héctor Ramón Jiménez
1
-7
/
+20
2020-02-06
Expose missing widget modules in `iced_web`
Héctor Ramón Jiménez
5
-3
/
+9
2020-02-06
Expose styling types for `scrollable` in `iced_web`
Héctor Ramón Jiménez
1
-2
/
+14
2020-02-06
Expose styling types for `slider` in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+13
2020-02-06
Add `From<String>` for `image::Handle` in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+6
2020-02-05
Add `Handle` and `Data` to `image` in `iced_web`
Héctor Ramón Jiménez
2
-6
/
+79
2020-02-05
Support styling for `Button` in `iced_web`
Héctor Ramón Jiménez
4
-24
/
+42
2020-02-05
Rename module `style` to `css` in `iced_web`
Héctor Ramón Jiménez
16
-89
/
+89
2020-02-04
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
7
-103
/
+84
2020-01-20
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-20
Implement `WasmBindgen` executor and reorganize
Héctor Ramón Jiménez
1
-2
/
+7
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
2
-5
/
+5
2020-01-13
Remove `Message: Clone` bound in some web widgets
Héctor Ramón Jiménez
5
-11
/
+21
2020-01-13
Remove `Clone` bound for `Element::map`
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-12
Additional clone removals for wasm
Elliott Mahler
2
-5
/
+15
2020-01-03
add(web): support password field
Songtronix
1
-0
/
+14
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
2
-27
/
+26
2019-12-30
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
3
-3
/
+3
2019-12-30
Add `Length::FillPortion` variant
Héctor Ramón Jiménez
2
-2
/
+2
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
2
-0
/
+72
2019-12-19
Fix `web::Hasher` doc comment
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-18
Fix missing `Subscription` type in `iced_web`
Héctor Ramón Jiménez
3
-0
/
+44
2019-12-18
Fix unnecessary bound in web.
Gabriel Konat
1
-1
/
+1
2019-12-18
Add several missing style attributes in iced_web.
Gabriel Konat
5
-7
/
+26
2019-12-05
Make `Button::background` generic
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-01
Schedule render after `Command` futures finish
Héctor Ramón Jiménez
1
-13
/
+29
2019-11-24
Update document title properly in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+15
2019-11-24
Spawn `Command` futures in `iced_web`
Héctor Ramón Jiménez
3
-16
/
+32
2019-11-24
Style `Button` min-width in `iced_web`
Héctor Ramón Jiménez
1
-10
/
+5
2019-11-23
Make `tour` work with `iced_web` again :tada:
Héctor Ramón Jiménez
15
-65
/
+868
2019-11-22
Write docs for `iced_web`
Héctor Ramón Jiménez
10
-17
/
+225
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
9
-18
/
+643
2019-11-11
Remove `padding` from `Container` for now
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-23
Connect `iced_web` with `iced` properly
Héctor Ramón Jiménez
1
-10
/
+3
2019-10-22
Remove generic handle in `Image`
Héctor Ramón Jiménez
1
-5
/
+5
2019-10-09
Move `winit` logic from `iced` to `iced_winit`
Héctor Ramón Jiménez
2
-11
/
+11
2019-10-08
Make `iced_core::Button` customizable
Héctor Ramón Jiménez
2
-4
/
+14
[next]