| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-09 | Fix a few memory leaks | Marc André Tanner | 1 | -14/+44 | |
| 2014-09-08 | Improve undo/redo | Marc André Tanner | 1 | -18/+0 | |
| Currently a snapshot is taken whenever an operator is completed or a certain idle time in either insert or replace mode is detected. | |||||
| 2014-09-08 | Hook up search as a movement | Marc André Tanner | 1 | -51/+0 | |
| 2014-09-08 | Add user prompt infrastructure | Marc André Tanner | 1 | -0/+126 | |
| This is implemented by means of an one line height editor window and a set of custom key bindings. | |||||
| 2014-09-05 | Make status window optional | Marc André Tanner | 1 | -6/+10 | |
| This will be used to implement a command prompt window. | |||||
| 2014-09-04 | Implement movement to a given line | Marc André Tanner | 1 | -6/+0 | |
| 2014-09-04 | Implement rudimentary mark handling | Marc André Tanner | 1 | -15/+0 | |
| 2014-09-03 | Rudimentary support for copy / paste via registers | Marc André Tanner | 1 | -0/+1 | |
| 2014-09-01 | Refactor frontend code | Marc André Tanner | 1 | -175/+341 | |
| window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar. | |||||
| 2014-08-31 | First part of a vi like frontend | Marc André Tanner | 1 | -33/+3 | |
| Still very incomplete | |||||
| 2014-08-24 | Add work in progress editor frontend | Marc André Tanner | 1 | -0/+264 | |
