aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* fix: appease linterMatthieu Coudron2020-12-24
* refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* refactor: pass the window to get_(side)scrolloff_valueMatthieu Coudron2020-12-23
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* fix: lint doc-commentsRom Grk2020-11-07
* my fight with the linterRom Grk2020-11-06
* Merge branch 'master' into add-scroll-eventsRom Grk2020-11-03
|\
| * api: add API for themesBjörn Linse2020-11-01
* | move.c: dont invalidate viewport when no scroll happenedRom Grk2020-10-25
|/
* vim-patch:8.2.0007: popup menu positioned wrong with folding in two tabsJan Edmund Lazo2020-10-08
* vim-patch:8.1.2303: cursor in wrong position after horizontal scrollJan Edmund Lazo2020-10-08
* vim-patch:8.1.2228: screenpos() returns wrong values when 'number' is setJan Edmund Lazo2020-05-21
* api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse2020-04-01
* vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29
* vim-patch:8.1.2171: mouse support not always available #11761Jan Edmund Lazo2020-01-25
* refactor: wrap common plines() usage in plines_win_full() #11141Zach Wegner2019-10-02
* anchor float to buffer positionBjörn Linse2019-09-04
* vim-patch:8.1.1086: too many curly bracesJan Edmund Lazo2019-07-28
* move: assert nonnull wp pointerJan Edmund Lazo2019-07-20
* vim-patch:8.1.0856: when scrolling a window the cursorline is not always updatedJan Edmund Lazo2019-07-20
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* vim-patch:8.1.0715: superfluous redraw_win_later() #10523Jan Edmund Lazo2019-07-17
* vim-patch:8.1.0543: fix memory leak #10001Jan Edmund Lazo2019-05-11
* signs: support multiple columns #9295Dan Aloni2019-03-25
* vim-patch:8.1.1026: unused conditionJan Edmund Lazo2019-03-21
* screen: cleanup allocation, clearing and validationBjörn Linse2019-02-07
* screen: simplify scrolling codeBjörn Linse2019-02-07
* terminal: handle size when switching buffers in windowBjörn Linse2019-01-27
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* display: unify cursorline and concealcursor redraw logicBjörn Linse2019-01-13
* remove dead argument of redrawWinlineBjörn Linse2019-01-09
* multigrid: various cleanup (types, unused parameters)Björn Linse2018-12-31
* multigrid: don't clear window grids on resizeBjörn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* multigrid: introduce grid abstractionBjörn Linse2018-12-31
* UI/TUI: improvements and cleanups for scrolling and clearingBjörn Linse2018-11-11
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* vim-patch:8.1.0448: cursorline not removed when using 'cursorbind'Justin M. Keyes2018-10-16
* vim-patch:8.1.0435: cursorline highlight not removed in some situation (#9059)Justin M. Keyes2018-09-27
* vim-patch:8.1.0374: moving the cursor is slow when 'relativenumber' is setJustin M. Keyes2018-09-13
* vim-patch:8.1.0373: screen updating still slow when 'cursorline' is setJustin M. Keyes2018-09-13
* vim-patch:8.1.0372: screen updating slow when 'cursorline' is set (#8986)Justin M. Keyes2018-09-12
* move: dir in onepage() is DirectionJan Edmund Lazo2018-09-10
* move: drop has_mbyte checkJan Edmund Lazo2018-09-10
* vim-patch:8.1.0174: after paging up and down fold line is wrongJan Edmund Lazo2018-09-10
* vim-patch:8.0.0515: ml_get errors in silent Ex mode (#8452)KunMing Xie2018-05-30
* screen.c: define column width by function (#5802)Matthieu Coudron2018-03-18
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30