summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add second cut at password supportRay Strode2008-05-217-56/+127
* Fix some harmless typos in the reply codeRay Strode2008-05-211-3/+3
* Simplify plugin interface by dropping attach_to_event_loopRay Strode2008-05-215-70/+50
* Only allow root clients to talk to daemonRay Strode2008-05-214-0/+73
* Build in tracing by default and toggle on with ctrl-vRay Strode2008-05-202-2/+7
* change if (key == KEY_ESCAPE) to use switch statement insteadRay Strode2008-05-201-6/+9
* s/rhgb-client/plymouth/ in the client usage stringRay Strode2008-05-201-1/+1
* Don't show splash by default, instead require client to request itRay Strode2008-05-207-23/+76
* overwrite existing rhgb-client compat symlink when doing make installRay Strode2008-05-201-1/+1
* Add client tests directory to SUBDIRSRay Strode2008-05-201-0/+2
* rename rhgb-client to plymouthRay Strode2008-05-208-17/+23
* rename the daemon from plymouth to plymouthdRay Strode2008-05-201-6/+6
* 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-193-7/+7
* 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-192-0/+205
* 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-1512-13/+190
* 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-143-1/+192
* 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