summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cogl-texture-2d-sliced: Don't create the slice textures twiceNeil Roberts2010-09-291-18/+0
* ClutterAnimator doesn't ref timeline properlyStephen Kennedy2010-09-291-5/+18
* Add a conformance test for clutter_actor_containsNeil Roberts2010-09-282-0/+67
* Simplify the loop for clutter_actor_containsNeil Roberts2010-09-281-3/+7
* Document what happens when self==descendant in clutter_actor_containsNeil Roberts2010-09-281-1/+2
* doap: Remove mallum from the maintainers listEmmanuele Bassi2010-09-261-7/+0
* actor: Dispose all constrainsEmmanuele Bassi2010-09-261-0/+6
* json: Allow NULL as a value for strings, arrays and objectsEmmanuele Bassi2010-09-252-18/+69
* test-clutter-units: Force a known resolution to avoid fuzzynessEmmanuele Bassi2010-09-241-7/+7
* Post-release version bump to 1.4.1Emmanuele Bassi2010-09-241-2/+2
* Release 1.4.0 (stable)1.4.0Emmanuele Bassi2010-09-242-2/+35
* cookbook: Reduce complexity of sample ClutterAnimator code for recipeElliot Smith2010-09-241-22/+2
* animator: fix removal of all keysØyvind Kolås2010-09-241-16/+7
* material: Don't prune ancestry if it owns some layersRobert Bragg2010-09-241-0/+21
* cogl-framebuffer.c: GL_DEPTH_STENCIL not supported in glesJammy Zhou2010-09-231-0/+2
* cookbook: Further clarification of the anchor pointEmmanuele Bassi2010-09-231-1/+16
* cookbook: Recipe for "moving actors"Elliot Smith2010-09-234-0/+476
* cookbook: Fixed markup in animations sectionElliot Smith2010-09-231-7/+7
* cookbook: Example of animated movement with ClutterAnimatorElliot Smith2010-09-232-0/+147
* cookbook: Example of animated movement with ClutterStateElliot Smith2010-09-232-0/+100
* cookbook: Example of simple movement animationElliot Smith2010-09-232-0/+95
* Add some more argument validationEmmanuele Bassi2010-09-232-4/+16
* actor: don't pass NULL to _stage_set_pick_buffer_validRobert Bragg2010-09-231-1/+2
* docs: Put deprecated Cogl symbols into new sectionRobert Bragg2010-09-232-31/+96
* docs: update the overview paragraph for CoglRobert Bragg2010-09-231-5/+7
* docs: cogl-texture-3d wasn't listed as experimentalRobert Bragg2010-09-231-1/+1
* docs: Use "Cogl" not "COGL" in Cogl API referenceRobert Bragg2010-09-234-18/+17
* table-layout: Invert row/column in argumentsEmmanuele Bassi2010-09-233-65/+65
* docs: Mention Uncrustify in the coding style documentEmmanuele Bassi2010-09-231-0/+5
* Update the uncrustify configurationEmmanuele Bassi2010-09-231-3/+15
* Add uncrustify configuration fileEmmanuele Bassi2010-09-231-0/+117
* picking: Fix tracking of pick buffer validityRobert Bragg2010-09-234-25/+63
* Revert "picking: Fix tracking of pick buffer validity"Robert Bragg2010-09-234-59/+25
* picking: Fix tracking of pick buffer validityRobert Bragg2010-09-234-25/+59
* box-layout: Small cleanupsEmmanuele Bassi2010-09-221-11/+12
* docs: Update the coding styleEmmanuele Bassi2010-09-221-23/+164
* test-conform: Delay initializing Clutter until a test is runNeil Roberts2010-09-212-15/+21
* effects: Make sure we're using GLSL 1.10Emmanuele Bassi2010-09-213-11/+13
* introspection: Build ClutterJson before ClutterEmmanuele Bassi2010-09-211-1/+1
* Require the installed JSON-GLibEmmanuele Bassi2010-09-212-1/+5
* build: Update the remote publish path for the cookbookEmmanuele Bassi2010-09-211-2/+4
* clutter-box-layout: Swap the default request modeNeil Roberts2010-09-201-3/+3
* Merge branch 'cookbook-layouts-bind-constraint'Emmanuele Bassi2010-09-207-0/+487
|\
| * cookbook: Add recipe about sync'ing actor sizesElliot Smith2010-09-173-0/+221
| * cookbook: Example using allocation-changed to sync actor sizeElliot Smith2010-09-172-0/+72
| * cookbook: Simple example to demonstrate bind constraintElliot Smith2010-09-172-0/+57
| * cookbook: Example of using a bind constraint for an overlayElliot Smith2010-09-172-0/+137
* | docs: Description fixes for State.set_animator()Emmanuele Bassi2010-09-201-4/+7
* | state: Request the animator for the default stateBastian Winkler2010-09-201-0/+4
* | state: Fix the usage of ClutterAnimator in ClutterScriptBastian Winkler2010-09-201-13/+17