summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | add forgotton Makefile.am to version controlRay Strode2007-06-251-0/+17
|/
* 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
* add a fade out to the splash on exitRay Strode2007-06-121-4/+57
* 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
* look for fedora-fade-in module in correct placeRay Strode2007-06-111-2/+2
* when copying an image to the frame buffer always read from the original width,Ray Strode2007-06-111-1/+1
* add tests directory to makefileRay Strode2007-06-101-1/+1
* add untested recursive mkdir function (ply_create_directory)Ray Strode2007-06-102-0/+43
* add tests dir to MakefileRay Strode2007-06-101-1/+1
* add undisted header to MakefileRay Strode2007-06-101-1/+2
* drop .deps dir that got added on accident. Add DESTDIR to makefileRay Strode2007-06-101-258/+0
* look for header file in the right placeRay Strode2007-06-101-1/+1
* add lt versioning to libplyRay Strode2007-06-081-0/+3
* add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATHRay Strode2007-06-081-1/+1
* look for images in /usr/share/plymouthRay Strode2007-06-082-3/+3
* look for plugin in /usr/lib/plymouthRay Strode2007-06-082-2/+2
* install splash plugin in libdir/plymouthRay Strode2007-06-081-1/+2
* install plymouth into libexecdir/plymouthRay Strode2007-06-081-2/+2
* drop booting png fileRay Strode2007-06-081-0/+0
* move fedora-fade-in plugin to its own directoryRay Strode2007-06-085-0/+279
* adapt plugin to use modified framebuffer apiRay Strode2007-06-081-6/+4
* clean up the frame buffer fill apis to not ask for the width andRay Strode2007-06-083-34/+23
* reenable graphics mode in the pluginRay Strode2007-06-081-1/+0
* make the new frame buffer area cropping function actually workRay Strode2007-06-082-3/+13
* add stars to boot splash to signify boot progress.Ray Strode2007-06-071-34/+160
* disable partial screen updates for now, because I think it might be buggyRay Strode2007-06-071-0/+8
* add a timer to boot splash test program to simulate boot progressRay Strode2007-06-071-1/+23
* union the flush areas in the frame buffer more correctly,Ray Strode2007-06-071-10/+44
* use event loop timer instead of setitimer. renableRay Strode2007-06-071-39/+19
* - attach the splash screen to the event loop before trying to show itRay Strode2007-06-071-3/+3
* don't block indefinitely if our timeout timer expires before hitting epoll_waitRay Strode2007-06-071-1/+4
* add support for timeouts to the event loopRay Strode2007-06-072-21/+170
* rename ply_event_loop_exit_closure_t to ply_event_loop_closure_tRay Strode2007-06-071-17/+17
* fix up some of the makefiles to use libplyRay Strode2007-06-063-18/+3
* drop other autogenerated file from version controlRay Strode2007-06-061-769/+0
* drop autogenerated file from version controlRay Strode2007-06-061-769/+0
* check for plugin failure in the boot splash test program,Ray Strode2007-06-061-2/+3
* drop funky workaround in event loop codeRay Strode2007-06-061-2/+1
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-0639-387/+1609
* add start of fedora-fade-in pluginRay Strode2007-06-062-1/+338
* try to run fedora-fade-in.so from current directoryRay Strode2007-06-061-2/+2
* fix up signature of plugin show splash vfuncRay Strode2007-06-061-1/+1
* change the event loop test to quit after a 5 second alarmRay Strode2007-06-061-0/+11
* reverse conditional in new module load codeRay Strode2007-06-061-1/+1
* s/intptr_t/struct _ply_boot_splash_plugin/ in ply_boot_splash_plugin_t typedefRay Strode2007-06-061-1/+1