summaryrefslogtreecommitdiffstats
path: root/src/ply-boot-splash-plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Create new libplybootsplashRay Strode2008-06-091-61/+0
* Port password handling over to using new answer objectRay Strode2008-06-021-2/+2
* Drop line editing plugin vtable functions. Use window directly.Ray Strode2008-05-291-8/+0
* Move keyboard handling to window so we can do line editingRay Strode2008-05-231-0/+4
* On keyboard input pass size of character to handlersRay Strode2008-05-221-1/+2
* Add second cut at password supportRay Strode2008-05-211-1/+5
* Simplify plugin interface by dropping attach_to_event_loopRay Strode2008-05-211-2/+2
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-191-0/+3
* Create a buffer to hold boot messages and pass that buffer to plugin show fun...Ray Strode2008-05-191-1/+3
* pass keyboard input on to pluginsRay Strode2008-05-181-0/+2
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-171-2/+5
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-1/+3
* fix up signature of plugin show splash vfuncRay Strode2007-06-061-1/+1
* s/intptr_t/struct _ply_boot_splash_plugin/ in ply_boot_splash_plugin_t typedefRay Strode2007-06-061-1/+1
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-061-0/+48