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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
Implement styling for `Slider`
Héctor Ramón Jiménez
1
-11
/
+0
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
1
-14
/
+0
2020-01-05
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-05
Remove `background` from `Settings`
Héctor Ramón Jiménez
1
-8
/
+0
2020-01-04
Expose `ProgressBar` in `iced` crate
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-01
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
1
-10
/
+0
2020-01-01
Allow configuration of default font
Héctor Ramón Jiménez
2
-1
/
+10
2020-01-01
Move styling to a brand new `iced_style` crate
Héctor Ramón Jiménez
1
-10
/
+4
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-29
Rename `Settings::background_color` to `background`
Héctor Ramón Jiménez
1
-3
/
+3
2019-12-29
Add `background_color` to `Settings`
Héctor Ramón Jiménez
1
-1
/
+17
2019-12-29
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
2
-18
/
+2
2019-12-18
Fix missing `Subscription` type in `iced_web`
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-15
Update `Svg` documentation
Héctor Ramón Jiménez
1
-4
/
+4
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
2
-5
/
+14
2019-12-12
Renamed `Icon` widget to `Svg` and gave it separate width and height.
Malte Veerman
1
-4
/
+4
2019-12-11
Ran cargo_fmt over changed files.
Malte Veerman
1
-2
/
+2
2019-12-11
Added an `Icon` widget to native.
Malte Veerman
1
-1
/
+6
2019-12-08
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
3
-4
/
+17
2019-12-04
Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support
Gabriel Konat
1
-2
/
+5
2019-12-03
Add `decorations` to `settings::Window`
Héctor Ramón Jiménez
1
-4
/
+12
2019-12-02
Modify src/settings.rs to keep original API
hatoo
1
-16
/
+4
2019-12-01
Remove platform-specific logic from iced
hatoo
3
-47
/
+2
2019-11-30
Add platform specific settings
hatoo
3
-0
/
+50
2019-11-30
Add `decorations` to Setting
hatoo
1
-0
/
+5
2019-11-30
Implement `image` viewer example
Héctor Ramón Jiménez
1
-2
/
+7
2019-11-25
Update debug view GIF in `README`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-25
Allow `Application` configuration with `Settings`
Héctor Ramón Jiménez
4
-10
/
+56
2019-11-24
Spawn `Command` futures in `iced_web`
Héctor Ramón Jiménez
2
-2
/
+2
2019-11-23
Make `tour` work with `iced_web` again :tada:
Héctor Ramón Jiménez
1
-4
/
+14
2019-11-23
Fix `examples` link in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
4
-6
/
+480
2019-11-21
Implement `iced::Sandbox` trait for simple apps
Héctor Ramón Jiménez
3
-68
/
+118
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
3
-15
/
+53
2019-11-17
Support async actions in `iced_winit`
Héctor Ramón Jiménez
2
-9
/
+17
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
1
-1
/
+2
2019-11-11
Implement `Container` widget
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-09
Allow applications to control the window title
Héctor Ramón Jiménez
1
-0
/
+6
2019-11-03
Implement debug view and load system fonts
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-30
Draft `TextInput` widget structure
Héctor Ramón Jiménez
1
-2
/
+3
2019-10-25
Draft `Scrollable` widget (no clipping yet!)
Héctor Ramón Jiménez
1
-2
/
+2
2019-10-23
Connect `iced_web` with `iced` properly
Héctor Ramón Jiménez
3
-10
/
+38
2019-10-09
Move `winit` logic from `iced` to `iced_winit`
Héctor Ramón Jiménez
1
-105
/
+17
2019-10-08
Make `iced_core::Button` customizable
Héctor Ramón Jiménez
1
-1
/
+2
2019-10-07
Initialize renderer primitive properly
Héctor Ramón Jiménez
1
-2
/
+8
2019-10-07
Use `log` crate instead of `dbg!`
Héctor Ramón Jiménez
1
-4
/
+0
2019-10-05
Draft basic text rendering using `wgpu_glyph`
Héctor Ramón Jiménez
1
-8
/
+26
2019-10-05
Add `Renderer` and `Primitive` concepts
Héctor Ramón Jiménez
1
-6
/
+4
[next]