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
/
multi_window
/
application.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
1
-246
/
+0
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-4
/
+5
2023-11-29
Fix unused import in `multi_window::application`
Héctor Ramón Jiménez
1
-2
/
+1
2023-11-29
Fix broken intra-doc links
Héctor Ramón Jiménez
1
-0
/
+2
2023-07-21
refactored window storage;
Bingus
1
-54
/
+42
2023-03-15
Added per-window theme support.
Bingus
1
-3
/
+4
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
1
-2
/
+3
2023-02-17
Iced master merge (again)
Bingus
1
-0
/
+1
2023-01-18
Added window::Id to multi_window application's scale_factor
Bingus
1
-3
/
+3
2023-01-09
Formatting
bungoboingo
1
-15
/
+64
2023-01-09
Implemented window title update functionality for multiwindow.
bungoboingo
1
-4
/
+4
2023-01-09
remove `windows` method (use commands instead)
Richard
1
-13
/
+0
2023-01-09
Introduce `close_requested` for `multi-window`
Richard
1
-0
/
+7
2023-01-09
add `window::Id` to `view`
Richard
1
-3
/
+9
2023-01-09
Introduce opaque `window::Id` type
Richard
1
-0
/
+14
2023-01-09
Unify `Application` and `Program`
Richard
1
-17
/
+11
2023-01-09
Introduce `multi_window` from `pure`
Richard
1
-93
/
+16
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
[next]