| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `window::Mode` and introduce `Settings::visible` | Héctor Ramón Jiménez | 2022-08-18 | 1 | -21/+0 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -7/+6 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 1 | -0/+1 |
* | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -3/+5 |
* | Fix missing docs in `iced` crate | Héctor Ramón Jiménez | 2022-07-08 | 1 | -0/+1 |
* | Add `Style` variant support to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -1/+15 |
* | Rename `theme::Definition` to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-05-26 | 1 | -2/+3 |
* | Let a `Theme` control the background color of an application | Héctor Ramón Jiménez | 2022-05-25 | 1 | -13/+3 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -10/+23 |
* | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -9/+9 |
* | Point repository links to `0.4` branch in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -9/+9 |
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | Héctor Ramón Jiménez | 2022-01-28 | 1 | -61/+17 |
* | Improve documentation of `Application::run` | Héctor Ramón Jiménez | 2021-11-29 | 1 | -2/+3 |
* | Allow `Application::run` to return on native platforms | Andreas Hofstadler | 2021-11-29 | 1 | -2/+2 |
* | Revert system menus support | Héctor Ramón Jiménez | 2021-09-15 | 1 | -13/+2 |
* | Remove `Clipboard` export in `iced` | Héctor Ramón Jiménez | 2021-09-02 | 1 | -1/+1 |
* | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 2021-09-02 | 1 | -23/+8 |
* | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread | Héctor Ramón | 2021-07-22 | 1 | -0/+1 |
|\ |
|
| * | Introduce `text_multithreading` to `Settings` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -0/+1 |
* | | Write documentation for `menu` method in `Application` | Héctor Ramón Jiménez | 2021-07-19 | 1 | -1/+3 |
* | | Force `Application::Message` to implement `Clone` | Héctor Ramón Jiménez | 2021-07-13 | 1 | -1/+1 |
* | | Initial menu implementation | Richard | 2021-07-05 | 1 | -1/+10 |
* | | docs: update all 0.2 github links to 0.3 | Yusuf Bera Ertan | 2021-06-14 | 1 | -9/+9 |
|/ |
|
* | use Mode::Hidden instead | Cory Forsstrom | 2021-04-09 | 1 | -11/+1 |
* | add window visibility | Cory Forsstrom | 2021-04-08 | 1 | -0/+11 |
* | Add support for graceful exits in `Application` | Héctor Ramón Jiménez | 2021-03-30 | 1 | -0/+11 |
* | Introduce `internal_backend` to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2021-03-25 | 1 | -1/+1 |
* | Implement stub `Clipboard` in `iced_web` | Héctor Ramón Jiménez | 2021-03-11 | 1 | -2/+6 |
* | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 2021-03-11 | 1 | -7/+18 |
* | Update example links to point to `0.2` branch | Héctor Ramón Jiménez | 2020-11-26 | 1 | -8/+11 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -38/+12 |
* | Remove `executor::Null` from the root public API | Héctor Ramón Jiménez | 2020-10-17 | 1 | -1/+1 |
* | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2020-09-08 | 1 | -9/+13 |
* | Merge pull request #415 from hecrj/feature/configurable-scale-factor | Héctor Ramón | 2020-06-20 | 1 | -0/+19 |
|\ |
|
| * | Add `scale_factor` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-19 | 1 | -0/+19 |
* | | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2020-06-19 | 1 | -0/+1 |
|/ |
|
* | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-12 | 1 | -1/+17 |
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2020-06-01 | 1 | -1/+0 |
* | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2020-06-01 | 1 | -0/+1 |
* | Introduce feature flags to enable `iced_glow` | Héctor Ramón Jiménez | 2020-05-27 | 1 | -12/+12 |
* | Introduce `Program` and `State` | Héctor Ramón Jiménez | 2020-05-21 | 1 | -15/+22 |
* | Implement `iced_glutin` :tada: | Héctor Ramón Jiménez | 2020-05-21 | 1 | -10/+10 |
* | Rename `window::Backend` to `Compositor` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -1/+1 |
* | Write documentation for the `debug` feature | Héctor Ramón Jiménez | 2020-04-02 | 1 | -0/+3 |
* | Improve docs for `Sandbox` and `Application` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -49/+50 |
* | Clarify return policy of `Application::run` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -4/+4 |
* | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 2020-03-30 | 1 | -17/+32 |
* | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 2020-02-24 | 1 | -0/+1 |
* | Rename `Settings::use_antialiasing` to `antialiasing` | Héctor Ramón Jiménez | 2020-02-18 | 1 | -1/+1 |
* | Write documentation for new `canvas` module | Héctor Ramón Jiménez | 2020-02-18 | 1 | -1/+1 |