summaryrefslogtreecommitdiffstats
path: root/src/libply
Commit message (Expand)AuthorAgeFilesLines
* add new function ply_frame_buffer_fill_with_hex_color_at_opacityRay Strode2008-05-302-3/+19
* Add new function ply_frame_buffer_fill_with_hex_colorRay Strode2008-05-302-0/+46
* Conditionalize tests with configure optionRay Strode2008-05-301-10/+12
* Don't build tests since they break distcheckRay Strode2008-05-301-10/+10
* Fix bug in union and intersection functionsRay Strode2008-05-291-0/+24
* Add an optimization for full width fills on some hardwareRay Strode2008-05-291-0/+6
* Drop defunct prototype for ply_frame_buffer_copy_to_deviceRay Strode2008-05-291-5/+0
* Hook up xrgb32 flush function.Kristian Høgsberg2008-05-291-1/+28
* Do the shadow buffer to frame buffer copy through a function pointer.Kristian Høgsberg2008-05-291-49/+46
* When copying a directory, be sure the destination directory is in place firstroot2008-05-281-0/+3
* Random spacing clean upsRay Strode2008-05-283-59/+62
* Compute correct offset when copying from shadow buffer to frame bufferRay Strode2008-05-281-2/+2
* Add new array type to make managing arrays easierRay Strode2008-05-285-0/+191
* Add new ply_buffer_steal_bytes methodRay Strode2008-05-282-0/+15
* Fix same bug in ply_frame_buffer_area_intersect().Kristian Høgsberg2008-05-231-51/+28
* Factor out area union code from ply_frame_buffer_add_area_to_flush_area.Kristian Høgsberg2008-05-231-21/+28
* Fix bug in area union code.Kristian Høgsberg2008-05-231-10/+18
* Add new ply_buffer_remove_bytes_at_endRay Strode2008-05-222-0/+13
* Don't show timestamp and pid in verbose modeRay Strode2008-05-221-6/+2
* Only allow root clients to talk to daemonRay Strode2008-05-212-0/+43
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-192-17/+14
* add hook to log all terminal session output to a user supplied bufferRay Strode2008-05-193-0/+16
* add new function to cancel pending timeoutsRay Strode2008-05-192-0/+30
* When removing exit handlers, remove all matches, not just the firstRay Strode2008-05-191-1/+0
* export ply_buffer_decapitate function as ply_buffer_remove_bytesRay Strode2008-05-182-9/+11
* Add new ply_buffer_append_from_fd functionRay Strode2008-05-182-0/+23
* add new ply-buffer classRay Strode2008-05-183-0/+283
* drop unused variableRay Strode2008-05-181-2/+1
* Add new function to be able to cancel event loop exit watchesRay Strode2008-05-142-0/+30
* Copy a row at a time to the card instead of a pixel at a timeRay Strode2007-12-131-9/+17
* Apply patch from Peter Jones to fix video on systems with row stride differen...Ray Strode2007-12-112-54/+24
* add ply-copy-dir-test.c and ply-copy-test.c to fix buildRay Strode2007-11-012-0/+132
* add ply-copy-dir-test.am to fix build for fresh clonesRay Strode2007-11-011-0/+11
* add ply-copy-test.am to fix build for fresh clonesRay Strode2007-10-311-0/+11
* add ply_unmount_filesystem function to handle lazy umountRay Strode2007-10-212-2/+11
* call chroot right before exec instead of right after forkRay Strode2007-10-212-1/+13
* don't error out if the directory already exists in the mkdir functionRay Strode2007-10-211-1/+1
* add ply_list_directory functionRay Strode2007-10-212-0/+39
* Use posix_openpt instead of open ("/dev/ptmx", ...)Ray Strode2007-10-211-7/+4
* Make ply_trace restore errno appropriatelyRay Strode2007-10-211-0/+1
* fix typo in function nameRay Strode2007-10-201-4/+4
* Make ply_create_directory more robust about trailing slashesRay Strode2007-10-191-1/+9
* dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-216-8/+58
* include errno.h into ply-logger.hRay Strode2007-06-131-2/+1
* change ply_create_scratch directory to be a two step,Ray Strode2007-06-132-14/+28
* return true in the success path to ply_file_copyRay Strode2007-06-131-0/+1
* don't leak fds in copy functionRay Strode2007-06-131-6/+14
* fix up the copy dir functionRay Strode2007-06-121-1/+160
* drop lame ply_filesystem_is_mounted functionRay Strode2007-06-112-51/+0
* add new untested ply_create_scratch_directory that createsRay Strode2007-06-112-0/+42