summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lxdialog
Commit message (Expand)AuthorAgeFilesLines
* kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman2014-09-231-1/+5
* kconfig: lxdialog: fix spellingBrian Norris2014-08-221-1/+1
* kbuild: Make scripts executableMichal Marek2014-08-201-0/+0
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-104-6/+6
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-07-107-37/+59
|\
| * mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-186-14/+19
| * kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders2013-06-181-14/+17
| * kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek2013-06-167-9/+23
* | mconf: handle keys in empty dialogsDirk Gouders2013-05-301-4/+5
|/
* kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN2013-04-161-2/+2
* menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier2013-04-162-2/+50
* menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-071-0/+2
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-251-1/+0
|\
| * kconfig:lxdialog: remove duplicate codeWang YanQing2012-12-271-1/+0
* | menuconfig: Add Save/Load buttonsWang YanQing2013-01-161-9/+11
* | menuconfig:inputbox: support navigate input positionWang YanQing2012-12-251-29/+92
* | menuconfig: fix extended colors ncurses supportKrzysztof Mazur2012-11-201-0/+1
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-10-123-79/+108
|\
| * menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier2012-09-272-27/+49
| * menuconfig: Do not open code textbox scroll up/downBenjamin Poirier2012-09-271-44/+11
| * menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier2012-09-272-2/+24
| * menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier2012-09-272-11/+23
| * menuconfig: Remove superfluous conditionnalBenjamin Poirier2012-09-271-5/+3
| * kconfig/mconf.c: revision of curses initialization.Dirk Gouders2012-08-302-0/+8
* | kbuild: Fix gcc -x syntaxJean Delvare2012-10-031-1/+1
|/
* menuconfig: add u, d, q command keys in text boxesBenjamin Poirier2012-07-261-0/+3
* kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz2012-07-041-1/+1
* kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz2012-07-041-3/+3
* kconfig: fix set but not used variablesLucas De Marchi2011-08-291-2/+1
* kconfig: fix menuconfig on debian lennyJunio C Hamano2010-09-201-0/+2
* menuconfig: truncate list itemsLi Zefan2010-06-031-2/+7
* menuconfig: fix to center checklist correctly in a corner caseLi Zefan2010-06-031-0/+1
* menuconfig: add support to show hidden options which have promptsLi Zefan2010-04-141-11/+11
* kconfig: some small fixesLi Zefan2010-04-141-2/+2
* kconfig: variable argument lists needs `stdarg.h'Arnaud Lacombe2009-07-171-0/+2
* kconfig: handle comment entries within choice/endchoicePeter Korsgaard2009-06-091-1/+2
* kconfig: fix options to check-lxdialog.shSam Ravnborg2008-12-031-1/+1
* kconfig: made check-lxdialog more portableSam Ravnborg2008-05-011-2/+4
* kconfig: reversed borderlines in inputboxRoel Kluin2008-04-281-1/+1
* kconfig: gettext support for lxdialogEGRY Gabor2008-01-286-10/+16
* kconfig: make kconfig MinGW friendlyLadislav Michl2008-01-282-14/+23
* kconfig: if ncurses-devel is missing then say soSam Ravnborg2008-01-281-7/+9
* kconfig: use POSIX equality test in check-lxdialog.shMike Frysinger2007-07-161-1/+1
* kconfig: search harder for curses library in check-lxdialog.shMike Frysinger2007-05-191-15/+9
* menuconfig: remember alternate config filenameSam Ravnborg2007-05-022-0/+6
* menuconfig: dont use obsolete index() function in lxdialogMike Frysinger2007-05-021-2/+2
* [PATCH] fix menuconfig colours with TERM=vt100Roman Zippel2006-11-251-9/+7
* [PATCH] Fix menuconfig build failure due to missing stdbool.hLuca Tettamanti2006-10-111-0/+1
* kconfig/lxdialog: clear long menu linesSam Ravnborg2006-09-301-6/+6
* kconfig/lxdialog: support resizeSam Ravnborg2006-09-307-67/+153