summaryrefslogtreecommitdiffstats
path: root/src/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-13Bump versions :tada:Libravatar Héctor Ramón Jiménez1-9/+9
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-6/+6
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez1-2/+2
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez1-1/+0
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez1-9/+9
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez1-9/+9
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez1-7/+0
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-4/+0
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez1-9/+9
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez1-9/+9
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-2/+1
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-21/+0
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-7/+6
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-0/+1
2022-07-08Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez1-3/+5
2022-07-08Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez1-0/+1
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-1/+15
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-2/+3
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-13/+3
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-10/+23
2022-05-02Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez1-9/+9
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-9/+9
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez1-61/+17
2021-11-29Improve documentation of `Application::run`Libravatar Héctor Ramón Jiménez1-2/+3
2021-11-29Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler1-2/+2
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-13/+2
2021-09-02Remove `Clipboard` export in `iced`Libravatar Héctor Ramón Jiménez1-1/+1
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-23/+8
2021-07-22Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez1-0/+1
2021-07-19Write documentation for `menu` method in `Application`Libravatar Héctor Ramón Jiménez1-1/+3
2021-07-13Force `Application::Message` to implement `Clone`Libravatar Héctor Ramón Jiménez1-1/+1
2021-07-05Initial menu implementationLibravatar Richard1-1/+10
2021-06-14docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan1-9/+9
2021-04-09use Mode::Hidden insteadLibravatar Cory Forsstrom1-11/+1
2021-04-08add window visibilityLibravatar Cory Forsstrom1-0/+11
2021-03-30Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez1-0/+11
2021-03-25Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez1-1/+1
2021-03-11Implement stub `Clipboard` in `iced_web`Libravatar Héctor Ramón Jiménez1-2/+6
2021-03-11Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez1-7/+18
2020-11-26Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez1-8/+11
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-38/+12
2020-10-17Remove `executor::Null` from the root public APILibravatar Héctor Ramón Jiménez1-1/+1
2020-09-08Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez1-9/+13
2020-06-19Add `scale_factor` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez1-0/+19
2020-06-19Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez1-0/+1
2020-06-12Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez1-1/+17
2020-06-01Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez1-1/+0
2020-06-01Add custom window background/clear color (incl. transparency) support, fixes ...Libravatar Greg V1-0/+1
2020-05-27Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez1-12/+12