Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
* | Write documentation for `text_input::Cursor` | 2020-03-24 | 1 | -44/+64 | |
* | 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 | |
* | Move `Value` to its own module | 2020-03-24 | 1 | -0/+134 | |
* | Improve `text_input::cursor` API | 2020-03-24 | 1 | -51/+47 | |
* | really small cleanup | 2020-02-26 | 1 | -6/+1 | |
* | More selection actions: (Ctrl +) Shift + Left/Right, Shift + Home/End | 2020-02-25 | 1 | -1/+5 | |
* | moved cursor into own file | 2020-02-24 | 1 | -0/+176 |