summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/gconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada2024-07-161-1/+1
* kconfig: remove sym_get_choice_value()Masahiro Yamada2024-07-151-1/+1
* kconfig: remove tristate choice supportMasahiro Yamada2024-07-151-4/+2
* kconfig: pass new conf_changed value to the callbackMasahiro Yamada2024-07-151-4/+3
* kconfig: gconf: move conf_changed() definition upMasahiro Yamada2024-07-151-8/+7
* kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada2024-07-151-2/+0
* kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada2024-06-061-1/+2
* kconfig: gconf: show checkbox for choice correctlyMasahiro Yamada2024-05-141-7/+5
* kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada2024-05-091-6/+3
* kconfig: gconf: remove debug codeMasahiro Yamada2024-05-091-48/+1
* kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada2024-05-091-1/+3
* kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada2024-05-021-2/+0
* kconfig: remove 'optional' property supportMasahiro Yamada2024-05-021-2/+0
* kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada2024-05-021-2/+0
* kconfig: gconfig: correct program name in help textRandy Dunlap2023-07-121-3/+3
* kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap2023-07-121-4/+1
* kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap2021-04-191-2/+6
* kconfig: gconf: remove unused codeMasahiro Yamada2021-04-191-7/+0
* kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski2020-01-091-0/+1
* kconfig: remove trailing whitespacesMasahiro Yamada2019-05-091-1/+1
* kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada2018-12-281-1/+2
* kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada2018-12-281-1/+1
* kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada2018-12-281-10/+10
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-4/+1
* kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-251-0/+1
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-171-2/+2
* kconfig: drop localization supportSam Ravnborg2018-05-281-25/+21
* gconfig: remove misleading parentheses around a conditionNicolas Iooss2017-03-211-1/+1
* kconfig: Do not print status messages in make -s modeMichal Marek2015-04-091-1/+4
* kconfig: Remove dead codeMichal Marek2015-02-251-24/+0
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-1/+1
* kconfig: get CONFIG_ prefix from the environmentYann E. MORIN2012-11-201-1/+1
* kconfig: fix set but not used warningsPeter Foley2011-12-111-4/+1
* kconfig: fix warnings by specifing format argumentsPeter Foley2011-12-111-3/+3
* kconfig/gconf: kill deadcodeArnaud Lacombe2011-06-061-33/+0
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-4/+0
* kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-061-0/+1
* gconfig: Hide unused left treeview when start up the interfaceEduardo Silva2011-05-241-2/+6
* gconfig: enable rules hint for main treeviewsEduardo Silva2011-05-241-2/+2
* kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe2010-09-201-4/+1
* kconfig: delay gconf window initializationArnaud Lacombe2010-09-201-6/+6
* kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-201-2/+1
* gconfig: fix null pointer warningLi Zefan2010-06-021-2/+3
* gconfig: fix to tag NEW symbols correctlyLi Zefan2010-06-021-1/+1
* gconfig: add support to show hidden options that have promptsLi Zefan2010-04-141-9/+38
* gconfig: remove show_debug optionLi Zefan2010-04-141-9/+0
* gconfig: remove dbg_print_ptype() and dbg_print_stype()Li Zefan2010-04-141-63/+4
* kconfig: make use of menu_get_ext_help in gconfigCheng Renquan2009-09-201-17/+4
* kconfig: gconfig: symbol fixEGRY Gabor2008-01-281-1/+1
* kconfig: missing macros in gconfigEGRY Gabor2008-01-281-4/+8