profile/ivi/clutter.git
2010-02-15 Emmanuele Bassiconform: Do not use deprecated API
2010-02-15 Emmanuele Bassix11: Do not set pid or title on foreign windows
2010-02-15 Emmanuele Bassidocs: Mention signal-swapped-after modifier
2010-02-12 Damien Lespiaudocs: Add 2010 in COGL's Copyright notice
2010-02-12 Damien Lespiaucogl-buffer: fix compilation for GL ES
2010-02-12 Neil Robertscogl-atlas-texture: Flush the journal before adding...
2010-02-12 Neil Robertscogl-sub-texture: Optimise taking a sub texture of...
2010-02-12 Emmanuele Bassiactor: Split get_paint_opacity() from the type check
2010-02-12 Emmanuele Bassiactor: Do not call get_opacity() from get_paint_opacity()
2010-02-12 Emmanuele Bassidocs: Fixes for Cogl
2010-02-12 Emmanuele Bassibuild: Use -Wuninitialized instead of -Wno-uninitialized
2010-02-12 Emmanuele Bassianalysis: Interactive tests
2010-02-12 Emmanuele Bassianalysis: Conformance tests
2010-02-12 Emmanuele Bassianalysis: x11: ClutterEvent
2010-02-12 Emmanuele Bassianalysis: CoglPangoRenderer
2010-02-12 Emmanuele Bassianalysis: ClutterTimeoutPool
2010-02-12 Emmanuele Bassianalysis: ClutterTimeline
2010-02-12 Emmanuele Bassianalysis: ClutterTexture
2010-02-12 Emmanuele Bassianalysis: ClutterText
2010-02-12 Emmanuele Bassianalysis: ClutterStage
2010-02-12 Emmanuele Bassianalysis: ClutterScriptParser
2010-02-12 Emmanuele Bassianalysis: ClutterRectangle
2010-02-12 Emmanuele Bassianalysis: ClutterModel
2010-02-12 Emmanuele Bassianalysis: ClutterMain
2010-02-12 Emmanuele Bassianalysis: ClutterInterval
2010-02-12 Emmanuele Bassianalysis: ClutterBoxLayout
2010-02-12 Emmanuele Bassianalysis: ClutterBehaviour
2010-02-12 Emmanuele Bassianalysis: ClutterAnimation
2010-02-12 Emmanuele Bassianalysis: ClutterAnimator/2
2010-02-12 Emmanuele Bassianalysis: ClutterAnimator/1
2010-02-12 Emmanuele Bassianalysis: ClutterAlpha
2010-02-12 Emmanuele Bassianalysis: ClutterActor
2010-02-12 Neil Robertscogl: Cache the value for GL_MAX_TEXTURE_UNITS
2010-02-12 Robert Braggcogl: resolves some low hanging issues flagged by clang
2010-02-12 Robert Braggcogl_rectangle: avoid redundant copy of geometry
2010-02-12 Robert Braggcogl: explicitly mark cogl_<object>_ref/unref APIs...
2010-02-12 Robert Braggcogl: cleanly separate primitives + paths code
2010-02-12 Robert Braggcogl: remove redundant _cogl_journal_flush prototype
2010-02-12 Robert Braggcogl: improves header and coding style consistency
2010-02-12 Robert Braggcogl: deprecates cogl_check_extension
2010-02-12 Robert Braggnever presume queuing redraws on invisible actors is...
2010-02-12 Robert Braggbox: port a ClutterGroup::foreach fix to ClutterBox
2010-02-12 Robert Braggbox: Adds missing copyright header
2010-02-12 Robert Bragggroup: make it comparable to ClutterBox
2010-02-12 Emmanuele Bassidocs: Update the backend HACKING file
2010-02-11 Neil Robertscogl: Add a fallback for when the signbit macro is...
2010-02-10 Emmanuele BassiDo a sanity check on _clutter_do_pick() arguments
2010-02-10 Emmanuele Bassiinput-device: Do not pick() on NULL stages
2010-02-10 Emmanuele Bassitext: Bump up the preferred height
2010-02-10 Emmanuele Bassitest-text-field: Tone down the border
2010-02-10 Emmanuele Bassitest-text-field: Use ActorBox methods for the border
2010-02-10 Robert Bragguprof: make the Redrawing timer a child of the Master...
2010-02-10 Robert Braggbackend-glx: Fix glXQueryVersion test
2010-02-10 Neil Robertscogl-material: Layers are not equal if the filters...
2010-02-10 Emmanuele Bassibuild: Tweak internal defines for building Clutter
2010-02-09 Robert Braggdebug: Adds CLUTTER_DEBUG=disable-swap-events option
2010-02-09 Robert Braggglx backend: Adds support for GLX_INTEL_swap_event
2010-02-09 Robert Braggglx backend: when running with GLX 1.3 then create...
2010-02-09 Neil Robertsclutter-backend: Fix the error check in _clutter_backen...
2010-02-09 Emmanuele Bassicogl: Move material_copy() out of the deprecated section
2010-02-09 Emmanuele BassiFix some compiler warnings
2010-02-09 Neil Robertscogl-bitmap: Remove const from premult_alpha_last_four_...
2010-02-09 Emmanuele Bassidocs: Clean up the unused symbols for Cogl
2010-02-09 Bastian Winklercogl-buffer: Use correct argument types in cogl_buffer_...
2010-02-09 Emmanuele Bassidocs: Move some Cogl defines in the private section
2010-02-09 Emmanuele Bassidocs: Fixes for Cogl API reference
2010-02-09 Emmanuele BassiPost-release bump to 1.1.11
2010-02-09 Emmanuele BassiRelease 1.1.10
2010-02-09 Emmanuele BassiUpdate NEWS file
2010-02-09 Emmanuele Bassibuild: Always build conformance tests with debug symbols
2010-02-09 Robert Braggconform: fix stack corruption in test-behaviours.c
2010-02-09 Neil Robertscogl-texture-2d: Use _cogl_texture_driver_gen to genera...
2010-02-09 Neil Robertscogl: Use SSE2 when possible for premultiplying
2010-02-09 Emmanuele Bassiactor: Improve readability of raise/lower warnings
2010-02-09 Halton HuoRemove return from void functions
2010-02-08 Emmanuele BassiPost-release bump to 1.1.9
2010-02-08 Emmanuele BassiRelease Clutter 1.1.8
2010-02-08 Emmanuele Bassitest-animator: Do not use mid-function blocks
2010-02-08 Emmanuele Bassianimator: Zero the AnimatorKey:value member
2010-02-08 Emmanuele Bassidocs: Fixes for ClutterAnimator
2010-02-08 Emmanuele BassiMerge me
2010-02-08 Emmanuele Bassidocs: Update NEWS
2010-02-08 Emmanuele Bassidocs: Update the release notes
2010-02-08 Damien Lespiaucogl-buffer: Use TEXTURE as the only value for CoglBuff...
2010-02-08 Damien Lespiaucogl-buffer: make sure the code compiles on GL ES
2010-02-08 Damien Lespiaucogl-pixel-buffer: Add a fallback path
2010-02-08 Damien Lespiautests: Add a test for CoglPixelBuffers
2010-02-08 Damien Lespiaucogl-texture: Add a new constructor to turn CoglBuffers...
2010-02-08 Damien Lespiaucogl-pixel-buffer: add a pixel buffer object class
2010-02-08 Damien Lespiaucogl-buffer: add an abstract class around openGL's...
2010-02-08 Damien Lespiaucogl: new textures sould have GL_TEXTURE_MIN_FILTER...
2010-02-08 Damien Lespiaucogl: Introduce the GE_RET() debug macro
2010-02-08 Emmanuele BassiMerge branch 'animator-parser'
2010-02-08 Emmanuele Bassidocs: Describe the Animation definition syntax
2010-02-08 Emmanuele Bassianimator: Provide a ClutterScript parser
2010-02-08 Emmanuele Bassianimator: Allow retrieving type property type from...
2010-02-08 Emmanuele Bassiscript: Use a node when resolving an animation mode
2010-02-08 Robert Braggcogl path: make sure marking the clip state dirty takes...
2010-02-08 Neil Robertsclutter-master-clock: Don't wait for a frame if time...
2010-02-08 Emmanuele Bassitest-flow-layout: Remove unneeded Stage sizing
next