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
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
1
-5
/
+4
2024-09-18
Import `Executor` directly from `crate`
Héctor Ramón Jiménez
1
-3
/
+3
2024-09-18
Allow specifying a custom executor
mtkennerly
1
-0
/
+18
2024-07-15
Make `run_with` take a `FnOnce`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-14
Export `operate` constructor in `advanced::widget`
Héctor Ramón Jiménez
1
-1
/
+0
2024-07-14
Implement `application::Update` for `()`
Héctor Ramón Jiménez
1
-0
/
+10
2024-07-09
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
1
-20
/
+2
2024-06-20
Add `window` method to `Application`
Héctor Ramón Jiménez
1
-1
/
+8
2024-06-20
feat: Add methods for window settings in Application
ryankopf
1
-0
/
+44
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-221
/
+369
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-13
/
+13
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
1
-17
/
+2
2024-03-22
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-6
/
+12
2024-03-17
Revert "Remove `'static'` bound for `P::State` in `Program::run_with`"
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-17
Remove `'static'` bound for `P::State` in `Program::run_with`
Héctor Ramón Jiménez
1
-1
/
+2
2024-03-17
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
1
-6
/
+3
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-1
/
+4
2024-03-17
Fix broken intra-doc links to `Sandbox`
Héctor Ramón Jiménez
1
-3
/
+1
2024-03-07
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
1
-2
/
+17
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-9
/
+7
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
1
-9
/
+19
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-9
/
+9
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-4
/
+5
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-6
/
+1
2024-01-16
WIP raw-window-handle 0.6
Ian Douglas Scott
1
-1
/
+6
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-9
/
+9
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-9
/
+9
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-6
/
+6
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
[next]