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