| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 1 | -3/+1 |
|\ |
|
| * | Revert "Chore: Apply clippy map transformations" | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+2 |
| * | Chore: Apply clippy map transformations | Yuri Astrakhan | 2023-09-19 | 1 | -2/+1 |
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 1 | -17/+24 |
|\| |
|
| * | Extend cursor availability to the shell level | Héctor Ramón Jiménez | 2023-06-08 | 1 | -13/+16 |
| * | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+1 |
| * | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -5/+9 |
| * | Fix: Clippy lint 'uninlined_format_args' | 13r0ck | 2023-01-27 | 1 | -2/+2 |
* | | Added tracing to multi_window applications | Bingus | 2023-01-13 | 1 | -101/+0 |
|/ |
|
* | Restructured everything to make profiling a feature of iced_winit. | bungoboingo | 2023-01-09 | 1 | -0/+101 |
* | Introduce `Custom` variants for every style in the built-in `Theme` | Héctor Ramón Jiménez | 2022-11-09 | 1 | -2/+2 |
* | Improve code styling in `application::State` | Héctor Ramón Jiménez | 2022-09-20 | 1 | -10/+6 |
* | fix: formatting | Ashley Wulber | 2022-09-10 | 1 | -2/+7 |
* | fix: sync size of window and viewport | Ashley Wulber | 2022-09-10 | 1 | -3/+6 |
* | Remove `window::Mode` and introduce `Settings::visible` | Héctor Ramón Jiménez | 2022-08-18 | 1 | -18/+1 |
* | Add `Style` variant support to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -4/+36 |
* | Let a `Theme` control the background color of an application | Héctor Ramón Jiménez | 2022-05-25 | 1 | -12/+1 |
* | Revert system menus support | Héctor Ramón Jiménez | 2021-09-15 | 1 | -18/+1 |
* | Store and synchronize `Menu` in `application::State` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -3/+18 |
* | Initial menu implementation | Richard | 2021-07-05 | 1 | -0/+2 |
* | use Mode::Hidden instead | Cory Forsstrom | 2021-04-09 | 1 | -12/+2 |
* | add window visibility | Cory Forsstrom | 2021-04-08 | 1 | -0/+12 |
* | Change cursor position on touch event | Héctor Ramón Jiménez | 2020-12-15 | 1 | -2/+5 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -34/+1 |
* | Write missing documentation in `iced_winit` | Héctor Ramón Jiménez | 2020-11-06 | 1 | -0/+54 |
* | Relayout `UserInterface` on resize in `iced_winit` | Héctor Ramón Jiménez | 2020-11-05 | 1 | -0/+10 |
* | Introduce `application::State` in `iced_winit` | Héctor Ramón Jiménez | 2020-11-05 | 1 | -0/+171 |