summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins
Commit message (Expand)AuthorAgeFilesLines
* Expose preferred gradient color stops in configure0.2.0Ray Strode2008-06-091-1/+3
* Create new libplybootsplashRay Strode2008-06-094-30/+22
* Change color stops in fade-in gradientKristian Høgsberg2008-06-021-1/+1
* Implement gradient support for ply-frame-buffer.Kristian Høgsberg2008-06-021-0/+5
* Factor out background drawing in plugins.Kristian Høgsberg2008-06-022-21/+26
* Port password handling over to using new answer objectRay Strode2008-06-028-39/+43
* Fix one more place in spinifinity that wasn't honoring configured color0.1.0Ray Strode2008-05-301-2/+2
* fill lock screen with configured color in spinfinity pluginRay Strode2008-05-301-2/+2
* Fix up throbber to use correct color, tooRay Strode2008-05-301-4/+4
* Change splash plugins to honor configured background colorRay Strode2008-05-302-26/+29
* remove dropped tests directory from makefileRay Strode2008-05-291-1/+1
* Drop unused tests directoryRay Strode2008-05-291-10/+0
* Allow distro/system builder to specify path to logoRay Strode2008-05-294-4/+11
* More s/fedora// workRay Strode2008-05-291-6/+6
* Reset graphics mode before drawing throbberRay Strode2008-05-291-0/+2
* Add window source files to plugins that were lacking itRay Strode2008-05-292-0/+4
* Change throbber to take window instead of framebufferRay Strode2008-05-293-4/+8
* Have window manage frame buffer instead of pluginsRay Strode2008-05-292-16/+12
* Set up event loop exit handler in plugins on show successRay Strode2008-05-292-18/+9
* Drop line editing plugin vtable functions. Use window directly.Ray Strode2008-05-294-145/+188
* Rename fedora-fade-in to fade-inRay Strode2008-05-288-23/+23
* Rename all the plugins from <plugin-name>.c -> main.cRay Strode2008-05-288-4/+4
* Don't crash if the user presses enter when a password isn't being asked forRay Strode2008-05-281-3/+11
* Make the throbber less choppy, by always showing every frameRay Strode2008-05-281-0/+6
* Make throbber continue to work after stop and startRay Strode2008-05-281-3/+7
* If no frames could be loaded for the throbber, noop instead of crashRay Strode2008-05-281-0/+4
* Move images in splash-plugins to subdirectories, so they don't clashRay Strode2008-05-286-19/+25
* Add a throbber to the splash screen and build spinfinityRay Strode2008-05-288-86/+423
* Drop some unused declarations that are fall out from cut-n-pasteRay Strode2008-05-281-3/+2
* Add frames for spinfinity throbberRay Strode2008-05-2838-0/+24
* 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-233-67/+71
* On keyboard input pass size of character to handlersRay Strode2008-05-223-25/+6
* 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-211-24/+48
* Simplify plugin interface by dropping attach_to_event_loopRay Strode2008-05-213-63/+46
* 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
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-191-0/+10
* dump output of boot buffer when showing details pluginRay Strode2008-05-191-1/+8
* use "details" stub plugin when user presses escapeRay Strode2008-05-192-6/+6
* Create a buffer to hold boot messages and pass that buffer to plugin show fun...Ray Strode2008-05-193-3/+6
* add stub plugin that will show details when the user presses escapeRay Strode2008-05-192-0/+205
* 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
* pass keyboard input on to pluginsRay Strode2008-05-182-1/+15
* change function signature to silence warningRay Strode2008-05-181-1/+2