2008-03-11 |
Michael Brown | Merge branch 'pxerom-pmm' |
tree | commitdiff |
2008-03-10 |
Michael Brown | Merge branch 'xl0-timer' |
tree | commitdiff |
2008-03-02 |
Alexey Zaytsev | Modify gPXE core and drivers to work with the new timer... |
tree | commitdiff |
2007-09-11 |
Michael Brown | Merge branch 'master' into 3leaf-rewrite |
tree | commitdiff |
2007-08-23 |
Holger Lubitz | Merge branch 'master' into curses |
tree | commitdiff |
2007-08-19 |
Holger Lubitz | __nonnull changes |
tree | commitdiff |
2007-08-19 |
Holger Lubitz | __nonnull changes |
tree | commitdiff |
2007-08-19 |
Holger Lubitz | __nonnull changes |
tree | commitdiff |
2007-08-01 |
Holger Lubitz | Merge branch 'master' into strings |
tree | commitdiff |
2007-07-28 |
Michael Brown | Merge branch 'symcheck2' |
tree | commitdiff |
2007-07-28 |
Michael Brown | Make has_key() a static inline, rather than omitting... |
tree | commitdiff |
2007-07-28 |
Michael Brown | Revert "make bool m_echo static" - I suspect this to... |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | make bool m_echo static |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | remove has_key by #if 0'ing out |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | make _wgetc static |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | Merge branch 'master' into symcheck2 |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | make struct _softlabelkeys *slks static |
tree | commitdiff |
2007-07-03 |
Marty Connor | Merge branch 'master' of /pub/scm/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Warnings purge: src/{crypto,hci,net} |
tree | commitdiff |
2007-03-13 |
James Harper | Ported bnx2 driver from Etherboot 5.4. |
tree | commitdiff |
2007-01-19 |
Michael Brown | vsprintf.h is gPXE-specific; move it to include/gpxe |
tree | commitdiff |
2007-01-19 |
Michael Brown | Use stdio.h instead of vsprintf.h |
tree | commitdiff |
2007-01-18 |
Michael Brown | Include stdlib.h rather than malloc.h |
tree | commitdiff |
2007-01-05 |
Michael Brown | Avoid creating implicit memcpy()s |
tree | commitdiff |
2006-12-20 |
Michael Brown | Define KEY_MIN and use it in kb.c. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Explicitly call erase(), to cope with platforms where... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Fix (hopefully) the scrolling logic |
tree | commitdiff |
2006-12-20 |
Michael Brown | Don't automatically redraw the edit box; this allows... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Editable text box widget based on mucurses and edit_string. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Reset screen on exit as well as entry |
tree | commitdiff |
2006-12-19 |
Michael Brown | Explicitly move cursor to top-left of screen, in case... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Use current attributes when erasing. |
tree | commitdiff |
2006-12-19 |
Michael Brown | Assume a 24-line screen, since we can't (easily) avoid... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Avoid cursor move on every single character |
tree | commitdiff |
2006-12-19 |
Michael Brown | Use ANSI escape sequence to reset and clear terminal... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Now basically functioning on ANSI-supporting consoles. |
tree | commitdiff |
2006-12-18 |
Michael Brown | Adjusted to use the normal internal mucurses API rather... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Remove more dynamic allocation |
tree | commitdiff |
2006-12-18 |
Michael Brown | There seems to be no reason why pos_x is static... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Remove some unnecessary use of calloc() for tiny memory... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Convert _{store,restore}_cursor_pos to static inlines. |
tree | commitdiff |
2006-12-18 |
Michael Brown | wmove() is part of the public curses API, and already... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Renamed core.h to mucurses.h |
tree | commitdiff |
2006-12-18 |
Michael Brown | Rename core.c->mucurses.c; bin/core.o is too generic... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Use iskey() and getchar() to interact with console... |
tree | commitdiff |
2006-06-28 |
Dan Lynch | - implemented cursor retreat function (_wcursback)... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | - put in the screen initialisation stuff and clear... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | - works with test ansi tty, but will need a rethink... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | check whether malloc returns a valid pointer |
tree | commitdiff |
2006-06-27 |
Dan Lynch | moved console specific items out of mucurses (should... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | included contents of input.{c,h} in kb.c |
tree | commitdiff |
2006-06-27 |
Dan Lynch | - recoded wgetch and wgetnstr for greater more efficiency |
tree | commitdiff |
2006-06-26 |
Dan Lynch | first working version - nasty, but mostly works |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - proper layout formatted soft label array, with justif... |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - erradicate compiler warning due to possibility of... |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - removed slk references |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | added doxygen file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - major implementation work completed (testing in progress) |
tree | commitdiff |
2006-06-21 |
Dan Lynch | initial check in |
tree | commitdiff |
2006-06-08 |
Dan Lynch | - separated curses.c out into separate source files... |
tree | commitdiff |
|