summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
2019-04-11menuconfig: Simplify _menu_path_info()Ulf Magnusson
2019-04-11menuconfig: Include all parents in menu pathsUlf Magnusson
2019-04-11menuconfig: Rename _try_set_locale() to try_set_locale()Ulf Magnusson
2019-04-10menuconfig: Rename _check_validity() to _check_valid()Ulf Magnusson
2019-04-10menuconfig: Code style nitsUlf Magnusson
2019-04-05menuconfig: Make comment re. preserving cursor position more accurateUlf Magnusson
2019-04-05menuconfig: Avoid needlessly turning on show-all in rare casesUlf Magnusson
2019-04-05menuconfig: Fix typo in comment in _load_dialog()Ulf Magnusson
2019-04-04menuconfig: Show menus with unsatisfied 'visible if' in red in show-all modeUlf Magnusson
2019-04-03menuconfig: Simplify show-all backwards searchUlf Magnusson
2019-03-21menuconfig: Whitespace nitUlf Magnusson
2019-03-20menuconfig: Style nitsUlf Magnusson
2019-03-19menuconfig: Mention windows-curses in module docstringUlf Magnusson
2019-03-19menuconfig: Get rid of 'platform' importUlf Magnusson
2019-03-16menuconfig: Add generic window height/width helpersUlf Magnusson
2019-03-14menuconfig: Fix some typos in commentsUlf Magnusson
2019-03-14menuconfig: Put two blank lines between top-level functionsUlf Magnusson
2019-01-15Update copyright years for 2019Ulf Magnusson
2018-12-24menuconfig: Prompt for save if a different .config would be savedUlf Magnusson
2018-12-15menuconfig: Add show-help modeUlf Magnusson
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