summaryrefslogtreecommitdiff
path: root/editor.c
AgeCommit message (Expand)Author
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
2014-07-22API cleanupMarc André Tanner
2014-07-22Rename Editor::pos -> Editor::lenMarc André Tanner
2014-07-22Refactor editor_saveMarc André Tanner
2014-07-22Add prototypesMarc André Tanner
2014-07-22Remove redundant functionMarc André Tanner
2014-07-22Remove unnecessary special case for inserting into an empty documentMarc André Tanner
2014-07-22Fix bugs in caching layerMarc André Tanner
2014-07-22Add some more commentsMarc André Tanner
2014-07-21Introduce cache layerMarc André Tanner
2014-07-21Add iterator functions to walk through textMarc André Tanner
2014-07-21Add comments regarding deletionMarc André Tanner
2014-07-17Add some ascii art to illustrate insertionMarc André Tanner
2014-07-17Implement modification detectionMarc André Tanner