summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: 1.0.81.0.8Emmanuele Bassi2009-10-192-2/+31
* text: Notify :position when it changesEmmanuele Bassi2009-10-191-0/+15
* [text] Add pre-edit string to ClutterTextEmmanuele Bassi2009-10-194-34/+364
* text: Make the :text property not set the :use-markup oneEmmanuele Bassi2009-10-191-139/+144
* color: Measure the string just once when parsingEmmanuele Bassi2009-10-191-18/+22
* [color] allow alpha to be omitted when converting to color from stringThomas Wood2009-10-192-0/+50
* [color] add a note to the documentation to specify the values of the alphaThomas Wood2009-10-191-0/+2
* [path] MOVE_TO and LINE_TO only use a pair of coordinatesDamien Lespiau2009-10-191-2/+2
* Clarify the ID pool warningsEmmanuele Bassi2009-10-191-2/+9
* [docs] Update the "Subclassing Actor" chapterEmmanuele Bassi2009-10-191-62/+107
* [cogl-debug] avoid warnings when using COGL_NOTE with unbraced else clausesRobert Bragg2009-10-191-1/+1
* [cogl-vertex-buffer] fix n_components validation for GL's builtin attributesRobert Bragg2009-10-191-4/+15
* Add a few annotations on Cogl primitives functionsDamien Lespiau2009-10-192-11/+12
* [actor] Unset the IN_DESTRUCTION flag when leaving ::destroy()Damien Lespiau2009-10-121-1/+1
* [container] Remove the unused 'object' variable in destroy_child_metaNeil Roberts2009-09-221-1/+0
* Post-release bump to 1.0.7Robert Bragg2009-09-221-2/+2
* [release] 1.0.61.0.6Robert Bragg2009-09-221-2/+2
* Update the NEWSRobert Bragg2009-09-221-0/+52
* [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
* [build] Clean up the eglnative and fruity Makefile.amEmmanuele Bassi2009-09-212-17/+15
* [build] Split out the custom silent rulesEmmanuele Bassi2009-09-2116-31/+58
* Use AM_SILENT_RULES if automake >= 1.11 is installedEmmanuele Bassi2009-09-214-10/+28
* [docs] texture_polygon() is called polygon()Emmanuele Bassi2009-09-211-2/+3
* [cogl_clear] Also pass the alpha component of the CoglColor to glClearColorRobert Bragg2009-09-211-1/+1
* [cogl] %.c: %.glsl codegen: use BUILT_SOURCES var + fix stringify.shRobert Bragg2009-09-212-26/+28
* [container] Use a 1:1 mapping between child and ChildMetaEmmanuele Bassi2009-09-211-41/+9
* [test-cogl-multitexture] Print an error if textures can't be loadedRobert Bragg2009-09-211-3/+12
* [gitignore] Add test-preferred-sizeEmmanuele Bassi2009-09-211-0/+1
* [tests] Add preferred size conformance test unitEmmanuele Bassi2009-09-212-1/+136
* [tests] Add initial sizing conformance test suiteEmmanuele Bassi2009-09-214-0/+81
* [docs] Add fixxref for Cairo symbolsEmmanuele Bassi2009-09-212-3/+5
* Take a reference to the material in clutter_texture_set_cogl_materialNeil Roberts2009-09-211-0/+2
* Fix the documentation for clutter_texture_set_cogl_materialNeil Roberts2009-09-211-3/+8
* [cogl] Remove CoglContext->journal_vbo{,_len}Neil Roberts2009-09-214-15/+10
* [eglx] Update the EGLX backendzhou jiangwei2009-09-213-2/+46
* [cogl] Fix the GLES 2.0 backendzhou jiangwei2009-09-215-8/+20
* [cogl-fbo] Disable mipmap filters before calling glCheckFramebufferStatusEXTRobert Bragg2009-09-211-0/+12
* [build] Update the configure.ac documentationEmmanuele Bassi2009-09-161-3/+12
* [timeline] Account for clock roll backs between framesEmmanuele Bassi2009-09-161-10/+23
* [docs] Small annotation fixesEmmanuele Bassi2009-09-153-16/+25
* [docs] Add more collateral documentationEmmanuele Bassi2009-09-153-5/+179
* [docs] Clutter's model implementation is called ClutterListModelDamien Lespiau2009-09-151-2/+2
* [docs] Add a Path migration guideEmmanuele Bassi2009-09-153-2/+172
* [text] implement get_property for "use-markup"Øyvind Kolås2009-09-151-0/+4
* [animation] Move the check for the 'signal::' prefix into a separate functionNeil Roberts2009-09-151-34/+41
* DOT3_RGB[A] cannot be used in a Blend StringSamuel Degrande2009-09-151-1/+7
* [model] Do not attempt to free empty column namesEmmanuele Bassi2009-09-021-6/+9
* [tests] Update the script test JSONEmmanuele Bassi2009-09-021-9/+9
* [script] Clean up the ad hoc parsing code in ActorEmmanuele Bassi2009-09-021-36/+2