aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-06vis-marks: make mark set cache actually usefulRandy Palamar1-3/+12
2026-01-06vis-marks: greatly simplify jumplist managementRandy Palamar1-10/+4
2025-12-22move all standard library includes into util.hRandy Palamar1-2/+0
2025-12-16mark all functions in headers with VIS_EXPORT or VIS_INTERNALRandy Palamar1-31/+33
2025-12-16clean up remaining struct and function name collisionsRandy Palamar1-3/+3
2025-01-11buffer: clear out one line functionsRandy Palamar1-1/+0
2025-01-11buffer: delete pointless buffer_init functionRandy Palamar1-1/+0
2024-05-30remove the vis->initialized memberRandy Palamar1-1/+0
2024-05-24combine Win and UiWinRandy Palamar1-3/+7
2024-05-21remove some view pointer chasingRandy Palamar1-1/+1
2024-05-21remove some ui pointer chasingRandy Palamar1-1/+1
2024-05-21cleanup vis event interfaceRandy Palamar1-2/+2
2024-04-29Emit an event (ui_draw) immediately before drawing the screenRudy Dellomas III1-0/+1
2023-08-27Make expandtab option window-localAlexey Yerin1-1/+1
2023-08-27Make tabwidth option window-localAlexey Yerin1-1/+0
2022-11-29fix miscellaneous spelling mistakesNick Hanley1-4/+4
2020-12-10fix typos in commentsMoesasji1-9/+9
2020-09-20Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into masterMarc André Tanner1-0/+1
2020-09-19Add ignorecase optionEvan Gates1-0/+1
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy1-0/+1
2020-01-27vis: pass absolute path to pre/post save eventsMarc André Tanner1-0/+2
2018-05-30vis: add loadmethod optionMarc André Tanner1-0/+1
2017-07-14vis: use distinct mark to save last selectionsMarc André Tanner1-0/+2
2017-07-10vis: remove change listMarc André Tanner1-7/+0
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner1-2/+0
2017-07-10vis: implement jump list in terms of marksMarc André Tanner1-3/+11
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner1-4/+6
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-0/+1
2017-06-15vis: add basic infrastructure to store selections in registersMarc André Tanner1-0/+1
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-1/+1
2017-05-27vis-lua: expose currently active key bindings through APIMarc André Tanner1-0/+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-1/+29
2017-04-19vis: restructure register handlingMarc André Tanner1-0/+3
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner1-1/+1
2017-04-04vis: remove unused struct memberMarc André Tanner1-1/+0
2017-03-31vis: add non-default actions for vi compatible n/N motionsMarc André Tanner1-0/+1
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner1-3/+6
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-1/+0
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-1/+0
2017-03-14Restructure display codeMarc André Tanner1-1/+1
2017-02-24vis: remove unused struct memberMarc André Tanner1-1/+0
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner1-1/+1
2017-02-22vis: add exact count motion flagMarc André Tanner1-0/+1
2017-02-07vis: improve text object handlingMarc André Tanner1-0/+2
2017-02-07vis: reformat text object definitionsMarc André Tanner1-3/+3
2017-02-01vis: refactor autoindent handlingMarc André Tanner1-0/+1
2017-01-31sam: optmize transcript insertion for common caseMarc André Tanner1-0/+1
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner1-0/+1