summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/text/plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Port password handling over to using new answer objectRay Strode2008-06-021-10/+8
|
* Drop line editing plugin vtable functions. Use window directly.Ray Strode2008-05-291-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.cRay Strode2008-05-281-0/+225
Just makes things more consistent.