Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-stage.c
2012-04-30 Emmanuele Bassidocs: Annotation fixes
2012-04-27 Emmanuele BassiDeprecate ClutterCairoTexture
2012-04-25 Neil RobertsRemove calls to cogl_disable_fog
2012-04-10 Emmanuele Bassistage: Unset the natural size when fullscreening
2012-03-23 Neil RobertsDon't use any GL types or defines in Clutter
2012-03-05 Emmanuele Bassistage: Fix up a copy-and-paste train wreck
2012-02-14 Alejandro PiñeiroClutterStage: notify "key-focus" change on clutter_stag...
2012-02-13 Emmanuele BassiDeprecate ClutterStage:color
2012-02-13 Emmanuele Bassistage: Do not use weak refs with actors
2012-02-13 Emmanuele Bassistage: Clean up
2012-01-27 Emmanuele Bassistage: Use the iterator API instead of the DOM one
2012-01-26 Emmanuele BassiMerge branch 'stage-state'
2012-01-26 Emmanuele Bassistage: Add state tracking
2012-01-23 Emmanuele BassiOverride Container inside ClutterStage
2012-01-23 Emmanuele BassiAllow mixing old and new API without falling apart
2012-01-20 Emmanuele Bassistage: Restore the chain up inside allocate()
2012-01-19 Emmanuele Bassistage: Use clutter_actor_set_allocation()
2012-01-16 Emmanuele Bassistage: Use the Actor iteration API
2012-01-16 Emmanuele Bassiactor: More cleanups to the Private data structure
2012-01-16 Neil RobertsRemove use of CoglVector3
2012-01-12 Emmanuele Bassibackend: Remove ClutterBackend::redraw
2011-12-30 Emmanuele Bassistage: Deprecate :use-fog and :fog
2011-11-16 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-11-15 Emmanuele BassiDeprecate some more old, useless API
2011-11-15 Emmanuele BassiRemove CLUTTER_TIMESTAMP debug macro
2011-11-14 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-11-14 Emmanuele Bassistage: Clean up
2011-11-14 Emmanuele Bassistage: Deprecate clutter_stage_queue_redraw()
2011-11-14 Emmanuele BassiMerge branch 'deprecate-default-stage'
2011-11-10 Emmanuele Bassistage: Deprecate the default stage
2011-11-10 Emmanuele BassiTry to mop up the default stage mess
2011-09-27 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-09-26 Emmanuele BassiRemove internal usage of ClutterGeometry in StageWindow
2011-09-19 Robert Braggstage: implicitly clip to stage window bounds
2011-09-09 Emmanuele Bassistage: Protect call to unrealize() in dispose
2011-07-29 Evan Nemersonintrospection: add missing introspection data from...
2011-07-14 Robert Braggpick: Use Cogl API not GL API to disable dithering
2011-07-13 Neil Robertsclutter-stage: Add clutter_stage_get_redraw_clip_bounds
2011-07-01 Peter WardArrays in parameters were not correctly annotated.
2011-06-20 Emmanuele Bassistage: Allow tracking dragged actors
2011-06-20 Emmanuele Bassistage: Maintain the motion event delivery invariants
2011-06-20 Emmanuele Bassistage: Make per-actor motion event delivery accessors...
2011-06-15 Robert Braggclutter-stage: Allow a wider range of visible z values
2011-06-15 Neil Robertsclutter-stage: Don't override the user's perspective...
2011-06-14 Emmanuele Bassistage: Ignore do_update() on unrealized stages
2011-06-13 Emmanuele BassiMerge branch 'swipe-action'
2011-06-10 Robert Braggbuild: include <cairo.h> not <cairo/cairo.h>
2011-06-07 Emmanuele BassiEliminate G_CONST_RETURN
2011-06-07 Emmanuele Bassistage: Bail out of do_update() when no impl is set
2011-06-01 Øyvind Kolåsstage: ensure correct stage is current when picking
2011-06-01 Emmanuele Bassistage: Use the debug name for the pick buffer dump...
2011-05-06 Emmanuele BassiMake the pick id pool per Stage
2011-05-06 Emmanuele Bassistage: Use Cairo to dump the pick buffer
2011-04-14 Emmanuele BassiUse the actor's debug name consistently
2011-04-11 Robert BraggMoves all GLX code down from Clutter to Cogl
2011-04-11 Robert BraggAdd temporary cogl-clutter.h to aid splitting out Cogl
2011-04-11 Robert Braggstage: adds internal_get_active_framebuffer API
2011-04-11 Robert Braggstage: Move _clutter_do_pick to clutter-stage.c
2011-03-11 Øyvind Kolåsstage: handle ACCEPT_FOCUS in set_/get_property
2011-03-10 Robert Braggdebug: Add more CLIPPING debug notes
2011-03-07 Robert BraggOptimize culling by doing culling in eye-coordinates
2011-03-07 Robert Braggstage: simplify apply_transform
2011-03-07 Robert Braggstage: don't call glGetIntegerv in clutter_stage_read_p...
2011-03-07 Robert Braggviewport: consistently use floats for viewports
2011-02-18 Emmanuele BassiStore the motion event deliver flag in ClutterStage
2011-02-18 Emmanuele BassiAdd private header for event-related API
2011-02-18 Emmanuele Bassistage: Make the redraw_count a stage counter
2011-02-18 Emmanuele Bassistage: Move stage redraw logic into clutter-stage.c
2011-02-14 Emmanuele Bassiannotations: Use caller-allocates for color getters
2011-02-13 Emmanuele Bassistage: Call ClutterStageWindow::unrealize() on dispose
2011-02-11 Emmanuele BassiMerge remote-tracking branch 'nobled/wayland-fixes2'
2011-02-11 Emmanuele BassiMerge remote-tracking branch 'elliot/cookbook-animation...
2011-02-09 Emmanuele BassiAvoid direct access to the main context events queue
2011-02-03 Emmanuele Bassistage: Unconditionally create the devices hash table
2011-02-03 Emmanuele Bassistage: Do not update when destroying a stage
2011-01-28 Emmanuele BassiClean up crossing event synthesis code
2011-01-21 Emmanuele BassiMerge branch 'xi2'
2011-01-21 Emmanuele Bassistage: Do not create the default stage on stage.is_defa...
2011-01-18 Emmanuele Bassistage: Fix gtk-doc annotation for set_accept_focus()
2011-01-17 Bastian Winklerintrospection: Add missing (out) annotations for get_co...
2010-12-30 Emmanuele Bassistage: Add :accept-focus property and accessors
2010-12-30 Johan BilienOnly reset the relayout_pending flag when actually...
2010-12-14 Neil Robertsclutter-stage: Don't always set the projection and...
2010-11-29 Emmanuele BassiMerge remote branch 'elliot/cookbook-animations-scaling'
2010-11-25 Alexandre QuessyFixed "the the" repetitions in some doc strings
2010-11-24 Robert Braggstage: if backend _ignoring_redraw_clips queue full...
2010-11-23 Robert Braggstage: Report an unknown paint volume.
2010-11-18 Emmanuele Bassidocs: Fix some wrong function/signal/property names
2010-11-08 Tomeu VizosoDiscard the current pick buffer...
2010-11-03 Owen W. TaylorDon't leave stale invalidated queued redraws around
2010-10-25 Emmanuele BassiMerge branch 'private-cleanup'
2010-10-25 Emmanuele BassiMerge branch 'wip/path-constraint'
2010-10-25 Neil Robertsclutter-stage: Set the Cogl framebuffer size after...
2010-10-25 Neil RobertsAvoid mixing declarations and code
2010-10-21 Emmanuele BassiClean up clutter-private.h/6
2010-10-21 Emmanuele BassiClean up clutter-private.h/5
2010-10-21 Emmanuele BassiClean up clutter-private.h/4
2010-10-21 Emmanuele BassiClean up clutter-private.h/3
2010-10-21 Emmanuele BassiClean up clutter-private.h/2
2010-10-21 Emmanuele BassiClean up clutter-private.h/1
next