aboutsummaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21make View unopaqueRandy Palamar1-110/+2
2024-05-21cleanup some single line get/set functionsRandy Palamar1-2/+2
2024-05-21cleanup vis event interfaceRandy Palamar1-3/+100
2024-03-25ui: refactor style handlingRandy Palamar1-4/+3
2023-10-15view: skip empty cells before applying a styleFlorian Fischer1-0/+4
2023-10-10revert c22b2c2 & 364d212Randy Palamar1-2/+1
2023-08-27Make tabwidth option window-localAlexey Yerin1-0/+6
2023-08-24Lua API: access and set all available optionsRandy Palamar1-0/+8
2023-07-28view.c: add word wrappingAndrey Proskurin1-30/+86
2023-07-28view: refactor view_addchAndrey Proskurin1-78/+78
2023-05-22check for EOF before unsetting row, col & line cache in view_coord_getJeremy Bobbin1-1/+2
2023-03-19fix bug where visual-line selections after view were considered visibleJeremy Bobbin1-1/+1
2022-11-29fix miscellaneous spelling mistakesNick Hanley1-2/+2
2020-12-10fix typos in commentsMoesasji1-1/+1
2020-11-20view: make view_selections_dispose_all O(n)Mateusz Okulus1-2/+5
2020-04-27Avoid use of VLAsMichael Forney1-2/+11
2018-05-16vis: make sure zb redraws line at the bottom if possibleMarc André Tanner1-3/+0
2018-03-12view: use strncat instead of an inline loop to concatenate cell dataMarc André Tanner1-4/+1
2018-03-12view: fix buffer overflow when dealing with combining charactersMarc André Tanner1-2/+5
2018-03-11view: properly advance over incomplete unicode sequenceMarc André Tanner1-1/+1
2018-03-11Reset parsing state after mbrtowc(3) failureMarc André Tanner1-0/+1
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-2/+2
2017-07-08view: keep but clear primary selection if instructed to replace allMarc André Tanner1-1/+4
2017-07-05vis: make sure all selections have same anchored stateMarc André Tanner1-1/+3
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-20/+0
2017-06-27vis: properly set initial window ui optionsMarc André Tanner1-1/+1
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner1-1/+9
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner1-1/+1
2017-06-15view: make sure primary selection is visibleMarc André Tanner1-0/+3
2017-06-15view: add functions to save/restore arbitrary rangesMarc André Tanner1-0/+23
2017-06-15view: add functions to get/set all selectionsMarc André Tanner1-5/+34
2017-06-15view: disallow setting of invalid selectionsMarc André Tanner1-5/+9
2017-06-15view: fix view_selections_setMarc André Tanner1-8/+2
2017-06-15view: do not automatically anchor selections when setting rangeMarc André Tanner1-1/+0
2017-06-15view: introduce view_selections_normalizeMarc André Tanner1-0/+22
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-296/+293
2017-06-15view: rename view_cursors_columnMarc André Tanner1-1/+1
2017-06-15view: rename view_cursorsMarc André Tanner1-1/+1
2017-06-15view: rename view_selection_anchoredMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_column{,count,next}Marc André Tanner1-2/+2
2017-06-15view: rename view_cursors_numberMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_countMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_nextMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_prevMarc André Tanner1-1/+1
2017-06-15view: view_cursors_selection_restoreMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_saveMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_startMarc 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-3/+3
2017-06-15view: rename view_selections_clearMarc André Tanner1-2/+2