summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [debug] Guard the use of gdk_pixbuf for pick debugging by #ifdef USE_GDKPIXBUFRobert Bragg2009-10-051-0/+25
* [sdl] Update the SDL backend to the new StageWindow APIEmmanuele Bassi2009-10-052-81/+57
* [eglx] Create a StageWindow, not an ActorEmmanuele Bassi2009-10-051-2/+2
* [ClutterGroup] Don't take into account the left edges when calculating the sizeNeil Roberts2009-10-051-96/+26
* [eglx] Update the EGLX Stage to the new StageWindow APIEmmanuele Bassi2009-10-051-60/+60
* Fix string parsing when no unit is givenDamien Lespiau2009-10-052-1/+5
* clutter_value_get_unit() has not be renamedDamien Lespiau2009-10-051-1/+1
* Merge branch 'stage-window-object'Emmanuele Bassi2009-10-0513-221/+260
|\
| * [x11] Fix Stage user-initiated resizeEmmanuele Bassi2009-10-053-5/+9
| * [x11] Remove a useless forced paintEmmanuele Bassi2009-10-051-5/+0
| * [stage] Rework the Stage implementation classEmmanuele Bassi2009-09-0811-213/+253
* | Clarify the IdPool warningEmmanuele Bassi2009-10-051-1/+8
* | [docs] Update the "Subclassing Actor" chapterEmmanuele Bassi2009-09-271-62/+107
* | [cogl-debug] avoid warnings when using COGL_NOTE with unbraced else clausesRobert Bragg2009-09-241-1/+1
* | [cogl-vertex-buffer] fix n_components validation for GL's builtin attributesRobert Bragg2009-09-241-4/+15
* | [debug] Adds a dump-pick-buffers CLUTTER_DEBUG optionRobert Bragg2009-09-242-23/+106
* | [container] Remove the unused 'object' variable in destroy_child_metaNeil Roberts2009-09-221-1/+0
* | [tests] Remove test-entry.c since we don't have a ClutterEntry any moreRobert Bragg2009-09-222-48/+0
* | [backend-egl] fix clutter_backend_egl_get_visual_info to not use XallocRobert Bragg2009-09-211-31/+15
* | Add a few annotations on Cogl primitives functionsDamien Lespiau2009-09-212-11/+12
* | [container] cast actor to gobject before calling g_object_set_qdataRobert Bragg2009-09-211-1/+1
* | [container] unset the child meta qdata on the child, not the containerØyvind Kolås2009-09-211-1/+1
* | [container] set the child meta qdata on the child, not the containerThomas Wood2009-09-211-1/+1
* | [cogl] Remove CoglContext->journal_vbo{,_len}Neil Roberts2009-09-174-15/+10
* | [build] Split out the custom silent rulesEmmanuele Bassi2009-09-1616-31/+58
* | [test-cogl-multitexture] Print an error if textures can't be loadedRobert Bragg2009-09-161-3/+12
* | [docs] Fix the comment on version bumpsEmmanuele Bassi2009-09-161-2/+3
* | [gitignore] Add test-preferred-sizeEmmanuele Bassi2009-09-161-0/+1
* | [timeline] Account for clock roll backs between framesEmmanuele Bassi2009-09-161-10/+23
* | [cogl-fbo] Disable mipmap filters before calling glCheckFramebufferStatusEXTRobert Bragg2009-09-151-0/+12
* | [tests] Add preferred size conformance test unitEmmanuele Bassi2009-09-152-1/+136
* | [tests] Add initial sizing conformance test suiteEmmanuele Bassi2009-09-154-0/+81
* | [container] Use a 1:1 mapping between child and ChildMetaEmmanuele Bassi2009-09-151-41/+9
* | [docs] Clutter's model implementation is called ClutterListModelDamien Lespiau2009-09-101-2/+2
* | [docs] Add fixxref for Cairo symbolsEmmanuele Bassi2009-09-092-3/+5
* | [docs] Add a Path migration guideEmmanuele Bassi2009-09-093-2/+172
* | [text] implement get_property for "use-markup"Øyvind Kolås2009-09-081-0/+4
* | [docs] Small annotation fixesEmmanuele Bassi2009-09-083-16/+25
|/
* [animation] Move the check for the 'signal::' prefix into a separate functionNeil Roberts2009-09-071-34/+41
* [docs] Add more collateral documentationEmmanuele Bassi2009-09-033-5/+184
* DOT3_RGB[A] cannot be used in a Blend StringSamuel Degrande2009-09-021-1/+7
* [model] Do not attempt to free empty column namesEmmanuele Bassi2009-09-021-6/+9
* [docs] Make sure to document the point-release processEmmanuele Bassi2009-08-311-7/+18
* Take a reference to the material in clutter_texture_set_cogl_materialNeil Roberts2009-08-261-0/+2
* Fix the documentation for clutter_texture_set_cogl_materialNeil Roberts2009-08-261-3/+8
* [tests] Update the script test JSONEmmanuele Bassi2009-08-261-9/+9
* [script] Clean up the ad hoc parsing code in ActorEmmanuele Bassi2009-08-261-36/+2
* [script] Convert double to float when parsingEmmanuele Bassi2009-08-261-0/+13
* [tests] Add a Group actor unitEmmanuele Bassi2009-08-254-0/+61
* [group] Use floating point in sort_z_orderØyvind Kolås2009-08-251-2/+6