Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -6/+0 | |
| | |||||
* | Move `keyboard::Event` to `iced_core` | 2020-04-30 | 1 | -1/+1 | |
| | |||||
* | Move reusable `mouse` types to `iced_core` | 2020-04-28 | 1 | -4/+1 | |
| | |||||
* | Convert `mouse::State` into `mouse::Click` | 2020-03-24 | 1 | -63/+3 | |
| | |||||
* | really small cleanup | 2020-02-26 | 1 | -2/+1 | |
| | |||||
* | 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 | ||||
* | Handle touchpad scroll events | 2019-10-29 | 1 | -1/+1 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+6 | |