summaryrefslogtreecommitdiff
path: root/libcheese/cheese-effect.h
Commit message (Expand)AuthorAgeFilesLines
* Use G_DECLARE_FINAL_TYPE where possibleDavid King2015-04-131-36/+5
* Use get_instance_private() instead of priv pointerDavid King2014-10-141-1/+1
* Avoid using G_GNUC_CONST on _get_type()David King2014-10-101-1/+1
* effect: add cheese_effect_get_name and cheese_effect_get_pipeline_descRaluca Elena Podiuc2011-12-061-0/+2
* Improve CheeseEffect documentationDavid King2011-11-061-2/+3
* Add private pointers to libcheese GObject structsDavid King2011-10-291-1/+3
* Overhaul the libcheese documentationDavid King2011-10-271-9/+24
* Fix cheese_effect_load_effects prototypeEmilio Pozuelo Monfort2011-09-061-1/+1
* cheese-effects: implement loading cheese effects in libcheeseRaluca Elena Podiuc2011-08-201-0/+3
* reindent libcheese codedaniel g. siegel2010-08-091-8/+9
* Effect preview elements are now constructed on-demand, rather than at startup.Yuvaraj Pandian T2010-07-301-0/+2
* Copyright name modificationsYuvaraj Pandian T2010-07-171-1/+1
* add copyright assignmentsdaniel g. siegel2010-07-161-0/+19
* Added methods to enable/disable live preview of individual effectsYuvaraj Pandian T2010-07-091-1/+2
* Added new CheeseEffect class that enscapulates an user loadable effect.Yuvaraj Pandian T2010-06-251-0/+40