summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hook up the terminal session class to the event loopRay Strode2007-05-226-18/+89
* remove one of the functions just added, it was broken by designRay Strode2007-05-222-13/+4
* add a few more api functions for reading bytesRay Strode2007-05-222-9/+53
* remove some more bogus bool return valuesRay Strode2007-05-222-24/+19
* add ply_logger_inject_bytes apiRay Strode2007-05-222-3/+19
* rewrite the ply_event_loop_run function to be simplerRay Strode2007-05-221-8/+2
* add a new api ply_event_loop_watch_for_exitRay Strode2007-05-222-11/+93
* drop some bogus failure cases in the event loop codeRay Strode2007-05-222-28/+19
* fix up copyright headers/assignmentRay Strode2007-05-226-6/+113
* first cut at an event loopRay Strode2007-05-224-0/+703
* add new ply_read() function (like the ply_write() function)Ray Strode2007-05-222-0/+35
* add new linked list implementationRay Strode2007-05-224-0/+310
* begin to hook up new logging interfaces to ply-terminal-sessionRay Strode2007-05-213-4/+44
* add start of new classes for handling loggingRay Strode2007-05-214-0/+574
* add new ply_get_timestamp() functionRay Strode2007-05-212-0/+15
* move static functions in ply-terminal-session.c to topRay Strode2007-05-211-25/+29
* add ply-terminal-session-test to MakefileRay Strode2007-05-211-0/+1
* add new ply-terminal-session classRay Strode2007-05-214-0/+264
* fix up string array duplicating functions to compileRay Strode2007-05-192-2/+97
* add new function to free a string arrayRay Strode2007-05-182-0/+18
* add new api to duplicate a string arrayRay Strode2007-05-182-2/+20
* fix the frame buffer compositing code.Ray Strode2007-05-182-25/+11
* make the ply-init-control test redirect messages to aRay Strode2007-05-161-11/+37
* Make ply_fd_has_data return false on hangupsRay Strode2007-05-161-1/+3
* Improve the ply-terminal apiRay Strode2007-05-162-15/+15
* add ply_fd_has_data and ply_fd_can_take_data apisRay Strode2007-05-162-0/+31
* add "fix tests" to the TODO fileRay Strode2007-05-164-9/+102
* remove reference to glib-genmarshal since we don't use glib anymoreRay Strode2007-05-161-2/+0
* Add a tests/ directory to keep tests inRay Strode2007-05-167-2/+55
* Make ply_terminal_get_name return a non-freeable stringRay Strode2007-05-162-4/+4
* add the beginning of an api for managing ptysRay Strode2007-05-162-0/+216
* add AC_GNU_SOURCE to configure.acRay Strode2007-05-161-0/+1
* add the start of an api for controlling /bin/initRay Strode2007-05-162-0/+204
* Add new ply_write apiRay Strode2007-05-162-0/+36
* fix a cut-and-paste-o in the ply-image headerRay Strode2007-05-141-1/+1
* fix up spacing in ply-image.cRay Strode2007-05-141-2/+2
* fix the last commit up to compileRay Strode2007-05-142-1/+7
* add new wrapper around the pipe() syscallRay Strode2007-05-142-0/+42
* standardize the vim mode line and move to the bottom of each fileRay Strode2007-05-126-12/+13
* change coding style of types from FooBar to foo_bar_tRay Strode2007-05-124-97/+97
* fix up ply-image to use the new name for ply-frame-bufferRay Strode2007-05-121-14/+14
* rename ply-video-buffer to ply-frame-bufferRay Strode2007-05-122-116/+116
* refactor video buffer code to have less functionsRay Strode2007-05-121-69/+17
* fix typo in alpha blending codeRay Strode2007-05-111-1/+1
* Tweak image demoRay Strode2007-05-111-5/+4
* Hide cursor in image demoRay Strode2007-05-111-0/+14
* fix the fading effect in the test caseRay Strode2007-05-112-20/+21
* some small random cleanupsRay Strode2007-05-111-3/+2
* rework framebuffer code to be more generalRay Strode2007-05-105-200/+676
* add sample imageRay Strode2007-05-101-0/+0