summaryrefslogtreecommitdiffstats
path: root/src/libply
Commit message (Expand)AuthorAgeFilesLines
* If stop_watching_signal is called on a signal that isn't being watched, ignoreRay Strode2008-06-271-1/+2
* Fix possible unasigned value.Peter Jones2008-06-121-0/+3
* Fix compiler warning.Peter Jones2008-06-121-1/+1
* Fix added whitespace error.Peter Jones2008-06-121-1/+1
* Add some tracing for the device query/mode verification code.Peter Jones2008-06-123-4/+48
* Log the dlerror, don't just call it for no reason.Peter Jones2008-06-121-1/+1
* Make a very slight attempt at getting a reasonable video mode, and fail if we...Peter Jones2008-06-111-31/+42
* Check for truecolor in a more direct wayRay Strode2008-06-101-6/+14
* Bail if framebuffer is in pseudocolor modeRay Strode2008-06-101-0/+13
* Don't show [subcommands ...] in usage line if there are no subcommandsRay Strode2008-06-091-1/+2
* Create new libplybootsplashRay Strode2008-06-091-12/+16
* Improve --help output spacingRay Strode2008-06-081-13/+41
* Add new FLAG type to command parser apiRay Strode2008-06-082-3/+7
* Improve command parser help outputRay Strode2008-06-081-2/+3
* Add some functions to command parser headerRay Strode2008-06-081-0/+7
* Add the start of a command line parserRay Strode2008-06-085-0/+958
* Remove ply-copy-dir-test.Peter Jones2008-06-043-96/+0
* Get rid of ply-copy-test.Peter Jones2008-06-043-70/+0
* Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.Peter Jones2008-06-044-230/+0
* Make ply-copy-dir-test.c work without the "detachable" functions.Peter Jones2008-06-041-3/+13
* Remove ply_create_detachable_directory() and ply_detach_directory(), addPeter Jones2008-06-042-51/+12
* Add ply_move_mount().Peter Jones2008-06-042-0/+16
* Make sure create_unix_address_from_path() doesn't get passed the abstractPeter Jones2008-06-041-1/+1
* s/sun_family/sun_path/ in assertionRay Strode2008-06-031-1/+1
* Daemonize after starting boot serverRay Strode2008-06-032-0/+67
* Fix socket address creation off-by-one bug for abstract socket paths.Peter Jones2008-06-031-5/+9
* Add ply_terminal_session_attach()Peter Jones2008-06-032-6/+58
* Make ply_terminal_set_fd() update terminal->name .Peter Jones2008-06-031-0/+9
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/plymouthPeter Jones2008-06-031-14/+66
|\
| * Reintroduce fix from eddf693c9ba1efd5fcc4af7ec03a2c3386d4b649Ray Strode2008-06-021-2/+2
| * Add back a FIXME back to the gradient codeRay Strode2008-06-021-0/+8
| * Add some comments and macros to krh's nifty new gradient codeRay Strode2008-06-021-12/+56
* | Add ply_terminal_set_fd()Peter Jones2008-06-032-0/+9
|/
* Change color stops in fade-in gradientKristian Høgsberg2008-06-021-23/+24
* Implement gradient support for ply-frame-buffer.Kristian Høgsberg2008-06-022-0/+62
* 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