profile/ivi/clutter.git
2009-02-11 Robert Bragg[tests] Some improvements for test-pixmap
2009-02-09 Robert Bragg[docs] Various gtk-doc updates for Cogl
2009-02-09 Robert Bragg[cogl-vertex-buffer] Some fixes for texturing and color...
2009-02-09 Robert Bragg[cogl-material] Fixes some dirty flag checks
2009-02-09 Robert Bragg[Cogl] Renames cogl_fog_set to cogl_set_fog for consistency
2009-02-09 Neil RobertsAdded a test for non-power-of-two sized textures
2009-02-05 Neil Roberts[cogl-texture] Fix uninitialised priv var in texture_fi...
2009-02-05 Neil Roberts[cogl-texture] Move the destruction of the material...
2009-02-05 Neil Roberts[cogl-texture] Fix offset to next quad when flushing...
2009-02-05 Neil Roberts[clutter-texture] Fix the no_slice property
2009-02-05 Chris Lord[actor] Force a relayout on set_parent()
2009-02-05 Emmanuele Bassi[text] Rename :alignment to :line-alignment
2009-02-05 Neil Roberts[clutter-texture] Unref the Cogl material on dispose
2009-02-05 Neil Roberts[clutter-texture] Release the temporary ref taken when...
2009-02-04 Neil Roberts[clutter-clone] Override the parent opacity to self...
2009-02-02 Neil Roberts[cogl-gles2-wrapper] Remove the FIXME to adjust the...
2009-02-02 Neil Roberts[cogl-texture] Fix the count for the number of enabled...
2009-02-02 Neil RobertsFix building GLES 2 after the material branch merge
2009-02-02 Neil Roberts[cogl-material] Always bind the new texture handle
2009-02-02 Emmanuele Bassi[text] Use create_pango_layout()
2009-02-02 Emmanuele Bassi[clone] Allow cloning unparented actors
2009-02-02 Emmanuele Bassi[docs] Add clutter_text_set_markup()
2009-02-02 Emmanuele BassiAdd Actor::create_pango_layout()
2009-02-02 Emmanuele Bassi[tests] Update the text-field interactive test
2009-02-02 Emmanuele Bassi[text] Merge the attributes with markup enabled
2009-02-02 Tomas FrydrychFix clutter_x11_texture_pixmap_get/set_property() follo...
2009-02-02 Tomas FrydrychFixed handling of enter and leave events in clutter_x11...
2009-01-30 Emmanuele BassiPost-release bump to 0.9.1
2009-01-30 Emmanuele BassiUpdate README
2009-01-29 Robert BraggSome updates for the 1.0 release notes regarding Cogl
2009-01-29 Emmanuele Bassi[build] Fix distcheck of ChangeLog
2009-01-29 Emmanuele BassiAdd cogl-material-private.h to the source files
2009-01-29 Emmanuele Bassi[gitignore] Update ignore file
2009-01-29 Emmanuele Bassi[build] Add automatic ChangeLog generation on dist
2009-01-29 Emmanuele BassiFix a variable masking warning
2009-01-29 Emmanuele BassiMove the old ChangeLog into its own file
2009-01-29 Neil Roberts[cogl] Add an NULL terminator to the call to material_f...
2009-01-28 Robert BraggAnother Cogl gl vs gles normalizaion pass
2009-01-28 Robert BraggRemoves cogl_color_set_from_4d as it may mislead people.
2009-01-28 Robert BraggChanges cogl_rectangle to take x1, y1, x2, y2 args...
2009-01-28 Robert BraggAdds some debug code to _cogl_journal_flush_quad_batch
2009-01-28 Emmanuele Bassi[clutter-docs] Update the animation tutorial
2009-01-28 Emmanuele Bassi[cogl-docs] Add the Materials section
2009-01-28 Emmanuele BassiUpdate the pkg-config requires list
2009-01-28 Neil RobertsUndeprecate clutter_actor_set_scale_with_gravity
2009-01-28 Neil RobertsMerge branch 'scale-center'
2009-01-28 Neil Roberts[clutter-actor] Use G_STMT_START/END instead of do...
2009-01-28 Emmanuele BassiUpdate NEWS file
2009-01-28 Emmanuele BassiUpdate the release notes for 1.0
2009-01-28 Neil Roberts[cogl-texture] Fix order of tex coords when compensatin...
2009-01-28 Neil Roberts[text-backface-culling] Fix width/height parameters...
2009-01-28 Neil Roberts[cogl-texture] Reset size of vertex log after drawing...
2009-01-28 Neil RobertsFix rectangles_with_multitexture_coords for sliced...
2009-01-28 Neil RobertsFix _cogl_texture_unsliced_quad when no texture coordin...
2009-01-28 Emmanuele BassiReuse the layers list
2009-01-28 Emmanuele BassiRemove gtk-doc annotation
2009-01-28 Emmanuele BassiFix typo in the :clone getter method
2009-01-28 Emmanuele BassiUpdate the release notes for 1.0
2009-01-28 Neil RobertsFix building GLES after _cogl_texture_handle_from_point...
2009-01-27 Neil RobertsDirectly set backend font options in clutter_set_font_flags
2009-01-27 Neil RobertsListen for the font-changed signal on the backend in...
2009-01-27 Emmanuele Bassi[docs] Documentation fixes
2009-01-27 Emmanuele Bassi[docs] Update Clutter API reference symbols
2009-01-27 Emmanuele BassiRemoved unused conditional
2009-01-27 Emmanuele BassiMerge branch 'generic-actor-clone'
2009-01-27 Emmanuele BassiFallout from cogl-material merge
2009-01-27 Robert BraggAdds padding to CoglColor to future proof it a bit
2009-01-27 Robert BraggSupport scaling on the z axis with cogl_scale
2009-01-27 Robert BraggMerge branch 'cogl-material'
2009-01-27 Emmanuele BassiRemove CloneTexture from the API
2009-01-27 Robert BraggRemoves test-simple from tests/interactive/Makefile.am
2009-01-27 Neil RobertsReplace clutter_set_use_mipmapped_text with clutter_set...
2009-01-27 Emmanuele Bassi[tests] Clean up the Clone interactive test
2009-01-27 Robert Braggclutter-{clone-,}texture weren't updating their materia...
2009-01-27 Robert BraggUpdates GLES1 support for CoglMaterial
2009-01-27 Robert BraggNormalizes gl vs gles code in preperation for synching...
2009-01-27 Robert BraggRemoves cogl_blend_func and cogl_alpha_func
2009-01-27 Robert BraggFully integrates CoglMaterial throughout the rest of...
2009-01-27 Emmanuele BassiRename ActorClone to Clone/2
2009-01-27 Emmanuele Bassi[tests] Remove an unused variable
2009-01-27 Emmanuele BassiBug 1388 - Clarify signal emission for advance_to_marker()
2009-01-27 Emmanuele BassiBug 1387 - Clarify new-frame signal emission with advance()
2009-01-27 Emmanuele Bassi[timeline] Check the fps property range in the ctor
2009-01-27 Emmanuele Bassi[timeline] Move a complex condition into its own function
2009-01-27 Emmanuele Bassi[timeline] Intern signal names
2009-01-27 Emmanuele Bassi[timeline] Whitespace fixes
2009-01-27 Emmanuele Bassi[timeline] Documentation and comment fixes
2009-01-27 Emmanuele Bassi[tests] Assert as soon as possible
2009-01-27 Emmanuele Bassi[timeline] Create markers hash tables on demand
2009-01-27 Emmanuele Bassi[timeline] Limit timelines to 1000 frames per second
2009-01-26 Havoc PenningtonBug 1414 - avoid relayout of ClutterTexture if not...
2009-01-26 Havoc PenningtonBug 1415 - short-circuit setting same clip again
2009-01-26 Neil RobertsSet the SYNC_MATRICES flag when a stage is first realized
2009-01-26 Emmanuele BassiRename ActorClone to Clone/1
2009-01-24 Emmanuele BassiWhitespace fixes for BehaviourEllipse
2009-01-24 Emmanuele BassiBug 1395 - apply and get_nth_actor are inconsistent
2009-01-24 Neil RobertsFix the Cogl primitives for the GLES backend
2009-01-23 Neil RobertsSimplify test-cogl-primitives
2009-01-23 Neil Roberts[test-cogl-primitives] Remove trailing whitespace
2009-01-23 Neil Roberts[clutter-timeline] Remove the code for backwards timeli...
next