summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
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
2025-07-02kconfig: gconf: add on_save_clicked() event handlerMasahiro Yamada
2025-07-02kconfig: gconf: avoid hardcoding model* in on_treeview*_button_press_event()Masahiro Yamada
2025-07-02kconfig: gconf: avoid hardcoding model2 in renderer_edited()Masahiro Yamada
2025-07-02kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada
2025-07-02kconfig: gconf: make key_press_event work in left pane tooMasahiro Yamada
2025-07-02kconfig: gconf: remove glade_xml_signal_autoconnect() callMasahiro Yamada
2025-07-02kconfig: gconf: add static qualifiers to event handlersMasahiro Yamada
2025-07-02kconfig: gconf: move button1 and save1 initialization codeMasahiro Yamada
2025-07-02kconfig: gconf: move the main window event handlers belowMasahiro Yamada
2025-07-02kconfig: gconf: grey out button for current viewMasahiro Yamada
2025-07-02kconfig: gconf: refactor view setting codeMasahiro Yamada
2025-07-01kconfig: gconf: move init_*() functions belowMasahiro Yamada
2025-07-01kconfig: gconf: add static qualifiers to variablesMasahiro Yamada
2025-07-01kconfig: gconf: remove unused 'color' variableMasahiro Yamada
2025-07-01kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()Masahiro Yamada
2025-07-01kconfig: gconf: remove unneeded variable in on_split_clicked()Masahiro Yamada
2025-07-01kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2Masahiro Yamada
2025-07-01kconfig: gconf: remove parents[] array and indent variableMasahiro Yamada
2025-07-01kconfig: gconf: remove internal-child="image" nodes from gladeMasahiro Yamada
2025-07-01kconfig: gconf: remove unnecessary gtk_set_locale() callMasahiro Yamada
2025-07-01kconfig: gconf: remove gtk_tree_view_set_rules_hint() callsMasahiro Yamada
2025-07-01kconfig: gconf: remove gtk_widget_realize() callsMasahiro Yamada
2025-07-01kconfig: gconf: remove gtk_tree_view_column_set_visible() callsMasahiro Yamada
2025-07-01kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() callsMasahiro Yamada
2025-07-01kconfig: gconf: remove meaningless code in init_main_window()Masahiro Yamada
2025-07-01kconfig: gconf: remove empty if-blockMasahiro Yamada
2025-07-01kconfig: gconf: remove old #ifdef GTK_CHECK_VERSIONMasahiro Yamada