summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* When copying a directory, be sure the destination directory is in place firstroot2008-05-281-0/+3
* Exit plymouth early if going to single user modeRay Strode2008-05-281-0/+27
* Read /proc/cmdline and enable debugging if plymouth:debug is thereRay Strode2008-05-281-0/+54
* Random spacing clean upsRay Strode2008-05-284-65/+68
* Add a throbber to the splash screen and build spinfinityRay Strode2008-05-288-86/+423
* Compute correct offset when copying from shadow buffer to frame bufferRay Strode2008-05-281-2/+2
* Drop some unused declarations that are fall out from cut-n-pasteRay Strode2008-05-281-3/+2
* Add new array type to make managing arrays easierRay Strode2008-05-285-0/+191
* Add new ply_buffer_steal_bytes methodRay Strode2008-05-282-0/+15
* Add frames for spinfinity throbberRay Strode2008-05-2838-0/+24
* Call ply_boot_splash_hide in on_quit handler in test case.Kristian Høgsberg2008-05-271-20/+27
* Merge branch 'master' of git+ssh://halfline@git.freedesktop.org/git/plymouthRay Strode2008-05-241-43/+35
|\
| * Fix same bug in ply_frame_buffer_area_intersect().Kristian Høgsberg2008-05-231-51/+28
| * Factor out area union code from ply_frame_buffer_add_area_to_flush_area.Kristian Høgsberg2008-05-231-21/+28
| * Fix bug in area union code.Kristian Høgsberg2008-05-231-10/+18
* | Copy and modify fedora-fade-in to new spinfinity pluginRay Strode2008-05-247-1/+525
|/
* Clear old contents before recompositing to prevent ad-hoc fade effectRay Strode2008-05-231-0/+5
* Don't leak entryRay Strode2008-05-231-0/+2
* Move keyboard handling to window so we can do line editingRay Strode2008-05-237-67/+179
* Add new ply_buffer_remove_bytes_at_endRay Strode2008-05-222-0/+13
* On keyboard input pass size of character to handlersRay Strode2008-05-227-32/+17
* rename window->buffer to window->keyboard_input_bufferRay Strode2008-05-221-7/+7
* Don't show timestamp and pid in verbose modeRay Strode2008-05-221-6/+2
* Add preliminary password support to fedora-fade-inRay Strode2008-05-225-5/+179
* Do the trivial cut-n-paste to bring password support to details pluginRay Strode2008-05-211-24/+49
* 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