profile/ivi/clutter.git
2009-10-14 Emmanuele Bassi[box] Add ClutterBox
2009-10-14 Emmanuele Bassi[layout] Add initial implementation of LayoutManager
2009-10-14 Emmanuele Bassibuild: Clean up main Makefile.am
2009-10-14 Emmanuele Bassibuild: Move marshallers and enum types rules out
2009-10-14 Emmanuele Bassidocs: Allow XInclude fallback for the annotation glossary
2009-10-14 Emmanuele Bassidocs: Make StageManager a public class
2009-10-14 Emmanuele Bassistage/manager: Set :default-stage as read-only
2009-10-14 Emmanuele Bassistage/manager: Deprecate set_default_stage()
2009-10-12 Damien Lespiau[actor] Unset the IN_DESTRUCTION flag when leaving...
2009-10-07 Emmanuele Bassitext: Make the :text property not set the :use-markup one
2009-10-07 Emmanuele Bassidocs: Add the "clipping" section to the COGL API reference
2009-10-07 Damien Lespiau[units] Ensure we don't have ponies
2009-10-07 Damien Lespiau[path] Add GValue transform functions from and to G_TYP...
2009-10-07 Damien Lespiau[units] Add support for centimeters
2009-10-07 Damien Lespiau[units] Be more strict in the grammar we are parsing
2009-10-07 Emmanuele Bassicolor: Measure the string just once when parsing
2009-10-07 Thomas Wood[color] allow alpha to be omitted when converting to...
2009-10-07 Neil Roberts[clutter-id-pool] Also warn if the ID refers to a delet...
2009-10-07 Neil Roberts[clutter-id-pool] Fix the check for out-of-range IDs
2009-10-07 Thomas WoodRevert "[color] allow alpha to omitted when converting...
2009-10-07 Thomas Wood[color] add a note to the documentation to specify...
2009-10-07 Thomas Wood[color] allow alpha to omitted when converting from...
2009-10-06 Damien Lespiau[path] MOVE_TO and LINE_TO only use a pair of coordinates
2009-10-05 Robert Bragg[debug] Guard the use of gdk_pixbuf for pick debugging...
2009-10-05 Emmanuele Bassi[sdl] Update the SDL backend to the new StageWindow API
2009-10-05 Emmanuele Bassi[eglx] Create a StageWindow, not an Actor
2009-10-05 Neil Roberts[ClutterGroup] Don't take into account the left edges...
2009-10-05 Emmanuele Bassi[eglx] Update the EGLX Stage to the new StageWindow API
2009-10-05 Damien LespiauFix string parsing when no unit is given
2009-10-05 Damien Lespiauclutter_value_get_unit() has not be renamed
2009-10-05 Emmanuele BassiMerge branch 'stage-window-object'
2009-10-05 Emmanuele BassiClarify the IdPool warning
2009-10-05 Emmanuele Bassi[x11] Fix Stage user-initiated resize
2009-10-05 Emmanuele Bassi[x11] Remove a useless forced paint
2009-09-27 Emmanuele Bassi[docs] Update the "Subclassing Actor" chapter
2009-09-24 Robert Bragg[cogl-debug] avoid warnings when using COGL_NOTE with...
2009-09-24 Robert Bragg[cogl-vertex-buffer] fix n_components validation for...
2009-09-24 Robert Bragg[debug] Adds a dump-pick-buffers CLUTTER_DEBUG option
2009-09-22 Neil Roberts[container] Remove the unused 'object' variable in...
2009-09-22 Robert Bragg[tests] Remove test-entry.c since we don't have a Clutt...
2009-09-21 Robert Bragg[backend-egl] fix clutter_backend_egl_get_visual_info...
2009-09-21 Damien LespiauAdd a few annotations on Cogl primitives functions
2009-09-21 Robert Bragg[container] cast actor to gobject before calling g_obje...
2009-09-21 Øyvind Kolås[container] unset the child meta qdata on the child...
2009-09-21 Thomas Wood[container] set the child meta qdata on the child,...
2009-09-17 Neil Roberts[cogl] Remove CoglContext->journal_vbo{,_len}
2009-09-16 Emmanuele Bassi[build] Split out the custom silent rules
2009-09-16 Robert Bragg[test-cogl-multitexture] Print an error if textures...
2009-09-16 Emmanuele Bassi[docs] Fix the comment on version bumps
2009-09-16 Emmanuele Bassi[gitignore] Add test-preferred-size
2009-09-16 Emmanuele Bassi[timeline] Account for clock roll backs between frames
2009-09-15 Robert Bragg[cogl-fbo] Disable mipmap filters before calling glChec...
2009-09-15 Emmanuele Bassi[tests] Add preferred size conformance test unit
2009-09-15 Emmanuele Bassi[tests] Add initial sizing conformance test suite
2009-09-15 Emmanuele Bassi[container] Use a 1:1 mapping between child and ChildMeta
2009-09-10 Damien Lespiau[docs] Clutter's model implementation is called Clutter...
2009-09-09 Emmanuele Bassi[docs] Add fixxref for Cairo symbols
2009-09-09 Emmanuele Bassi[docs] Add a Path migration guide
2009-09-08 Øyvind Kolås[text] implement get_property for "use-markup"
2009-09-08 Emmanuele Bassi[stage] Rework the Stage implementation class
2009-09-08 Emmanuele Bassi[docs] Small annotation fixes
2009-09-07 Neil Roberts[animation] Move the check for the 'signal::' prefix...
2009-09-03 Emmanuele Bassi[docs] Add more collateral documentation
2009-09-02 Samuel DegrandeDOT3_RGB[A] cannot be used in a Blend String
2009-09-02 Emmanuele Bassi[model] Do not attempt to free empty column names
2009-08-31 Emmanuele Bassi[docs] Make sure to document the point-release process
2009-08-26 Neil RobertsTake a reference to the material in clutter_texture_set...
2009-08-26 Neil RobertsFix the documentation for clutter_texture_set_cogl_material
2009-08-26 Emmanuele Bassi[tests] Update the script test JSON
2009-08-26 Emmanuele Bassi[script] Clean up the ad hoc parsing code in Actor
2009-08-26 Emmanuele Bassi[script] Convert double to float when parsing
2009-08-25 Emmanuele Bassi[tests] Add a Group actor unit
2009-08-25 Øyvind Kolås[group] Use floating point in sort_z_order
2009-08-25 Emmanuele Bassi[docs] Add Interval get_type function
2009-08-25 Emmanuele BassiFix the warnings for Animation::update_interval()
2009-08-25 Emmanuele Bassi[animation] Add Animation::update()
2009-08-24 Neil Roberts[cogl-texture] Set GL_PACK_ROW_LENGTH when downloading...
2009-08-21 Emmanuele Bassi[glx] Perform more checks before calling glXMakeCurrent
2009-08-20 Owen W. TaylorAdd ::queue-relayout signal to ClutterActor for Clutter...
2009-08-20 Robert BraggRevert "[cogl] Allow Cogl to create NPOT textures for...
2009-08-20 Robert Bragg[cogl] Allow Cogl to create NPOT textures for GLES2
2009-08-19 Robert Bragg[cogl] %.c: %.glsl codegen: use BUILT_SOURCES var ...
2009-08-19 Jonas BonnCheck timeline direction when forcing final state
2009-08-19 Emmanuele BassiUse AM_SILENT_RULES if automake >= 1.11 is installed
2009-08-19 Neil Roberts[pango-display-list] Don't premultiply the colour twice
2009-08-18 Robert Bragg[cogl-material] Fix some brackets in _layer_flush_gl_sa...
2009-08-18 Emmanuele Bassi[docs] texture_polygon() is called polygon()
2009-08-17 Emmanuele Bassi[build] Nothing can be prepended to QUIET_* rules
2009-08-17 Jussi Kukkonen[text] move_word_backward/forward fixes
2009-08-17 Neil Roberts[text] Don't interpret the unicode value when the contr...
2009-08-17 Owen W. TaylorSet LD_LIBRARY_PATH when running g-ir-compiler
2009-08-17 Owen W. TaylorFull fix for the G-I support in Clutter
2009-08-17 Götz WaschkSpecify the shared library for g-ir-compile
2009-08-17 Götz WaschkUpdate Clutter to use G-I 0.6.4
2009-08-17 Emmanuele Bassi[docs] Update the requirements section
2009-08-14 Emmanuele Bassi[units] Do not be locale-dependant on string conversion
2009-08-14 Emmanuele Bassi[tests] Abstract GTest and Clutter initialization
2009-08-14 Emmanuele Bassi[build] Remove last user of CLUTTER_MAJORMINOR
2009-08-14 Emmanuele Bassi[build] Clean up the eglnative and fruity Makefile.am
2009-08-14 Xu LiAdd new Atom atom_NET_WM_PID to set pid info
next