aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-14vis: use distinct mark to save last selectionsMarc André Tanner1-1/+13
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-1/+1
2017-07-11Revert "vis: process aliased key sequences individually"Marc André Tanner1-12/+2
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner1-11/+1
2017-07-10vis: implement jump list in terms of marksMarc André Tanner1-20/+7
2017-07-08vis: cleanup marks implementationMarc André Tanner1-16/+1
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner1-11/+9
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-12/+10
2017-07-04vis: process aliased key sequences individuallyMarc André Tanner1-2/+12
2017-06-27vis: properly set initial window ui optionsMarc André Tanner1-1/+2
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner1-1/+1
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner1-1/+1
2017-06-15vis: normalize selections after motionsMarc André Tanner1-0/+4
2017-06-15view: do not automatically anchor selections when setting rangeMarc André Tanner1-1/+3
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-45/+45
2017-06-15view: rename view_cursorsMarc André Tanner1-7/+7
2017-06-15view: rename view_cursors_numberMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_countMarc André Tanner1-3/+3
2017-06-15view: rename view_cursors_nextMarc André Tanner1-7/+7
2017-06-15view: rename view_cursors_prevMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_saveMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_selection_getMarc André Tanner1-6/+6
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner1-2/+2
2017-06-15view: rename view_cursors_disposeMarc André Tanner1-2/+2
2017-06-15view: remove view_cursors_multipleMarc André Tanner1-3/+3
2017-06-15vis: promote selections to first class primitivesMarc André Tanner1-25/+8
2017-06-15vis: strip double leading slashes of pathsMarc André Tanner1-1/+3
2017-06-10More theme improvementsPhilipp Emanuel Weidmann1-1/+1
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann1-2/+2
2017-05-31vis: fix compiler warning concerning write(2) return valueMarc André Tanner1-1/+1
2017-05-19vis: improve `:<` command implementationMarc André Tanner1-3/+13
2017-05-17vis: ensure complete ! command output is displayedMarc André Tanner1-3/+11
2017-05-12vis: immediately update screen after a vis_redraw callMarc André Tanner1-0/+1
2017-05-06vis: add vis_interrupt{,requested} functionsMarc André Tanner1-0/+8
2017-05-06vis: add doxygen commentsMarc André Tanner1-2/+7
2017-05-04vis: improve job control for forked processMarc André Tanner1-2/+27
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner1-0/+22
2017-05-03text: rename text_sigbus to text_mmapedMarc André Tanner1-1/+1
2017-04-24vis: fix newline insertion at end of fileMarc André Tanner1-1/+1
2017-04-23vis: fix # register countMarc André Tanner1-1/+1
2017-04-20vis: add # register to insert cursor numberMarc André Tanner1-0/+1
2017-04-20vis: start cleaning up register related codeMarc André Tanner1-57/+0
2017-04-19vis: restructure register handlingMarc André Tanner1-7/+24
2017-04-18vis: rename vis_register_set to vis_registerMarc André Tanner1-1/+1
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner1-3/+11
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner1-7/+6
2017-04-04vis: remove unused struct memberMarc André Tanner1-1/+0
2017-04-04vis: automatically dispose invalid cursorsMarc André Tanner1-0/+7
2017-03-31vis: rename search related constantsMarc André Tanner1-1/+1
2017-03-24vis: properly redraw status bar of windows displaying internal filesMarc André Tanner1-1/+1