Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-30 | Remove inconsistent `input` module in `iced_native` | 1 | -6/+0 | ||
2020-04-30 | Move `keyboard::Event` to `iced_core` | 1 | -1/+1 | ||
2020-04-28 | Move reusable `mouse` types to `iced_core` | 1 | -4/+1 | ||
2020-03-24 | Convert `mouse::State` into `mouse::Click` | 1 | -63/+3 | ||
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-10-29 | Handle touchpad scroll events | 1 | -1/+1 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -0/+0 | ||
2019-09-14 | Rethink workspace structure | 1 | -0/+0 | ||
2019-09-10 | Switch to workspace layout | 1 | -0/+0 | ||
2019-08-29 | Write documentation for `input` | 1 | -0/+1 | ||
2019-07-20 | Decouple `iced` from `coffee` | 1 | -0/+5 | ||