summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.2.21.2.2Emmanuele Bassi2010-03-151-2/+2
* Update NEWS fileEmmanuele Bassi2010-03-151-0/+29
* Return and warn if a handle's refcount is <= 0Colin Walters2010-03-151-0/+1
* model: Use guint for the n_columns fieldBastian Winkler2010-03-151-2/+2
* cogl-texture-2d: Determine format before checking texture supportNeil Roberts2010-03-151-0/+3
* Fix checks for out-of-bounds coordinates and repeatsOwen W. Taylor2010-03-157-42/+66
* test-paint-wrapper: Request ARGB visuals on GLXEmmanuele Bassi2010-03-101-0/+12
* Fix argb initialisation.José Dapena Paz2010-03-101-1/+2
* actor: Remove some double indirectionEmmanuele Bassi2010-03-071-16/+28
* json: Improve strictness of the JSON parserEmmanuele Bassi2010-03-071-19/+79
* Add test-cogl-texture-rectangle to the ignore fileEmmanuele Bassi2010-03-051-0/+1
* eglnative: Connect StageWindow.show and .hideEmmanuele Bassi2010-03-051-0/+2
* docs: Update the HACKING.backends fileEmmanuele Bassi2010-03-041-1/+8
* Add a conformance test for rectangle texturesNeil Roberts2010-03-043-0/+270
* CoglTexture2DSliced: Handle TEXTURE_RECTANGLE_ARBOwen W. Taylor2010-03-041-9/+13
* eglnative: Don't create a context if there already is oneNeil Roberts2010-03-041-0/+3
* x11-texture-pixmap: Move signal handler overrideEmmanuele Bassi2010-03-031-16/+15
* Update stb_image.cEmmanuele Bassi2010-03-031-743/+862
* animator: compare floating point values with an epsilonØyvind Kolås2010-03-031-3/+6
* animator: fix a crash in clutter_animator_compute_valueØyvind Kolås2010-03-031-0/+3
* eglnative: Compilation fixesEmmanuele Bassi2010-03-033-10/+7
* docs: Fix gtk-doc annotation for ClutterStageManageClassEmmanuele Bassi2010-03-031-1/+1
* box: Fix allow-none annotationEmmanuele Bassi2010-03-031-2/+2
* Post-release version bump to 1.2.1Emmanuele Bassi2010-03-021-2/+2
* Release 1.2.0 (stable)1.2.0Emmanuele Bassi2010-03-021-3/+3
* Update the NEWS fileEmmanuele Bassi2010-03-021-0/+42
* build: Include test-script-model.jsonEmmanuele Bassi2010-03-021-0/+1
* build: Add test-animator-3.json to EXTRA_DISTEmmanuele Bassi2010-03-021-0/+1
* conformance: Use g_assert_no_error() if availableEmmanuele Bassi2010-03-023-0/+50
* clutter-actor: Initialize with the identity matrix in get_transformNeil Roberts2010-03-021-0/+2
* text-field: Cast GString->len to integer before printingEmmanuele Bassi2010-03-021-1/+4
* glx tfp: make clutter_glx_texture_pixmap_update_area cheapRobert Bragg2010-03-021-97/+89
* Adds initial clipped redraw support to ClutterRobert Bragg2010-03-0214-340/+1116
* animator: s/clutter_animator_run/clutter_animator_start/Øyvind Kolås2010-03-024-5/+5
* cogl debug: Adds missing guards around debug cogl_args[]Robert Bragg2010-03-021-0/+2
* flow-layout: Provide a preferred sizeEmmanuele Bassi2010-03-022-30/+82
* build: Require libtool >= 2.2.6Emmanuele Bassi2010-03-021-2/+4
* animator: restore accidentally removed breakØyvind Kolås2010-03-021-0/+2
* Merge branch 'eglnative-update'Emmanuele Bassi2010-03-025-257/+326
|\
| * eglnative: Add CLUTTER_FB_DEVICEEmmanuele Bassi2010-03-022-5/+57
| * eglnative: Update implementationEmmanuele Bassi2010-03-025-258/+275
* | Fall back in _cogl_texture_2d_new_from_bitmap()Owen W. Taylor2010-03-021-0/+3
|/
* docs: Documentation fixesEmmanuele Bassi2010-03-0218-48/+252
* cogl: Support any format in cogl_read_pixelsNeil Roberts2010-03-0215-55/+113
* Do not overwrite the initial key, making ease-in work as expected.Øyvind Kolås2010-03-011-9/+0
* animator: Remove redundant declaration in header fileBastian Winkler2010-03-011-5/+0
* docs: Add Animator.compute_value()Emmanuele Bassi2010-03-011-0/+1
* docs: Fix syntax error in Model's documentationEmmanuele Bassi2010-03-011-1/+1
* Merge branch 'stage-min-size-rework'Emmanuele Bassi2010-03-012-46/+113
|\
| * docs: Update minimum size accessorsEmmanuele Bassi2010-02-271-12/+29