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-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2
-3
/
+2
2020-04-30
Disable `time` module on Wasm for now
Héctor Ramón Jiménez
1
-1
/
+4
2020-04-30
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
2
-0
/
+18
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2
-7
/
+2
2020-04-30
Remove `ButtonState`
Héctor Ramón Jiménez
1
-3
/
+0
2020-04-29
Move `MouseCursor` to `iced_core`
Héctor Ramón Jiménez
1
-1
/
+2
2020-04-28
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-28
Move reusable `mouse` types to `iced_core`
Héctor Ramón Jiménez
2
-0
/
+7
2020-04-23
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-15
Mention flags are not supported by `Sandbox`
Héctor Ramón Jiménez
1
-3
/
+3
2020-04-06
add helper for settings flags init
Rob Ede
1
-0
/
+16
2020-04-05
Document widget feature flags
Héctor Ramón Jiménez
2
-1
/
+11
2020-04-02
Fix a couple of links in documentation
Héctor Ramón Jiménez
1
-2
/
+1
2020-04-02
Write documentation for the `debug` feature
Héctor Ramón Jiménez
1
-0
/
+3
2020-04-02
Improve docs for `Sandbox` and `Application`
Héctor Ramón Jiménez
5
-107
/
+122
2020-04-02
Fix minor documentation issues
Héctor Ramón Jiménez
1
-0
/
+4
2020-04-02
Clarify return policy of `Application::run`
Héctor Ramón Jiménez
2
-6
/
+6
2020-04-02
Move `Space` to `widget` module
Héctor Ramón Jiménez
2
-2
/
+2
2020-03-30
Implement `enter` for `executor::Default` in Wasm
Héctor Ramón Jiménez
1
-1
/
+9
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
3
-22
/
+44
2020-03-28
Fix lint
Kai Mast
1
-1
/
+1
2020-03-28
Clippy
Kai Mast
1
-1
/
+1
2020-03-19
Create `PaneGrid` alias in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+4
2020-03-17
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
2
-0
/
+7
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
-1
/
+1
2020-02-24
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-18
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
2
-3
/
+3
2020-02-18
Write documentation for new `canvas` module
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-16
Fix missing `enter` in `iced::executor::Default`
Héctor Ramón Jiménez
1
-0
/
+4
2020-02-15
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
2
-2
/
+2
2020-02-15
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2
-0
/
+14
2020-02-14
Add transform stack to `canvas::Frame`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-12
Draft `Canvas` types and `clock` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-06
Allow switching `executor::Default` with features
Héctor Ramón Jiménez
1
-10
/
+21
2020-02-05
Drop `Send` in `Command` and `Executor` on Wasm
Héctor Ramón Jiménez
1
-6
/
+5
2020-02-04
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+5
2020-02-03
Fix `docs.rs` links
Héctor Ramón Jiménez
1
-1
/
+0
2020-01-20
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-20
Implement `WasmBindgen` executor and reorganize
Héctor Ramón Jiménez
7
-105
/
+140
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
5
-10
/
+54
2020-01-16
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
6
-26
/
+63
2020-01-13
Remove `Message: Clone` bound in `Sandbox`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-12
Remove Clone bound on Application::Message
Elliott Mahler
1
-1
/
+1
2020-01-09
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
2
-11
/
+5
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-07
Implement styling for `Radio`
Héctor Ramón Jiménez
1
-3
/
+3
2020-01-07
Implement styling for `ProgressBar`
Héctor Ramón Jiménez
1
-3
/
+3
[next]