summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2017-06-15vis: normalize selections after pairwise combinationMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: rightmostMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: leftmostMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: shorterMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: longerMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: intersectionMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: unionMarc André Tanner
2017-06-15vis: implement subtraction of selectionsMarc André Tanner
2017-06-15vis: implement complement of selectionsMarc André Tanner
2017-06-15vis: implement intersection of selectionsMarc André Tanner
2017-06-15vis: implement union of selectionsMarc André Tanner
2017-06-15vis: allow selections to be restored from registersMarc André Tanner
2017-06-15vis: allow active selection to be saved to a registerMarc André Tanner
2017-06-15view: do not automatically anchor selections when setting rangeMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-06-15view: rename view_cursors_columnMarc André Tanner
2017-06-15view: rename view_cursorsMarc André Tanner
2017-06-15view: rename view_cursors_column{,count,next}Marc André Tanner
2017-06-15view: rename view_cursors_countMarc André Tanner
2017-06-15view: rename view_cursors_nextMarc André Tanner
2017-06-15view: rename view_cursors_prevMarc André Tanner
2017-06-15view: view_cursors_selection_restoreMarc André Tanner
2017-06-15view: rename view_cursors_selection_swapMarc André Tanner
2017-06-15view: rename view_cursors_selection_clearMarc André Tanner
2017-06-15view: rename view_cursors_selection_getMarc André Tanner
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner
2017-06-15view: rename view_cursors_clearMarc André Tanner
2017-06-15view: rename view_cursors_disposeMarc André Tanner
2017-06-15view: rename view_cursors_newMarc André Tanner
2017-06-15view: remove view_cursors_multipleMarc André Tanner
2017-06-15vis: promote selections to first class primitivesMarc André Tanner
2017-06-01vis: use more portable format string for wchar_tMarc André Tanner
2017-05-06vis: add doxygen commentsMarc André Tanner
2017-05-03text: remove count argument from text_{earlier,later}Marc André Tanner
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner
2017-04-21vis: implement <C-r> in terms of gPMarc André Tanner
2017-04-20vis: adapt <C-r> to new register handling codeMarc André Tanner
2017-04-19vis: restructure register handlingMarc André Tanner
2017-04-18vis: rename vis_register_set to vis_registerMarc André Tanner
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner
2017-04-09vis: reject invalid register name when recording a macroMarc André Tanner
2017-04-06vis: fix memory leak in selection rotation codeMarc André Tanner
2017-04-04vis: add motions to move by codepointsMarc André Tanner
2017-04-04vis: reject multi letter mark and register namesMarc André Tanner
2017-04-02Fix Debian package lintian warningsMarc André Tanner
2017-03-31vis: add non-default actions for vi compatible n/N motionsMarc André Tanner
2017-03-31vis: rename search related constantsMarc André Tanner
2017-03-22vis: fix wrap around with <C-n>Marc André Tanner
2017-03-19Move :set syntax option implementation to luaMarc André Tanner
2017-03-14Add experimental raw vt100 UI backendMarc André Tanner