aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-26Initialize enum values to the public API onesSilvan Jegen1-2/+2
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner5-1/+13
2015-12-20Make normal mode 'S' behave like in VimSilvan Jegen1-1/+1
2015-12-03lexer: add lexer for FaustDavid B. Lamkins2-0/+58
2015-12-02vis: make <C-w>w an alias for <C-w>jMarc André Tanner1-0/+1
2015-11-28vis: add namespace prefix for MARK_SELECTION_{START,END}Marc André Tanner4-12/+12
2015-11-28vis: do not switch to normal mode when leaving ? and / promptMarc André Tanner1-1/+1
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner5-28/+5
2015-11-28vis: improve switching to prompt modeMarc André Tanner4-14/+26
2015-11-28vis: implement = operator in terms of fmt(1)Marc André Tanner2-0/+7
2015-11-28vis: add cmd argument to VIS_OP_FILTERMarc André Tanner4-8/+34
2015-11-28view: preserve column position when moving across linesMarc André Tanner1-8/+18
2015-11-28view: remove special treatment of tabs in cell matrixMarc André Tanner2-10/+3
2015-11-27vis: improve cursor alignment command <C-a>Marc André Tanner3-6/+22
2015-11-27vis: improve creation of new cursors on line above/belowMarc André Tanner1-6/+6
2015-11-27vis: implement filter operator !Marc André Tanner6-5/+33
2015-11-27vis: change semantics of operator implementation return valueMarc André Tanner1-3/+3
2015-11-27vis: close correct file descriptor upon failure in filter commandMarc André Tanner1-2/+2
2015-11-23vis: fix compiler warnings related to `ga` implementationMarc André Tanner1-1/+2
2015-11-23vis: use file open dialog for all directoriesMarc André Tanner2-2/+7
2015-11-23vis: implement gaMarc André Tanner2-0/+32
2015-11-23Cast argument to ctype.h is* functions to unsigned charMarc André Tanner2-37/+37
2015-11-23vis: improve replacement of combining charactersMarc André Tanner3-6/+32
2015-11-23view: fix cell placement of combining charactersMarc André Tanner2-9/+20
2015-11-23text: introduce functions to iterate over graphemesMarc André Tanner3-7/+65
2015-11-20buffer: tweak memory allocation strategyMarc André Tanner1-4/+1
2015-11-20text: get modification time after replacing file content in placeMarc André Tanner1-0/+2
2015-11-19vis: improve <C-p> in visual modeMarc André Tanner1-0/+1
2015-11-19vis: fix <C-n> in visual mode for partial matchesMarc André Tanner1-1/+1
2015-11-19buffer: add some comments to clarify allocation strategyMarc André Tanner2-4/+9
2015-11-17vis: put in visual mode should replace the current selectionMarc André Tanner1-2/+8
2015-11-17ui: improve fallback code in case of unknown termMarc André Tanner2-2/+2
2015-11-14view: increase range to consider for syntax highlightingDavid B. Lamkins1-1/+1
2015-11-13lexer: improve pure lexerDavid B. Lamkins1-11/+18
2015-11-11ui: fall back to xterm-256color if term initialization failsMarc André Tanner1-2/+5
2015-11-11lexer: add lexer for pureDavid B. Lamkins2-0/+55
2015-11-10build: do not clutter dependency/install with manual pagesMarc André Tanner1-1/+1
2015-11-10Update .gitignoreMarc André Tanner1-2/+2
2015-11-10lexer: fix some more color specificationsMarc André Tanner2-3/+3
2015-11-10build: try to fix make standalone for multiarch systemsMarc André Tanner1-1/+1
2015-11-10lexers: fix color specification in diff lexerDavid B. Lamkins1-3/+3
2015-11-09view: improve window redrawing for shared files/split windowsMarc André Tanner1-1/+1
2015-11-09view: correctly redraw window contentMarc André Tanner1-1/+4
2015-11-08ui: warn if theme loading failedMarc André Tanner1-2/+8
2015-11-08Clarify build dependencies in READMEMarc André Tanner1-2/+2
2015-11-08Fix warnings found by static analyzerMarc André Tanner4-6/+5
2015-11-08Mention make local in READMEMarc André Tanner2-2/+5
2015-11-08Update year numbers in Copyright clauseMarc André Tanner7-8/+20
2015-11-08Remove trailing white space from source filesMarc André Tanner7-25/+25
2015-11-08Mention new source files in READMEMarc André Tanner1-2/+9