summaryrefslogtreecommitdiff
path: root/window.c
AgeCommit message (Expand)Author
2014-09-24Implement 'g0', 'gm', 'g$'Marc André Tanner
2014-09-23Implement linewise visual modeMarc André Tanner
2014-09-22Fix display of selection in visual modeMarc André Tanner
2014-09-19Improve syntax highlightingMarc André Tanner
2014-09-19Remove some TODO itemsMarc André Tanner
2014-09-19Windows style newlines are actually \r\n not \n\rMarc André Tanner
2014-09-19Implement expand tab functionality, make tabwidth configurableMarc André Tanner
2014-09-16Implement CTRL-{U,D,E,Y} in normal modeMarc André Tanner
2014-09-16Clean up cursor handling in window.[ch]Marc André Tanner
2014-09-15More efficient syntax highlighting, first match winsMarc André Tanner
2014-09-14Fix clang static analyzer warningsMarc André Tanner
2014-09-13Introduce some helper functions dealing with FilerangeMarc 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-13Make window_selection_get to return the correct rangeMarc André Tanner
2014-09-13Add movements 'H', 'M', 'L'Marc André Tanner
2014-09-11Fix bug when moving to characters with display width > 1Marc André Tanner
2014-09-11Add :edit commandMarc André Tanner
2014-09-11Fix warnings about redefinition of typedefed structsMarc André Tanner
2014-09-10Add comments where appropriateMarc André Tanner
2014-09-09Cleanup header filesMarc 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-09Fix a few memory leaksMarc André Tanner
2014-09-02Teach window_cursor_to how to display the end of the fileMarc André Tanner
2014-09-01Refactor frontend codeMarc André Tanner