summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/text
Commit message (Expand)AuthorAgeFilesLines
* Move text plugin over to new draw/erase handlersRay Strode2008-07-291-0/+30
* Clear screen to black before asking for passwordRay Strode2008-07-011-0/+1
* Change colors of text splash screen to configured colorsRay Strode2008-06-262-1/+15
* Add blue background to text pluginRay Strode2008-06-261-0/+2
* Properly stop animation when asking for password in text pluginRay Strode2008-06-251-5/+16
* change over text plugin to use pulsing progress barRay Strode2008-06-211-23/+40
* use window hide/show cursor functions in text pluginRay Strode2008-06-201-16/+2
* Use libplybootsplash clear screen functionRay Strode2008-06-201-10/+3
* Center dots in text pluginRay Strode2008-06-191-1/+29
* Hide cursor and clear screen in text pluginRay Strode2008-06-181-0/+27
* Write to stdout instead of tty1 for text pluginRay Strode2008-06-111-21/+1
* Create new libplybootsplashRay Strode2008-06-091-7/+5
* Port password handling over to using new answer objectRay Strode2008-06-022-10/+10
* Add window source files to plugins that were lacking itRay Strode2008-05-291-0/+2
* Drop line editing plugin vtable functions. Use window directly.Ray Strode2008-05-291-34/+45
* Rename all the plugins from <plugin-name>.c -> main.cRay Strode2008-05-282-1/+1
* Move keyboard handling to window so we can do line editingRay Strode2008-05-231-23/+25
* On keyboard input pass size of character to handlersRay Strode2008-05-221-8/+2
* Add second cut at password supportRay Strode2008-05-211-24/+48
* Simplify plugin interface by dropping attach_to_event_loopRay Strode2008-05-211-21/+15
* detach text plugin from event loop when hiding itRay Strode2008-05-201-5/+8
* Create a buffer to hold boot messages and pass that buffer to plugin show fun...Ray Strode2008-05-191-1/+2
* pass keyboard input on to pluginsRay Strode2008-05-181-0/+7
* change function signature to silence warningRay Strode2008-05-181-1/+2
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-171-10/+3
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-2/+32
* add cast to prevent compiler warningRay Strode2008-05-141-0/+1
* add initial cut of a barebones text splashRay Strode2008-05-142-0/+191