summaryrefslogtreecommitdiffstats
path: root/core/src/mouse (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-03Introduce `Levitating` variant for `mouse::Cursor`Libravatar Héctor Ramón Jiménez1-7/+32
2025-01-28Move cursor `Transformation` to `mouse::cursor` moduleLibravatar Andy Terra1-1/+16
2025-01-27Implement `Mul<Transformation>` for `mouse::Click`Libravatar Andy Terra1-1/+16
2025-01-22derive partialeq and eq for mouse::click::KindLibravatar edwloef1-1/+1
2024-10-14Introduce consecutive click distance like other toolkits such as gtk,qt, imgui.Libravatar l-const1-1/+1
2024-09-13Add `Copy` and `Help` variants to `mouse::Interaction`Libravatar Héctor Ramón Jiménez1-0/+2
2024-09-13Rename `ResizingDiagonal*` to `ResizingDiagonally*`Libravatar Héctor Ramón Jiménez1-2/+2
2024-09-09Add `mouse::Button` to `mouse::Click`Libravatar Isaac Marovitz1-2/+11
2024-08-16Expose additional mouse interaction cursorsLibravatar Andy Terra1-0/+5
2024-04-25Introduce `opaque` widget helperLibravatar Héctor Ramón Jiménez1-0/+1
2024-02-02Introduce `with_transformation` to `Renderer` traitLibravatar Héctor Ramón Jiménez1-0/+1
2023-12-15Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez1-0/+6
2023-10-27Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez1-0/+1
2023-09-20Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez1-1/+3
2023-09-20Fix `clippy::trivially-copy-pass-by-ref`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-19Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan1-3/+1
2023-09-16Avoid drag on double or triple click for now in `TextEditor`Libravatar Héctor Ramón Jiménez1-0/+4
2023-06-08Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez1-1/+2
2023-06-08Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez1-3/+3
2023-06-08Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez1-0/+51
2023-05-23Make mouse::Button::Other take u16 instead of u8Libravatar bbb6511-1/+1
2023-04-12Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`Libravatar Héctor Ramón Jiménez1-0/+1
2023-03-14Fix `clippy` lints for Rust 1.68Libravatar Héctor Ramón Jiménez1-7/+2
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-0/+76
2022-01-03Change GitHub namespace to new org for all filesLibravatar LordRatte1-1/+1
2020-04-30Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez1-0/+20
2020-04-30Split `Input` mouse event by `ButtonState`Libravatar Héctor Ramón Jiménez1-8/+4
2020-04-28Move reusable `mouse` types to `iced_core`Libravatar Héctor Ramón Jiménez2-0/+76