Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -0/+1 | |
| | |||||
* | feat(window): adds skip_taskbar for windows | 2024-01-21 | 1 | -0/+3 | |
| | |||||
* | Use `SmolStr` for `text` field in `KeyPressed` event | 2024-01-16 | 1 | -3/+1 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -125/+344 | |
| | |||||
* | Fix `key_code` conversion for character keys | 2023-12-15 | 1 | -26/+26 | |
| | |||||
* | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -211/+141 | |
| | |||||
* | Use actual floats for logical coordinates | 2023-11-30 | 1 | -16/+23 | |
| | |||||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -14/+123 | |
|\ | |||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -1/+1 | |
| | | |||||
| * | Bump versions :tada: | 2023-07-28 | 1 | -13/+12 | |
| | | |||||
* | | refactored window storage; | 2023-07-21 | 1 | -5/+4 | |
| | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -14/+36 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
| * | Merge pull request #1738 from nicoburns/update-winit-0.28 | 2023-05-25 | 1 | -0/+13 | |
| |\ | | | | | | | Update to winit 0.28 | ||||
| | * | Introduce `window::Level` enum | 2023-05-25 | 1 | -0/+13 | |
| | | | | | | | | | | | | ... and add `level` field to `window::Settings` | ||||
| * | | Merge pull request #1797 from bbb651/master | 2023-05-23 | 1 | -3/+1 | |
| |\ \ | | |/ | |/| | Make mouse::Button::Other take u16 instead of u8 | ||||
| | * | Make mouse::Button::Other take u16 instead of u8 | 2023-05-23 | 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). | ||||
| * | | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -6/+16 | |
| |\| | |||||
| | * | Bump versions :tada: | 2023-04-13 | 1 | -6/+6 | |
| | | | |||||
| | * | add action set icon while running (#1590) | 2023-04-12 | 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> | ||||
| | * | Show `NotAllowed` as mouse icon when hovering a disabled `TextInput` | 2023-04-12 | 1 | -0/+1 | |
| | | | |||||
| * | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -5/+6 | |
| |/ | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-20 | 1 | -6/+6 | |
|\| | |||||
| * | Bump versions :tada: | 2023-02-18 | 1 | -6/+6 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 1 | -6/+6 | |
|\| | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | ||||
| * | Bump versions :tada: | 2023-01-14 | 1 | -6/+6 | |
| | | |||||
* | | add `window::Id` to `Event` and `Action` | 2023-01-09 | 1 | -18/+28 | |
|/ | |||||
* | Create conversion function for `user_attention` in `iced_winit` | 2023-01-02 | 1 | -0/+16 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -6/+6 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -6/+6 | |
| | |||||
* | Implement `SetMode` and `FetchMode` window actions | 2022-08-18 | 1 | -0/+33 | |
| | |||||
* | Remove `window::Mode` and introduce `Settings::visible` | 2022-08-18 | 1 | -24/+1 | |
| | | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | ||||
* | Address Clippy lints | 2022-07-09 | 1 | -4/+4 | |
| | |||||
* | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 1 | -6/+6 | |
| | |||||
* | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -6/+6 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 1 | -282/+0 | |
| | | | | | | 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`. | ||||
* | Update `winit` and `glutin` dependencies | 2021-08-16 | 1 | -6/+6 | |
| | |||||
* | Add window::Event::Moved | 2021-07-26 | 1 | -0/+6 | |
| | |||||
* | Merge pull request #929 from TimUntersberger/winit-improv | 2021-07-22 | 1 | -1/+44 | |
|\ | | | | | feat: add position to window settings | ||||
| * | Improve `window::Position` API | 2021-07-21 | 1 | -1/+44 | |
| | | |||||
* | | Update `winit` and `glutin` dependencies | 2021-07-20 | 1 | -12/+5 | |
| | | | | | | | | ... and remove crates.io patch | ||||
* | | Replace `content` with `title` in `menu` module | 2021-07-19 | 1 | -6/+4 | |
| | | |||||
* | | Implement `conversion::menu_message` | 2021-07-13 | 1 | -6/+44 | |
| | | |||||
* | | Force `Application::Message` to implement `Clone` | 2021-07-13 | 1 | -1/+4 | |
| | | | | | | | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data. | ||||
* | | Use `Menu::default` for root level menu in `conversion::menu` | 2021-07-13 | 1 | -6/+9 | |
| | | |||||
* | | Draft `conversion::menu_message` in `iced_winit` | 2021-07-13 | 1 | -0/+11 | |
| | | | | | | | | ... and wire it up to the runtime loop | ||||
* | | Generate unique identifiers for entries in `conversion::menu` | 2021-07-13 | 1 | -12/+30 | |
| | | |||||
* | | Store and synchronize `Menu` in `application::State` | 2021-07-12 | 1 | -1/+1 | |
| | | |||||
* | | Simplify `Hotkey` conversion in `conversion::menu` | 2021-07-12 | 1 | -6/+1 | |
| | | |||||
* | | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 1 | -10/+12 | |
| | |