summaryrefslogtreecommitdiff
path: root/plugins/png.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-04Use 'base' as default name for base object instead of 'object'.David Reveman1-3/+3
2007-08-31Add core object type.David Reveman1-0/+2
2007-08-30Add plugin interface version number to getCompPluginInfoDavid Reveman1-1/+1
2007-08-30Add simple object system, which generalize the privatesDavid Reveman1-13/+29
2007-08-29ABIVERSION -> CORE_ABIVERSION.David Reveman1-1/+1
2007-08-29Split compiz.h into compiz.h and compiz-core.h.David Reveman1-1/+1
2007-08-28Use compiz-common.h, move _CompPluginVTable struct toDavid Reveman1-1/+1
2007-08-28Remove getVersion function from plugin VTable.David Reveman1-8/+0
2007-08-28Add core ABI version check to all plugins. Plugins are nowDavid Reveman1-0/+3
2007-07-12Remove features and dependencies from plugin VTable.David Reveman1-5/+1
2007-05-03Remove plugin descriptions from VTable.David Reveman1-2/+0
2007-05-03Remove unnecessary checks.David Reveman1-3/+1
2007-05-02Remove trailing whitespace.David Reveman1-1/+1
2007-05-02Remove trailing whitespace.David Reveman1-1/+1
2007-05-02Update png plugin to use new metadata system.David Reveman1-1/+20
2007-04-16Add GetMetadata function to plugin VTable.David Reveman1-0/+1
2006-12-11Add png plugin.David Reveman1-0/+550