Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -70/+0 | |
* | Address Clippy lints | 2022-07-09 | 1 | -13/+6 | |
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
* | Run cargo fmt | 2021-04-12 | 1 | -2/+2 | |
* | Remove redundant `min` checks in `Editor` | 2020-07-11 | 1 | -3/+3 | |
* | Improve safety of `Cursor::selection` | 2020-07-11 | 1 | -16/+10 | |
* | Fix panic on paste in TextInput after programmatic modification of contents | 2020-07-10 | 1 | -6/+12 | |
* | Clippy | 2020-03-28 | 1 | -3/+2 | |
* | Remove unnecessary borrows in `Editor` | 2020-03-25 | 1 | -11/+10 | |
* | Fix edge cases when inserting text in `Editor` | 2020-03-25 | 1 | -2/+2 | |
* | Fix edge case in `Editor::backspace` | 2020-03-24 | 1 | -4/+3 | |
* | Create `text_input::Editor` to hold editing logic | 2020-03-24 | 1 | -0/+80 |