aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/menu.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-21
* refactor: remove space after starDundar Göc2021-10-19
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-06
* | refactor: remove redundant castsDundar Göc2021-10-07
|/
* refactor: convert char_u to char #15824dundargoc2021-10-02
* refactor: format with uncrustify #15741dundargoc2021-09-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* Remove '- 1' for sizes passed to xstrlcpyJan Edmund Lazo2021-05-19
* menu: use char* for set_context_in_menu_cmd() paramJan Edmund Lazo2021-02-07
* menu: remove winbar codeJan Edmund Lazo2020-11-20
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.1.1264: crash when closing window from WinBar clickJan Edmund Lazo2020-04-26
* vim-patch:8.0.1139: using window toolbar changes stateJan Edmund Lazo2020-04-26
* vim-patch:8.0.1142: window toolbar menu gets a tear-off itemJan Edmund Lazo2020-04-26
* vim-patch:8.0.1123: cannot define a toolbar for a windowJan Edmund Lazo2020-04-26
* vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo2020-02-16
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* PVS/V571: condition was already verifiedJustin M. Keyes2019-05-06
* cleanup: rename menu_nable_recurse() #9707Petter Wahlman2019-03-10
* menu_get(): fix query behaviorJustin M. Keyes2019-01-27
* menu_get(): Do not include empty itemsJustin M. Keyes2019-01-27
* fix ":menu Item.SubItem"Justin M. Keyes2019-01-27
* vim-patch:8.0.0411: menu translations don't match when case is changed.Jan Edmund Lazo2019-01-26
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* menu: enable in ex_menu() is TriStateJan Edmund Lazo2018-08-01
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* *: Provide list length when allocating listsZyX2018-01-14
* Merge #7593 'PVS static analysis fixes'Justin M. Keyes2017-11-22
|\
| * menu.c: remove conditional expression that is always truePeter Kalauskas2017-11-22
|/
* Deal with NOP, add actext to outputKillTheMule2017-10-02
* menu_get: prettyprint special charsKillTheMule2017-10-01
* coverty: solve  #7149Matthieu Coudron2017-08-15
* menu_get(): docJustin M. Keyes2017-07-28
* viml: introduce menu_get() function #6322Matthieu Coudron2017-07-28
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* *: Add comment to all C filesZyX2017-04-19
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15