Fix fallback profile counter macro
[profile/ivi/clutter.git] / clutter /
2012-03-22 Emmanuele BassiFix fallback profile counter macro
2012-03-21 Jasper St. Pierretable-layout: Remove dead code
2012-03-21 Jasper St. Pierretable-layout: Fix x/y-expand for spanning actors
2012-03-21 Jasper St. Pierretable-layout: Fix column visibility for spanning actors
2012-03-21 Jasper St. Pierretable-layout: Remove unused 'shrink' field.
2012-03-21 Jasper St. Pierreactor: Freeze property change notifications on destroy
2012-03-21 Emmanuele Bassidocs: Clean up the animations sections of the Actor...
2012-03-20 Emmanuele Bassipaint-node: Initialize ClutterPaintOperation
2012-03-20 Robert Braggclutter-wayland-compositor.h: Adds missing header guards
2012-03-20 Neil Robertswayland: Fix some missing includes
2012-03-20 Robert Bragginclude standalone cogl-wayland-server/client headers
2012-03-20 Rob Bradfordwayland: Only try and resize the framebuffer if there...
2012-03-20 Emmanuele Bassidocs: Fix typo
2012-03-20 Emmanuele Bassidocs: Add a section on actor animations
2012-03-20 Emmanuele Bassiproperty-transition: Remove animatable from the ctor
2012-03-20 Emmanuele BassiUse g_clear_object() instead of unref() + NULL
2012-03-20 Emmanuele Bassiactor: Clarify and improve memory management of transitions
2012-03-19 Emmanuele Bassitimeline: Increment current-repeat after ::completed
2012-03-19 Emmanuele Bassidocs: Fixes for the API reference
2012-03-19 Emmanuele Bassix11/keymap: Silence deprecation warnings around a fallback
2012-03-19 Emmanuele Bassix11: Add support for touch events
2012-03-19 Emmanuele Bassievent: Add ClutterTouchEvent
2012-03-19 Emmanuele Bassigdk: Relay scroll delta from GDK
2012-03-19 Emmanuele Bassix11: Reset scroll valuators
2012-03-19 Emmanuele Bassix11: Add support for scroll valuators on XInput2.2
2012-03-19 Emmanuele Bassievent: Expose precise scrolling information
2012-03-18 Emmanuele Bassiactor: Add ::transitions-completed signal
2012-03-18 Jasper St. Pierrescript-parser: Fix build
2012-03-18 Lionel Landwerlinx11/stage: fix multi-stage support
2012-03-17 Emmanuele Bassiscript: Add 'context' to the translatable definitions
2012-03-17 Emmanuele Bassiactor: Avoid popping the easing state stack once too...
2012-03-17 Emmanuele Bassiactor: Remove the implicit easing state save
2012-03-17 Emmanuele BassiUse G_VALUE_INIT instead of { 0, }
2012-03-17 Emmanuele BassiAdd initializer utilities for ClutterVertex
2012-03-17 Emmanuele Bassiactor: Fix set_scale_with_gravity()
2012-03-17 Emmanuele BassiAdd some utility initializers to ClutterActorBox
2012-03-16 Emmanuele Bassiosx/stage: Synthesize an enter event on show
2012-03-16 Emmanuele Bassidocs: Change the short description of ClutterActor
2012-03-16 Emmanuele BassiAnnotate functionality added in 1.10
2012-03-16 Emmanuele BassiDebugging cleanups
2012-03-16 Emmanuele Bassiactor: Remove an has_allocation() check
2012-03-16 Emmanuele Bassiactor: Restore a lost queue_relayout()
2012-03-16 Emmanuele BassiRename 'bilinear' scaling filter to 'trilinear'
2012-03-16 Emmanuele Bassidocs: Add ClutterActorClass.paint_node() description
2012-03-16 Emmanuele Bassipaint-nodes: Make part of the API internal
2012-03-16 Emmanuele Bassidocs: Fixes for ClutterImage's API reference
2012-03-16 Emmanuele Bassidocs: Fixes for the API reference
2012-03-16 Emmanuele Bassiactor: Unconditionally emit ::paint
2012-03-16 Emmanuele Bassipaint-node: Make texture template pipeline clamp to...
2012-03-16 Emmanuele Bassiimage: Add set_area() method
2012-03-16 Emmanuele Bassiimage: Add get_texture()
2012-03-16 Emmanuele Bassiactor: Fix RESIZE_ASPECT mode for the content box
2012-03-16 Emmanuele BassiDocumentation fixes
2012-03-16 Emmanuele BassiUpdate clutter.symbols
2012-03-16 Emmanuele BassiUse the content scaling filters
2012-03-16 Emmanuele Bassiactor: Add minification/magnification filters
2012-03-16 Emmanuele BassiAdd ClutterImage, and image data content
2012-03-16 Emmanuele Bassicanvas: Fix single header inclusion guard
2012-03-16 Emmanuele Bassicanvas: Add canvas size to the ::draw signal
2012-03-16 Emmanuele BassiAdd ClutterCanvas, a drawing content
2012-03-16 Emmanuele Bassipaint-node: Remove redundant declarations
2012-03-16 Emmanuele Bassicontent: Make get_preferred_size() public
2012-03-16 Emmanuele Bassiactor: Make paint_node() and ::paint mutually exclusive
2012-03-16 Emmanuele Bassipaint-nodes: Fix compiler warning
2012-03-16 Emmanuele Bassipaint-nodes: Use logical extents for the TextNode:...
2012-03-16 Emmanuele Bassicontent: Turn attached and detached into signals
2012-03-16 Emmanuele Bassicontent: Make vfuncs optional
2012-03-16 Emmanuele Bassipaint-node: Use JSON-GLib for debug serialization
2012-03-16 Emmanuele Bassidocs: Update the API reference
2012-03-16 Emmanuele Bassidocs: Update documentation on the paint sequence
2012-03-16 Emmanuele BassiAdd ClutterContent
2012-03-16 Emmanuele Bassiactor: Add paint_node virtual function
2012-03-16 Emmanuele BassiAdd PaintNode, an element on the render object tree
2012-03-15 Emmanuele Bassianimator: Fix NULL check
2012-03-15 Emmanuele Bassiactor: Remove G_SIGNAL_NO_RECURSE
2012-03-15 Emmanuele BassiI should compile the changes I make
2012-03-15 Emmanuele Bassiactor: Fix get_transition() method
2012-03-15 Emmanuele Bassidoc: Reference fixes
2012-03-15 Emmanuele Bassisymbols: Update
2012-03-15 Emmanuele Bassiactor: Add generic transition support
2012-03-15 Emmanuele Bassitransition: Clear the animatable member when removing...
2012-03-15 Emmanuele Bassitransition: Check the repeat count to remove on complete
2012-03-15 Emmanuele Bassitimeline: Add more state accessors
2012-03-15 Emmanuele Bassiactor: Add delay to the easing state
2012-03-15 Emmanuele Bassisymbols: Update
2012-03-15 Emmanuele Bassiactor: Implement implicit animatable properties
2012-03-15 Emmanuele BassiAdd ClutterPropertyTransition
2012-03-15 Emmanuele BassiAdd ClutterTransition
2012-03-15 Emmanuele Bassitypes: Declare new Transition classes
2012-03-15 Emmanuele Bassiinterval: Add variadic arguments for initial/final...
2012-03-14 Emmanuele Bassiactor: Annotate signals to enable some optimization
2012-03-13 Stefano FacchiniInstall clutter-version.h
2012-03-13 Chun-wei FanDist clutter-version.h
2012-03-13 Chun-wei Fanclutter-master-clock.c: Set frame_budget conditionally
2012-03-12 Stefano Facchinigdk: add new device types (GDK_SOURCE_TOUCHSCREEN,...
2012-03-09 Tristan Van BerkomFixed leaking GValue content in clutter_animation_setup...
2012-03-09 Emmanuele Bassitext: Use CoglFramebuffer API for the path-based clip
2012-03-07 Joseph ScheuhammerAdd brightness/contrast effect
2012-03-07 Emmanuele Bassically/text: Constify string members
2012-03-07 Emmanuele BassiFix missing/redundant declarations
next