summaryrefslogtreecommitdiffstats
path: root/src/application.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add image and hash snapshot-based testing to `iced_test`Libravatar Héctor Ramón Jiménez2024-12-101-5/+4
|
* Import `Executor` directly from `crate`Libravatar Héctor Ramón Jiménez2024-09-181-3/+3
|
* Allow specifying a custom executorLibravatar mtkennerly2024-09-181-0/+18
|
* Make `run_with` take a `FnOnce`Libravatar Héctor Ramón Jiménez2024-07-151-1/+1
|
* Export `operate` constructor in `advanced::widget`Libravatar Héctor Ramón Jiménez2024-07-141-1/+0
|
* Implement `application::Update` for `()`Libravatar Héctor Ramón Jiménez2024-07-141-0/+10
|
* Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez2024-07-091-20/+2
| | | | | If you need to run a `Task` during boot, use `run_with` instead!
* Add `window` method to `Application`Libravatar Héctor Ramón Jiménez2024-06-201-1/+8
|
* feat: Add methods for window settings in ApplicationLibravatar ryankopf2024-06-201-0/+44
| | | | This commit adds new methods to the `Application` struct for setting various window settings such as resizable, decorations, position, and level. These methods allow for more customization and control over the appearance and behavior of the application window.
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-221/+369
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-13/+13
|
* Update `winit` to `0.30`Libravatar Héctor Ramón Jiménez2024-05-071-17/+2
|
* Rename `compositor::Renderer` to `Default`Libravatar Héctor Ramón Jiménez2024-03-221-2/+2
|
* Allow custom renderers in `Program` and `Application`Libravatar Héctor Ramón Jiménez2024-03-221-6/+12
|
* Revert "Remove `'static'` bound for `P::State` in `Program::run_with`"Libravatar Héctor Ramón Jiménez2024-03-171-2/+1
| | | | | | | This reverts commit cab9dec6267f3e38b2dee2a0262cd04e21a7519e. Wasm needs the `'static'` bound since the runtime will run in a background task.
* Remove `'static'` bound for `P::State` in `Program::run_with`Libravatar Héctor Ramón Jiménez2024-03-171-1/+2
|
* Move `Application` trait to `advanced` moduleLibravatar Héctor Ramón Jiménez2024-03-171-6/+3
|
* Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez2024-03-171-1/+4
|
* Fix broken intra-doc links to `Sandbox`Libravatar Héctor Ramón Jiménez2024-03-171-3/+1
|
* Merge pull request #2312 from iced-rs/theming-reloadedLibravatar Héctor Ramón2024-03-081-12/+20
|\ | | | | Theming reloaded
| * Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez2024-03-071-9/+7
| |
| * Simplify theming for `Application`Libravatar Héctor Ramón Jiménez2024-03-061-9/+19
| |
* | Fix `block_on` in `iced_wgpu` hanging Wasm buildsLibravatar Héctor Ramón Jiménez2024-03-071-2/+17
|/
* Point doc links to `0.12` branchLibravatar Héctor Ramón Jiménez2024-02-151-9/+9
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-4/+5
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-9/+9
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-9/+9
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-131-9/+9
| |
* | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-1/+1
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-6/+6
| |
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-241-2/+2
| |
* | Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-241-1/+0
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-9/+9
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-9/+9
|
* Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-121-7/+0
| | | | ... and implement `TextInput` cursor blink :tada:
* Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-151-4/+0
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-9/+9
|
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-101-9/+9
|
* Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-101-2/+1
|
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-21/+0
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-7/+6
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-0/+1
| | | | ... and check those in CI as well!
* Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez2022-07-081-3/+5
|
* Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez2022-07-081-0/+1
|
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-1/+15
|
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-2/+3
|
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-13/+3
| | | | ... and remove `Application::background_color`
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-10/+23
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-021-9/+9
|
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-9/+9
|