summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lxdialog
AgeCommit message (Expand)AuthorLines
2025-08-06kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran-2/+4
2025-08-06kconfig: lxdialog: replace strcpy with snprintf in print_autowrapSuchit Karunakaran-2/+1
2025-06-24kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN-1/+1
2024-05-14kconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada-9/+0
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer-12/+12
2024-03-19kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada-22/+0
2024-03-19kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada-1/+1
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin-3/+2
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada-51/+27
2023-04-17kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada-133/+125
2023-04-17kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada-11/+0
2023-04-17kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada-33/+0
2021-04-14kconfig: lxdialog: A spello fix and a punctuation addedBhaskar Chowdhury-2/+2
2019-05-09kconfig: remove trailing whitespacesMasahiro Yamada-1/+1
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyChangbin Du-1/+2
2019-03-17kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada-4/+0
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada-98/+7
2018-05-28kconfig: drop localization supportSam Ravnborg-18/+12
2018-05-28kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada-94/+1
2018-03-02kconfig: Update ncurses package names for menuconfigArvind Prasanna-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2014-09-23kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman-1/+5
2014-08-22kconfig: lxdialog: fix spellingBrian Norris-1/+1
2014-08-20kbuild: Make scripts executableMichal Marek-0/+0
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada-6/+6
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-37/+59
2013-06-18mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders-14/+19
2013-06-18kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders-14/+17
2013-06-16kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek-9/+23
2013-05-30mconf: handle keys in empty dialogsDirk Gouders-4/+5
2013-04-16kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN-2/+2
2013-04-16menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier-2/+50
2013-03-07menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher-0/+2
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek-1/+0
2013-01-16menuconfig: Add Save/Load buttonsWang YanQing-9/+11
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing-1/+0
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing-29/+92
2012-11-20menuconfig: fix extended colors ncurses supportKrzysztof Mazur-0/+1
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-79/+108
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare-1/+1
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier-27/+49
2012-09-27menuconfig: Do not open code textbox scroll up/downBenjamin Poirier-44/+11
2012-09-27menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier-2/+24
2012-09-27menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier-11/+23
2012-09-27menuconfig: Remove superfluous conditionnalBenjamin Poirier-5/+3
2012-08-30kconfig/mconf.c: revision of curses initialization.Dirk Gouders-0/+8
2012-07-26menuconfig: add u, d, q command keys in text boxesBenjamin Poirier-0/+3
2012-07-04kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz-1/+1
2012-07-04kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz-3/+3
2011-08-29kconfig: fix set but not used variablesLucas De Marchi-2/+1