summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/details
Commit message (Expand)AuthorAgeFilesLines
* Go to text mode before showing detailsRay Strode2008-06-191-0/+2
* Create new libplybootsplashRay Strode2008-06-091-7/+5
* Port password handling over to using new answer objectRay Strode2008-06-022-10/+9
* 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-35/+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/+26
* On keyboard input pass size of character to handlersRay Strode2008-05-221-8/+2
* Do the trivial cut-n-paste to bring password support to details pluginRay Strode2008-05-211-24/+49
* Simplify plugin interface by dropping attach_to_event_loopRay Strode2008-05-211-22/+16
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-191-0/+10
* dump output of boot buffer when showing details pluginRay Strode2008-05-191-1/+8
* use "details" stub plugin when user presses escapeRay Strode2008-05-191-5/+5
* Create a buffer to hold boot messages and pass that buffer to plugin show fun...Ray Strode2008-05-191-1/+2
* add stub plugin that will show details when the user presses escapeRay Strode2008-05-192-0/+205