Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `winit` to `0.30` | 2024-05-07 | 1 | -17/+2 | |
| | |||||
* | Rename `compositor::Renderer` to `Default` | 2024-03-22 | 1 | -2/+2 | |
| | |||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 1 | -6/+12 | |
| | |||||
* | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | 2024-03-17 | 1 | -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` | 2024-03-17 | 1 | -1/+2 | |
| | |||||
* | Move `Application` trait to `advanced` module | 2024-03-17 | 1 | -6/+3 | |
| | |||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -1/+4 | |
| | |||||
* | Fix broken intra-doc links to `Sandbox` | 2024-03-17 | 1 | -3/+1 | |
| | |||||
* | Merge pull request #2312 from iced-rs/theming-reloaded | 2024-03-08 | 1 | -12/+20 | |
|\ | | | | | Theming reloaded | ||||
| * | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -9/+7 | |
| | | |||||
| * | Simplify theming for `Application` | 2024-03-06 | 1 | -9/+19 | |
| | | |||||
* | | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 2024-03-07 | 1 | -2/+17 | |
|/ | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -9/+9 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -4/+5 | |
| | |||||
* | Bump versions :tada: | 2023-07-28 | 1 | -9/+9 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -9/+9 | |
|\ | |||||
| * | Bump versions :tada: | 2023-04-13 | 1 | -9/+9 | |
| | | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -6/+6 | |
| | | |||||
* | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 1 | -2/+2 | |
| | | |||||
* | | Overhaul `Font` type to allow font family selection | 2023-02-24 | 1 | -1/+0 | |
|/ | |||||
* | 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 | |
| | |