summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
2018-12-08Make {load,write}_config(filename=None) implement the standard behaviorUlf Magnusson
2018-12-07menuconfig: Code formatting nitUlf Magnusson
2018-11-28menuconfig: Clarify the scope of the named choice special-casingUlf Magnusson
2018-11-28menuconfig: Improve comment re. multiply-defined choice symbolsUlf Magnusson
2018-11-28menuconfig: Fix variable name typo in commentUlf Magnusson
2018-11-28menuconfig: Only list duplicated choice symbols onceUlf Magnusson
2018-11-21menuconfig: Mention that menus can be 'menuconfig' symbolsUlf Magnusson
2018-11-21menuconfig: Print '----' instead of '---> (empty)'Ulf Magnusson
2018-11-18menuconfig: Never snap scroll back to max_scrollUlf Magnusson
2018-11-18menuconfig: Tighten up _shown_nodes() a bitUlf Magnusson
2018-11-18menuconfig: Get rid of a temporary list in the jump-to implemenationUlf Magnusson
2018-11-07menuconfig: Support HOME and END in the jump-to dialogUlf Magnusson
2018-11-04Comment grammar nitUlf Magnusson
2018-11-04menuconfig: Move cursor to choice selection when entering choicesUlf Magnusson
2018-11-02menuconfig: Fix crash when toggling symbols without a typeUlf Magnusson
2018-11-01menuconfig: Add quotes around filename for .config loading errorsUlf Magnusson
2018-10-31Make errno/strerror/filename available on IOErrorUlf Magnusson
2018-10-22menuconfig: Mention jump-to in info dialog helpUlf Magnusson
2018-10-21menuconfig: Show the selected symbol for promptless choicesUlf Magnusson
2018-10-21menuconfig: _node_str() simplification nitUlf Magnusson
2018-10-16menuconfig: Use Kconfig.unique_choices in jump-toUlf Magnusson
2018-10-15menuconfig: Simplify _sorted_menu_comment_nodes()Ulf Magnusson
2018-10-14menuconfig: Fix some minor resizing jumpiness on gnome-terminalUlf Magnusson
2018-10-14menuconfig: Switch back to "very visible" cursor after Ctrl-FUlf Magnusson
2018-10-14menuconfig: Mention some ncurses ESCDELAY investigationUlf Magnusson
2018-10-14menuconfig: Mention some potential (though never seen) ESCDELAY iffinessUlf Magnusson
2018-10-14menuconfig: Mention that jump-to has been generalized in docstringUlf Magnusson
2018-10-14menuconfig: Fix crash when pressing Ctrl-F with no matches in jump-to dialogUlf Magnusson
2018-10-14menuconfig: Add jump-to for choices, menus, and commentsUlf Magnusson
2018-10-13menuconfig: Do not show range hint for symbols without rangesUlf Magnusson
2018-10-10menuconfig: Comment formatting nitsUlf Magnusson
2018-10-10menuconfig: Improve/fix promptless choice handlingUlf Magnusson
2018-10-05menuconfig: Fix Page Up typo in docstringUlf Magnusson
2018-10-05menuconfig: Remove "Value for " prefix from input dialog titlesUlf Magnusson
2018-10-02menuconfig: Mark quit_dialog() as internalUlf Magnusson
2018-09-19menuconfig: Fix some nits reported by flake8Ulf Magnusson
2018-09-14menuconfig: Fix typo re. menuconfig()Ulf Magnusson
2018-09-14menuconfig: Reorganize code a bitUlf Magnusson
2018-09-14menuconfig: Fix a small symbol information display issueUlf Magnusson
2018-09-14menuconfig: RGB color implementation nitsUlf Magnusson
2018-09-14menuconfig: Add RGB color support to styles.Mitja HORVAT
2018-09-09menuconfig: Menu drawing code nitUlf Magnusson
2018-09-09menuconfig: Fix some glitching on small terminalsUlf Magnusson
2018-09-08menuconfig: Pass a style string to _styled_win()Ulf Magnusson
2018-09-08menuconfig: Print warnings instead of having StyleErrorUlf Magnusson
2018-09-08menuconfig: Ignore non-existent style templatesUlf Magnusson
2018-09-07menuconfig: Fix off-by-one in range check for COLORSUlf Magnusson
2018-09-07menuconfig: Allow numbers to be used directly for colorsUlf Magnusson
2018-09-07menuconfig: Add support for custom color schemes (aka styles)Mitja HORVAT
2018-08-29menuconfig: Fix outdated comment re. show-all modeUlf Magnusson