summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/fade-in/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Expose preferred gradient color stops in configure0.2.0Ray Strode2008-06-091-1/+3
|
* Create new libplybootsplashRay Strode2008-06-091-7/+5
| | | | | | | | | | | 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/+4
| | | | | | | 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 fedora-fade-in to fade-inRay Strode2008-05-281-0/+22
The plugin doesn't need to be distro specific