| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | |||||
