summaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses
AgeCommit message (Expand)Author
2020-10-26libpayload/curses: Use <stdbool.h>Nico Huber
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-07-25payloads/libpayload/curses/menu/eti.h: Remove unneeded whitespacesElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-07-21libpayload: Enable -Wimplicit-fallthroughJacob Garber
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-12-18Fix typos involving "the the"Jonathan Neuschäfer
2018-10-18libpayload/curses/PDCurses/doc/intro.txt: Remove unneeded whitespaceElyes HAOUAS
2018-09-04payloads: Remove/fix trailing whitespaceMartin Roth
2018-06-04libpayload/curses/{form,menu}: Fix uncountable "information"Elyes HAOUAS
2018-05-21libpayload: Fix payload .bss corruptionKyösti Mälkki
2018-05-02payloads/libpayload: Add spaces around '=='Elyes HAOUAS
2018-04-27libpayload/curses/form: Remove trailing whitespaceElyes HAOUAS
2018-04-27payloads/libpayload/curses/menu: Remove trailing whitespaceElyes HAOUAS
2016-12-14libpayload/.../PDCurses: Improve compatibility with ncursesPatrick Georgi
2016-12-14libpayload/.../PDCurses: avoid reading orig before NULL checking itPatrick Georgi
2015-11-20libpayload: PDCurses: Remove trailing whitespaceStefan Reinauer
2015-11-11libpayload: Rename PDCurses-3.4 to PDCursesStefan Reinauer
2015-11-11PDCurses: Don't hard code version numberStefan Reinauer
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-01-03libpayload/PDcurses: avoid NULL derefPatrick Georgi
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2013-06-26libpayload: Use longer delay in tinycurses' wgetch()Nico Huber
2013-06-04fix tinycursesPatrick Georgi
2013-04-01PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER`Paul Menzel
2013-03-26libpayload: Fix prototype warnings in PDCursesStefan Reinauer
2013-03-26libpayload: Fix const warnings in keyname() and termname()Stefan Reinauer
2013-03-26libpayload: Fix variable shadowing in PDCursesStefan Reinauer
2013-03-26libpayload: Fix missing prototype warning for Xinitscr()Stefan Reinauer
2012-12-20PDcurses: Delete automatically created (and unused) filesStefan Reinauer
2012-12-07libpayload: Don't let USB/PC/serial keyboards overwrite each otherDave Frodin
2011-11-11libpayload: Enable colors in PDcursesPatrick Georgi
2011-11-01libpayload: remove trailing whitespace and run dos2unixStefan Reinauer
2011-08-04libpayload: Add PDCurses and ncurses' libform/libmenuPatrick Georgi
2011-07-07libpayload: Don't declare mouse support in tinycursesPatrick Georgi
2011-07-07libpayload: fix wborder()Patrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2011-06-30Use coreboot build system for libpayload, too.Patrick Georgi
2010-09-09Only try to beep when speaker support is compiled in.Patrick Georgi
2010-07-09become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-08Trivial fix, use correct define.Mathias Krause
2009-07-31* drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer
2009-04-29Mostly cosmetical changes. Stefan Reinauer
2009-02-22libpayload: Fix build when both USB and PS/2 keyboard support is disabledMart Raudsepp
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-23make escape code handling for serial terminal more robustPatrick Georgi
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-10-08move variable declaration to where it is used, to prevent gcc failure.Patrick Georgi