| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create new libplybootsplash | Ray Strode | 2008-06-09 | 1 | -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 object | Ray Strode | 2008-06-02 | 1 | -0/+2 |
| | | |||||
| * | Add window source files to plugins that were lacking it | Ray Strode | 2008-05-29 | 1 | -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.c | Ray Strode | 2008-05-28 | 1 | -1/+1 |
| | | | | | Just makes things more consistent. | ||||
| * | use "details" stub plugin when user presses escape | Ray Strode | 2008-05-19 | 1 | -5/+5 |
| | | |||||
| * | add stub plugin that will show details when the user presses escape | Ray Strode | 2008-05-19 | 1 | -0/+16 |
