profile/ivi/clutter.git
2010-05-20 Emmanuele BassiAdd named modifiers for Action and Constraint
2010-05-19 Emmanuele BassiRemove a redundant animation
2010-05-19 Emmanuele BassiSet the stage resizable in test-constraints
2010-05-19 Emmanuele BassiUse a 9 grid for the constraints test
2010-05-19 Emmanuele BassiMiscellaneous documentation fixes
2010-05-19 Emmanuele Bassidocs: Document animating action and constraint properties
2010-05-19 Emmanuele Bassidocs: Document BindConstraint and AlignConstraint
2010-05-19 Emmanuele Bassiconstraint: Rename BindConstraint:bind-axis
2010-05-19 Emmanuele Bassiconstraints: Add AlignConstraint
2010-05-19 Emmanuele Bassitests: Add a constraints interactive test
2010-05-19 Emmanuele Bassiconstraint: Add BindConstraint
2010-05-19 Emmanuele Bassiactor: Implement Animatable
2010-05-19 Emmanuele Bassianimation: Use the new Animatable API for custom properties
2010-05-19 Emmanuele Bassianimatable: Add custom properties to Animatable
2010-05-19 Emmanuele Bassiconstraint: Add ClutterConstraint base class
2010-05-17 Emmanuele Bassiaction: Warn if set_name() is called multiple times
2010-05-17 Emmanuele Bassiaction: Add DragAction, an action implementing drag...
2010-05-17 Emmanuele Bassiaction: Add ClutterAction
2010-05-17 Emmanuele Bassiactor: Add ActorMeta, a base class for actor modifiers
2010-05-17 Neil Robertscogl-material: Set the blend equation even if blend...
2010-05-17 Neil Robertscogl-material: Set blend constant even if alpha and...
2010-05-17 Neil Robertscogl-blend-string: Don't split combined blend statement...
2010-05-13 Chris Lordtext: Fix typos that were causing false-positive cache...
2010-05-11 Neil Robertscogl-path: Use true copy-on-write semantics
2010-05-11 Neil RobertsAdd a conformance test for ClutterCairoTexture
2010-05-11 Owen W. Taylortext: correct caching logic
2010-05-10 Neil RobertsRevert "clutter-cairo-texture: Use the new cogl_pixel_b...
2010-05-10 Owen W. Taylorcogl-framebuffer: Flush journal when creating fbo
2010-05-10 Emmanuele BassiAdd tests/conform/wrappers to the ignore file
2010-05-08 Emmanuele BassiFix annotation typos
2010-05-07 Neil Robertsclutter-cairo-texture: Fix destroying the old texture
2010-05-07 Robert Braggconform: Make gtester run a list of wrappers
2010-05-07 Neil Robertstest-cogl-multitexture: Set linear filters on the two...
2010-05-06 Neil Robertstest-conform-common: Disconnect all paint handlers...
2010-05-06 Neil Robertstest-cogl-readpixels: Reset the viewport and matrices
2010-05-06 Neil Robertstest-cogl-path: Initialise state.frame
2010-05-06 Neil Robertscogl-clip-stack: Set *stencil_used_p when the stack...
2010-05-05 Neil Robertsclutter-color: Don't directly read the contents of...
2010-05-05 Neil Robertsclutter-color: Remove the value table
2010-05-05 Øyvind Kolåsanimator: fix looping when doing cubic interpolation
2010-05-05 Øyvind Kolåsanimator: only keys that are removed due to actors...
2010-05-05 Øyvind Kolåsanimator: refactoring
2010-05-05 Øyvind Kolåsanimator: retain ease-in/interpolation when changing...
2010-05-05 Øyvind Kolåsanimator: fix crash when setting keys on running animator
2010-05-05 Neil Robertsgles: Fix the functions names for the GL_OES_framebuffe...
2010-05-05 Owen W. TaylorIgnore unexpected GLX_BufferSwapComplete
2010-05-05 Emmanuele Bassidocs: Update the dependencies in the README
2010-05-05 Emmanuele Bassibuild: Clean up build dependencies
2010-05-05 Emmanuele Bassianimation: Use 'guint' for set_duration() parameter
2010-05-05 Jussi Kukkonencontainer: use CLUTTER_IS_ACTOR on correct parameter
2010-05-04 Damien Lespiaudebug: Use G_UNLIKELY in the tests
2010-05-04 Owen W. TaylorCall backend handle_event from clutter_x11_handle_event()
2010-04-30 Robert Braggdebug: wrap glClear calls with the GE macro
2010-04-29 Neil Robertscogl-texture-2d-sliced: Use the converted bitmap when...
2010-04-29 Neil Robertscogl-texture: Don't attempt to use GL to convert format...
2010-04-29 Neil Robertscogl-material: Fix the check to prevent using too many...
2010-04-29 Neil Robertscogl-material: Fix the warning for when too many layers...
2010-04-29 Neil Robertstest-cogl-materials: Add a test using the maximum numbe...
2010-04-28 Emmanuele BassiFix clutter_event_get_coords() for crossing events
2010-04-27 Emmanuele Bassiactor: Make consistent use of the name in error reporting
2010-04-26 Emmanuele BassiClean up the Texture private data structure
2010-04-25 Neil Robertsmingw-cross-compile.sh: Write the build environment...
2010-04-25 Neil Robertsmingw-cross-compile.sh: Update the package versions
2010-04-22 Neil Robertscogl-path: Make cogl_path_arc_rel static
2010-04-22 Neil Robertscogl-path: Add documentation for the angles of cogl_pat...
2010-04-22 Emmanuele Bassiprofile: Add profiling points for Text
2010-04-22 Emmanuele Bassiprofile: Fix the report generation
2010-04-22 Emmanuele BassiAdd uprof to the jhbuild moduleset
2010-04-22 Emmanuele Bassiactor: Add an internal variant of get_stage()
2010-04-22 Emmanuele Bassidocs: Fix gtk-doc warnings
2010-04-21 Neil Robertscogl-path: Fix the truncation when adding to a copied...
2010-04-21 Neil Robertstest-cogl-path: Test sub paths and intersections
2010-04-21 Neil Robertscogl-clip-stack: Use orientation of the polygon to...
2010-04-21 Neil Robertscogl-path: Document how a shape is filled
2010-04-21 Neil Robertscogl-path: Don't try to union sub paths
2010-04-21 Neil Robertspicking: Read the colour value using COGL_PIXEL_FORMAT_...
2010-04-21 Neil Robertscogl_read_pixels: Always use GL_RGBA/GL_UNSIGNED_BYTE...
2010-04-21 Neil Robertscogl-bitmap: Fix converting formats with and without...
2010-04-19 Emmanuele BassiRequire GLib >= 2.18
2010-04-19 Neil Robertsclutter-texture: Remove confusing comments about realiz...
2010-04-19 Robert Braggglx: handle spurious GLX_BufferSwapComplete events...
2010-04-16 Neil Robertsclutter-cairo-texture: Use the new cogl_pixel_buffer API
2010-04-16 Emmanuele Bassitext: Increase the size of the Layout cache
2010-04-16 Rob Bradfordtext: Check generated size of layouts in cache
2010-04-15 Neil Robertscogl: Implement retained clip stacks
2010-04-15 Neil Robertscogl-clip-stack: Convert to be a CoglHandle
2010-04-15 Neil RobertsSeparate out CoglClipStackState from cogl-clip-stack.c
2010-04-15 Neil Robertscogl-slip-stack: Store clip window rect entries in...
2010-04-15 Neil Robertscogl-clip-stack: Store window rect entries as ints...
2010-04-15 Neil Robertscogl-clip-stack: Use reference counted stack entries
2010-04-14 Emmanuele Bassidocs: Clean up ClutterActor's long description
2010-04-13 Emmanuele BassiAdd test-cogl-wrap-mode to the ignore list
2010-04-13 Neil Robertscogl-atlas-texture: Fix a memory leak
2010-04-12 Neil Robertscogl-material: Use CLAMP_TO_EDGE for WRAP_AUTOMATIC...
2010-04-12 Neil Robertstests: Add a conformance test for the wrap modes of...
2010-04-12 Neil Robertscogl-material: Add support for setting the wrap mode...
2010-04-12 Neil RobertsSplit the wrap mode of _cogl_texture_set_wrap_mode...
2010-04-12 Neil Robertscogl: Make private members really hard to accidentally use
2010-04-12 Neil RobertsCoglMatrix: Don't make the matrix fields private
2010-04-12 Neil RobertsFix indentation in CoglMatrix
next