summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't show splash by default, instead require client to request itRay Strode2008-05-208-24/+77
* Put in ChangeLog request to not use ChangeLogRay Strode2008-05-201-0/+1
* Update TODORay Strode2008-05-201-1/+2
* overwrite existing rhgb-client compat symlink when doing make installRay Strode2008-05-201-1/+1
* don't generate .tar.gz on make distRay Strode2008-05-201-1/+1
* Add client tests directory to SUBDIRSRay Strode2008-05-201-0/+2
* rename rhgb-client to plymouthRay Strode2008-05-2010-21/+27
* rename the daemon from plymouth to plymouthdRay Strode2008-05-202-8/+8
* detach text plugin from event loop when hiding itRay Strode2008-05-201-5/+8
* disconnect from event loop in fedora-fade-in if show failsRay Strode2008-05-201-1/+8
* Use the raw mode so we lose terminal echoRay Strode2008-05-201-1/+1
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-197-20/+56
* dump output of boot buffer when showing details pluginRay Strode2008-05-191-1/+8
* use "details" stub plugin when user presses escapeRay Strode2008-05-194-8/+9
* Create a buffer to hold boot messages and pass that buffer to plugin show fun...Ray Strode2008-05-197-9/+33
* add hook to log all terminal session output to a user supplied bufferRay Strode2008-05-193-0/+16
* add stub plugin that will show details when the user presses escapeRay Strode2008-05-193-0/+206
* move ply_window_detach_from_event_loop around so we can drop the forward decl...Ray Strode2008-05-191-10/+8
* Create window at layer above boot splash and reuse when changing boot splashesRay Strode2008-05-195-89/+167
* cancel event loop exit watch on window when window gets freedRay Strode2008-05-191-0/+6
* Reset keyboard to non-canonical mode every time we switch modesRay Strode2008-05-191-0/+1
* only detach fedora-fade-in plugin from event loop when there is an event loop...Ray Strode2008-05-191-5/+7
* disable fedora-fade-in plugin animaton timeout when animation is stoppedRay Strode2008-05-191-0/+7
* 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
* Intercept escape key before passing keyboard input to splash pluginRay Strode2008-05-193-6/+48
* pass keyboard input on to pluginsRay Strode2008-05-184-2/+27
* buffer key presses until full characters are read, and then dispatch characte...Ray Strode2008-05-183-7/+68
* 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
* Set active terminal into non-canonical modeRay Strode2008-05-181-3/+49
* change function signature to silence warningRay Strode2008-05-181-1/+2
* add function cast to silence warningRay Strode2008-05-181-1/+1
* drop unused variableRay Strode2008-05-181-2/+1
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-1712-75/+352
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-1513-14/+194
* add cast to prevent compiler warningRay Strode2008-05-141-0/+1
* fix some confusion with star placement in fedora-fade-in pluginRay Strode2008-05-141-4/+3
* fall back to text plugin if fedora-fade-in failsRay Strode2008-05-141-0/+6
* add initial cut of a barebones text splashRay Strode2008-05-145-2/+195
* create /dev/tty1 in init phaseRay Strode2008-05-141-0/+3
* add some more debug statements and free boot server and splash on exit pathRay Strode2008-05-141-1/+21
* disconnect event loop exit watch when hiding splash screenRay Strode2008-05-141-0/+5
* move detach_from_event_loop function up higher in fileRay Strode2008-05-141-8/+8
* Add new function to be able to cancel event loop exit watchesRay Strode2008-05-142-0/+30
* put fedora-fade-in plugin back in graphics modeRay Strode2008-05-131-1/+0
* Fix infinite loop in add_star logic of fedora-fade-in pluginRay Strode2008-05-131-2/+2
* properly locate grub.conf when symlinks are relativeRay Strode2008-05-131-2/+2
* Fix bug where logo area was getting computed negativeRay Strode2007-12-141-12/+25