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
/
application.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
1
-61
/
+17
2021-11-29
Improve documentation of `Application::run`
Héctor Ramón Jiménez
1
-2
/
+3
2021-11-29
Allow `Application::run` to return on native platforms
Andreas Hofstadler
1
-2
/
+2
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
1
-13
/
+2
2021-09-02
Remove `Clipboard` export in `iced`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-23
/
+8
2021-07-22
Introduce `text_multithreading` to `Settings`
Héctor Ramón Jiménez
1
-0
/
+1
2021-07-19
Write documentation for `menu` method in `Application`
Héctor Ramón Jiménez
1
-1
/
+3
2021-07-13
Force `Application::Message` to implement `Clone`
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-05
Initial menu implementation
Richard
1
-1
/
+10
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
1
-9
/
+9
2021-04-09
use Mode::Hidden instead
Cory Forsstrom
1
-11
/
+1
2021-04-08
add window visibility
Cory Forsstrom
1
-0
/
+11
2021-03-30
Add support for graceful exits in `Application`
Héctor Ramón Jiménez
1
-0
/
+11
2021-03-25
Introduce `internal_backend` to `iced_wgpu::Settings`
Héctor Ramón Jiménez
1
-1
/
+1
2021-03-11
Implement stub `Clipboard` in `iced_web`
Héctor Ramón Jiménez
1
-2
/
+6
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
1
-7
/
+18
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-8
/
+11
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-38
/
+12
2020-10-17
Remove `executor::Null` from the root public API
Héctor Ramón Jiménez
1
-1
/
+1
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-9
/
+13
2020-06-19
Add `scale_factor` to `Application` and `Sandbox`
Héctor Ramón Jiménez
1
-0
/
+19
2020-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
1
-0
/
+1
2020-06-12
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
1
-1
/
+17
2020-06-01
Revert "Merge pull request #371 from myfreeweb/window-alpha"
Héctor Ramón Jiménez
1
-1
/
+0
2020-06-01
Add custom window background/clear color (incl. transparency) support, fixes ...
Greg V
1
-0
/
+1
2020-05-27
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
1
-12
/
+12
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
1
-10
/
+10
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
1
-1
/
+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
1
-49
/
+50
2020-04-02
Clarify return policy of `Application::run`
Héctor Ramón Jiménez
1
-4
/
+4
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-17
/
+32
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
1
-1
/
+1
2020-02-18
Write documentation for new `canvas` module
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-15
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-15
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+5
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-04
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+5
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
1
-2
/
+12
2020-01-16
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
1
-1
/
+22
2020-01-12
Remove Clone bound on Application::Message
Elliott Mahler
1
-1
/
+1
2020-01-01
Allow configuration of default font
Héctor Ramón Jiménez
1
-1
/
+6
2019-12-18
Fix missing `Subscription` type in `iced_web`
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
1
-4
/
+13
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
1
-1
/
+10
2019-11-25
Allow `Application` configuration with `Settings`
Héctor Ramón Jiménez
1
-5
/
+5
2019-11-24
Spawn `Command` futures in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+1
[next]