| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move text plugin over to new draw/erase handlers | Ray Strode | 2008-07-29 | 1 | -0/+30 |
| | | |||||
| * | Clear screen to black before asking for password | Ray Strode | 2008-07-01 | 1 | -0/+1 |
| | | |||||
| * | Change colors of text splash screen to configured colors | Ray Strode | 2008-06-26 | 1 | -0/+10 |
| | | | | | We pass colors into configure, so we should use them | ||||
| * | Add blue background to text plugin | Ray Strode | 2008-06-26 | 1 | -0/+2 |
| | | |||||
| * | Properly stop animation when asking for password in text plugin | Ray Strode | 2008-06-25 | 1 | -5/+16 |
| | | |||||
| * | change over text plugin to use pulsing progress bar | Ray Strode | 2008-06-21 | 1 | -23/+40 |
| | | |||||
| * | use window hide/show cursor functions in text plugin | Ray Strode | 2008-06-20 | 1 | -16/+2 |
| | | |||||
| * | Use libplybootsplash clear screen function | Ray Strode | 2008-06-20 | 1 | -10/+3 |
| | | |||||
| * | Center dots in text plugin | Ray Strode | 2008-06-19 | 1 | -1/+29 |
| | | |||||
| * | Hide cursor and clear screen in text plugin | Ray Strode | 2008-06-18 | 1 | -0/+27 |
| | | |||||
| * | Write to stdout instead of tty1 for text plugin | Ray Strode | 2008-06-11 | 1 | -21/+1 |
| | | |||||
| * | Port password handling over to using new answer object | Ray Strode | 2008-06-02 | 1 | -10/+8 |
| | | |||||
| * | Drop line editing plugin vtable functions. Use window directly. | Ray Strode | 2008-05-29 | 1 | -34/+45 |
| | | | | | | | | | | | | | | | | | There was a sort useless layer of indirection between the window object and splash plugins. It ended up with functions like: void on_backspace (ply_splash_plugin_t *plugin) { plugin->interface->on_backspace (plugin); } Since the individual plugins are aware of the window object anyway, they can register their own on_backspace et al handlers without going through the ply_splash_plugin_t layer. | ||||
| * | Rename all the plugins from <plugin-name>.c -> main.c | Ray Strode | 2008-05-28 | 1 | -0/+225 |
| Just makes things more consistent. | |||||
