summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
39 hourskconfig: Avoid prompting for transitional symbolsKees Cook
7 daysMerge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-09-24kconfig: Add transitional symbol attribute for migration supportKees Cook
2025-09-24kconfig: Fix BrokenPipeError warnings in selftestsKees Cook
2025-08-18kconfig: qconf/xconfig: show the OptionsMode radio button setting at startupRandy Dunlap
2025-08-18kconfig: nconf: Format and print 'line' without a temporary copyThorsten Blum
2025-08-06kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran
2025-08-06kconfig: lxdialog: replace strcpy with snprintf in print_autowrapSuchit Karunakaran
2025-07-26kconfig: gconf: refactor text_insert_help()Masahiro Yamada
2025-07-26kconfig: gconf: remove unneeded variable in text_insert_msgMasahiro Yamada
2025-07-26kconfig: gconf: use hyphens in signalsMasahiro Yamada
2025-07-26kconfig: gconf: replace GtkImageMenuItem with GtkMenuItemMasahiro Yamada
2025-07-26kconfig: gconf: Fix Back button behaviorMasahiro Yamada
2025-07-26kconfig: gconf: fix single view to display dependent symbols correctlyMasahiro Yamada
2025-07-26kconfig: qconf: confine {begin,end}Group to constructor and destructorMasahiro Yamada
2025-07-26kconfig: qconf: fix ConfigList::updateListAllforAll()Masahiro Yamada
2025-07-26kconfig: add a function to dump all menu entries in a tree-like formatMasahiro Yamada
2025-07-26kconfig: gconf: show GTK version in About dialogMasahiro Yamada
2025-07-26kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPanedMasahiro Yamada
2025-07-26kconfig: gconf: replace GdkColor with GdkRGBAMasahiro Yamada
2025-07-26kconfig: gconf: replace GtkVbox with GtkBoxMasahiro Yamada
2025-07-26kconfig: gconf: migrate to GTK 3Masahiro Yamada
2025-07-26kconfig: gconf: rename gconf.glade to gconf.uiMasahiro Yamada
2025-07-26kconfig: gconf: rename display_tree_part()Masahiro Yamada
2025-07-26kconfig: gconf: use configure-event handler to adjust pane separatorMasahiro Yamada
2025-07-26kconfig: gconf: fix behavior of a menu under a symbol in split viewMasahiro Yamada
2025-07-26kconfig: nconf: Ensure null termination where strncpy is usedShankari Anand
2025-07-02kconfig: gconf: remove GtkHandleBox from gladeMasahiro Yamada
2025-07-02kconfig: gconf: use gtk_dialog_get_content_area() accessorMasahiro Yamada
2025-07-02kconfig: gconf: use gtk_check_menu_item_get_active() accessorMasahiro Yamada
2025-07-02kconfig: gconf: remove unnecessary default message in text viewMasahiro Yamada
2025-07-02kconfig: gconf: replace "tooltip" property with "tooltip-text"Masahiro Yamada
2025-07-02kconfig: gconf: remove "tooltips" property from gladeMasahiro Yamada
2025-07-02kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL}Masahiro Yamada
2025-07-02kconfig: gconf: replace GDK_space with GDK_KEY_spaceMasahiro Yamada
2025-07-02kconfig: gconf: remove dead code in display_tree_part()Masahiro Yamada
2025-07-02kconfig: gconf: inline display_list() into set_view_mode()Masahiro Yamada
2025-07-02kconfig: gconf: do not reconstruct tree store when a symbol is changedMasahiro Yamada
2025-07-02kconfig: gconf: inline fill_row() into set_node()Masahiro Yamada
2025-07-02kconfig: gconf: remove init_tree_model()Masahiro Yamada
2025-07-02kconfig: gconf: remove global 'model1' and 'model2' variablesMasahiro Yamada
2025-07-02kconfig: gconf: use GtkTreeModelFilter to control row visibilityMasahiro Yamada
2025-07-02kconfig: gconf: preserve menu selection when switching view modeMasahiro Yamada
2025-07-02kconfig: gconf: merge 'current' and 'browsed' global variablesMasahiro Yamada
2025-07-02kconfig: gconf: remove global 'tree' variableMasahiro Yamada
2025-07-02kconfig: gconf: make introduction, about, license dialogs modalMasahiro Yamada
2025-07-02kconfig: gconf: refactor replace_button_icon()Masahiro Yamada
2025-07-02kconfig: gconf: use GdkPixbuf in replace_button_icon()Masahiro Yamada
2025-07-02kconfig: gconf: use GtkFileChooser in on_save_as1_activate()Masahiro Yamada
2025-07-02kconfig: gconf: use GtkFileChooser in on_load1_activate()Masahiro Yamada