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
*
Revert "Merge pull request #371 from myfreeweb/window-alpha"
Héctor Ramón Jiménez
2020-06-01
2
-27
/
+2
*
Add custom window background/clear color (incl. transparency) support, fixes ...
Greg V
2020-06-01
2
-2
/
+27
*
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
2020-05-27
5
-29
/
+49
*
Introduce `Program` and `State`
Héctor Ramón Jiménez
2020-05-21
1
-15
/
+22
*
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
2020-05-21
5
-35
/
+21
*
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2020-05-19
1
-1
/
+1
*
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2020-04-30
2
-3
/
+2
*
Disable `time` module on Wasm for now
Héctor Ramón Jiménez
2020-04-30
1
-1
/
+4
*
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
2020-04-30
2
-0
/
+18
*
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2020-04-30
2
-7
/
+2
*
Remove `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-3
/
+0
*
Merge branch 'master' into feature/canvas-interaction
Héctor Ramón Jiménez
2020-04-29
1
-2
/
+2
|
\
|
*
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
2020-04-23
1
-2
/
+2
*
|
Move `MouseCursor` to `iced_core`
Héctor Ramón Jiménez
2020-04-29
1
-1
/
+2
*
|
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
2020-04-28
1
-1
/
+1
*
|
Move reusable `mouse` types to `iced_core`
Héctor Ramón Jiménez
2020-04-28
2
-0
/
+7
|
/
*
Mention flags are not supported by `Sandbox`
Héctor Ramón Jiménez
2020-04-15
1
-3
/
+3
*
add helper for settings flags init
Rob Ede
2020-04-06
1
-0
/
+16
*
Document widget feature flags
Héctor Ramón Jiménez
2020-04-05
2
-1
/
+11
*
Fix a couple of links in documentation
Héctor Ramón Jiménez
2020-04-02
1
-2
/
+1
*
Write documentation for the `debug` feature
Héctor Ramón Jiménez
2020-04-02
1
-0
/
+3
*
Improve docs for `Sandbox` and `Application`
Héctor Ramón Jiménez
2020-04-02
5
-107
/
+122
*
Fix minor documentation issues
Héctor Ramón Jiménez
2020-04-02
1
-0
/
+4
*
Clarify return policy of `Application::run`
Héctor Ramón Jiménez
2020-04-02
2
-6
/
+6
*
Move `Space` to `widget` module
Héctor Ramón Jiménez
2020-04-02
2
-2
/
+2
*
Implement `enter` for `executor::Default` in Wasm
Héctor Ramón Jiménez
2020-03-30
1
-1
/
+9
*
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
2020-03-30
3
-22
/
+44
*
Create `PaneGrid` alias in `iced_wgpu`
Héctor Ramón Jiménez
2020-03-19
1
-3
/
+4
*
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
2020-03-17
2
-0
/
+7
*
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
2020-03-10
1
-1
/
+1
*
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
2020-03-04
1
-1
/
+1
*
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
2020-02-24
1
-0
/
+1
*
Merge pull request #193 from hecrj/feature/canvas
Héctor Ramón
2020-02-20
3
-1
/
+15
|
\
|
*
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
2020-02-18
2
-3
/
+3
|
*
Write documentation for new `canvas` module
Héctor Ramón Jiménez
2020-02-18
1
-1
/
+1
|
*
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
2020-02-15
2
-2
/
+2
|
*
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-02-15
2
-0
/
+14
|
*
Add transform stack to `canvas::Frame`
Héctor Ramón Jiménez
2020-02-14
1
-1
/
+1
|
*
Draft `Canvas` types and `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-1
/
+1
*
|
Fix missing `enter` in `iced::executor::Default`
Héctor Ramón Jiménez
2020-02-16
1
-0
/
+4
|
/
*
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
2020-02-09
1
-1
/
+1
*
Allow switching `executor::Default` with features
Héctor Ramón Jiménez
2020-02-06
1
-10
/
+21
*
Drop `Send` in `Command` and `Executor` on Wasm
Héctor Ramón Jiménez
2020-02-05
1
-6
/
+5
*
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
2020-02-04
1
-0
/
+5
*
Fix `docs.rs` links
Héctor Ramón Jiménez
2020-02-03
1
-1
/
+0
*
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
2020-01-20
1
-2
/
+2
*
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
2020-01-20
1
-2
/
+2
*
Implement `WasmBindgen` executor and reorganize
Héctor Ramón Jiménez
2020-01-20
7
-105
/
+140
*
Add `Application::Executor` associated type
Héctor Ramón Jiménez
2020-01-20
5
-10
/
+54
*
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
2020-01-16
6
-26
/
+63
[next]