summaryrefslogtreecommitdiff
path: root/editor.c
AgeCommit message (Expand)Author
2015-04-07Set '< and '> marksMarc André Tanner
2015-04-05Introduce new struct VisTextMarc André Tanner
2015-04-03Preliminary user interface separationMarc André Tanner
2015-01-16Reorder if/else clause in order to avoid dead codeMarc André Tanner
2015-01-14Fix segfault when using arrow keys in promptMarc André Tanner
2015-01-06Rudimentary change list (accessible via g; and g,)Marc André Tanner
2015-01-02Make last insertion/replacement repeatable with '.'Marc André Tanner
2015-01-01Add rudimentary support for jump list (CTRL+{O,I})Marc André Tanner
2015-01-01Rename mark related functionsMarc André Tanner
2014-10-24Make command prompt available in visual modesMarc André Tanner
2014-10-23Move feature test macros to config.mkMarc André Tanner
2014-10-17Read stdin when given - as filenameMarc André Tanner
2014-09-25Actually set global tabwidthMarc André Tanner
2014-09-24Change split/vsplit APIMarc André Tanner
2014-09-22Add support for the '<', '>' marksMarc André Tanner
2014-09-19This fixes warning with latest glibc (>= 2.19.90), which deprecated _BSD_SOURCEChristian Hesse
2014-09-19Implement expand tab functionality, make tabwidth configurableMarc André Tanner
2014-09-18Do only open an empty buffer if the file does not existMarc André Tanner
2014-09-18Clean up window splitting APIMarc André Tanner
2014-09-16Import syntax rules from sandyMarc André Tanner
2014-09-15More efficient syntax highlighting, first match winsMarc André Tanner
2014-09-14All *_free(...) functions should accept a NULL argumentMarc André Tanner
2014-09-14Fix clang static analyzer warningsMarc André Tanner
2014-09-13Rename text_insert_raw to text_insertMarc André Tanner
2014-09-13Introduce and use EPOS instead of (size_t)-1Marc André Tanner
2014-09-12Add facility to display a message to the userMarc André Tanner
2014-09-12Fix loading of not yet existing filesMarc André Tanner
2014-09-12Rename text_filename to text_filename_getMarc André Tanner
2014-09-12Restore cursor position after an undo/redoMarc André Tanner
2014-09-11Add :edit commandMarc André Tanner
2014-09-11Add :qall commandMarc André Tanner
2014-09-10Fix :q commandMarc André Tanner
2014-09-10Simplify drawing of the window statusbarMarc André Tanner
2014-09-10Simplify cursor color managementMarc André Tanner
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner
2014-09-01Refactor frontend codeMarc André Tanner
2014-08-31First part of a vi like frontendMarc André Tanner
2014-08-25Move motion related stuff into own fileMarc André Tanner
2014-08-24Add work in progress editor frontendMarc André Tanner
2014-08-14Rename files editor.[ch] -> text.[ch]Marc André Tanner
2014-08-14Change 'namespace' Editor -> TextMarc André Tanner
2014-08-13Add search functionalityMarc André Tanner
2014-08-13Add support for file marksMarc André Tanner
2014-08-07Add function to query line-numer <-> byte offset mappingMarc André Tanner
2014-08-02Further improve iterator APIMarc André Tanner
2014-08-01Improve iterator APIMarc André Tanner
2014-07-22Reindent commentsMarc André Tanner
2014-07-22Perform argument validationMarc André Tanner
2014-07-22Rename content => dataMarc André Tanner