aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-02kconfig: gconf: use GtkFileChooser in on_save_as1_activate()Masahiro Yamada1-27/+25
2025-07-02kconfig: gconf: use GtkFileChooser in on_load1_activate()Masahiro Yamada1-27/+27
2025-07-02kconfig: gconf: add on_save_clicked() event handlerMasahiro Yamada1-1/+6
2025-07-02kconfig: gconf: avoid hardcoding model* in on_treeview*_button_press_event()Masahiro Yamada1-4/+6
2025-07-02kconfig: gconf: avoid hardcoding model2 in renderer_edited()Masahiro Yamada1-4/+6
2025-07-02kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada1-2/+3
2025-07-02kconfig: gconf: make key_press_event work in left pane tooMasahiro Yamada1-4/+3
2025-07-02kconfig: gconf: remove glade_xml_signal_autoconnect() callMasahiro Yamada1-1/+0
2025-07-02kconfig: gconf: add static qualifiers to event handlersMasahiro Yamada2-83/+125
2025-07-02kconfig: gconf: move button1 and save1 initialization codeMasahiro Yamada1-4/+8
2025-07-02kconfig: gconf: move the main window event handlers belowMasahiro Yamada1-85/+78
2025-07-02kconfig: gconf: grey out button for current viewMasahiro Yamada1-2/+13
2025-07-02kconfig: gconf: refactor view setting codeMasahiro Yamada1-36/+38
2025-07-01kconfig: gconf: move init_*() functions belowMasahiro Yamada1-228/+222
2025-07-01kconfig: gconf: add static qualifiers to variablesMasahiro Yamada1-14/+14
2025-07-01kconfig: gconf: remove unused 'color' variableMasahiro Yamada1-1/+0
2025-07-01kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()Masahiro Yamada1-11/+3
2025-07-01kconfig: gconf: remove unneeded variable in on_split_clicked()Masahiro Yamada1-2/+2
2025-07-01kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2Masahiro Yamada1-8/+4
2025-07-01kconfig: gconf: remove parents[] array and indent variableMasahiro Yamada1-35/+14
2025-07-01kconfig: gconf: remove internal-child="image" nodes from gladeMasahiro Yamada1-84/+0
2025-07-01kconfig: gconf: remove unnecessary gtk_set_locale() callMasahiro Yamada1-1/+0
2025-07-01kconfig: gconf: remove gtk_tree_view_set_rules_hint() callsMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove gtk_widget_realize() callsMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove gtk_tree_view_column_set_visible() callsMasahiro Yamada1-11/+0
2025-07-01kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() callsMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove meaningless code in init_main_window()Masahiro Yamada1-1/+0
2025-07-01kconfig: gconf: remove empty if-blockMasahiro Yamada1-2/+0
2025-07-01kconfig: gconf: remove old #ifdef GTK_CHECK_VERSIONMasahiro Yamada1-4/+0
2025-07-01kconfig: gconf: always destroy dialog in on_window1_delete_event()Masahiro Yamada1-5/+8
2025-06-30kconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada1-1/+2
2025-06-30kconfig: gconf: make columns resizableMasahiro Yamada1-6/+3
2025-06-30kconfig: re-add menu_get_parent_menu() that returns parent menuMasahiro Yamada2-0/+15
2025-06-30kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()Masahiro Yamada4-6/+12
2025-06-30kconfig: qconf: show selected choice in the Value columnMasahiro Yamada1-1/+8
2025-06-30kconfig: qconf: do not show checkbox icon for choiceMasahiro Yamada1-5/+6
2025-06-28kconfig: set MENU_CHANGED to choice when the selected member is changedMasahiro Yamada1-0/+4
2025-06-24kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2025-06-18kconfig: use memcmp instead of deprecated bcmpThomas Meyer1-1/+1
2025-06-06kconfig: introduce menu type enumMasahiro Yamada4-9/+21
2025-04-06kconfig: merge_config: use an empty file as initfileDaniel Gomez1-2/+2
2025-03-15kconfig: remove unnecessary cast in sym_get_string()Masahiro Yamada1-1/+1
2025-03-15kconfig: do not clear SYMBOL_VALID when reading include/config/auto.confMasahiro Yamada1-7/+12
2025-01-30kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada1-0/+1
2025-01-30kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada1-2/+4
2025-01-10kconfig: qconf: use preferred form of QString APIRolf Eike Beer1-4/+4
2025-01-10kbuild: suppress stdout from merge_config for silent buildsMasahiro Yamada1-1/+3
2024-11-06kconfig: document the positional argument in the help messageMasahiro Yamada1-1/+4
2024-11-06kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada1-1/+1
2024-11-06kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada1-37/+6