summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix up the scripts Makefile to actually install the scriptRay Strode2007-06-081-6/+5
* rename plymouth-update-initrd.sh to plymouth-update-initrdRay Strode2007-06-082-2/+2
* look for images in /usr/share/plymouthRay Strode2007-06-082-3/+3
* look for plugin in /usr/lib/plymouthRay Strode2007-06-082-2/+2
* run initrd update script after installRay Strode2007-06-081-0/+3
* add escape hatch to not run plymouth-update-initrd.shRay Strode2007-06-081-0/+4
* add scripts/ dir to toplevel MakefileRay Strode2007-06-081-1/+1
* 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
* update initrd script to install plymouth from local systemRay Strode2007-06-081-3/+27
* move fedora-fade-in plugin to its own directoryRay Strode2007-06-086-0/+281
* add my scripts directory to gitRay Strode2007-06-084-0/+1034
* 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
* drop some items from TODO listRay Strode2007-06-061-6/+0
* 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-0641-476/+1617
* 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
* commit autogooRay Strode2007-06-061-0/+3
* 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
* require libtool in configureRay Strode2007-06-061-0/+1
* s/intptr_t/struct _ply_boot_splash_plugin/ in ply_boot_splash_plugin_t typedefRay Strode2007-06-061-1/+1
* add TODO item to add the ability to watch for timeouts in the event loopRay Strode2007-06-061-0/+1
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-0610-5/+470
* automatically switch back to text mode when running ply-image-test for a whileRay Strode2007-06-061-1/+8
* pass target instead of source to umount (woops!)Ray Strode2007-06-061-1/+1
* once the system is fully initialized, all modules are loaded,Ray Strode2007-06-051-21/+11
* don't setup an default output fd for the terminal sesssion and drop the toupp...Ray Strode2007-06-051-10/+1
* make ply_logger_flush() a noop if the logger isn't logging,Ray Strode2007-06-051-2/+6
* don't spew PING debug message when rhgb-client --ping isRay Strode2007-06-051-6/+2
* i don't knowRay Strode2007-06-054-13/+61