summaryrefslogtreecommitdiff
path: root/libcheese/cheese-effect.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DECLARE_FINAL_TYPE where possibleDavid King2015-04-131-2/+2
* Remove old-style function definitionsDavid King2015-02-161-1/+1
* Use get_instance_private() instead of priv pointerDavid King2014-10-141-9/+28
* Use new G_DEFINE_TYPE_WITH_PRIVATE macroDavid King2013-11-171-8/+3
* Add a finalize method to CheeseEffectDavid King2013-11-151-0/+17
* Mark property strings with G_PARAM_STATIC_STRINGSDavid King2012-01-101-3/+8
* Check for a valid effect in CheeseEffectDavid King2011-12-111-0/+10
* Revert "effects: user ** in doc-comments to enable color highlighting"David King2011-12-101-2/+2
* effect: add cheese_effect_get_name and cheese_effect_get_pipeline_descRaluca Elena Podiuc2011-12-061-0/+29
* effects: user ** in doc-comments to enable color highlightingRaluca Elena Podiuc2011-12-061-2/+2
* libcheese: effects: don't print CRITICAL errors if directory doesn't existRaluca Elena Podiuc2011-12-011-1/+2
* Use better API to notify and install propertiesAdrian ZgorzaƂek2011-11-101-13/+15
* Improve CheeseEffect documentationDavid King2011-11-061-56/+78
* Improve documentation to pass gtk-doc testsDavid King2011-10-301-2/+10
* Add private pointers to libcheese GObject structsDavid King2011-10-291-13/+6
* Add basic documentation for remaining public APIDavid King2011-10-291-6/+6
* Overhaul the libcheese documentationDavid King2011-10-271-6/+56
* cheese-effects: implement loading cheese effects in libcheeseRaluca Elena Podiuc2011-08-201-0/+132
* reindent libcheese codedaniel g. siegel2010-08-091-32/+37
* Effect preview elements are now constructed on-demand, rather than at startup.Yuvaraj Pandian T2010-07-301-0/+7
* Copyright name modificationsYuvaraj Pandian T2010-07-171-1/+1
* add copyright assignmentsdaniel g. siegel2010-07-161-22/+41
* Added methods to enable/disable live preview of individual effectsYuvaraj Pandian T2010-07-091-0/+14
* Added control_valve property to Effect, so it can be turned on and offYuvaraj Pandian T2010-07-091-1/+21
* Added new CheeseEffect class that enscapulates an user loadable effect.Yuvaraj Pandian T2010-06-251-0/+93