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-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
7
-75
/
+18
2020-11-26
Rename `keyboard::ModifiersState` to `Modifiers`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-25
Introduce `tokio_old` feature
Héctor Ramón Jiménez
2
-5
/
+22
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
1
-0
/
+11
2020-11-06
Update src/executor.rs
dabaichi
1
-2
/
+1
2020-11-05
upgrade tokio to latest version(v0.3)
valbendan
1
-1
/
+2
2020-11-01
Fix DimensionsMismatch error message
sum-elier
1
-1
/
+1
2020-10-17
Remove `executor::Null` from the root public API
Héctor Ramón Jiménez
3
-4
/
+3
2020-09-28
Fixes #539: Allow windows to be set always_on_top
Tom
1
-1
/
+6
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
5
-12
/
+61
2020-08-22
widget Rule added
Billy Messenger
1
-3
/
+3
2020-08-17
Add 'transparent' in window setting
Katherine Philip
1
-0
/
+5
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
1
-5
/
+5
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
1
-5
/
+5
2020-07-08
Export `Canvas` if `glow_canvas` feature is enabled
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-01
Move `Icon` to `iced` crate and introduce `Error`
Héctor Ramón Jiménez
4
-5
/
+142
2020-07-01
Add support for setting window icon
Francesco Pasa
2
-2
/
+7
2020-06-25
Add `min_size` and `max_size` to `window::Settings`
Héctor Ramón Jiménez
2
-7
/
+24
2020-06-19
Add `scale_factor` to `Application` and `Sandbox`
Héctor Ramón Jiménez
2
-1
/
+39
2020-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
2
-3
/
+25
2020-06-12
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
2
-2
/
+34
2020-06-01
Revert "Merge pull request #371 from myfreeweb/window-alpha"
Héctor Ramón Jiménez
2
-27
/
+2
2020-06-01
Add custom window background/clear color (incl. transparency) support, fixes ...
Greg V
2
-2
/
+27
2020-05-27
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
5
-29
/
+49
2020-05-21
Introduce `Program` and `State`
Héctor Ramón Jiménez
1
-15
/
+22
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
5
-35
/
+21
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
1
-1
/
+1
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
[next]