summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
2019-06-15menuconfig: Be silent when changing LC_CTYPE to a UTF-8 localeUlf Magnusson
2019-06-09menuconfig/guiconfig: Clean up 'range' checking a bitUlf Magnusson
2019-06-06menuconfig: Fix help display on Python 2Ulf Magnusson
2019-06-06Update various comments now that menuconfig is Python 2-compatibleUlf Magnusson
2019-06-06menuconfig: Have hashbang point to 'python' instead of 'python3'Ulf Magnusson
2019-06-06menuconfig: Import print_function for Python 2 compatibilityUlf Magnusson
2019-06-06menuconfig: Only decode curses.erasechar() on Python 3Ulf Magnusson
2019-06-06menuconfig: Fall back on getch() when get_wch() isn't availableUlf Magnusson
2019-06-06menuconfig: Get rid of 'nonlocal'Ulf Magnusson
2019-06-03Improve warning control API (with backwards compatibility)Ulf Magnusson
2019-06-03Have load_config() and write_(min_)config() return messagesUlf Magnusson
2019-05-25Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()Ulf Magnusson
2019-05-22menuconfig: Fix inconsistent top/bottom scroll offset due to off-by-oneUlf Magnusson
2019-05-19Remove some comments re. setup.py entry pointsUlf Magnusson
2019-05-19Make .config.old easier to discoverUlf Magnusson
2019-05-19String repetition consistency nitUlf Magnusson
2019-04-28menuconfig: Fix display issue for unsatisfied-deps selected symbol with childrenUlf Magnusson
2019-04-27menuconfig: Fix typo in docsUlf Magnusson
2019-04-26menuconfig: Style consistency nitsUlf Magnusson
2019-04-26menuconfig: Remove unused UNKNOWN importUlf Magnusson
2019-04-26menuconfig: Improve space/enter behavior slightlyUlf Magnusson
2019-04-26menuconfig: Use "(Top)" instead of "(top menu)"Ulf Magnusson
2019-04-26menuconfig: Use 'orig_type' instead of 'type' where possibleUlf Magnusson
2019-04-26menuconfig: NitUlf Magnusson
2019-04-18menuconfig: Remember last saved/loaded path and improve _conf_changedUlf Magnusson
2019-04-17menuconfig: Prune _shown_nodes() recursionUlf Magnusson
2019-04-17menuconfig: Style nitUlf Magnusson
2019-04-17menuconfig: _select_imply_info() style nitUlf Magnusson
2019-04-17menuconfig: Micro-optimize incremental searchUlf Magnusson
2019-04-17menuconfig: _jump_to_dialog() comment nitsUlf Magnusson
2019-04-17menuconfig: Add missing 'return' in _select_selected_choice_sym()Ulf Magnusson
2019-04-17menuconfig: Fix display issue for optional-prompt menuconfigsUlf Magnusson
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