| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2013-09-18 | m doc | Mattias Andrée | 1 | -0/+6 |
| 2013-09-12 | m | Mattias Andrée | 1 | -2/+3 |
| 2013-09-12 | implement C-left and C-right | Mattias Andrée | 1 | -4/+21 |
| 2013-09-12 | implement S-left and S-right | Mattias Andrée | 1 | -3/+20 |
| 2013-09-11 | style | Mattias Andrée | 1 | -16/+8 |
| 2013-09-11 | prepare for configurable colours by not hard coding them | Mattias Andrée | 1 | -4/+41 |
| 2013-09-11 | add todo on S-<left> and S-<right> | Mattias Andrée | 1 | -0/+1 |
| 2013-09-11 | todo with how to store undo history | Mattias Andrée | 1 | -0/+8 |
| 2013-09-11 | fix doc for move_point | Mattias Andrée | 1 | -1/+2 |
| 2013-09-11 | use gettext | Mattias Andrée | 1 | -26/+30 |
| 2013-09-11 | just for style | Mattias Andrée | 1 | -4/+4 |
| 2013-09-11 | typo | Mattias Andrée | 1 | -1/+1 |
| 2013-09-11 | m + some editor todos | Mattias Andrée | 1 | -2/+5 |
| 2013-09-11 | only run editor if the module is executed, not imported | Mattias Andrée | 1 | -10/+11 |
| 2013-09-11 | can do terminal initialisation | Mattias Andrée | 1 | -4/+9 |
| 2013-09-11 | the text area can take care of terminal settings | Mattias Andrée | 1 | -8/+25 |
| 2013-09-11 | automatic screen dimensions | Mattias Andrée | 1 | -5/+11 |
| 2013-09-11 | add todo on additional key combinations | Mattias Andrée | 1 | -1/+1 |
| 2013-09-11 | saver must return whether the save was successful or not | Mattias Andrée | 1 | -6/+8 |
| 2013-09-11 | make redrawers optional | Mattias Andrée | 1 | -11/+9 |
| 2013-09-11 | some necessary refinements | Mattias Andrée | 1 | -15/+20 |
| 2013-09-11 | implement undo logic | Mattias Andrée | 1 | -1/+18 |
| 2013-09-11 | add key combinations for undo actions | Mattias Andrée | 1 | -2/+8 |
| 2013-09-11 | m | Mattias Andrée | 1 | -0/+1 |
| 2013-09-10 | push and pop the editring | Mattias Andrée | 1 | -3/+17 |
| 2013-09-10 | implement edit reverse, direction change and add specification for push and pop to editring | Mattias Andrée | 1 | -1/+34 |
| 2013-09-10 | add class edit for storing edits in | Mattias Andrée | 1 | -0/+21 |
| 2013-09-10 | introduce a new class for undo and redo | Mattias Andrée | 1 | -0/+44 |
| 2013-09-10 | add page up and page down | Mattias Andrée | 1 | -2/+29 |
| 2013-09-10 | implement up and down browsing | Mattias Andrée | 1 | -1/+12 |
| 2013-09-10 | fix some cursur issues and screen offset issues | Mattias Andrée | 1 | -7/+5 |
| 2013-09-10 | print number of hidden lines | Mattias Andrée | 1 | -3/+7 |
| 2013-09-10 | misc | Mattias Andrée | 1 | -15/+21 |
| 2013-09-10 | fixes for status and alert | Mattias Andrée | 1 | -4/+13 |
| 2013-09-10 | m | Mattias Andrée | 1 | -2/+2 |
| 2013-09-10 | split out killring | Mattias Andrée | 2 | -60/+82 |
| 2013-09-10 | m | Mattias Andrée | 1 | -4/+4 |
| 2013-09-10 | prepare for short screens | Mattias Andrée | 1 | -1/+1 |
| 2013-09-10 | default field entry to empty string | Mattias Andrée | 1 | -2/+3 |
| 2013-09-10 | remove debug exception | Mattias Andrée | 1 | -2/+0 |
| 2013-09-10 | fix jump bug on text insert | Mattias Andrée | 1 | -1/+3 |
| 2013-09-10 | duplicate instruction | Mattias Andrée | 1 | -1/+0 |
| 2013-09-10 | fix up and down arrow jump bug | Mattias Andrée | 1 | -4/+2 |
| 2013-09-10 | fix delete key regression | Mattias Andrée | 1 | -3/+3 |
| 2013-09-10 | cleanup | Mattias Andrée | 1 | -13/+5 |
| 2013-09-10 | fix variable assignment order | Mattias Andrée | 1 | -1/+1 |
| 2013-09-10 | add killring class for cleaner code | Mattias Andrée | 1 | -16/+72 |
| 2013-09-10 | cleanup + fix cursor jump bug on mark setting | Mattias Andrée | 1 | -7/+30 |
| 2013-09-10 | doc | Mattias Andrée | 1 | -0/+30 |
| 2013-09-10 | cleanup | Mattias Andrée | 1 | -21/+19 |
