Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change `TextInput` word-jump modifier key on macOS | 2019-12-07 | 1 | -2/+14 | |
* | Implement `TextInput::password` for secure data | 2019-12-07 | 1 | -11/+54 | |
* | Consider word bounds in `TextInput` cursor jumps | 2019-12-06 | 1 | -42/+43 | |
* | Use `unicode-segmentation` for `text_input::Value` | 2019-12-06 | 1 | -18/+33 | |
* | Implement word movement in `TextInput` | 2019-12-06 | 1 | -7/+76 | |
* | Add `ModifiersState` to `keyboard::Event::Input` | 2019-12-06 | 1 | -0/+1 | |
* | Support `Home` and `End` keys for `TextInput` | 2019-12-05 | 1 | -0/+6 | |
* | Remove unnecessary use of `abs` | 2019-12-05 | 1 | -1/+1 | |
* | Place `TextInput` cursor position on click | 2019-12-05 | 1 | -3/+75 | |
* | Display widget images in documentation | 2019-11-24 | 1 | -0/+2 | |
* | Fix `iced_native` widget examples | 2019-11-24 | 1 | -1/+2 | |
* | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -0/+1 | |
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -4/+56 | |
* | Merge branch 'master' into improvement/docs | 2019-11-21 | 1 | -0/+4 | |
|\ | |||||
| * | Make `width` and `height` required methods | 2019-11-16 | 1 | -0/+4 | |
* | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -6/+223 | |
|/ | |||||
* | Implement `text_input::State::focused` | 2019-11-13 | 1 | -0/+8 | |
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -11/+22 | |
* | Draft new layout API | 2019-11-10 | 1 | -17/+11 | |
* | Implement cursor movement in `TextInput` | 2019-10-31 | 1 | -15/+42 | |
* | Handle some `TextInput` events | 2019-10-30 | 1 | -6/+44 | |
* | Draft `TextInput` widget structure | 2019-10-30 | 1 | -0/+84 |