aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-10vis: simplify and fix pairwise selection intersectionMarc André Tanner1-1/+1
2017-07-10vis: simplify selection complement and minus implementationMarc André Tanner1-5/+3
2017-07-08vis: perform more renames cursor -> selectionMarc André Tanner1-129/+129
2017-07-08vis: cleanup marks implementationMarc André Tanner1-73/+23
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner1-1/+4
2017-07-05vis: make sure all selections have same anchored stateMarc André Tanner1-7/+17
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-21/+0
2017-06-15vis: normalize selections after pairwise combinationMarc André Tanner1-0/+26
2017-06-15vis: implement pairwise selection combinator: rightmostMarc André Tanner1-0/+15
2017-06-15vis: implement pairwise selection combinator: leftmostMarc André Tanner1-0/+15
2017-06-15vis: implement pairwise selection combinator: shorterMarc André Tanner1-0/+17
2017-06-15vis: implement pairwise selection combinator: longerMarc André Tanner1-0/+17
2017-06-15vis: implement pairwise selection combinator: intersectionMarc André Tanner1-0/+13
2017-06-15vis: implement pairwise selection combinator: unionMarc André Tanner1-0/+42
2017-06-15vis: implement subtraction of selectionsMarc André Tanner1-0/+36
2017-06-15vis: implement complement of selectionsMarc André Tanner1-0/+40
2017-06-15vis: implement intersection of selectionsMarc André Tanner1-0/+42
2017-06-15vis: implement union of selectionsMarc André Tanner1-0/+59
2017-06-15vis: allow selections to be restored from registersMarc André Tanner1-0/+18
2017-06-15vis: allow active selection to be saved to a registerMarc André Tanner1-0/+18
2017-06-15view: do not automatically anchor selections when setting rangeMarc André Tanner1-0/+2
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-76/+76
2017-06-15view: rename view_cursors_columnMarc André Tanner1-4/+4
2017-06-15view: rename view_cursorsMarc André Tanner1-13/+13
2017-06-15view: rename view_cursors_column{,count,next}Marc André Tanner1-8/+8
2017-06-15view: rename view_cursors_countMarc André Tanner1-7/+7
2017-06-15view: rename view_cursors_nextMarc André Tanner1-12/+12
2017-06-15view: rename view_cursors_prevMarc André Tanner1-2/+2
2017-06-15view: view_cursors_selection_restoreMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_swapMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_clearMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_getMarc André Tanner1-12/+12
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner1-11/+11
2017-06-15view: rename view_cursors_clearMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_disposeMarc André Tanner1-5/+5
2017-06-15view: rename view_cursors_newMarc André Tanner1-3/+3
2017-06-15view: remove view_cursors_multipleMarc André Tanner1-6/+6
2017-06-15vis: promote selections to first class primitivesMarc André Tanner1-25/+6
2017-06-01vis: use more portable format string for wchar_tMarc André Tanner1-1/+2
2017-05-06vis: add doxygen commentsMarc André Tanner1-1/+1
2017-05-03text: remove count argument from text_{earlier,later}Marc André Tanner1-2/+8
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner1-2/+4
2017-04-21vis: implement <C-r> in terms of gPMarc André Tanner1-9/+3
2017-04-20vis: adapt <C-r> to new register handling codeMarc André Tanner1-3/+10
2017-04-19vis: restructure register handlingMarc André Tanner1-0/+1
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-1/+0
2017-04-09vis: reject invalid register name when recording a macroMarc André Tanner1-0/+2
2017-04-06vis: fix memory leak in selection rotation codeMarc André Tanner1-0/+1
2017-04-04vis: add motions to move by codepointsMarc André Tanner1-0/+12