Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -220/+0 | |
* | Write documentation for `iced_core` | 2019-11-18 | 1 | -1/+65 | |
* | Derive `Clone` for `text_input::State` | 2019-11-17 | 1 | -1/+1 | |
* | Remove argument from `text_input::State::focused` | 2019-11-13 | 1 | -2/+4 | |
* | Implement `text_input::State::focused` | 2019-11-13 | 1 | -0/+11 | |
* | minor changes to text_input's use of iterators | 2019-11-07 | 1 | -8/+3 | |
* | Remove unnecessary code in `Value` | 2019-11-05 | 1 | -18/+1 | |
* | Render `TextInput` cursor inside the clipping area | 2019-10-31 | 1 | -0/+1 | |
* | Implement cursor movement in `TextInput` | 2019-10-31 | 1 | -7/+85 | |
* | Handle some `TextInput` events | 2019-10-30 | 1 | -1/+3 | |
* | Draft `TextInput` widget structure | 2019-10-30 | 1 | -0/+84 |