summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x11: Check for initialized context when enabling ARGB visualsclutter-1.2Emmanuele Bassi2010-11-241-1/+1
* cogl-texture-2d-sliced: Use the smallest possible wasteNeil Roberts2010-10-111-0/+4
* ClutterAnimator doesn't ref timeline properlyStephen Kennedy2010-09-301-5/+18
* animator: fix removal of all keysØyvind Kolås2010-09-301-16/+7
* animator: Plug some leaksEmmanuele Bassi2010-09-301-13/+7
* animator: Remove redundant parenthesisEmmanuele Bassi2010-09-301-1/+1
* animator: Improve the key value copyEmmanuele Bassi2010-09-301-13/+28
* cogl_texture_get_data() copies using wrong width size.Neil Roberts2010-09-271-1/+1
* Post-release version bump to 1.2.15Emmanuele Bassi2010-09-241-2/+2
* Clutter 1.2.14 (stable)1.2.14Emmanuele Bassi2010-09-242-2/+26
* Remove false dependency on OpenGL for OpenGL ES builds.Alexandros Frantzis2010-09-241-3/+0
* Backport GLES 1.1 detection code from clutter 1.3.x.Alexandros Frantzis2010-09-241-34/+41
* keysyms: Update from masterEmmanuele Bassi2010-09-211-15/+190
* clutter-box-layout: Swap the default request modeNeil Roberts2010-09-201-3/+3
* texture-async: Fix path fallback codeEmmanuele Bassi2010-09-091-3/+11
* gles/cogl-shader.c: Store the shader type in CoglShaderNeil Roberts2010-07-222-1/+2
* Flush the journal before setting a user program in GLES2Neil Roberts2010-07-221-0/+6
* Fix test-shader for GLES2Neil Roberts2010-07-221-6/+6
* test-shader: Unref the ClutterShader after setting it on an actorNeil Roberts2010-07-221-0/+4
* Plug the leaking CoglProgram and CoglShaderNeil Roberts2010-07-224-0/+8
* test-shader: The tex_coord varying is now an array under GLES2Neil Roberts2010-07-221-2/+2
* cogl-material: Don't map the shininess value to [0,1]Neil Roberts2010-07-222-6/+7
* Minor fix to the documentation for clutter_texture_get_sync_sizeNeil Roberts2010-07-221-1/+1
* Fixes build with GLX on Mac OS X.Nate Stedman2010-07-151-1/+1
* Post-release version bump to 1.2.13Emmanuele Bassi2010-07-141-2/+2
* Release 1.2.12 (stable)1.2.12Emmanuele Bassi2010-07-142-2/+40
* clutter-animation: Fix for using fixed:: from clutter_actor_animatevNeil Roberts2010-07-141-1/+1
* Change the Bugzilla link in the configure scriptEmmanuele Bassi2010-07-141-1/+1
* doap: Update after the infrastructure changesEmmanuele Bassi2010-07-141-59/+5
* docs: Fix example code in BindingPoolElliot Smith2010-07-141-2/+3
* Improve clutter_text_get_chars docAlejandro Piñeiro2010-07-141-1/+1
* actor: Top-levels should always report a 255 opacityEmmanuele Bassi2010-07-141-0/+7
* actor: Ignore the NOP paint at 0 opacity for top-levelsEmmanuele Bassi2010-07-141-1/+3
* test-conformance: Use -export-dynamic instead of -rdynamicNeil Roberts2010-07-141-1/+1
* autogen.sh: Support NOCONFIGURE, like gnome-commonColin Walters2010-07-141-1/+3
* build: Exclude built sources from the distAlexandros Frantzis2010-07-141-4/+4
* osx: explicitly request depth and stencil buffer bitsRobert Bragg2010-07-141-0/+2
* Add cogl_vertex_buffer_is_indices to the public headersNeil Roberts2010-07-142-0/+16
* animator: fix removal of multiple keysØyvind Kolås2010-07-091-5/+6
* animator: avoid walking off empty listØyvind Kolås2010-07-091-1/+1
* animator: fix issue of dropped frames towards end of animationsØyvind Kolås2010-07-091-3/+6
* animator: fix looping when doing cubic interpolationØyvind Kolås2010-07-091-2/+2
* animator: only keys that are removed due to actors disappearing are inertØyvind Kolås2010-07-091-20/+38
* animator: refactoringØyvind Kolås2010-07-091-83/+84
* animator: retain ease-in/interpolation when changing first keyØyvind Kolås2010-07-091-1/+37
* animator: fix crash when setting keys on running animatorØyvind Kolås2010-07-091-0/+4
* cogl-vertex-buffer: Fix the #define for glDisableVertexAttribArrayNeil Roberts2010-07-061-1/+1
* event: Typos in event code could cause crashesChris Lord2010-06-292-2/+2
* clutter-event-win32: Emit multiple events for WM_MOUSEWHEEL MessagesNeil Roberts2010-06-251-1/+1
* clutter-event-win32: Directly enqueue events in message_translateNeil Roberts2010-06-251-135/+162