| Commit message (Expand) | Author | Age | Files | Lines |
* | Support custom renderers in `iced_test` through `renderer::Headless` trait | Héctor Ramón Jiménez | 2024-12-14 | 1 | -59/+0 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -44/+5 |
* | Move `Application` trait to `advanced` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -5/+7 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 1 | -6/+14 |
|\ |
|
| * | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 1 | -3/+3 |
| |\ |
|
| | * | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
| * | | Flesh out the `editor` example a bit more | Héctor Ramón Jiménez | 2023-09-18 | 1 | -0/+8 |
| |/ |
|
| * | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+1 |
| |\ |
|
| | * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 1 | -1/+1 |
| * | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -3/+3 |
| |/ |
|
* | | Moved `exit_on_close_request` to window settings. This now controls whether e... | Bingus | 2023-07-24 | 1 | -11/+0 |
* | | refactored window storage; | Bingus | 2023-07-21 | 1 | -1/+1 |
|/ |
|
* | Introduce support for `Font` attributes | Héctor Ramón Jiménez | 2023-03-30 | 1 | -1/+1 |
* | Remove `iced_glutin` and `iced_glow` leftovers | Héctor Ramón Jiménez | 2023-02-24 | 1 | -12/+0 |
* | Overhaul `Font` type to allow font family selection | Héctor Ramón Jiménez | 2023-02-24 | 1 | -13/+5 |
* | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -2/+2 |
* | Use `Pixels` for `Text::size` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -3/+3 |
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | Héctor Ramón Jiménez | 2022-01-28 | 1 | -1/+0 |
* | Add setting to try OpenGL ES first | Richard | 2022-01-19 | 1 | -0/+12 |
* | Fix a few doc links | Imbris | 2021-11-17 | 1 | -0/+2 |
* | Introduce explicit `id` field to `Settings` | Héctor Ramón Jiménez | 2021-08-11 | 1 | -2/+11 |
* | Introduce `text_multithreading` to `Settings` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -5/+15 |
* | Add support for graceful exits in `Application` | Héctor Ramón Jiménez | 2021-03-30 | 1 | -4/+11 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -6/+4 |
* | Move `Icon` to `iced` crate and introduce `Error` | Héctor Ramón Jiménez | 2020-07-01 | 1 | -1/+1 |
* | Add support for setting window icon | Francesco Pasa | 2020-07-01 | 1 | -1/+1 |
* | Add `min_size` and `max_size` to `window::Settings` | Héctor Ramón Jiménez | 2020-06-25 | 1 | -6/+1 |
* | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2020-06-19 | 1 | -3/+24 |
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2020-06-01 | 1 | -26/+2 |
* | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2020-06-01 | 1 | -2/+26 |
* | add helper for settings flags init | Rob Ede | 2020-04-06 | 1 | -0/+16 |
* | Improve docs for `Sandbox` and `Application` | Héctor Ramón Jiménez | 2020-04-02 | 1 | -2/+4 |
* | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 2020-03-30 | 1 | -3/+9 |
* | Rename `Settings::use_antialiasing` to `antialiasing` | Héctor Ramón Jiménez | 2020-02-18 | 1 | -2/+2 |
* | Rename `Settings::antialiasing` to `use_antialiasing` | Héctor Ramón Jiménez | 2020-02-15 | 1 | -1/+1 |
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 2020-02-15 | 1 | -0/+9 |
* | Expose `window::Mode` in `iced` | Héctor Ramón Jiménez | 2020-01-16 | 1 | -25/+3 |
* | Write missing docs and reenable deny statements | Héctor Ramón Jiménez | 2020-01-09 | 1 | -10/+4 |
* | Remove `background` from `Settings` | Héctor Ramón Jiménez | 2020-01-05 | 1 | -8/+0 |
* | Allow configuration of default font | Héctor Ramón Jiménez | 2020-01-01 | 1 | -0/+4 |
* | Rename `Settings::background_color` to `background` | Héctor Ramón Jiménez | 2019-12-29 | 1 | -3/+3 |
* | Add `background_color` to `Settings` | Héctor Ramón Jiménez | 2019-12-29 | 1 | -1/+17 |
* | Add `decorations` to `settings::Window` | Héctor Ramón Jiménez | 2019-12-03 | 1 | -4/+12 |
* | Modify src/settings.rs to keep original API | hatoo | 2019-12-02 | 1 | -16/+4 |
* | Remove platform-specific logic from iced | hatoo | 2019-12-01 | 1 | -0/+53 |
* | Add platform specific settings | hatoo | 2019-11-30 | 1 | -48/+0 |
* | Add `decorations` to Setting | hatoo | 2019-11-30 | 1 | -0/+5 |
* | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 2019-11-25 | 1 | -0/+43 |