summaryrefslogtreecommitdiffstats
path: root/native/src/mouse_cursor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move `MouseCursor` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-291-36/+0
|
* Add `Crosshair` variant to `MouseCursor`Libravatar Héctor Ramón Jiménez2020-04-291-3/+6
|
* Remove `OutOfBounds` variant from `MouseCursor`Libravatar Héctor Ramón Jiménez2020-04-291-4/+1
|
* Implement mouse-based pane resizing for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-0/+6
|
* Implement `Default` for `MouseCursor`Libravatar Héctor Ramón Jiménez2019-12-301-0/+6
|
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-0/+3
| | | | Also started a `todos` example to showcase it!
* Handle mouse cursor in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-111-1/+1
|
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-101-14/+0
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-0/+35
| | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency.
* Move `MouseCursor` to `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-051-35/+0
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-0/+35