summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
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
2018-08-10menuconfig: Make symbol information less spammyUlf Magnusson
2018-08-10menuconfig: Omit tristate value hint for int/string/hex defaultsUlf Magnusson
2018-08-10menuconfig: Use the new custom symbol/choice string functionalityUlf Magnusson
2018-06-24menuconfig: Style nitUlf Magnusson
2018-06-24menuconfig: Remove redundant _update_menu() callUlf Magnusson
2018-06-22menuconfig: Fix some pylint code nitsUlf Magnusson
2018-06-22menuconfig: Simplify [N]/[M]/[Y] implementationUlf Magnusson
2018-06-22menuconfig: Simplify is_num() a bitUlf Magnusson
2018-06-18Add Nordic Semiconductor ASA as shared menuconfig copyright holderUlf Magnusson
2018-06-15menuconfig: Remove redundant int() argumentUlf Magnusson
2018-06-12menuconfig: Fix searching for nonexistent objectsTomasz Gorochowik
2018-06-11menuconfig: Support viewing symbol info from within the jump-to dialogUlf Magnusson
2018-06-11menuconfig: Support starting a search from the info dialogUlf Magnusson
2018-06-06Add license tags to scriptsUlf Magnusson
2018-05-31menuconfig: Fix outdated commentUlf Magnusson
2018-05-30Add tool helper for loading/saving .config filesUlf Magnusson
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
2018-05-27menuconfig: Always prompt for save when output file is missingUlf Magnusson
2018-05-27Simplify error exitsUlf Magnusson
2018-05-27menuconfig: Prepare for packagingUlf Magnusson
2018-05-22menuconfig: Move symbol name from title into info textUlf Magnusson