profile/ivi/clutter.git
2010-09-29 Emmanuele BassiMerge branch 'wip/non-recursive'
2010-09-29 Emmanuele Bassimodules: Fix up mesa module
2010-09-29 Emmanuele Bassimodules: Add mesa and wayland to the moduleset
2010-09-29 Robert Braggactor: don't dirty pick buffer in _real_queue_redraw
2010-09-29 Robert Braggactor: Adds private _clutter_actor_traverse API
2010-09-29 Robert Braggactor: Adds private _clutter_actor_get_n_children
2010-09-29 Robert Braggactor: explicitly track children in clutter-actor.c
2010-09-29 Robert Braggdebug: fix blue outlines for paint-volumes debug opt
2010-09-29 Robert Braggclone: Implement get_paint_volume virtual
2010-09-29 Robert BraggRevert "actor: don't immediately queue redraw when...
2010-09-29 Robert Braggactor: defer queue-redraw signaling
2010-09-29 Robert Braggpaint_volume: add private api to change reference actor
2010-09-29 Robert Braggpaint_volume: Adds _clutter_paint_volume_set_from_volume
2010-09-29 Robert Braggactor: don't queue_redraw actors not descended from...
2010-09-29 Emmanuele Bassipaint-volume: Add convenience function for using an...
2010-09-29 Emmanuele Bassitext: Update get_paint_volume() implementation
2010-09-29 Emmanuele BassiMove default paint volume computation into a function
2010-09-29 Robert Braggpaint_volume: assert non-NULL pv in _volume_copy
2010-09-29 Robert Braggpaint_volume: Splits out clutter_paint_volume code
2010-09-29 Robert Braggactor: make default get_paint_volume more conservative
2010-09-29 Robert Braggactor: don't always check needs_allocation for clipped...
2010-09-29 Robert Braggactor: new actors should start with an empty paint box
2010-09-29 Robert Braggactor: when culling/clipped redraws disable ignore...
2010-09-29 Robert Braggstage: only update viewport when allocation changes
2010-09-29 Robert Braggglx: queue full redraws for the first 2 frames
2010-09-29 Robert Braggx11: minimize nasty artefacts when resizing windows
2010-09-29 Robert Braggx11: Queue clipped redraws for Expose events
2010-09-29 Robert Braggcogl: removes unused _cogl_setup_viewport
2010-09-29 Robert Braggstage: Sometimes really force a full redraw
2010-09-29 Robert Braggactor: don't immediately queue redraw when queuing...
2010-09-29 Robert BraggUse paint volumes to do automatic culling
2010-09-29 Robert Braggactor: Use paint volumes to always queue clipped redraws
2010-09-29 Robert Braggactor: make _transform_and_project_box static
2010-09-29 Robert Braggactor: _real_queue_relayout shouldn't queue redraw
2010-09-29 Robert Braggactor: re-allocation implies need to redraw
2010-09-29 Robert Braggactor: separate the queue redraw code
2010-09-29 Robert Braggstage: make it possible to queue a relayout only
2010-09-29 Robert Braggtexture: Forward queue redraw/relayout for fbos
2010-09-29 Robert BraggQueue clipped redraws work in terms of paint volumes
2010-09-29 Robert Braggblur-effect: fix paint volume padding
2010-09-29 Robert Braggdebug: CLUTTER_DEBUG_REDRAWS: disable clipped redraws
2010-09-29 Robert Braggpaint volumes: CLUTTER_PAINT=paint-volumes debug option
2010-09-29 Robert Braggpaint volumes: another pass at the design
2010-09-29 Robert Braggactor-box: Adds clutter_actor_box_union utility
2010-09-29 Robert Braggtexture: size fbos using clutter_actor_get_paint_box
2010-09-29 Emmanuele Bassidocs: Add PaintVolume to the API reference
2010-09-29 Emmanuele Bassiblur-effect: Add padding to account for the blur
2010-09-29 Emmanuele Bassioffscreen-effect: Use the paint box to size the FBO
2010-09-29 Emmanuele Bassieffect: Allow any effect to override the paint volume
2010-09-29 Emmanuele Bassiactor: Allow querying the paint volume
2010-09-29 Emmanuele Bassibuild: Start moving to a non-recursive layout
2010-09-29 Emmanuele Bassically: Do not use deprecated functions
2010-09-29 Emmanuele Bassianimator: Code style fixes
2010-09-29 Stephen KennedyClutterAnimator doesn't ref timeline properly
2010-09-28 Neil RobertsAdd a conformance test for clutter_actor_contains
2010-09-28 Neil RobertsSimplify the loop for clutter_actor_contains
2010-09-28 Neil RobertsDocument what happens when self==descendant in clutter_...
2010-09-27 Emmanuele BassiPost-branch version bump to 1.5.1
2010-09-26 Emmanuele Bassidoap: Remove mallum from the maintainers list
2010-09-26 Emmanuele Bassiactor: Dispose all constrains
2010-09-25 Emmanuele Bassijson: Allow NULL as a value for strings, arrays and...
2010-09-24 Emmanuele Bassitest-clutter-units: Force a known resolution to avoid...
2010-09-24 Emmanuele BassiPost-release version bump to 1.4.1
2010-09-24 Emmanuele BassiRelease 1.4.0 (stable)
2010-09-24 Elliot Smithcookbook: Reduce complexity of sample ClutterAnimator...
2010-09-24 Øyvind Kolåsanimator: fix removal of all keys
2010-09-23 Robert Braggmaterial: Don't prune ancestry if it owns some layers
2010-09-23 Jammy Zhoucogl-framebuffer.c: GL_DEPTH_STENCIL not supported...
2010-09-23 Emmanuele Bassicookbook: Further clarification of the anchor point
2010-09-23 Elliot Smithcookbook: Recipe for "moving actors"
2010-09-23 Elliot Smithcookbook: Fixed markup in animations section
2010-09-23 Elliot Smithcookbook: Example of animated movement with ClutterAnimator
2010-09-23 Elliot Smithcookbook: Example of animated movement with ClutterState
2010-09-23 Elliot Smithcookbook: Example of simple movement animation
2010-09-23 Emmanuele BassiAdd some more argument validation
2010-09-23 Robert Braggactor: don't pass NULL to _stage_set_pick_buffer_valid
2010-09-23 Robert Braggdocs: Put deprecated Cogl symbols into new section
2010-09-23 Robert Braggdocs: update the overview paragraph for Cogl
2010-09-23 Robert Braggdocs: cogl-texture-3d wasn't listed as experimental
2010-09-23 Robert Braggdocs: Use "Cogl" not "COGL" in Cogl API reference
2010-09-23 Emmanuele Bassitable-layout: Invert row/column in arguments
2010-09-23 Emmanuele Bassidocs: Mention Uncrustify in the coding style document
2010-09-23 Emmanuele BassiUpdate the uncrustify configuration
2010-09-23 Emmanuele BassiAdd uncrustify configuration file
2010-09-23 Robert Braggpicking: Fix tracking of pick buffer validity
2010-09-23 Robert BraggRevert "picking: Fix tracking of pick buffer validity"
2010-09-23 Robert Braggpicking: Fix tracking of pick buffer validity
2010-09-22 Emmanuele Bassibox-layout: Small cleanups
2010-09-22 Emmanuele Bassidocs: Update the coding style
2010-09-21 Neil Robertstest-conform: Delay initializing Clutter until a test...
2010-09-21 Emmanuele Bassieffects: Make sure we're using GLSL 1.10
2010-09-21 Emmanuele Bassiintrospection: Build ClutterJson before Clutter
2010-09-21 Emmanuele BassiRequire the installed JSON-GLib
2010-09-21 Emmanuele Bassibuild: Update the remote publish path for the cookbook
2010-09-20 Neil Robertsclutter-box-layout: Swap the default request mode
2010-09-20 Emmanuele BassiMerge branch 'cookbook-layouts-bind-constraint'
2010-09-20 Emmanuele Bassidocs: Description fixes for State.set_animator()
2010-09-20 Bastian Winklerstate: Request the animator for the default state
2010-09-20 Bastian Winklerstate: Fix the usage of ClutterAnimator in ClutterScript
2010-09-20 Bastian Winklerstate: Create a new target state in clutter_state_set_a...
next