summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/details/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* use "details" stub plugin when user presses escapeRay Strode2008-05-191-5/+5
|
* add stub plugin that will show details when the user presses escapeRay Strode2008-05-191-0/+16