summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
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
2018-08-29menuconfig: Do not use red for invisible symbols outside of show-all modeUlf Magnusson
2018-08-29menuconfig: Fix a case of needlessly turning on show-allUlf Magnusson
2018-08-29menuconfig: Always show implicit submenus with visible nodesUlf Magnusson
2018-08-29menuconfig: Quote style consistency nitUlf Magnusson
2018-08-29menuconfig: Simplify default value info codeUlf Magnusson
2018-08-29menuconfig: Add a _center_vertically() helperUlf Magnusson
2018-08-29menuconfig: Remove global() hack for stdscrUlf Magnusson
2018-08-29menuconfig: Mention that include paths are shownUlf Magnusson
2018-08-29menuconfig: Add a more 'make menuconfig'-like color schemeUlf Magnusson
2018-08-26Improve menu structure for promptless choicesUlf Magnusson
2018-08-26oldconfig: Use Kconfig.node_iter() and clean upUlf Magnusson
2018-08-25menuconfig: Don't return when selecting a choice symbol with childrenUlf Magnusson
2018-08-25menuconfig: Show all symbols at each menu location for multi.def. choicesUlf Magnusson
2018-08-24menuconfig: Hide the include path for top-level itemsUlf Magnusson
2018-08-24Show include paths in menuconfig symbol informationUlf Magnusson
2018-08-22Introduce Kconfig.unique_defined_syms and Kconfig.unique_choicesUlf Magnusson
2018-08-10Improve naming in the custom expr. printing functionsUlf Magnusson