summaryrefslogtreecommitdiff
path: root/doc/cookbook
Commit message (Expand)AuthorAgeFilesLines
* build: Fix distcheck in cookbook/examplesEmmanuele Bassi2011-09-051-14/+14
* cookbooks/examples: Use g_signal_handlers_disconnect_by_func()Emmanuele Bassi2011-09-022-12/+4
* docs/cookbook: Update the introductionEmmanuele Bassi2011-09-011-9/+53
* build: Install the cookbook examples codeEmmanuele Bassi2011-09-011-0/+3
* docs/cookbook: Update copyrightEmmanuele Bassi2011-08-311-1/+1
* docs/cookbook: Add script->state connection recipeEmmanuele Bassi2011-08-315-7/+284
* docs/cookbook: Point out that Cogl does not do AA drawingEmmanuele Bassi2011-08-221-0/+6
* docs/cookbook: Update the link to the GObject referenceEmmanuele Bassi2011-08-221-1/+1
* Eliminate G_CONST_RETURNEmmanuele Bassi2011-06-072-2/+2
* Fix include location for cogl-pango.hNeil Roberts2011-05-161-1/+1
* docs: Remove checks for whether an effect is disabledElliot Smith2011-03-173-20/+1
* docs: Add recipe about implementing a ClutterEffectElliot Smith2011-03-174-0/+539
* docs: Add example of setting background color with ClutterEffectElliot Smith2011-03-174-12/+181
* docs: Add example of a border added through ClutterEffectElliot Smith2011-03-174-0/+479
* doc: fix clutter_init() usage in examplesnobled2011-02-2843-51/+96
* docs: Add effects chapter, with introduction and first recipeElliot Smith2011-02-2112-0/+1255
* docs: Add recipe for animating an actor on a curved pathElliot Smith2011-02-087-0/+571
* build: Fixes to pass distcheckEmmanuele Bassi2011-02-012-89/+93
* build: Dist cb-button.h in the cookbook examplesEmmanuele Bassi2011-02-011-1/+1
* docs: Add reference to useful GObject tutorialElliot Smith2011-01-311-1/+3
* docs: Explain why destroy() is implementedElliot Smith2011-01-311-0/+25
* docs: Implement destroy() rather than dispose()Elliot Smith2011-01-311-30/+31
* docs: Don't use clutter_stage_get_default()Elliot Smith2011-01-311-1/+1
* docs: Change text on buttonElliot Smith2011-01-311-4/+4
* docs: Add a note about other state variablesElliot Smith2011-01-311-0/+4
* docs: Complete composite actor recipeElliot Smith2011-01-311-50/+170
* docs: Change order of functions in example to match docsElliot Smith2011-01-311-55/+44
* docs: Add more comments on how allocate() worksElliot Smith2011-01-311-1/+8
* docs: Include code examples in the recipeElliot Smith2011-01-311-69/+34
* docs: Explain enums for properties and signalsElliot Smith2011-01-311-6/+12
* docs: Don't set explicit size on buttonElliot Smith2011-01-311-1/+1
* docs: Add example of preferred_height() and preferred_width()Elliot Smith2011-01-311-3/+64
* docs: Add recipe for creating a custom ClutterActor with compositionElliot Smith2011-01-311-1/+189
* docs: Add more comments on code example for composite actorElliot Smith2011-01-312-8/+72
* docs: Improve example code formattingElliot Smith2011-01-312-23/+22
* docs: Add some gtk-doc annotations to exampleElliot Smith2011-01-311-10/+55
* docs: Add custom ClutterActor example which uses compositionElliot Smith2011-01-314-0/+440
* cookbook: Proofing for "box layout" recipeElliot Smith2010-12-171-31/+36
* cookbook: Add examples and more text for "box layout" recipeElliot Smith2010-12-176-10/+841
* cookbook: Add initial skeleton for box layout recipeElliot Smith2010-12-171-0/+264
* timeline: Rename the reverse property to auto-reverseEmmanuele Bassi2010-12-172-3/+3
* cookbook: Use new API to reverse timelineElliot Smith2010-12-022-30/+19
* Merge remote branch 'elliot/cookbook-animations-scaling'Emmanuele Bassi2010-11-294-0/+683
|\
| * cookbook: Add recipe for animated scaling of an actorElliot Smith2010-11-241-48/+257
| * cookbook: Add example of scaling a textureElliot Smith2010-11-242-0/+157
| * cookbook: Added "animated scaling" recipe skeletonElliot Smith2010-11-241-0/+132
| * cookbook: Added animated scaling exampleElliot Smith2010-11-242-0/+185
* | Fixed "the the" repetitions in some doc stringsAlexandre Quessy2010-11-252-2/+2
|/
* docs: Fix some wrong function/signal/property namesEmmanuele Bassi2010-11-181-1/+1
* Merge remote branch 'elliot/cookbook-opacity-values-fix'Emmanuele Bassi2010-11-152-14/+14
|\