summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add function cast to silence warningRay Strode2008-05-181-1/+1
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-173-68/+17
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-2/+32
* 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
* add initial cut of a barebones text splashRay Strode2008-05-143-1/+192
* 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
* 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
* Fix bug where logo area was getting computed negativeRay Strode2007-12-141-12/+25
* Don't add new stars on top of old stars, or under the logoRay Strode2007-10-211-12/+43
* reenable graphics mode in the fade in pluginRay Strode2007-10-211-1/+0
* dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-211-0/+9
* add a fade out to the splash on exitRay Strode2007-06-121-4/+57
* add tests directory to makefileRay Strode2007-06-101-1/+1
* drop .deps dir that got added on accident. Add DESTDIR to makefileRay Strode2007-06-101-258/+0
* look for header file in the right placeRay Strode2007-06-101-1/+1
* look for images in /usr/share/plymouthRay Strode2007-06-082-3/+3
* install splash plugin in libdir/plymouthRay Strode2007-06-081-1/+2
* move fedora-fade-in plugin to its own directoryRay Strode2007-06-085-0/+279
* adapt plugin to use modified framebuffer apiRay Strode2007-06-081-6/+4
* reenable graphics mode in the pluginRay Strode2007-06-081-1/+0
* make the new frame buffer area cropping function actually workRay Strode2007-06-081-1/+1