| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | | | | abstraction. | |||||
| * | - implemented cursor retreat function (_wcursback) as a core function | Dan Lynch | 2006-06-28 | 4 | -41/+74 | |
| | | | | | | - reimplemented cleaner wgetnstr - fixed wdelch for use with _wcursback | |||||
| * | - 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 | |
| | | | | | getting key_ codes instead | |||||
| * | 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 ↵ | Dan Lynch | 2006-06-27 | 1 | -9/+0![]() | |
| | | | | | screen object) | |||||
| * | 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 | |
| | | | | | - wgetch now includes non, part and full blocking read support | |||||
| * | 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 | |
| | | | | | - some minor preventatives | |||||
| * | - erradicate compiler warning due to possibility of uninitialised variables ↵ | Dan Lynch | 2006-06-21 | 1 | -0/+3 | |
| | | | | | (switch statement) | |||||
| * | - added doxygen @file header | Dan Lynch | 2006-06-21 | 1 | -5/+7 | |
| | | | | | - no longer depends on slk | |||||
| * | - added doxygen @file header | Dan Lynch | 2006-06-21 | 1 | -0/+16 | |
| | | ||||||
| * | - added doxygen @file header | Dan Lynch | 2006-06-21 | 1 | -1/+33 | |
| | | | | | - some more minor functionality implemented | |||||
| * | added doxygen @file header | Dan Lynch | 2006-06-21 | 1 | -1/+7 | |
| | | ||||||
| * | - removed slk references | Dan Lynch | 2006-06-21 | 2 | -24/+16![]() | |
| | | | | | | - corrected minor algo errors in primitives - added doxygen @file header | |||||
| * | - added doxygen @file header | Dan Lynch | 2006-06-21 | 1 | -0/+40 | |
| | | | | | - wdeleteln function implemented | |||||
| * | added doxygen file header | Dan Lynch | 2006-06-21 | 3 | -0/+18 | |
| | | ||||||
| * | - major implementation work completed (testing in progress) | Dan Lynch | 2006-06-21 | 1 | -7/+120 | |
| | | | | | - some optimisation done | |||||
| * | initial check in | Dan Lynch | 2006-06-21 | 2 | -0/+179 | |
| | | ||||||
| * | - separated curses.c out into separate source files to optimise | Dan Lynch | 2006-06-08 | 12 | -0/+754 | |
| library use later on - some small mods to existing functions | ||||||

