Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `MouseCursor` to `iced_core` | 2020-04-29 | 1 | -36/+0 | |
| | |||||
* | Add `Crosshair` variant to `MouseCursor` | 2020-04-29 | 1 | -3/+6 | |
| | |||||
* | Remove `OutOfBounds` variant from `MouseCursor` | 2020-04-29 | 1 | -4/+1 | |
| | |||||
* | Implement mouse-based pane resizing for `PaneGrid` | 2020-03-14 | 1 | -0/+6 | |
| | |||||
* | Implement `Default` for `MouseCursor` | 2019-12-30 | 1 | -0/+6 | |
| | |||||
* | Draft `TextInput` widget structure | 2019-10-30 | 1 | -0/+3 | |
| | | | | Also started a `todos` example to showcase it! | ||||
* | Handle mouse cursor in `iced_wgpu` | 2019-10-11 | 1 | -1/+1 | |
| | |||||
* | Move `winit` conversions to `iced_winit` | 2019-10-10 | 1 | -14/+0 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -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` | 2019-10-05 | 1 | -35/+0 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+35 | |