| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 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 |
| 2013-09-10 | doc | Mattias Andrée | 1 | -0/+58 |
| 2013-09-09 | typo | Mattias Andrée | 1 | -1/+1 |
| 2013-09-09 | cleanup | Mattias Andrée | 1 | -100/+73 |
| 2013-09-09 | m cleanup | Mattias Andrée | 1 | -25/+9 |
| 2013-09-09 | use a functor for jumping | Mattias Andrée | 1 | -17/+35 |
| 2013-09-09 | derp | Mattias Andrée | 1 | -23/+22 |
| 2013-09-09 | m cleanup + m doc | Mattias Andrée | 1 | -37/+79 |
| 2013-09-09 | missed a variable use in refactoring | Mattias Andrée | 1 | -1/+1 |
| 2013-08-06 | fix point movement | Mattias Andrée | 1 | -3/+14 |
| 2013-08-06 | fix some drawing issues | Mattias Andrée | 1 | -4/+17 |
| 2013-08-06 | fix home and end command parsing | Mattias Andrée | 1 | -6/+14 |
