aboutsummaryrefslogtreecommitdiff
path: root/window.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-11Fix warnings about redefinition of typedefed structsMarc André Tanner1-1/+0
2014-09-10Add comments where appropriateMarc André Tanner1-9/+9
2014-09-09Cleanup header filesMarc André Tanner1-2/+3
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner1-2/+2
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner1-1/+1
2014-09-09Fix a few memory leaksMarc André Tanner1-0/+1
2014-09-02Teach window_cursor_to how to display the end of the fileMarc André Tanner1-32/+32
2014-09-01Refactor frontend codeMarc André Tanner1-0/+745