summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-09test-cogl-texture-rectangle: Fix the size allocated for reading dataHEADmasterNeil Roberts1-1/+1
2010-06-09Always have a valid font mapEmmanuele Bassi1-32/+45
2010-06-09Create the pango context in clutter_set_font_flagsJohan Bilien1-4/+6
2010-06-09backend-glx: Avoid vblank waits/glFinish calls when throttling blitsRobert Bragg3-26/+75
2010-06-09backend-glx: only check for GLX_SGI_video_sync for direct contextsRobert Bragg1-1/+5
2010-06-09backend-glx: Make sure to throttle sub region blitsRobert Bragg2-43/+46
2010-06-09backend-glx: Provide copy_sub_buffer fallbackAdel Gadllah3-16/+66
2010-06-08cogl-gles2-wrapper: Fix some cases using the wrong texture unitNeil Roberts1-4/+3
2010-06-08texture-async: Fix path fallback codeEmmanuele Bassi1-3/+11
2010-06-07Post-release bump to 1.3.5Emmanuele Bassi1-1/+1
2010-06-07Release 1.3.4Emmanuele Bassi2-2/+40
2010-06-07script: Support layout manager propertiesEmmanuele Bassi7-6/+225
2010-06-07layout-manager: Implement set_container()Emmanuele Bassi7-0/+41
2010-06-07blur-effect: Fix loop unrollingEmmanuele Bassi2-6/+14
2010-06-07doc: Some fixes for the Cogl documentationDamien Lespiau3-9/+11
2010-06-07animator,state: Mark variadic functions that ends with NULLDamien Lespiau2-2/+2
2010-06-07g_source_set_name on custom sources (if available)Colin Walters4-0/+15
2010-06-07Add test-cogl-object to the ignore fileEmmanuele Bassi1-0/+1
2010-06-04build: Don't distribute clutter-version.h and cogl-defines.hDamien Lespiau2-3/+4
2010-06-04cogl-object-private.h: white space cleanupRobert Bragg1-50/+51
2010-06-04conform: Adds a test-cogl-object conformance testRobert Bragg3-0/+88
2010-06-04CoglObject: Adds a COGL_OBJECT macro for castingRobert Bragg1-0/+2
2010-06-04CoglObject: Adds cogl_object_{get,set}_user_dataRobert Bragg8-215/+554
2010-06-04cogl-path: Adds missing cogl_is_path prototypeRobert Bragg2-0/+13
2010-06-04cogl-path: Renames cogl_path_get/set cogl_get/set_pathRobert Bragg5-38/+39
2010-06-04test-drag: Add desaturation effectEmmanuele Bassi1-3/+8
2010-06-03build: Fix out of tree gtk-doc generationDamien Lespiau1-1/+1
2010-06-03build: Do not distribute clutter-json.hDamien Lespiau1-1/+3
2010-06-03docs: Effects fixes for the API referenceEmmanuele Bassi9-25/+25
2010-06-03effects: Fix stacking of offscreen-based effectsEmmanuele Bassi2-0/+13
2010-06-03actor: Add "effects" to the animatable metasEmmanuele Bassi2-6/+13
2010-06-03shader-effect: Simplify setting the shader sourceEmmanuele Bassi5-102/+82
2010-06-03docs: Add Effects API to the referenceEmmanuele Bassi3-0/+123
2010-06-03effect: Rework the OffscreenEffect paintingEmmanuele Bassi2-88/+230
2010-06-03effect: Add ColorizeEffectEmmanuele Bassi4-0/+355
2010-06-03effect: Add DesaturateEffectEmmanuele Bassi5-1/+373
2010-06-03effect: Add BlurEffectEmmanuele Bassi4-0/+303
2010-06-03effect: Add ShaderEffectEmmanuele Bassi4-0/+863
2010-06-03effect: Add OffscreenEffectEmmanuele Bassi4-0/+435
2010-06-03Add the ClutterEffect abstract classEmmanuele Bassi8-30/+654
2010-06-03actor: Reset the modelview matrixEmmanuele Bassi1-2/+45
2010-06-03build: Distribute cogl-object.hDamien Lespiau1-0/+1
2010-06-01docs: Miscellaneous fixes to silence gtk-docEmmanuele Bassi3-16/+22
2010-06-01clip_stack: Remove use of CoglHandle in the CoglClipStack APIRobert Bragg2-49/+41
2010-06-01bitmap: Remove use of CoglHandle in the CoglBitmap APIRobert Bragg3-8/+10
2010-06-01path: Remove use of CoglHandle in the CoglPath APIRobert Bragg4-55/+53
2010-06-01cogl: avoid ‘_cogl_xyz_handle_new’ defined but not used warningsRobert Bragg1-8/+10
2010-06-01analysis: Fix some CoglFixed APIDamien Lespiau1-3/+3
2010-06-01analysis: Use static functions when possibleDamien Lespiau3-3/+3
2010-06-01analysis: Make all function declarations be protoypesDamien Lespiau5-13/+13