Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump versions :tada: | 2023-02-18 | 1 | -9/+9 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -9/+9 | |
| | |||||
* | Draft `Shell:request_redraw` API | 2023-01-12 | 1 | -7/+0 | |
| | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | Implement `window::close` action and remove `should_exit` | 2022-12-15 | 1 | -4/+0 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -9/+9 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -9/+9 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 1 | -2/+1 | |
| | |||||
* | Remove `window::Mode` and introduce `Settings::visible` | 2022-08-18 | 1 | -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` API | 2022-07-27 | 1 | -7/+6 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -0/+1 | |
| | | | | ... and check those in CI as well! | ||||
* | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | 2022-07-08 | 1 | -3/+5 | |
| | |||||
* | Fix missing docs in `iced` crate | 2022-07-08 | 1 | -0/+1 | |
| | |||||
* | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -1/+15 | |
| | |||||
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 1 | -2/+3 | |
| | |||||
* | Let a `Theme` control the background color of an application | 2022-05-25 | 1 | -13/+3 | |
| | | | | ... and remove `Application::background_color` | ||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -10/+23 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 1 | -9/+9 | |
| | |||||
* | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -9/+9 | |
| | |||||
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -61/+17 | |
| | |||||
* | Improve documentation of `Application::run` | 2021-11-29 | 1 | -2/+3 | |
| | |||||
* | Allow `Application::run` to return on native platforms | 2021-11-29 | 1 | -2/+2 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 1 | -13/+2 | |
| | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | Remove `Clipboard` export in `iced` | 2021-09-02 | 1 | -1/+1 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -23/+8 | |
| | | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | ||||
* | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread | 2021-07-22 | 1 | -0/+1 | |
|\ | | | | | feat: expose draw_cache_multithread as a feature | ||||
| * | Introduce `text_multithreading` to `Settings` | 2021-07-22 | 1 | -0/+1 | |
| | | |||||
* | | Write documentation for `menu` method in `Application` | 2021-07-19 | 1 | -1/+3 | |
| | | |||||
* | | Force `Application::Message` to implement `Clone` | 2021-07-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data. | ||||
* | | Initial menu implementation | 2021-07-05 | 1 | -1/+10 | |
| | | |||||
* | | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -9/+9 | |
|/ | |||||
* | use Mode::Hidden instead | 2021-04-09 | 1 | -11/+1 | |
| | |||||
* | add window visibility | 2021-04-08 | 1 | -0/+11 | |
| | |||||
* | Add support for graceful exits in `Application` | 2021-03-30 | 1 | -0/+11 | |
| | | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method | ||||
* | Introduce `internal_backend` to `iced_wgpu::Settings` | 2021-03-25 | 1 | -1/+1 | |
| | |||||
* | Implement stub `Clipboard` in `iced_web` | 2021-03-11 | 1 | -2/+6 | |
| | | | | | We need to figure out browser permissions and use of unstable `web-sys` APIs | ||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 1 | -7/+18 | |
| | |||||
* | Update example links to point to `0.2` branch | 2020-11-26 | 1 | -8/+11 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -38/+12 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Remove `executor::Null` from the root public API | 2020-10-17 | 1 | -1/+1 | |
| | | | | | | | Using an `Application` with `executor::Null` does not make sense, as the whole purpose of an `Application` is to allow executing async actions. When async actions are not needed, `Sandbox` should be used instead. | ||||
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 1 | -9/+13 | |
| | |||||
* | Merge pull request #415 from hecrj/feature/configurable-scale-factor | 2020-06-20 | 1 | -0/+19 | |
|\ | | | | | Add `scale_factor` to `Application` and `Sandbox` | ||||
| * | Add `scale_factor` to `Application` and `Sandbox` | 2020-06-19 | 1 | -0/+19 | |
| | | |||||
* | | Make default text size configurable in `Settings` | 2020-06-19 | 1 | -0/+1 | |
|/ | |||||
* | Add `background_color` to `Application` and `Sandbox` | 2020-06-12 | 1 | -1/+17 | |
| | |||||
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | 2020-06-01 | 1 | -1/+0 | |
| | | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6. | ||||
* | Add custom window background/clear color (incl. transparency) support, fixes ↵ | 2020-06-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | #272 wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687 glow (and naively patched wgpu) requires premultiplied alpha, so if you don't multiply the RGB by the A right now, the semi-transparent color would be wrong (too bright). winit with_transparent doesn't seem necessary. | ||||
* | Introduce feature flags to enable `iced_glow` | 2020-05-27 | 1 | -12/+12 | |
| | | | | Also keep `iced_wgpu` as the default renderer for the time being. | ||||
* | Introduce `Program` and `State` | 2020-05-21 | 1 | -15/+22 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -10/+10 | |
| | |||||
* | Rename `window::Backend` to `Compositor` | 2020-05-19 | 1 | -1/+1 | |
| |