| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement some `From` traits for `text_input::Id` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+7 |
* | Remove outdated `window::Id::MAIN` reference in docs | Héctor Ramón Jiménez | 2024-09-18 | 1 | -3/+1 |
* | Add `override_redirect` for X11 windows | Nadji Abidi | 2024-09-11 | 1 | -0/+6 |
* | add option for undecorated_shadow on windows (#2285) | Night_Hunter | 2024-09-05 | 1 | -0/+7 |
* | Add `resize_events` subscription to `window` module | Héctor Ramón Jiménez | 2024-07-13 | 1 | -12/+2 |
* | Remove `window::Id::MAIN` constant | Héctor Ramón Jiménez | 2024-06-20 | 1 | -3/+0 |
* | Remove `parent` from `PlatformSpecific` window settings | Héctor Ramón Jiménez | 2024-06-14 | 1 | -5/+0 |
* | Add `SpecificWith` variant to `window::Position` | Héctor Ramón Jiménez | 2024-05-10 | 1 | -1/+7 |
* | Try to find an `#iced` element by default on Wasm | Héctor Ramón Jiménez | 2024-03-19 | 1 | -1/+11 |
* | Fix redundant import in `window::redraw_request` | Héctor Ramón Jiménez | 2024-03-19 | 1 | -1/+1 |
* | feat(window): adds skip_taskbar for windows | MrAntix | 2024-01-21 | 1 | -0/+4 |
* | Small documentation typo fixed | Calastrophe | 2024-01-09 | 1 | -1/+1 |
* | Use `AtomicU64` for `window::Id` | Héctor Ramón Jiménez | 2023-12-02 | 2 | -23/+23 |
* | Use actual floats for logical coordinates | Héctor Ramón Jiménez | 2023-11-30 | 3 | -16/+19 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 4 | -9/+25 |
|\ |
|
| * | Chore: Apply clippy docs keyword quoting | Yuri Astrakhan | 2023-09-19 | 1 | -1/+1 |
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 1 | -1/+1 |
| * | Fix `iced_wgpu` device selection on Wasm | Héctor Ramón Jiménez | 2023-09-03 | 1 | -1/+1 |
* | | Moved `exit_on_close_request` to window settings. This now controls whether e... | Bingus | 2023-07-24 | 2 | -3/+11 |
* | | refactored window storage; | Bingus | 2023-07-21 | 8 | -30/+111 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 3 | -0/+104 |
|/ |
|
* | Introduce `window::Level` enum | Héctor Ramón Jiménez | 2023-05-25 | 1 | -0/+19 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -0/+80 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 4 | -0/+129 |