Age | Commit message (Expand) | Author |
2020-10-26 | libpayload/curses: Use <stdbool.h> | Nico Huber |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-07-25 | payloads/libpayload/curses/menu/eti.h: Remove unneeded whitespaces | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2019-07-21 | libpayload: Enable -Wimplicit-fallthrough | Jacob Garber |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-10-18 | libpayload/curses/PDCurses/doc/intro.txt: Remove unneeded whitespace | Elyes HAOUAS |
2018-09-04 | payloads: Remove/fix trailing whitespace | Martin Roth |
2018-06-04 | libpayload/curses/{form,menu}: Fix uncountable "information" | Elyes HAOUAS |
2018-05-21 | libpayload: Fix payload .bss corruption | Kyösti Mälkki |
2018-05-02 | payloads/libpayload: Add spaces around '==' | Elyes HAOUAS |
2018-04-27 | libpayload/curses/form: Remove trailing whitespace | Elyes HAOUAS |
2018-04-27 | payloads/libpayload/curses/menu: Remove trailing whitespace | Elyes HAOUAS |
2016-12-14 | libpayload/.../PDCurses: Improve compatibility with ncurses | Patrick Georgi |
2016-12-14 | libpayload/.../PDCurses: avoid reading orig before NULL checking it | Patrick Georgi |
2015-11-20 | libpayload: PDCurses: Remove trailing whitespace | Stefan Reinauer |
2015-11-11 | libpayload: Rename PDCurses-3.4 to PDCurses | Stefan Reinauer |
2015-11-11 | PDCurses: Don't hard code version number | Stefan Reinauer |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-01-03 | libpayload/PDcurses: avoid NULL deref | Patrick Georgi |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2013-06-26 | libpayload: Use longer delay in tinycurses' wgetch() | Nico Huber |
2013-06-04 | fix tinycurses | Patrick Georgi |
2013-04-01 | PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER` | Paul Menzel |
2013-03-26 | libpayload: Fix prototype warnings in PDCurses | Stefan Reinauer |
2013-03-26 | libpayload: Fix const warnings in keyname() and termname() | Stefan Reinauer |
2013-03-26 | libpayload: Fix variable shadowing in PDCurses | Stefan Reinauer |
2013-03-26 | libpayload: Fix missing prototype warning for Xinitscr() | Stefan Reinauer |
2012-12-20 | PDcurses: Delete automatically created (and unused) files | Stefan Reinauer |
2012-12-07 | libpayload: Don't let USB/PC/serial keyboards overwrite each other | Dave Frodin |
2011-11-11 | libpayload: Enable colors in PDcurses | Patrick Georgi |
2011-11-01 | libpayload: remove trailing whitespace and run dos2unix | Stefan Reinauer |
2011-08-04 | libpayload: Add PDCurses and ncurses' libform/libmenu | Patrick Georgi |
2011-07-07 | libpayload: Don't declare mouse support in tinycurses | Patrick Georgi |
2011-07-07 | libpayload: fix wborder() | Patrick Georgi |
2011-06-30 | Reduce warnings/errors in libpayload when using picky compiler options | Patrick Georgi |
2011-06-30 | Use coreboot build system for libpayload, too. | Patrick Georgi |
2010-09-09 | Only try to beep when speaker support is compiled in. | Patrick Georgi |
2010-07-09 | become more standard with libpayload headers. PATH_MAX belongs in limits.h, | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-08 | Trivial fix, use correct define. | Mathias Krause |
2009-07-31 | * drop duplicate prototype for lib_get_sysinfo() | Stefan Reinauer |
2009-04-29 | Mostly cosmetical changes. | Stefan Reinauer |
2009-02-22 | libpayload: Fix build when both USB and PS/2 keyboard support is disabled | Mart Raudsepp |
2008-11-24 | [PATCH] libpayload: rename config.h to libpayload-config.h | Jordan Crouse |
2008-10-23 | make escape code handling for serial terminal more robust | Patrick Georgi |
2008-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-10-08 | move variable declaration to where it is used, to prevent gcc failure. | Patrick Georgi |
2008-09-26 | accidently backed out r3598. Sorry Ulf, will pay more attention next time. | Stefan Reinauer |
2008-09-26 | * factor out serial hardware init | Stefan Reinauer |
2008-09-24 | Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due | Ulf Jordan |
2008-09-17 | - unify keycodes for non-ASCII keys by using curses' codes and labels | Patrick Georgi |
2008-09-17 | This patch adds damage detection to libpayload's tinycurses. This | Stefan Reinauer |
2008-09-12 | * Implement scrolling in tinycurses | Stefan Reinauer |
2008-09-05 | Add editing keypad keys and the missing F11 key to the curses serial | Ulf Jordan |
2008-09-03 | Add support for curses color output over serial. | Ulf Jordan |
2008-08-18 | Add a kconfig option to choose between outputing ACS characters or | Ulf Jordan |
2008-08-18 | Fix tinycurses color output on the VGA console. | Ulf Jordan |
2008-08-12 | Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and | Ulf Jordan |
2008-08-11 | Add support for line drawing characters and the alternate character set. | Ulf Jordan |
2008-08-11 | No really, _these_ should be the last occurences of CONFIG_ without | Jordan Crouse |
2008-08-11 | these should be the last occurences of CONFIG_ without config.h in libpayload. | Stefan Reinauer |
2008-06-20 | libpayload: Support curses for serial | Jordan Crouse |
2008-05-20 | libpayload: Fix curses subwindows | Jordan Crouse |
2008-05-14 | libpayload: implement wborder function | Jordan Crouse |
2008-04-21 | libpayload: Fix keyboard buglet | Jordan Crouse |
2008-04-15 | Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). | Uwe Hermann |
2008-04-11 | Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). | Uwe Hermann |
2008-04-11 | Various small consistency fixes (trivial): | Uwe Hermann |
2008-04-10 | libpayload: Add video console framework | Jordan Crouse |
2008-04-08 | Small curses fixes/additions for libpayload (trivial). | Uwe Hermann |
2008-04-08 | libpayload: Add a timeout function for getchar and getch | Jordan Crouse |
2008-03-31 | Fix the NVRAM access functions to work correctly for the | Uwe Hermann |
2008-03-29 | [libpayload] Work around sign-extending issue | Jordan Crouse |
2008-03-21 | Cosmetics, fix typos (trivial). | Uwe Hermann |
2008-03-20 | Fix code to allow usage of -Wall in libpayload and the sample (trivial). | Uwe Hermann |
2008-03-20 | Cosmetics, coding style fixes (trivial). | Uwe Hermann |
2008-03-19 | libpayload: External code | Jordan Crouse |
2008-03-19 | libpayload: The initial chunk of code writen by AMD | Jordan Crouse |