Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed to the new props API | Wim Taymans | 2002-03-30 | 1 | -233/+28 |
| | | | | | | Original commit message from CVS: Changed to the new props API Other small tuff. | ||||
* | removal of //-style comments don't link plugins to core libs -- the ↵ | Andy Wingo | 2002-03-19 | 1 | -1/+1 |
| | | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory. | ||||
* | Add the oss clock too. | Wim Taymans | 2002-02-03 | 1 | -0/+329 |
Original commit message from CVS: Add the oss clock too. This one shows that there should be more infrastructure to dispatch clock events. |