Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid panic in `Click::is_consecutive` | 2020-03-24 | 1 | -1/+4 | |
| | |||||
* | Merge branch 'master' into feature/text-selection | 2020-03-24 | 3 | -217/+1 | |
|\ | |||||
| * | Move common keyboard types to `iced_core` | 2020-03-17 | 3 | -217/+1 | |
| | | | | | | | | Also expose them in `iced` through `iced_native` and `iced_web`. | ||||
| * | Implement `Default` for `keyboard::ModifiersState` | 2020-03-10 | 1 | -1/+1 | |
| | | |||||
* | | Convert `mouse::State` into `mouse::Click` | 2020-03-24 | 2 | -63/+76 | |
| | | |||||
* | | 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 | ||||
* | 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 | |