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