Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `Levitating` variant for `mouse::Cursor` | 2025-02-03 | 1 | -7/+32 | |
| | |||||
* | Move cursor `Transformation` to `mouse::cursor` module | 2025-01-28 | 1 | -1/+16 | |
| | |||||
* | Implement `Mul<Transformation>` for `mouse::Click` | 2025-01-27 | 1 | -1/+16 | |
| | |||||
* | derive partialeq and eq for mouse::click::Kind | 2025-01-22 | 1 | -1/+1 | |
| | |||||
* | Introduce consecutive click distance like other toolkits such as gtk,qt, imgui. | 2024-10-14 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2551 from airstrike/mouse-interactions | 2024-09-13 | 1 | -0/+7 | |
|\ | | | | | Expose additional mouse interaction cursors | ||||
| * | Add `Copy` and `Help` variants to `mouse::Interaction` | 2024-09-13 | 1 | -0/+2 | |
| | | |||||
| * | Rename `ResizingDiagonal*` to `ResizingDiagonally*` | 2024-09-13 | 1 | -2/+2 | |
| | | |||||
| * | Expose additional mouse interaction cursors | 2024-08-16 | 1 | -0/+5 | |
| | | |||||
* | | Add `mouse::Button` to `mouse::Click` | 2024-09-09 | 1 | -2/+11 | |
|/ | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -0/+1 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -0/+1 | |
| | |||||
* | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -0/+6 | |
| | |||||
* | Write documentation for the new text APIs | 2023-10-27 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -1/+1 | |
|\ | |||||
| * | Revert "Chore: Apply clippy map transformations" | 2023-09-20 | 1 | -1/+3 | |
| | | | | | | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f. | ||||
| * | Fix `clippy::trivially-copy-pass-by-ref` | 2023-09-20 | 1 | -1/+1 | |
| | | |||||
| * | Chore: Apply clippy map transformations | 2023-09-19 | 1 | -3/+1 | |
| | | | | | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations. | ||||
* | | Avoid drag on double or triple click for now in `TextEditor` | 2023-09-16 | 1 | -0/+4 | |
|/ | |||||
* | Extend cursor availability to the shell level | 2023-06-08 | 1 | -1/+2 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -3/+3 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -0/+51 | |
| | |||||
* | Merge pull request #1797 from bbb651/master | 2023-05-23 | 1 | -1/+1 | |
|\ | | | | | Make mouse::Button::Other take u16 instead of u8 | ||||
| * | Make mouse::Button::Other take u16 instead of u8 | 2023-05-23 | 1 | -1/+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 | -0/+1 | |
|\| | |||||
| * | Show `NotAllowed` as mouse icon when hovering a disabled `TextInput` | 2023-04-12 | 1 | -0/+1 | |
| | | |||||
* | | Merge branch 'master' into advanced-text | 2023-03-17 | 1 | -7/+2 | |
|\| | |||||
| * | Fix `clippy` lints for Rust 1.68 | 2023-03-14 | 1 | -7/+2 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+76 | |
|/ | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'ios-support-wip' into feature/touch-support | 2020-12-15 | 1 | -5/+4 | |
| | |||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -0/+20 | |
| | |||||
* | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -8/+4 | |
| | |||||
* | Move reusable `mouse` types to `iced_core` | 2020-04-28 | 2 | -0/+76 | |