Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-02 | Refactor and simplify `input_method` API | 1 | -14/+22 | ||
2025-02-02 | Copy `winit` docs for `input_method::Event` | 1 | -1/+4 | ||
2025-02-02 | Draft `input_method` support | 1 | -0/+11 | ||
2025-01-16 | Fix broken doc link in `winit::conversion` | 1 | -3/+1 | ||
2025-01-16 | feat: add a window drag resize task | 1 | -1/+27 | ||
2024-10-24 | Prevent unintended keyboard input during focus. | 1 | -0/+2 | ||
2024-10-04 | Add `window::Settings::fullscreen` | 1 | -0/+5 | ||
Corresponds to `winit::window::WindowAttributes::with_fullscreen`. Currently only allows to set `Fullscreen::Borderless(None)` meaning borderless on the current monitor, exclusive fullscreen does not make sense for a GUI and iced does not expose monitors yet. | |||||
2024-10-04 | Add `window::Settings::maximized` | 1 | -0/+1 | ||
Corresponds to `winit::window::WindowAttributes::with_maximized` | |||||
2024-10-02 | Add `modified_key` to `keyboard::Event::KeyReleased` | 1 | -0/+1 | ||
2024-09-26 | added physical_key to KeyReleased event | 1 | -0/+1 | ||
2024-09-18 | Bump version to `0.13.0` :tada: | 1 | -1/+1 | ||
2024-09-13 | Add `Copy` and `Help` variants to `mouse::Interaction` | 1 | -0/+2 | ||
2024-09-13 | Rename `ResizingDiagonal*` to `ResizingDiagonally*` | 1 | -2/+2 | ||
2024-09-13 | Add `modified_key` to `keyboard::Event` | 1 | -3/+7 | ||
2024-09-13 | Add `physical_key` to `keyboard::Event` | 1 | -2/+258 | ||
Co-authored-by: Exidex <16986685+Exidex@users.noreply.github.com> | |||||
2024-09-11 | Add `override_redirect` for X11 windows | 1 | -4/+8 | ||
This commit add the `override_redirect` boolean field to the `PlatformSpecific` struct for linux platform. This is a X11-specific flag allow bypassing window manager mapping for precise positioning of windows. | |||||
2024-09-05 | Fix `winit::conversion` on Windows | 1 | -1/+1 | ||
2024-09-05 | add option for undecorated_shadow on windows (#2285) | 1 | -0/+4 | ||
* add option for undecorated_shadow on windows * formated | |||||
2024-08-16 | Expose additional mouse interaction cursors | 1 | -0/+9 | ||
2024-07-13 | Add `resize_events` subscription to `window` module | 1 | -3/+3 | ||
2024-06-14 | Remove `parent` from `PlatformSpecific` window settings | 1 | -5/+1 | ||
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | 1 | -21/+14 | ||
And remove `window::Id` from `Event` altogether. | |||||
2024-05-10 | Add `SpecificWith` variant to `window::Position` | 1 | -0/+29 | ||
2024-05-07 | Update `winit` to `0.30` | 1 | -31/+27 | ||
2024-04-25 | Introduce `opaque` widget helper | 1 | -1/+3 | ||
2024-02-26 | Use inclusive range for `is_private_use` function | 1 | -1/+1 | ||
2024-02-26 | Ignore `text` in `KeyPressed` with private use chars | 1 | -1/+6 | ||
Apparently, macOS likes to use these for simple keys. | |||||
2024-02-20 | Decouple `Key` from modifiers and apply them to `text` | 1 | -11/+34 | ||
2024-02-15 | Point doc links to `0.12` branch | 1 | -5/+5 | ||
2024-02-02 | Introduce `with_transformation` to `Renderer` trait | 1 | -0/+1 | ||
2024-01-21 | feat(window): adds skip_taskbar for windows | 1 | -0/+3 | ||
2024-01-16 | Use `SmolStr` for `text` field in `KeyPressed` event | 1 | -3/+1 | ||
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | 1 | -125/+344 | ||
2023-12-15 | Fix `key_code` conversion for character keys | 1 | -26/+26 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -211/+141 | ||
2023-11-30 | Use actual floats for logical coordinates | 1 | -16/+23 | ||
2023-11-29 | Fix broken intra-doc links | 1 | -1/+1 | ||
2023-09-09 | Fix majority of unresolved documentation links | 1 | -1/+1 | ||
2023-07-28 | Bump versions :tada: | 1 | -13/+12 | ||
2023-07-21 | refactored window storage; | 1 | -5/+4 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-05-25 | Introduce `window::Level` enum | 1 | -0/+13 | ||
... and add `level` field to `window::Settings` | |||||
2023-05-23 | Make mouse::Button::Other take u16 instead of u8 | 1 | -3/+1 | ||
On wayland keys correspond to <input-event-codes.h>, and they are past the limit of u8, causing the back and forward buttons to be 20 and 19 which definitely isn't right (they should all be around 0x110..=0x117). | |||||
2023-04-13 | Bump versions :tada: | 1 | -6/+6 | ||
2023-04-12 | add action set icon while running (#1590) | 1 | -0/+9 | ||
* set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | |||||
2023-04-12 | Show `NotAllowed` as mouse icon when hovering a disabled `TextInput` | 1 | -0/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -5/+6 | ||
2023-02-18 | Bump versions :tada: | 1 | -6/+6 | ||
2023-01-14 | Bump versions :tada: | 1 | -6/+6 | ||
2023-01-09 | add `window::Id` to `Event` and `Action` | 1 | -18/+28 | ||
2023-01-02 | Create conversion function for `user_attention` in `iced_winit` | 1 | -0/+16 | ||