summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-02API should be stable by nowUlf Magnusson
2018-10-02Make 10.9.2 releasev10.9.2Ulf Magnusson
2018-10-02Mention that pydoc works after installing with pipUlf Magnusson
2018-10-02Clean up documentation a bit re. named choiceUlf Magnusson
2018-10-02menuconfig: Mark quit_dialog() as internalUlf Magnusson
2018-10-02__slots__ formatting consistency nitUlf Magnusson
2018-10-01Make 10.9.1 releasev10.9.1Ulf Magnusson
2018-10-01setup: Use a list instead of a tuple for 'classifiers'Ulf Magnusson
2018-10-01Make 10.9.0 releasev10.9.0Ulf Magnusson
2018-10-01olddefconfig: Add scriptUlf Magnusson
2018-10-01Don't set filename and linenr on 'if' menu nodesUlf Magnusson
2018-09-29Clarify node_iter() documentation re. iteration orderUlf Magnusson
2018-09-29Refactor parsing to get rid of _saved_lineUlf Magnusson
2018-09-28Fix comment formatting in help_grep.pyUlf Magnusson
2018-09-27Use a consistent import style in the examplesUlf Magnusson
2018-09-27Simplify the defconfig and eval_expr examples a bitUlf Magnusson
2018-09-27Remove stray tab characterUlf Magnusson
2018-09-27Make 10.8.1 releasev10.8.1Ulf Magnusson
2018-09-27Unmatched endchoice/endif/endmenu formatting nitUlf Magnusson
2018-09-27Give clearer errors for bad endchoice/endif/endmenu nestingUlf Magnusson
2018-09-26Point out the Linux kernel Kconfigs being hugeUlf Magnusson
2018-09-23Fix formatting nit in user-defined Python function testsUlf Magnusson
2018-09-23Make 10.8.0 releasev10.8.0Ulf Magnusson
2018-09-23Add support for user-defined Python preprocessor functionsUlf Magnusson
2018-09-19menuconfig: Fix some nits reported by flake8Ulf Magnusson
2018-09-19Remove unused variable reported by flake8Ulf Magnusson
2018-09-15Update some examples to use node_iter()Ulf Magnusson
2018-09-14menuconfig: Fix typo re. menuconfig()Ulf Magnusson
2018-09-14Make 10.7.0 releasev10.7.0Ulf 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-09Make 10.6.1 releasev10.6.1Ulf Magnusson
2018-09-09menuconfig: Menu drawing code nitUlf Magnusson
2018-09-09Mention the jump-to menuconfig functionality in the text tooUlf Magnusson
2018-09-09Replace all menuconfig screenshots with a single gif animationUlf Magnusson
2018-09-09menuconfig: Fix some glitching on small terminalsUlf Magnusson
2018-09-08Fix a testsuite-related error for powerpcUlf Magnusson
2018-09-08Clean up kernel Makefile patch and add new targetsUlf Magnusson
2018-09-08Add some more thanks to the READMEUlf Magnusson
2018-09-08Make 10.6.0 releasev10.6.0Ulf 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-09-05Clean up _expand_name() commentsUlf Magnusson
2018-09-04Fix outdated comment re. $() yielding non-const symbolsUlf Magnusson