Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/custom-styling | 2020-01-05 | 1 | -1/+2 | |
|\ | |||||
| * | add(widget): primitive progressbar widget | 2020-01-02 | 1 | -1/+2 | |
* | | Draft basic styling for `TextInput` | 2020-01-01 | 1 | -8/+25 | |
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+1 | |
|/ | |||||
* | Fix sneaky overflow in `TextInput` when pasting | 2019-12-21 | 1 | -3/+16 | |
* | Move cursor position to start on left boundary click | 2019-12-21 | 1 | -0/+2 | |
* | Fix cursor positioning in `TextInput` on overflow | 2019-12-21 | 1 | -17/+38 | |
* | Implement clipboard pasting in `TextInput` | 2019-12-18 | 1 | -19/+88 | |
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -2/+3 | |
* | 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 |