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
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-1
/
+0
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-9
/
+9
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-9
/
+9
2023-01-12
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
1
-7
/
+0
2022-12-15
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
1
-4
/
+0
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-9
/
+9
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-9
/
+9
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
1
-2
/
+1
2022-08-18
Remove `window::Mode` and introduce `Settings::visible`
Héctor Ramón Jiménez
1
-21
/
+0
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-7
/
+6
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-0
/
+1
2022-07-08
Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`
Héctor Ramón Jiménez
1
-3
/
+5
2022-07-08
Fix missing docs in `iced` crate
Héctor Ramón Jiménez
1
-0
/
+1
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+15
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
1
-2
/
+3
2022-05-25
Let a `Theme` control the background color of an application
Héctor Ramón Jiménez
1
-13
/
+3
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-10
/
+23
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
1
-9
/
+9
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-9
/
+9
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
[next]