profile/ivi/clutter.git
2009-06-19 Emmanuele Bassi[x11] Add a command line switch for enabling XInput
2009-06-19 Emmanuele Bassi[tests] Remove unneeded g_type_init()
2009-06-19 Emmanuele Bassi[backend] Do not store the stage manager singleton
2009-06-19 Emmanuele Bassi[x11] Use _clutter_context_is_initialized()
2009-06-19 Emmanuele BassiAllow checking initialization without side-effects
2009-06-19 Emmanuele Bassi[input] Rework input device API
2009-06-19 Damien LespiauPublic headers should not have #ifdefs relying on priva...
2009-06-18 Emmanuele BassiHide clutter_context_get_default()
2009-06-17 Emmanuele BassiRemove an unusued member from MainContext
2009-06-17 Matthew Allum[XInput] Get XInput working again.
2009-06-16 Emmanuele BassiDo not use the --pkd switch for g-ir-scanner
2009-06-16 Emmanuele Bassi[docs] Update the backends hacking reference
2009-06-16 Emmanuele Bassi[docs] Update the release notes
2009-06-16 Emmanuele Bassi[docs] Update the HACKING file
2009-06-16 Emmanuele Bassi[introspection] Add --pkg switch pointing at Clutter
2009-06-16 Emmanuele Bassi[stage] Remove an assertion
2009-06-16 Emmanuele BassiAdd more ActorBox utility methods
2009-06-16 Emmanuele Bassi[doap] Add branches for past releases
2009-06-16 Emmanuele BassiAdd accessors for the boxed types
2009-06-16 Colin WaltersPlug minor memory leak in cogl_vertex_buffer_submit_real
2009-06-15 Emmanuele Bassi[tests] Beautify the bouncing actor
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
next