Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-30 | Remove inconsistent `input` module in `iced_native` | 3 | -84/+0 | ||
2020-04-30 | Move `keyboard::Event` to `iced_core` | 3 | -36/+2 | ||
2020-04-30 | Split `Input` keyboard event by `ButtonState` | 1 | -5/+10 | ||
2020-04-28 | Move reusable `mouse` types to `iced_core` | 5 | -90/+2 | ||
2020-03-24 | Avoid panic in `Click::is_consecutive` | 1 | -1/+4 | ||
2020-03-24 | Convert `mouse::State` into `mouse::Click` | 2 | -63/+76 | ||
2020-03-19 | Turn `Touch` into a struct and add finger id | 2 | -42/+36 | ||
2020-03-18 | Added initial touch events to support iOS | 1 | -0/+39 | ||
2020-03-17 | Move common keyboard types to `iced_core` | 3 | -217/+1 | ||
Also expose them in `iced` through `iced_native` and `iced_web`. | |||||
2020-03-10 | Implement `Default` for `keyboard::ModifiersState` | 1 | -1/+1 | ||
2020-02-26 | really small cleanup | 1 | -2/+1 | ||
2020-02-24 | double click fixed | 1 | -1/+1 | ||
2020-02-24 | moved cursor into own file | 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 | |||||
2019-12-06 | Add `ModifiersState` to `keyboard::Event::Input` | 3 | -2/+22 | ||
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -1/+7 | ||
2019-10-29 | Handle touchpad scroll events | 2 | -4/+15 | ||
2019-10-10 | Move `winit` conversions to `iced_winit` | 3 | -208/+0 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 7 | -0/+509 | ||