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
/
Cargo.toml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-25
Introduce `tokio_old` feature
Héctor Ramón Jiménez
1
-0
/
+2
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
1
-2
/
+7
2020-10-22
Add scrollable example program
Clark Moody
1
-0
/
+1
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Draft `combo_box` example to test overlay logic
Héctor Ramón Jiménez
1
-0
/
+1
2020-05-31
Feature gate `font-kit` behind `"default_system_font"` feature.
Azriel Hoh
1
-1
/
+5
2020-05-27
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
1
-6
/
+15
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-6
/
+7
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-0
/
+1
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-0
/
+1
2020-04-29
Add `game_of_life` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-04-24
Use canvas to draw color palette for example
Clark Moody
1
-1
/
+1
2020-04-24
Add example program: color palette
Clark Moody
1
-0
/
+1
2020-04-24
Feature name colors -> palette
Clark Moody
1
-1
/
+1
2020-04-24
Add `palette` dependency behind "colors" feature flag
Clark Moody
1
-0
/
+3
2020-04-15
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-05
Enable feature flags in `docs.rs`
Héctor Ramón Jiménez
1
-0
/
+4
2020-04-02
Bump all versions :tada:
Héctor Ramón Jiménez
1
-5
/
+5
2020-03-30
refactor: remove not mandatory static lifetime
Théo Gaillard
1
-2
/
+2
2020-03-23
Add example for download with progress tracking
Songtronix
1
-0
/
+1
2020-03-17
Add simple `pane_grid` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-03-14
Remove `pane_grid` example for now
Héctor Ramón Jiménez
1
-1
/
+0
2020-03-10
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-14
Add `solar_system` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-12
Draft `Canvas` types and `clock` example
Héctor Ramón Jiménez
1
-0
/
+3
2020-02-09
Add `integration` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-06
Allow switching `executor::Default` with features
Héctor Ramón Jiménez
1
-2
/
+9
2020-01-20
Make `image` support optional in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+4
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
1
-17
/
+12
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-06
Add paint example
hatoo
1
-0
/
+1
2020-01-01
Move styling to a brand new `iced_style` crate
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-28
Use crates version of `surf` as a dev dependency
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-15
Put `svg` rendering behind a feature gate
Héctor Ramón Jiménez
1
-0
/
+2
2019-12-14
Use `surf` in `pokedex` example
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-13
Add `timer` example
Héctor Ramón Jiménez
1
-4
/
+4
2019-12-07
Add `custom_widget` example
Héctor Ramón Jiménez
1
-0
/
+2
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
1
-0
/
+2
2019-12-04
Rename `image::Handle::from_bytes` to `from_memory`
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-02
Remove unneeded dependency "winapi" from iced
hatoo
1
-3
/
+0
2019-11-30
Add platform specific settings
hatoo
1
-0
/
+3
2019-11-30
Implement `image` viewer example
Héctor Ramón Jiménez
1
-0
/
+1
2019-11-25
Add `CHANGELOG` to subcrates
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-20
Add installation section to subcrate `README`s
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-17
Save `todos` async in a JSON file and load on boot
Héctor Ramón Jiménez
1
-0
/
+3
2019-11-03
Implement debug view and load system fonts
Héctor Ramón Jiménez
1
-0
/
+4
2019-10-23
Make `tour` example work on Wasm again
Héctor Ramón Jiménez
1
-0
/
+3
[next]