summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/spinfinity/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use proper gradient color stops for spinfinityRay Strode2008-06-161-1/+3
|
* Move throbber to libplybootsplashRay Strode2008-06-121-3/+1
|
* Create new libplybootsplashRay Strode2008-06-091-9/+7
| | | | | | | | | | | The old approach of including the same source files into multiple places is less than pretty. But moving the code to libply didn't seem right either, since libply is fairly generic and could in theory get swapped out with a standard runtime at some point. Also, exposing libplybootsplash as an external library will facilitate creating out of tree splash plugins.
* Port password handling over to using new answer objectRay Strode2008-06-021-0/+2
|
* Allow distro/system builder to specify path to logoRay Strode2008-05-291-1/+5
| | | | | | | Previously we've just hard coded the location to the fedora logo. Now it's a configure time flag. We also have a configure time flag for a background color that goes with the logo, but none of the splash plugins make use of it yet.
* Rename all the plugins from <plugin-name>.c -> main.cRay Strode2008-05-281-1/+1
| | | | Just makes things more consistent.
* Move images in splash-plugins to subdirectories, so they don't clashRay Strode2008-05-281-1/+1
|
* Add a throbber to the splash screen and build spinfinityRay Strode2008-05-281-1/+39
|
* Copy and modify fedora-fade-in to new spinfinity pluginRay Strode2008-05-241-0/+22
The idea is to make a plugin that matches mockups done by Mike Langlie. The mockups feature a throbber that spins in the shape of an infinity sign. This is just a placeholder. Most of the mockup isn't implemented yet.