| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-27 | vis: make Vis an opaque type, hide implementaton details | Marc André Tanner | 1 | -34/+34 | |
| 2015-10-27 | vis: introduce vis_prompt_enter API | Marc André Tanner | 1 | -19/+2 | |
| This is a really bad API/abtraction but at least it allows us to hide some implementation details. | |||||
| 2015-10-27 | vis: clean up tab/newline insertion code | Marc André Tanner | 1 | -56/+4 | |
| 2015-10-27 | vis: introduce pseudo operators for put | Marc André Tanner | 1 | -13/+4 | |
| In principle put is not really an operator, however it still should be repeatable and respect count. | |||||
| 2015-10-26 | vis: introduce explicit operators for cursor creation | Marc André Tanner | 1 | -11/+2 | |
| 2015-10-26 | vis: introduce explicit operators for case changes | Marc André Tanner | 1 | -11/+3 | |
| 2015-10-26 | vis: move key handling functions to main.c | Marc André Tanner | 1 | -2/+1641 | |
| 2015-10-23 | vis: begin librarization of core vis primitives | Marc André Tanner | 1 | -0/+35 | |
| 2014-09-09 | Rename vis.[ch] to editor.[ch] and main.c to vis.c | Marc André Tanner | 1 | -1002/+0 | |
| 2014-09-09 | Unclutter config.def.h by moving stuff to main.c | Marc André Tanner | 1 | -5/+688 | |
| 2014-09-09 | Open all files given on command line | Marc André Tanner | 1 | -2/+6 | |
| 2014-09-09 | Add infrastructure for commands | Marc André Tanner | 1 | -0/+10 | |
| 2014-09-09 | Fix a few memory leaks | Marc André Tanner | 1 | -2/+3 | |
| 2014-09-09 | Change mode input prototype | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-08 | Improve undo/redo | Marc André Tanner | 1 | -2/+6 | |
| 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 | -10/+0 | |
| 2014-09-08 | Add user prompt infrastructure | Marc André Tanner | 1 | -2/+2 | |
| This is implemented by means of an one line height editor window and a set of custom key bindings. | |||||
| 2014-09-05 | Cleanup vis.h | Marc André Tanner | 1 | -0/+83 | |
| 2014-09-04 | Skip modes with common prefix if it does not match | Marc André Tanner | 1 | -0/+2 | |
| 2014-09-04 | Implement movement to a given line | Marc André Tanner | 1 | -10/+0 | |
| 2014-09-04 | Factor out getkey logic | Marc André Tanner | 1 | -27/+30 | |
| 2014-09-03 | Enable text objects, introduce operator options | Marc André Tanner | 1 | -4/+2 | |
| 2014-09-01 | Refactor frontend code | Marc André Tanner | 1 | -0/+234 | |
| window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar. | |||||
