summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-27Simplify unquoted string default checkUlf Magnusson
2018-05-26Micro-optimize _parse_help() loopUlf Magnusson
2018-05-25Style nitUlf Magnusson
2018-05-25Warn if quotes are omitted around string defaultsUlf Magnusson
2018-05-23Update genrest.py link to new locationUlf Magnusson
2018-05-22menuconfig: Move symbol name from title into info textUlf Magnusson
2018-05-22menuconfig: Rearrange symbol name printing conditionUlf Magnusson
2018-05-22menuconfig: Add mode for showing all symbol namesUlf Magnusson
2018-05-21Fix link to genrest.pyUlf Magnusson
2018-05-21menuconfig: Don't show implicit menus in symbol infoUlf Magnusson
2018-05-21menuconfig: Quote symbol values in jump-to dialogUlf Magnusson
2018-05-21menuconfig: Show symbol values in search resultsUlf Magnusson
2018-05-20menuconfig: Use lower() instead of re.IGNORECASE in searchUlf Magnusson
2018-05-20menuconfig: Style nitUlf Magnusson
2018-05-20menuconfig: Fix outdated 'matches' commentUlf Magnusson
2018-05-20menuconfig: Search names and prompts separatelyUlf Magnusson
2018-05-20menuconfig: Formatting nitUlf Magnusson
2018-05-20menuconfig: Fix bad regex crash on Python 3.4-Ulf Magnusson
2018-05-19menuconfig: Implement scroll offset for text boxesUlf Magnusson
2018-05-19menuconfig: Add info and allow ~ in save/load dialogsUlf Magnusson
2018-05-19Warn for incompatible uses of 'option env=...'Ulf Magnusson
2018-05-19Micro-optimize help text parsing some moreUlf Magnusson
2018-05-18menuconfig: Remove redundant information for menus and commentsUlf Magnusson
2018-05-18Get rid of _dedent_rstrip()Ulf Magnusson
2018-05-18Warn if prompt contains leading or trailing whitespaceUlf Magnusson
2018-05-18Restore compatibility with $UNAME_RELEASEUlf Magnusson
2018-05-18menuconfig: Add .config loading dialogUlf Magnusson
2018-05-18menuconfig: Don't show indentation-based menus in menu pathUlf Magnusson
2018-05-18Refactor help text parsing loopUlf Magnusson
2018-05-17Move help text parsing into a separate functionUlf Magnusson
2018-05-17Remove SRCARCH-related gotcha from module docstringUlf Magnusson
2018-05-17Factor out adding of promptsUlf Magnusson
2018-05-17Factor out symbol type settingUlf Magnusson
2018-05-17Conditional reversal nitUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-16Expand environment variables in strings directlyUlf Magnusson
2018-05-14menuconfig: Fix _CONVERT_C_LC_CTYPE_TO_UTF8 commentUlf Magnusson
2018-05-13menuconfig: Add Ctrl-W support to edit boxesUlf Magnusson
2018-05-11menuconfig: Style nitUlf Magnusson
2018-05-11menuconfig: Jump-to code nitUlf Magnusson
2018-05-11menucomment: Comment clarity nitUlf Magnusson
2018-05-11menuconfig: Code style nitUlf Magnusson
2018-05-11Fix _search_strings() cacheUlf Magnusson
2018-05-11menuconfig: Add prompts to incremental searchUlf Magnusson
2018-05-10menuconfig: Add search with multiple search stringsUlf Magnusson
2018-05-10menuconfig: Refactor resizing after fullscreen dialogsUlf Magnusson
2018-05-10menuconfig: Remove confusing menu list commentUlf Magnusson
2018-05-10Style nitsUlf Magnusson
2018-05-09menuconfig: Misleading comment nitUlf Magnusson
2018-05-09menuconfig: Fix rendering of long prefilled edit box stringUlf Magnusson