summaryrefslogtreecommitdiffstats
path: root/core/src/mouse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce `opaque` widget helperLibravatar Héctor Ramón Jiménez2024-04-251-0/+1
* Introduce `with_transformation` to `Renderer` traitLibravatar Héctor Ramón Jiménez2024-02-021-0/+1
* Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-0/+6
* Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-271-0/+1
* Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
|\
| * Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez2023-09-201-1/+3
| * Fix `clippy::trivially-copy-pass-by-ref`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| * Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-191-3/+1
* | Avoid drag on double or triple click for now in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-161-0/+4
|/
* Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-081-1/+2
* Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-081-3/+3
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-0/+51
* Merge pull request #1797 from bbb651/masterLibravatar Héctor Ramón2023-05-231-1/+1
|\
| * Make mouse::Button::Other take u16 instead of u8Libravatar bbb6512023-05-231-1/+1
* | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-0/+1
|\|
| * Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-0/+1
* | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-03-171-7/+2
|\|
| * Fix `clippy` lints for Rust 1.68Libravatar Héctor Ramón Jiménez2023-03-141-7/+2
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+76
|/
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-1/+1
* Merge branch 'ios-support-wip' into feature/touch-supportLibravatar Héctor Ramón Jiménez2020-12-151-5/+4
* Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-301-0/+20
* Split `Input` mouse event by `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-301-8/+4
* Move reusable `mouse` types to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-282-0/+76