[PATCH v2 0/9] kconfig: improve gconfig

From: Masahiro Yamada
Date: Sun Jun 29 2025 - 14:46:06 EST


- Code refactoring
- Migrate GTK 2 to GTK3
- Fix all compile warnings


Masahiro Yamada (9):
kconfig: gconf: fix behavior of a menu under a symbol in split view
kconfig: gconf: use configure-event handler to adjust pane separator
kconfig: gconf: rename display_tree_part()
kconfig: gconf: rename gconf.glade to gconf.ui
kconfig: gconf: migrate to GTK 3
kconfig: gconf: replace GtkVbox with GtkBox
kconfig: gconf: replace GdkColor with GdkRGBA
kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPaned
kconfig: gconf: show GTK version in About dialog

scripts/kconfig/gconf-cfg.sh | 11 +-
scripts/kconfig/gconf.c | 146 ++++++++--------
scripts/kconfig/{gconf.glade => gconf.ui} | 202 +++++++++++-----------
3 files changed, 171 insertions(+), 188 deletions(-)
rename scripts/kconfig/{gconf.glade => gconf.ui} (83%)

--
2.43.0