summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-07-02kconfig: gconf: make introduction, about, license dialogs modalMasahiro Yamada-12/+6
2025-07-02kconfig: gconf: refactor replace_button_icon()Masahiro Yamada-15/+5
2025-07-02kconfig: gconf: use GdkPixbuf in replace_button_icon()Masahiro Yamada-7/+6
2025-07-02kconfig: gconf: use GtkFileChooser in on_save_as1_activate()Masahiro Yamada-27/+25
2025-07-02kconfig: gconf: use GtkFileChooser in on_load1_activate()Masahiro Yamada-27/+27
2025-07-02kconfig: gconf: add on_save_clicked() event handlerMasahiro Yamada-1/+6
2025-07-02kconfig: gconf: avoid hardcoding model* in on_treeview*_button_press_event()Masahiro Yamada-4/+6
2025-07-02kconfig: gconf: avoid hardcoding model2 in renderer_edited()Masahiro Yamada-4/+6
2025-07-02kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada-2/+3
2025-07-02kconfig: gconf: make key_press_event work in left pane tooMasahiro Yamada-4/+3
2025-07-02kconfig: gconf: remove glade_xml_signal_autoconnect() callMasahiro Yamada-1/+0
2025-07-02kconfig: gconf: add static qualifiers to event handlersMasahiro Yamada-83/+125
2025-07-02kconfig: gconf: move button1 and save1 initialization codeMasahiro Yamada-4/+8
2025-07-02kconfig: gconf: move the main window event handlers belowMasahiro Yamada-85/+78
2025-07-02kconfig: gconf: grey out button for current viewMasahiro Yamada-2/+13
2025-07-02kconfig: gconf: refactor view setting codeMasahiro Yamada-36/+38
2025-07-01docs: kdoc: pretty up dump_enum()Jonathan Corbet-14/+25
2025-07-01docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet-19/+24
2025-07-01docs: kdoc: rework type prototype parsingJonathan Corbet-18/+25
2025-07-01docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet-19/+18
2025-07-01docs: kdoc: remove the inline states-within-a-stateJonathan Corbet-30/+13
2025-07-01docs: kdoc: remove the INLINE_END stateJonathan Corbet-3/+1
2025-07-01docs: kdoc: rework process_export() slightlyJonathan Corbet-16/+14
2025-07-01docs: kdoc: remove KernelEntry::functionJonathan Corbet-1/+0
2025-07-01docs: kdoc: remove a bit of dead codeJonathan Corbet-7/+0
2025-07-01docs: kdoc: Move content handling into KernelEntryJonathan Corbet-32/+30
2025-07-01docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet-4/+0
2025-07-01kconfig: gconf: move init_*() functions belowMasahiro Yamada-228/+222
2025-07-01kconfig: gconf: add static qualifiers to variablesMasahiro Yamada-14/+14
2025-07-01kconfig: gconf: remove unused 'color' variableMasahiro Yamada-1/+0
2025-07-01kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()Masahiro Yamada-11/+3
2025-07-01kconfig: gconf: remove unneeded variable in on_split_clicked()Masahiro Yamada-2/+2
2025-07-01kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2Masahiro Yamada-8/+4
2025-07-01kconfig: gconf: remove parents[] array and indent variableMasahiro Yamada-35/+14
2025-07-01kconfig: gconf: remove internal-child="image" nodes from gladeMasahiro Yamada-84/+0
2025-07-01kconfig: gconf: remove unnecessary gtk_set_locale() callMasahiro Yamada-1/+0
2025-07-01kconfig: gconf: remove gtk_tree_view_set_rules_hint() callsMasahiro Yamada-2/+0
2025-07-01kconfig: gconf: remove gtk_widget_realize() callsMasahiro Yamada-2/+0
2025-07-01kconfig: gconf: remove gtk_tree_view_column_set_visible() callsMasahiro Yamada-11/+0
2025-07-01kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() callsMasahiro Yamada-2/+0
2025-07-01kconfig: gconf: remove meaningless code in init_main_window()Masahiro Yamada-1/+0
2025-07-01kconfig: gconf: remove empty if-blockMasahiro Yamada-2/+0
2025-07-01kconfig: gconf: remove old #ifdef GTK_CHECK_VERSIONMasahiro Yamada-4/+0
2025-07-01kconfig: gconf: always destroy dialog in on_window1_delete_event()Masahiro Yamada-5/+8
2025-06-30docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet-3/+1
2025-06-30docs: kdoc: micro-optimize KernReJonathan Corbet-4/+2
2025-06-30kconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada-1/+2
2025-06-30kconfig: gconf: make columns resizableMasahiro Yamada-6/+3
2025-06-30kconfig: re-add menu_get_parent_menu() that returns parent menuMasahiro Yamada-0/+15
2025-06-30kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()Masahiro Yamada-6/+12