aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-03buffer: add buffer_content utility functionMarc André Tanner2-0/+6
2016-04-03buffer: add buffer_length utility functionMarc André Tanner2-0/+6
2016-04-03view: add return value to view_cursors_disposeMarc André Tanner2-8/+9
2016-04-03text-regex: introduce function to match arbitrary textMarc André Tanner2-0/+5
2016-04-01vis: cleanup vis_pipe APIMarc André Tanner3-8/+17
2016-03-30vis: implement selection rotationMarc André Tanner3-2/+85
2016-03-30view: constify functions to manipulate selectionsMarc André Tanner2-4/+4
2016-03-30text-util: constify text_range_* functionsMarc André Tanner2-12/+12
2016-03-30view: change internal representation of selectionsMarc André Tanner1-23/+27
2016-03-30array: allow arbitrarily sized array elementsMarc André Tanner5-16/+81
2016-03-29ignore README.htmlChristian Hesse1-0/+1
2016-03-29README: add a paragraph about distribution packagesChristian Hesse1-0/+4
2016-03-28Update README section about multiple cursor key bindingsMarc André Tanner1-17/+21
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner3-3/+3
2016-03-28vis: Ctrl-{j,k} do not create duplicate cursors, instead advance primary oneMarc André Tanner1-1/+8
2016-03-28view: prevent creation of duplicated cursorsMarc André Tanner1-2/+8
2016-03-28vis: support right alignment of selections in visual mode with <S-Tab>Marc André Tanner2-10/+28
2016-03-28vis: support count for {Meta-Ctrl,Ctrl}-{j,k}Marc André Tanner1-23/+26
2016-03-28vis: fix changing of primary cursor via Ctrl-{u,d}Marc André Tanner1-1/+1
2016-03-28vis: let Meta-Ctrl-{j,k} create new cursorMarc André Tanner2-1/+30
2016-03-28vis: align selections with <Tab> in visual modeMarc André Tanner2-2/+6
2016-03-28vis: support column based alignmentMarc André Tanner1-22/+27
2016-03-28view: add infrastructure to iterate through cursor columnsMarc André Tanner2-0/+61
2016-03-28view: maintain ordering relation among cursorsMarc André Tanner1-9/+53
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner4-25/+23
2016-03-26fix linker flagsChristian Hesse1-1/+1
2016-03-25Set version to 0.2Marc André Tanner1-1/+1
2016-03-25vis: remove __DATE__ and __TIME__ references to aid with reproducible buildsMarc André Tanner2-2/+2
2016-03-25vis: do not crash when using vis:command without active windowMarc André Tanner1-1/+8
2016-03-25configure: fix probing of hardening flagsMarc André Tanner1-3/+3
2016-03-24build: use order only dependencies for build folderMarc André Tanner1-10/+11
2016-03-24build: expose make dependency-local targetMarc André Tanner1-4/+9
2016-03-24Mention libutf in LICENSEMarc André Tanner1-0/+3
2016-03-24handle patch as usual sourceChristian Hesse1-4/+8
2016-03-24make sure build directory existsChristian Hesse1-6/+9
2016-03-23build: fix make local, improve make standaloneMarc André Tanner1-5/+27
2016-03-23build: rename package specific targets used for make local/standaloneMarc André Tanner1-27/+27
2016-03-23visrc: Move filetype detection to separate functionJosh Wainwright1-2/+7
2016-03-23do not link lua against ncursesChristian Hesse1-1/+1
2016-03-23fix dependencies for standalone buildChristian Hesse1-1/+1
2016-03-23fix install prefix for standalone buildChristian Hesse1-0/+6
2016-03-23configure: use capital letters for variable namesChristian Hesse1-26/+26
2016-03-23configure: default to cc instead of c99Marc André Tanner1-1/+1
2016-03-23Make vis-clipboard executableMarc André Tanner1-0/+0
2016-03-23configure: fix detection of libtermkeyMarc André Tanner1-1/+1
2016-03-23configure: use temporary file instead of /dev/null for compiler outputMarc André Tanner1-12/+13
2016-03-23Add missing wordMarc André Tanner1-1/+1
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner7-103/+34
2016-03-23vis: use vis-clipboard instead of vis-{copy,paste} scriptsMarc André Tanner5-29/+6
2016-03-23Add vis-clipboard scriptRichard Burke1-0/+104