summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/text/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Change colors of text splash screen to configured colorsRay Strode2008-06-261-1/+5
| | | | We pass colors into configure, so we should use them
* 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
|
* Add window source files to plugins that were lacking itRay Strode2008-05-291-0/+2
| | | | | We may want to do another convenience lib for plugin specific apis, or fold window into libply
* Rename all the plugins from <plugin-name>.c -> main.cRay Strode2008-05-281-1/+1
| | | | Just makes things more consistent.
* add initial cut of a barebones text splashRay Strode2008-05-141-0/+16