profile/ivi/clutter.git
2012-01-27 Emmanuele Bassifixed-layout: Remove the NO_LAYOUT flag set
2012-01-27 Kerrick StaleyFix spelling in Clutter Cookbook: ouest -> west
2012-01-27 Emmanuele Bassibox: Use the ActorIter API
2012-01-27 Emmanuele Bassistage: Use the iterator API instead of the DOM one
2012-01-27 Emmanuele Bassiactor: Add ClutterActorIter
2012-01-27 Emmanuele Bassibox: Restore the ::destroy handler
2012-01-27 Emmanuele Bassiconform: Avoid a deadlock
2012-01-27 Emmanuele Bassitests: Update to use the symbolic button names
2012-01-27 Emmanuele Bassidocs: Update to show the symbolic button names
2012-01-27 Emmanuele Bassidrag-action: Use the symbolic constants for the button
2012-01-27 Emmanuele Bassievent: Add symbolic names for left, middle, and right...
2012-01-27 Emmanuele Bassidoc/cookbook: Remove dead link
2012-01-26 Emmanuele BassiRemove unused variable
2012-01-26 Rob Bradfordwayland: Correctly support fullscreening before the...
2012-01-26 Rob Bradfordwayland: Force a redraw of the stage to get the new...
2012-01-26 Rob Bradfordwayland: Use new stage state manipulation functions
2012-01-26 Rob Bradfordwayland: Refine fullscreen/unfullscreen to emit the...
2012-01-26 Rob Bradfordwayland: Support programmatically resizing the stage
2012-01-26 Rob Bradfordwayland: Support setting fullscreen before the stage...
2012-01-26 Rob Bradfordwayland: Implement set_fullscreen vfunc in ClutterStage...
2012-01-26 Rob Bradfordwayland: Include the Wayland surface and shell surface...
2012-01-26 Rob Bradfordwayland: Save the output mode so that it can be used...
2012-01-26 Emmanuele Bassix11: Unbreak the build
2012-01-26 Emmanuele BassiMerge branch 'stage-state'
2012-01-26 Emmanuele Bassidocs: Update ClutterStageState flags
2012-01-26 Emmanuele Bassiwayland: Use the Stage state tracking
2012-01-26 Emmanuele Bassigdk: Use the Stage state tracking
2012-01-26 Emmanuele Bassiwin32: Use the Stage state tracking
2012-01-26 Emmanuele Bassix11: Use the Stage state tracking
2012-01-26 Emmanuele Bassiosx: Use the Stage state tracking
2012-01-26 Emmanuele Bassistage: Add state tracking
2012-01-25 Emmanuele Bassitests/*: Use symbolic constants for sources and events
2012-01-25 Emmanuele Bassidocs: Use symbolic constants for sources and events
2012-01-25 Emmanuele Bassix11/stage: Use symbolic constants for source function
2012-01-24 Emmanuele BassiPost-release version bump to 1.9.9
2012-01-24 Emmanuele BassiRelease Clutter 1.9.8 (snapshot)
2012-01-24 Emmanuele Bassicookbook: Start migrating to the new API
2012-01-24 Emmanuele Bassicookbook: Begin porting examples to the new API
2012-01-24 Emmanuele Bassiactor: use paint opacity to paint the background color
2012-01-24 Emmanuele Bassidocs: Add missing function
2012-01-24 Emmanuele Bassidocs: Inlined examples break enums gtk-doc
2012-01-24 Emmanuele Bassiscript: Add loading from a resource
2012-01-24 Emmanuele Bassiactor: Remove unused function
2012-01-23 Emmanuele BassiOverride Container inside ClutterStage
2012-01-23 Emmanuele BassiAllow mixing old and new API without falling apart
2012-01-23 Emmanuele Bassiinteractive/actors: Update the venerable test-actors
2012-01-22 Fran DiéguezUpdated Galician translations
2012-01-20 Emmanuele Bassiactor: NULL-ify sibling fields when removing
2012-01-20 Rob Bradfordwayland: Update to changes in the SHM api
2012-01-20 Emmanuele Bassigroup: Restore previous implementation
2012-01-20 Emmanuele Bassistage: Restore the chain up inside allocate()
2012-01-20 Emmanuele Bassiactor: Remove default layout-manager
2012-01-20 Emmanuele Bassigroup: Gut the implementation
2012-01-20 Emmanuele Bassiactor: Move underallocation warning to diagnostic mode
2012-01-20 Emmanuele Bassiactor: Use internal add/remove child in reparent()
2012-01-19 Emmanuele BassiPost-release version bump to 1.9.7
2012-01-19 Emmanuele BassiRelease Clutter 1.9.6 (snapshot)
2012-01-19 Emmanuele Bassibuild: Bump up the Cogl requirement
2012-01-19 Emmanuele Bassistage: Use clutter_actor_set_allocation()
2012-01-19 Emmanuele Bassiactor: Fix the has_overridden_allocate check
2012-01-19 Emmanuele Bassidocs: Add clutter_actor_set_allocation()
2012-01-19 Emmanuele Bassisymbols: Add clutter_actor_set_allocation()
2012-01-19 Emmanuele Bassiactor: Maintain behaviour of old allocate() implementations
2012-01-18 Emmanuele Bassiactor: Be more conservative with the default paint...
2012-01-18 Daniel MustielesUpdated Spanish translation
2012-01-17 Emmanuele Bassibuild: Fix up the test rules for private deps
2012-01-17 Piotr DrągUpdated POTFILES.in
2012-01-17 Emmanuele Bassibuild: Add private deps to cflags and libs
2012-01-17 Emmanuele Bassiactor: Add :first-child and :last-child properties
2012-01-17 Emmanuele Bassiactor: Do not use ::constructed
2012-01-17 Emmanuele Bassiinteractive: Drop more deprecated classes
2012-01-17 Emmanuele Bassiinteractive: Use ClutterActor instead of deprecated...
2012-01-17 Emmanuele Bassiconform/actor-size: Do not use Rectangle
2012-01-17 Emmanuele Bassiactor: Provide a better default pick() behaviour
2012-01-17 Emmanuele Bassiactor: Deprecate show_all()/hide_all()
2012-01-17 Daniel MustielesUpdated Spanish translation
2012-01-17 Emmanuele BassiPost-release version bump to 1.9.5
2012-01-17 Emmanuele BassiRelease Clutter 1.9.4 (snapshot)
2012-01-17 Emmanuele Bassitext: Fix the buffer length check on paint
2012-01-17 Emmanuele Bassiscript: Fix a segfault
2012-01-17 Emmanuele Bassitext-buffer: Fix the Since annotations
2012-01-17 Emmanuele BassiUpdate the NEWS file
2012-01-17 Emmanuele BassiAdd ClutterTextBuffer to the API reference
2012-01-17 Emmanuele BassiUpdate clutter.symbols for TextBuffer
2012-01-17 Emmanuele Bassiinteractive/text: Remove spurious g_object_unref()
2012-01-17 Stef Waltertext: Implement ClutterTextBuffer
2012-01-17 Daniel MustielesUpdated Spanish translation
2012-01-17 Emmanuele BassiUpdate clutter.symbols
2012-01-17 Fran DiéguezUpdated Galician translations
2012-01-17 Piotr DrągUpdated POTFILES.in
2012-01-16 Emmanuele BassiFix compiler warnings
2012-01-16 Emmanuele Bassidocs: Move deprecated sections to the proper location
2012-01-16 Emmanuele Bassiactor: Deprecated push/pop internal methods
2012-01-16 Emmanuele Bassidocs: Fixes for the API reference
2012-01-16 Emmanuele Bassiactor: Add boxed margin accessors
2012-01-16 Emmanuele Bassidocs: Update the release notes
2012-01-16 Emmanuele Bassibuild: Add inclusion guards and license notices
2012-01-16 Emmanuele Bassiactor: Use proper internal API
2012-01-16 Emmanuele BassiDeprecate the old raise/lower API
2012-01-16 Emmanuele Bassiactor: Add new methods for changing the paint sequence
next