index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-02
kconfig: gconf: add static qualifiers to event handlers
Masahiro Yamada
2
-83
/
+125
2025-07-02
kconfig: gconf: move button1 and save1 initialization code
Masahiro Yamada
1
-4
/
+8
2025-07-02
kconfig: gconf: move the main window event handlers below
Masahiro Yamada
1
-85
/
+78
2025-07-02
kconfig: gconf: grey out button for current view
Masahiro Yamada
1
-2
/
+13
2025-07-02
kconfig: gconf: refactor view setting code
Masahiro Yamada
1
-36
/
+38
2025-07-01
kconfig: gconf: move init_*() functions below
Masahiro Yamada
1
-228
/
+222
2025-07-01
kconfig: gconf: add static qualifiers to variables
Masahiro Yamada
1
-14
/
+14
2025-07-01
kconfig: gconf: remove unused 'color' variable
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()
Masahiro Yamada
1
-11
/
+3
2025-07-01
kconfig: gconf: remove unneeded variable in on_split_clicked()
Masahiro Yamada
1
-2
/
+2
2025-07-01
kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2
Masahiro Yamada
1
-8
/
+4
2025-07-01
kconfig: gconf: remove parents[] array and indent variable
Masahiro Yamada
1
-35
/
+14
2025-07-01
kconfig: gconf: remove internal-child="image" nodes from glade
Masahiro Yamada
1
-84
/
+0
2025-07-01
kconfig: gconf: remove unnecessary gtk_set_locale() call
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove gtk_tree_view_set_rules_hint() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove gtk_widget_realize() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove gtk_tree_view_column_set_visible() calls
Masahiro Yamada
1
-11
/
+0
2025-07-01
kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove meaningless code in init_main_window()
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove empty if-block
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove old #ifdef GTK_CHECK_VERSION
Masahiro Yamada
1
-4
/
+0
2025-07-01
kconfig: gconf: always destroy dialog in on_window1_delete_event()
Masahiro Yamada
1
-5
/
+8
2025-06-30
kconfig: gconf: fix potential memory leak in renderer_edited()
Masahiro Yamada
1
-1
/
+2
2025-06-30
kconfig: gconf: make columns resizable
Masahiro Yamada
1
-6
/
+3
2025-06-30
kconfig: re-add menu_get_parent_menu() that returns parent menu
Masahiro Yamada
2
-0
/
+15
2025-06-30
kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()
Masahiro Yamada
4
-6
/
+12
2025-06-30
kconfig: qconf: show selected choice in the Value column
Masahiro Yamada
1
-1
/
+8
2025-06-30
kconfig: qconf: do not show checkbox icon for choice
Masahiro Yamada
1
-5
/
+6
2025-06-28
kconfig: set MENU_CHANGED to choice when the selected member is changed
Masahiro Yamada
1
-0
/
+4
2025-06-24
kconfig: lxdialog: fix 'space' to (de)select options
Yann E. MORIN
1
-1
/
+1
2025-06-18
kconfig: use memcmp instead of deprecated bcmp
Thomas Meyer
1
-1
/
+1
2025-06-06
kconfig: introduce menu type enum
Masahiro Yamada
4
-9
/
+21
2025-04-06
kconfig: merge_config: use an empty file as initfile
Daniel Gomez
1
-2
/
+2
2025-03-15
kconfig: remove unnecessary cast in sym_get_string()
Masahiro Yamada
1
-1
/
+1
2025-03-15
kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf
Masahiro Yamada
1
-7
/
+12
2025-01-30
kconfig: fix memory leak in sym_warn_unmet_dep()
Masahiro Yamada
1
-0
/
+1
2025-01-30
kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST
Masahiro Yamada
1
-2
/
+4
2025-01-10
kconfig: qconf: use preferred form of QString API
Rolf Eike Beer
1
-4
/
+4
2025-01-10
kbuild: suppress stdout from merge_config for silent builds
Masahiro Yamada
1
-1
/
+3
2024-11-06
kconfig: document the positional argument in the help message
Masahiro Yamada
1
-1
/
+4
2024-11-06
kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: refactor ConfigInfoView::clicked()
Masahiro Yamada
1
-37
/
+6
2024-11-06
kconfig: add sym_get_prompt_menu() helper function
Masahiro Yamada
2
-7
/
+20
2024-11-06
kconfig: qconf: remove non-functional href="m..." tag
Masahiro Yamada
1
-2
/
+2
2024-11-06
kconfig: qconf: remove redundant check in goBack()
Masahiro Yamada
1
-3
/
+0
2024-11-06
kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: remove ConfigItem::visible member
Masahiro Yamada
2
-25
/
+18
2024-11-06
kconfig: qconf: do not show goParent button in split view
Masahiro Yamada
1
-2
/
+1
2024-11-06
kconfig: qconf: convert the last old connection syntax to Qt5 style
Masahiro Yamada
1
-1
/
+3
2024-11-06
kconfig: qconf: remove unnecessary lastWindowClosed() signal connection
Masahiro Yamada
1
-1
/
+0
[prev]
[next]