Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump versions :tada: | 2023-02-18 | 1 | -6/+6 | |
* | Bump versions :tada: | 2023-01-14 | 1 | -6/+6 | |
* | 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 | |
* | 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 | |
* | 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 | |
|\ | |||||
| * | Improve `window::Position` API | 2021-07-21 | 1 | -1/+44 | |
* | | Update `winit` and `glutin` dependencies | 2021-07-20 | 1 | -12/+5 | |
* | | 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 | |
* | | 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 | |
* | | 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 | |
* | | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -4/+5 | |
* | | Initial menu implementation | 2021-07-05 | 1 | -1/+223 | |
|/ | |||||
* | use Mode::Hidden instead | 2021-04-09 | 1 | -1/+9 | |
* | Add `CloseRequested` variant to `window::Event` | 2021-03-30 | 1 | -0/+3 | |
* | Split `window::Event::Focused` into two variants | 2021-01-15 | 1 | -3/+5 | |
* | add focus event | 2021-01-15 | 1 | -0/+3 | |
* | Produce logical coordinates for `touch::Event` | 2020-12-15 | 1 | -3/+12 | |
* | Turn `Touch` into a `touch::Event` enum | 2020-12-15 | 1 | -20/+30 | |
* | Merge branch 'ios-support-wip' into feature/touch-support | 2020-12-15 | 1 | -3/+24 | |
|\ | |||||
| * | Turn `Touch` into a struct and add finger id | 2020-03-19 | 1 | -28/+23 | |
| * | Added initial touch events to support iOS | 2020-03-18 | 1 | -1/+25 | |
* | | Update `winit` and `glutin` | 2020-12-12 | 1 | -1/+3 | |
* | | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -1/+0 | |
* | | Rename `keyboard::ModifiersState` to `Modifiers` | 2020-11-26 | 1 | -7/+5 | |
* | | Keep `KeyCode` names synchronized with `winit` | 2020-10-08 | 1 | -5/+5 | |
* | | update to winit 0.23 api | 2020-10-03 | 1 | -6/+8 | |
* | | Fix cursor position after a `CursorLeft` event | 2020-08-25 | 1 | -0/+6 | |
* | | Handle `ScaleFactorChanged` in `iced_winit` | 2020-07-16 | 1 | -0/+8 | |
* | | Add `ModifiersChanged` to `keyboard::Event` | 2020-06-30 | 1 | -0/+3 | |
* | | Decouple `cursor_position` from `Cache` | 2020-06-23 | 1 | -1/+11 | |
* | | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -12/+16 | |
* | | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -5/+2 | |
* | | Remove `ButtonState` | 2020-04-30 | 1 | -12/+1 | |
* | | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -3/+9 | |
* | | Split `Input` keyboard event by `ButtonState` | 2020-04-30 | 1 | -4/+18 |