profile/ivi/clutter.git
2009-06-15 Neil Roberts[ClutterCairoTexture] Use the right component ordering...
2009-06-15 Emmanuele Bassi[cairo-texture] Clean up and whitespace fixes
2009-06-15 Emmanuele Bassi[animation] Rework animation chaining
2009-06-15 Emmanuele Bassi[animation] Allow swapped/after signal variants
2009-06-15 Emmanuele BassiDisable single header inclusion for GLib
2009-06-15 Owen W. TaylorFix redraw queueing in the presence of cloning
2009-06-15 Emmanuele Bassi[tests] Add unit for Clone behaviour
2009-06-15 Owen W. TaylorFix handling of not-visible texture pixmaps
2009-06-14 Damien Lespiau[gitignore] ignore TAGS and new test
2009-06-12 Neil Roberts[test-cogl-tex-tile] Fix breakages from ClutterFixed...
2009-06-11 Robert Bragg[_cogl_texture_bitmap_prepare] use bitmap format for...
2009-06-11 Emmanuele Bassi[tests] Fix the cogl_polygon() interactive test
2009-06-11 Emmanuele Bassi[tests] Fix the VBO interactive test
2009-06-11 Emmanuele Bassi[tests] Update test-actors (and clones)
2009-06-11 Robert Bragg[cogl] Don't allow calling cogl_set_source_texture...
2009-06-11 Robert BraggBug 1406 - Handling of premultiplication in clutter
2009-06-11 Robert Bragg[cogl-texture docs] Improves the documentation of the...
2009-06-11 Robert Bragg[test-premult] Adds a unit test for texture upload...
2009-06-11 Robert Bragg[fog] Document that fogging only works with opaque...
2009-06-11 Robert Bragg[test-blend-strings] Explicitly request RGBA_888 tex...
2009-06-11 Robert Bragg[premultiplication] Be more conservative with what...
2009-06-11 Robert Bragg[bitmap] Fixes _cogl_bitmap_fallback_unpremult
2009-06-11 Robert Bragg[cogl-bitmap] Fix minor copy and paste error in _cogl_b...
2009-06-11 Owen W. TaylorAvoid unnecesary unpremultiplication when saving to...
2009-06-11 Owen W. TaylorDon't unpremultiply Cairo data
2009-06-11 Owen W. TaylorDefault to a blend function that expects premultiplied...
2009-06-11 Owen W. TaylorImplement premultiplication for CoglBitmap
2009-06-11 Owen W. TaylorUse correct texture format for pixmap textures and...
2009-06-11 Owen W. TaylorAdd cogl_color_premultiply()
2009-06-11 Emmanuele Bassi[build] Fix distcheck for the json-glib internal copy
2009-06-11 Emmanuele BassiBug 1637 - Master clock improvements
2009-06-11 Emmanuele Bassi[tests] Fix a segfault in the binding-pool test
2009-06-11 Emmanuele BassiChange the paint forcing on the Text cache text
2009-06-11 Neil Roberts[timelines] Improve marker hit check and don't fudge...
2009-06-11 Tommi Komulainenstage: set key focus actor to NULL before emitting...
2009-06-11 Neil RobertsRevert "[timeline] Don't clamp the elapsed time when...
2009-06-11 Neil Roberts[tests] Don't add a newline to the end of g_test_messag...
2009-06-11 Neil Roberts[test-timeline] Add a marker at the beginning of the...
2009-06-10 Neil Roberts[timeline] Don't clamp the elapsed time when a looping...
2009-06-10 Emmanuele Bassi[text] Do not leak the effective attributes
2009-06-10 Neil Roberts[master-clock] Throttle if no redraw was performed
2009-06-10 Emmanuele Bassi[docs] Annotate fixed sized arrays
2009-06-10 Emmanuele Bassi[docs] Update Clutter's API reference
2009-06-10 Emmanuele BassiForce a paint instead of calling clutter_redraw()
2009-06-10 Emmanuele Bassi[build] Use top_srcdir instead of relative paths
2009-06-10 Emmanuele Bassi[l10n] Add LINGUAS
2009-06-10 Emmanuele Bassi[docs] Various gtk-doc fixes for COGL
2009-06-09 Emmanuele BassiFix clutter_redraw() to match the redraw cycle
2009-06-09 Emmanuele BassiRun the repaint functions inside the redraw cycle
2009-06-09 Owen W. TaylorRemove useless manual timeline ticking
2009-06-09 Owen W. TaylorMove elapsed-time calculations into ClutterTimeline
2009-06-09 Owen W. TaylorLimit the frame rate when not syncing to VBLANK
2009-06-09 Owen W. TaylorDecrease the main-loop priority of the frame cycle
2009-06-09 Owen W. TaylorAvoid motion-compression in test-picking test
2009-06-09 Owen W. TaylorCompress events as part of the frame cycle
2009-06-09 Owen W. TaylorRemove stage update idle and do updates from the master...
2009-06-09 Owen W. TaylorCall g_main_context_wakeup() when we start running...
2009-06-09 Owen W. TaylorRemove unused msecs_delta member
2009-06-09 Owen W. TaylorSimplify timeout list handling for the master clock
2009-06-09 Owen W. TaylorOnly advance the master clock before drawing a frame
2009-06-09 Emmanuele Bassi[docs] Various gtk-docs fixes
2009-06-09 Emmanuele Bassi[stage] Rename fullscreen methods
2009-06-09 Emmanuele Bassi[stage] Rename :fullscreen to :fullscreen-set
2009-06-09 Emmanuele Bassi[build] Update the experimental features checks
2009-06-09 Emmanuele Bassi[json] Update the internal JSON-GLib copy
2009-06-09 Emmanuele Bassi[introspection] Add --c-include to g-ir-scanner
2009-06-09 Emmanuele Bassi[build] Add as-compiler-flag.m4 to the dist
2009-06-09 Neil Roberts[CoglTexture] Initialise tex->first_pixels to NULL...
2009-06-09 Owen W. TaylorFix unitialized first_pixels for foreign textures
2009-06-08 Owen W. TaylorOn bad blend strings, print the error if not returning it
2009-06-08 Garry BodsworthFix for new potential memory leak in ClutterGLXTextureP...
2009-06-08 Owen W. TaylorProperly adjust msecs_delta when clamping elapsed time
2009-06-08 Emmanuele Bassi[animation] Keep a reference during notify::alpha
2009-06-08 Emmanuele Bassiintrospection-friendly ClutterEvent accessors
2009-06-08 Garry Bodsworth[glx-texture-pixmap] Unref a cogl texture handle.
2009-06-08 Garry BodsworthFix memory leak in ClutterGLXTexturePixmap.
2009-06-08 Owen W. TaylorStraighten out 'realize' handling for ClutterGLXTexture...
2009-06-08 Owen W. TaylorRemove unnecessary setting of CLUTTER_ACTOR_REALIZED...
2009-06-08 Owen W. TaylorBe more tolerant about natural_width < min_width
2009-06-08 Owen W. TaylorUse double temporaries when computing group size
2009-06-08 Owen W. TaylorHandle a clone of an actor with an unmapped parent
2009-06-08 Emmanuele Bassi[tests] Clarify the numbers
2009-06-08 Emmanuele Bassi[tests] The ::focus-in signal was renamed ::key-focus-in
2009-06-08 Emmanuele Bassi[build] Add AS_COMPILER_FLAGS
2009-06-08 Emmanuele Bassi[x11] Do not forcibly set the stage size on fullscreen
2009-06-08 Owen W. Taylor[build] Search for Cogl GIR in the right place
2009-06-07 Robert Bragg[test-blend-strings] Fix a silly off by one that meant...
2009-06-06 Emmanuele Bassi[texture] Fix error reporting on ::load-finished
2009-06-06 Emmanuele Bassi[units] Always recompute pixels
2009-06-06 Emmanuele Bassi[build] Remove -Werror for the maintainer cflags
2009-06-06 Emmanuele BassiFixes for some compiler warnings
2009-06-06 Owen W. Taylor[actor] get_transformed_position(): initialize Z value
2009-06-06 Owen W. TaylorFix stopping a timeline
2009-06-06 Johan BilienFix the leak of the GList of layers in CoglMaterial
2009-06-06 Bastian WinklerBroken fixed:: arguments
2009-06-06 Emmanuele Bassi[build] Check for libXext
2009-06-05 Neil Roberts[CoglPangoDisplayList] Don't store the base color in...
2009-06-05 Emmanuele Bassi[repaint] Run the repaint functions in clutter_redraw()
2009-06-05 Emmanuele Bassi[docs] Update README
2009-06-05 Robert Bragg[cogl] cogl_material_set_layer does nothing if resettin...
next