summaryrefslogtreecommitdiffstats
path: root/src/ply-boot-splash.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt boot splash test program to take a vt to switch toRay Strode2008-06-041-1/+7
* Fix boot splash test programRay Strode2008-06-041-1/+1
* Port password handling over to using new answer objectRay Strode2008-06-021-4/+3
* Respond with password of "" if splash-plugin can't ask for passwordRay Strode2008-06-021-1/+6
* Remove superfluous asterisk in function prototypeRay Strode2008-06-021-1/+1
* Free window in splash test program on exitRay Strode2008-05-301-0/+1
* Remove krh's evil emacs tabs from test programRay Strode2008-05-301-1/+1
* Update ply-boot-splash test code to point to fade-inRay Strode2008-05-301-1/+1
* Drop line editing plugin vtable functions. Use window directly.Ray Strode2008-05-291-37/+0
* Call ply_boot_splash_hide in on_quit handler in test case.Kristian Høgsberg2008-05-271-20/+27
* Move keyboard handling to window so we can do line editingRay Strode2008-05-231-0/+22
* On keyboard input pass size of character to handlersRay Strode2008-05-221-2/+3
* Add second cut at password supportRay Strode2008-05-211-3/+6
* Simplify plugin interface by dropping attach_to_event_loopRay Strode2008-05-211-5/+2
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-191-0/+12
* Create a buffer to hold boot messages and pass that buffer to plugin show fun...Ray Strode2008-05-191-3/+10
* Create window at layer above boot splash and reuse when changing boot splashesRay Strode2008-05-191-65/+42
* Intercept escape key before passing keyboard input to splash pluginRay Strode2008-05-191-4/+41
* pass keyboard input on to pluginsRay Strode2008-05-181-1/+10
* buffer key presses until full characters are read, and then dispatch characte...Ray Strode2008-05-181-1/+2
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-171-3/+45
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-0/+13
* look for fedora-fade-in module in correct placeRay Strode2007-06-111-2/+2
* add a timer to boot splash test program to simulate boot progressRay Strode2007-06-071-1/+23
* check for plugin failure in the boot splash test program,Ray Strode2007-06-061-2/+3
* try to run fedora-fade-in.so from current directoryRay Strode2007-06-061-2/+2
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-061-0/+249