Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | double click fixed | 2020-02-24 | 1 | -1/+1 | |
| | |||||
* | moved cursor into own file | 2020-02-24 | 1 | -0/+64 | |
| | | | | | | | | | | moved click tracking as a new State struct to input::mouse made cursor field of text_input state private brought back cursor type(Index, Selection) representation with a state enum cleaned out some stuff (but not enough/all) TODO: Documentation (sigh) TODO: Editor struct TODO: some (hopefully) small improvements here and there | ||||
* | Add `ModifiersState` to `keyboard::Event::Input` | 2019-12-06 | 3 | -2/+22 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -1/+7 | |
| | |||||
* | Handle touchpad scroll events | 2019-10-29 | 2 | -4/+15 | |
| | |||||
* | Move `winit` conversions to `iced_winit` | 2019-10-10 | 3 | -208/+0 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 7 | -0/+509 | |