index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
lxdialog
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: lxdialog: remove initialization with A_NORMAL
Masahiro Yamada
2024-05-14
1
-9
/
+0
*
kconfig: Fix typo HEIGTH to HEIGHT
Isak Ellmer
2024-03-31
7
-12
/
+12
*
kconfig: lxdialog: remove unused dialog colors
Masahiro Yamada
2024-03-19
2
-22
/
+0
*
kconfig: lxdialog: fix button color for blackbg theme
Masahiro Yamada
2024-03-19
1
-1
/
+1
*
kconfig: lxdialog: fix cursor render in checklist
Matthew Bystrin
2024-02-20
1
-3
/
+2
*
kconfig: menuconfig: simplify global jump key assignment
Masahiro Yamada
2023-07-25
2
-51
/
+27
*
kconfig: menuconfig: reorder functions to remove forward declarations
Masahiro Yamada
2023-04-17
1
-133
/
+125
*
kconfig: menuconfig: remove unused M_EVENT macro
Masahiro Yamada
2023-04-17
1
-11
/
+0
*
kconfig: menuconfig: remove OLD_NCURSES macro
Masahiro Yamada
2023-04-17
3
-33
/
+0
*
kconfig: lxdialog: A spello fix and a punctuation added
Bhaskar Chowdhury
2021-04-14
1
-2
/
+2
*
kconfig: remove trailing whitespaces
Masahiro Yamada
2019-05-09
1
-1
/
+1
*
kconfig/[mn]conf: handle backspace (^H) key
Changbin Du
2019-03-29
1
-1
/
+2
*
kconfig: remove stale lxdialog/.gitignore
Masahiro Yamada
2019-03-17
1
-4
/
+0
*
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-12-28
7
-98
/
+7
*
kconfig: drop localization support
Sam Ravnborg
2018-05-28
6
-18
/
+12
*
kconfig: refactor ncurses package checks for building mconf and nconf
Masahiro Yamada
2018-05-28
2
-94
/
+1
*
kconfig: Update ncurses package names for menuconfig
Arvind Prasanna
2018-03-02
1
-1
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
kconfig/lxdialog: get ncurses CFLAGS with pkg-config
Bjørn Forsman
2014-09-23
1
-1
/
+5
*
kconfig: lxdialog: fix spelling
Brian Norris
2014-08-22
1
-1
/
+1
*
kbuild: Make scripts executable
Michal Marek
2014-08-20
1
-0
/
+0
*
kbuild: trivial - use tabs for code indent where possible
Masahiro Yamada
2014-06-10
4
-6
/
+6
*
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2013-07-10
7
-37
/
+59
|
\
|
*
mconf: use function calls instead of ncurses' variables LINES and COLS
Dirk Gouders
2013-06-18
6
-14
/
+19
|
*
kconfig/lxdialog: handle newline characters in print_autowrap()
Dirk Gouders
2013-06-18
1
-14
/
+17
|
*
kconfig/lxdialog: Add definitions for mininimum (re)size values
Sedat Dilek
2013-06-16
7
-9
/
+23
*
|
mconf: handle keys in empty dialogs
Dirk Gouders
2013-05-30
1
-4
/
+5
|
/
*
kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h
Yann E. MORIN
2013-04-16
1
-2
/
+2
*
menuconfig: Add "breadcrumbs" navigation aid
Benjamin Poirier
2013-04-16
2
-2
/
+50
*
menuconfig: optionally use pkg-config to detect ncurses libs
Justin Lecher
2013-03-07
1
-0
/
+2
*
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
Michal Marek
2013-02-25
1
-1
/
+0
|
\
|
*
kconfig:lxdialog: remove duplicate code
Wang YanQing
2012-12-27
1
-1
/
+0
*
|
menuconfig: Add Save/Load buttons
Wang YanQing
2013-01-16
1
-9
/
+11
*
|
menuconfig:inputbox: support navigate input position
Wang YanQing
2012-12-25
1
-29
/
+92
*
|
menuconfig: fix extended colors ncurses support
Krzysztof Mazur
2012-11-20
1
-0
/
+1
|
/
*
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2012-10-12
3
-79
/
+108
|
\
|
*
menuconfig: Assign jump keys per-page instead of globally
Benjamin Poirier
2012-09-27
2
-27
/
+49
|
*
menuconfig: Do not open code textbox scroll up/down
Benjamin Poirier
2012-09-27
1
-44
/
+11
|
*
menuconfig: Extend dialog_textbox so that it can return to a scrolled position
Benjamin Poirier
2012-09-27
2
-2
/
+24
|
*
menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypresses
Benjamin Poirier
2012-09-27
2
-11
/
+23
|
*
menuconfig: Remove superfluous conditionnal
Benjamin Poirier
2012-09-27
1
-5
/
+3
|
*
kconfig/mconf.c: revision of curses initialization.
Dirk Gouders
2012-08-30
2
-0
/
+8
*
|
kbuild: Fix gcc -x syntax
Jean Delvare
2012-10-03
1
-1
/
+1
|
/
*
menuconfig: add u, d, q command keys in text boxes
Benjamin Poirier
2012-07-26
1
-0
/
+3
*
kconfig: fix check-lxdialog for DLL platforms
Yaakov Selkowitz
2012-07-04
1
-1
/
+1
*
kconfig: check ncursesw headers first in check-lxdialog
Yaakov Selkowitz
2012-07-04
1
-3
/
+3
*
kconfig: fix set but not used variables
Lucas De Marchi
2011-08-29
1
-2
/
+1
*
kconfig: fix menuconfig on debian lenny
Junio C Hamano
2010-09-20
1
-0
/
+2
*
menuconfig: truncate list items
Li Zefan
2010-06-03
1
-2
/
+7
*
menuconfig: fix to center checklist correctly in a corner case
Li Zefan
2010-06-03
1
-0
/
+1
[next]