| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 1 | -0/+1 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 1 | -0/+1 |
* | Update `winit` to `0.29.4` | Héctor Ramón Jiménez | 2023-12-15 | 1 | -0/+6 |
* | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2023-10-27 | 1 | -0/+1 |
* | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+1 |
|\ |
|
| * | Revert "Chore: Apply clippy map transformations" | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+3 |
| * | Fix `clippy::trivially-copy-pass-by-ref` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
| * | Chore: Apply clippy map transformations | Yuri Astrakhan | 2023-09-19 | 1 | -3/+1 |
* | | Avoid drag on double or triple click for now in `TextEditor` | Héctor Ramón Jiménez | 2023-09-16 | 1 | -0/+4 |
|/ |
|
* | Extend cursor availability to the shell level | Héctor Ramón Jiménez | 2023-06-08 | 1 | -1/+2 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -3/+3 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -0/+51 |
* | Merge pull request #1797 from bbb651/master | Héctor Ramón | 2023-05-23 | 1 | -1/+1 |
|\ |
|
| * | Make mouse::Button::Other take u16 instead of u8 | bbb651 | 2023-05-23 | 1 | -1/+1 |
* | | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -0/+1 |
|\| |
|
| * | Show `NotAllowed` as mouse icon when hovering a disabled `TextInput` | Héctor Ramón Jiménez | 2023-04-12 | 1 | -0/+1 |
* | | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-03-17 | 1 | -7/+2 |
|\| |
|
| * | Fix `clippy` lints for Rust 1.68 | Héctor Ramón Jiménez | 2023-03-14 | 1 | -7/+2 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+76 |
|/ |
|
* | Change GitHub namespace to new org for all files | LordRatte | 2022-01-03 | 1 | -1/+1 |
* | Merge branch 'ios-support-wip' into feature/touch-support | Héctor Ramón Jiménez | 2020-12-15 | 1 | -5/+4 |
* | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -0/+20 |
* | Split `Input` mouse event by `ButtonState` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -8/+4 |
* | Move reusable `mouse` types to `iced_core` | Héctor Ramón Jiménez | 2020-04-28 | 2 | -0/+76 |