aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/win_config.c
Commit message (Expand)AuthorAge
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* Merge pull request #25096 from glepnir/float_winnewbfredl2023-09-20
|\
| * fix(float): trigger winnew event when float window createglepnir2023-09-19
* | Merge pull request #25214 from bfredl/glyphcachebfredl2023-09-19
|\ \
| * | refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
| |/
* | Merge pull request #25148 from glepnir/fixed_optbfredl2023-09-19
|\ \ | |/ |/|
| * fix(float): add fixd optionglepnir2023-09-18
* | Merge pull request #25078 from glepnir/aubfredl2023-09-16
|\ \
| * | fix(ui): doesn't trigger au event when enter is falseglepnir2023-09-15
| |/
* / docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
|/
* feat(highlight): add `FloatFooter` highlight groupEvgeni Chasnovski2023-08-26
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* refactor(float): extract "title" and "title_pos" handlingEvgeni Chasnovski2023-08-26
* refactor(api): use typed keysetsbfredl2023-08-07
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* refactor(api): new helper macrosFamiu Haque2023-05-23
* Merge pull request #22865 from MunifTanjim/issue-20370bfredl2023-04-10
|\
| * fix(api): do not re-apply win_config.style when missingMunif Tanjim2023-04-10
* | refactor: remove redundant const char * castsii142023-04-07
|/
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael2023-01-10
* fix: use enum typeRaphael2023-01-09
* fix: formatRaphael2023-01-09
* fix(ui): convert title_pos string in nvim_win_get_configRaphael2023-01-09
* docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* fix: pvs warnings (#21145)dundargoc2022-11-22
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(highlight): rename FloatBorderTitle #20988Raphael2022-11-07
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* fix(aucmd_win): always make aucmd_win the last windowzeertzjq2022-03-23
* docs: properly escape to avoid doxygen weirdnessJavier López2022-03-19
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* feat: add support for global statuslineFamiu Haque2022-03-18
* fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders2021-10-19
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor(api): move window config related functions to own fileBjörn Linse2021-10-04