| Commit message (Expand) | Author | Age | Files | Lines |
* | [editbox] Allow for password widgets that do not display their contents | Michael Brown | 2009-02-17 | 1 | -3/+8 |
* | [dhcp] Split PXE menuing code out of dhcp.c | Michael Brown | 2009-02-01 | 2 | -3/+3 |
* | Modify gPXE core and drivers to work with the new timer subsystem | Alexey Zaytsev | 2008-03-02 | 1 | -1/+1 |
* | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -5/+5 |
* | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -0/+8 |
* | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -0/+5 |
* | Make has_key() a static inline, rather than omitting it altogether. | Michael Brown | 2007-07-28 | 1 | -15/+1 |
* | Revert "make bool m_echo static" - I suspect this to be defined by spec | Michael Brown | 2007-07-28 | 1 | -1/+1 |
* | make bool m_echo static | Holger Lubitz | 2007-07-27 | 1 | -1/+1 |
* | remove has_key by #if 0'ing out | Holger Lubitz | 2007-07-27 | 1 | -1/+3 |
* | make _wgetc static | Holger Lubitz | 2007-07-27 | 1 | -0/+1 |
* | make struct _softlabelkeys *slks static | Holger Lubitz | 2007-07-27 | 1 | -1/+1 |
* | Warnings purge: src/{crypto,hci,net} | Marty Connor | 2007-07-03 | 1 | -0/+1 |
* | vsprintf.h is gPXE-specific; move it to include/gpxe | Michael Brown | 2007-01-19 | 1 | -1/+1 |
* | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 2 | -2/+3 |
* | Include stdlib.h rather than malloc.h | Michael Brown | 2007-01-18 | 2 | -2/+2 |
* | Avoid creating implicit memcpy()s | Michael Brown | 2007-01-05 | 1 | -4/+3 |
* | Define KEY_MIN and use it in kb.c. | Michael Brown | 2006-12-20 | 1 | -2/+2 |
* | Explicitly call erase(), to cope with platforms where the ANSI clear | Michael Brown | 2006-12-20 | 1 | -0/+5 |
* | Fix (hopefully) the scrolling logic | Michael Brown | 2006-12-20 | 1 | -11/+11 |
* | Don't automatically redraw the edit box; this allows better inheritance. | Michael Brown | 2006-12-20 | 1 | -19/+0 |
* | Editable text box widget based on mucurses and edit_string. | Michael Brown | 2006-12-20 | 1 | -0/+115 |
* | Reset screen on exit as well as entry | Michael Brown | 2006-12-20 | 1 | -6/+3 |
* | Explicitly move cursor to top-left of screen, in case the clear screen | Michael Brown | 2006-12-19 | 1 | -1/+1 |
* | Use current attributes when erasing. | Michael Brown | 2006-12-19 | 3 | -4/+16 |
* | Assume a 24-line screen, since we can't (easily) avoid scrolling after | Michael Brown | 2006-12-19 | 1 | -1/+1 |
* | Avoid cursor move on every single character | Michael Brown | 2006-12-19 | 1 | -4/+20 |
* | Use ANSI escape sequence to reset and clear terminal, rather than using | Michael Brown | 2006-12-19 | 2 | -2/+2 |
* | Now basically functioning on ANSI-supporting consoles. | Michael Brown | 2006-12-19 | 7 | -55/+138 |
* | Adjusted to use the normal internal mucurses API rather than accessing | Michael Brown | 2006-12-18 | 1 | -19/+25 |
* | Remove more dynamic allocation | Michael Brown | 2006-12-18 | 1 | -8/+20 |
* | There seems to be no reason why pos_x is static... | Michael Brown | 2006-12-18 | 1 | -3/+3 |
* | Remove some unnecessary use of calloc() for tiny memory areas. | Michael Brown | 2006-12-18 | 1 | -11/+8 |
* | Convert _{store,restore}_cursor_pos to static inlines. | Michael Brown | 2006-12-18 | 2 | -33/+20 |
* | wmove() is part of the public curses API, and already defined in curses.h | Michael Brown | 2006-12-18 | 1 | -1/+0 |
* | Renamed core.h to mucurses.h | Michael Brown | 2006-12-18 | 9 | -11/+11 |
* | Rename core.c->mucurses.c; bin/core.o is too generic to belong to mucurses. | Michael Brown | 2006-12-18 | 1 | -0/+0 |
* | Use iskey() and getchar() to interact with console, rather than object | Michael Brown | 2006-12-18 | 1 | -2/+3 |
* | - implemented cursor retreat function (_wcursback) as a core function | Dan Lynch | 2006-06-28 | 4 | -41/+74 |
* | - put in the screen initialisation stuff and clear the screen... | Dan Lynch | 2006-06-27 | 1 | -2/+3 |
* | - works with test ansi tty, but will need a rethink when we start | Dan Lynch | 2006-06-27 | 1 | -2/+6 |
* | check whether malloc returns a valid pointer | Dan Lynch | 2006-06-27 | 1 | -4/+9 |
* | moved console specific items out of mucurses (should be handled by external s... | Dan Lynch | 2006-06-27 | 1 | -9/+0 |
* | included contents of input.{c,h} in kb.c | Dan Lynch | 2006-06-27 | 1 | -2/+29 |
* | - recoded wgetch and wgetnstr for greater more efficiency | Dan Lynch | 2006-06-27 | 1 | -52/+58 |
* | first working version - nasty, but mostly works | Dan Lynch | 2006-06-26 | 1 | -0/+101 |
* | - proper layout formatted soft label array, with justification formatted labels | Dan Lynch | 2006-06-21 | 1 | -15/+68 |
* | - erradicate compiler warning due to possibility of uninitialised variables (... | Dan Lynch | 2006-06-21 | 1 | -0/+3 |
* | - added doxygen @file header | Dan Lynch | 2006-06-21 | 1 | -5/+7 |
* | - added doxygen @file header | Dan Lynch | 2006-06-21 | 1 | -0/+16 |