profile/ivi/clutter.git
2010-02-06 Neil Robertscogl-bitmap: Update the format after (un)premultiplying
2010-02-05 Neil Robertscogl-atlas-texture: Fix a cut and paste error when...
2010-02-03 Neil Robertscogl-texture: Avoid copying the bitmap when premultiply...
2010-02-03 Neil Robertscogl-texture: Split out _cogl_texture_prepare_for_upload
2010-02-03 Neil Robertscogl-atlas: Make the cogl_atlas_* API internal
2010-02-01 Neil RobertsMerge remote branch 'master' into texture-debugging
2010-02-01 Neil Robertscogl-material: Compare GL texture numbers for material...
2010-02-01 Neil Robertscogl: Let GL do the format conversion when uploading...
2010-02-01 Neil Robertscogl: Do the premult conversion in-place rather than...
2010-02-01 Neil Robertscogl-atlas-texture: Use a single atlas for both RGB...
2010-02-01 Emmanuele BassiMerge branch 'device-manager'
2010-02-01 Alejandro PiñeiroFix problems with "position" and "selection-bound"...
2010-02-01 Emmanuele Bassistage: Add :key-focus property
2010-02-01 Emmanuele Bassidocs: Update the README
2010-02-01 Emmanuele Bassidocs: Update the configure switches in the README
2010-02-01 Emmanuele Bassibuild: Warn with --disable-conformance and --enable...
2010-02-01 Emmanuele BassiRemove tabs from configure.ac
2010-02-01 Emmanuele Bassibuild: Allow disabling the conformance test suite
2010-02-01 Emmanuele BassiWhitespace fixes in cogl-util
2010-02-01 Emmanuele BassiWhitespace fixes
2010-02-01 Emmanuele Bassidocs: Fixes for TimeoutPool and Frame sources
2010-01-28 Neil Robertscogl: Use the colours of COGL_DEBUG=rectangles to debug...
2010-01-27 Neil Robertscogl-vertex-buffer: Fix disabling the texture arrays...
2010-01-27 Neil Robertsdocs: Add some notes about the CoglPixelFormat enums
2010-01-27 Neil Robertsdocs: Fix some of the examples for the animation docs
2010-01-26 Damien Lespiaucogl: Fix checks of the number of available texture...
2010-01-26 Damien Lespiaucogl: Fix gl equivalent of blend string
2010-01-26 Damien Lespiautests: blend-string: use g_assert_cmpint
2010-01-26 Damien Lespiautest-cogl-multitexture: use several materials with...
2010-01-26 Damien Lespiaucogl: Create CoglTextureUnit with its associated unit...
2010-01-22 Emmanuele Bassiactor: Use GParamSpecUint for :opacity
2010-01-22 Emmanuele Bassitest-easing: Do not reconnect signals multiple times
2010-01-22 Emmanuele Bassianimation: Verify internal state
2010-01-22 Emmanuele Bassidocs: Fix the Animation:object property
2010-01-22 Emmanuele Bassianimation: Add more debug annotations
2010-01-22 Emmanuele Bassianimation: Transform if necessary
2010-01-22 Emmanuele Bassianimation: Check for value transformability
2010-01-22 Neil Robertscogl-atlas-texture: Add a debug option to disable the...
2010-01-22 Emmanuele Bassibuild: Use no-define
2010-01-21 Emmanuele Bassibuild: Add no-portability option to automake
2010-01-21 Emmanuele Bassimaster clock: Improve the timeline advancement protection
2010-01-20 Emmanuele Bassix11: Re-enable XI1 extension keyboards
2010-01-20 Emmanuele Bassix11: Always handle core device events before XI events
2010-01-20 Emmanuele Bassidocs: Documentation fixes for DeviceManager
2010-01-20 Emmanuele Bassidevice-manager: Fix the signals definition
2010-01-20 Emmanuele Bassidocs: Add sections for InputDevice and DeviceManager
2010-01-20 Emmanuele Bassidocs: Add clutter_input_device_get_device_name()
2010-01-20 Emmanuele Bassitests: Print out the device details on motion
2010-01-20 Emmanuele BassiAlways register core devices
2010-01-20 Emmanuele Bassidevice: Remove unused is_default member
2010-01-20 Emmanuele Bassiwin32: Experimental implementation of device support
2010-01-20 Emmanuele Bassitests: Print the device name, as well as its Id
2010-01-20 Emmanuele Bassix11: Fill out the :name property of the InputDevices
2010-01-20 Emmanuele Bassidevice: Add the :name property to InputDevice
2010-01-20 Emmanuele Bassix11: Store core devices on the X11 Backend singleton
2010-01-20 Emmanuele Bassidevice: Unset the cursor actor when leaving the stage
2010-01-20 Emmanuele Bassidevice: Add pointer actor getter
2010-01-20 Emmanuele Bassix11: Discard the LeaveNotify for off-stage ButtonRelease
2010-01-20 Emmanuele Bassidevice: Do not overwrite the stage for an InputDevice
2010-01-20 Emmanuele Bassievent: Off-stage button releases have a click count...
2010-01-20 Emmanuele Bassievent: Scroll events do not have click count
2010-01-20 Emmanuele BassiWhitespace and indentation fixes
2010-01-20 Emmanuele Bassievent: Clean up click-count detection
2010-01-20 Emmanuele Bassidevice: Store the current state, not the previous
2010-01-20 Emmanuele Bassitests: Fix test-events output
2010-01-20 Emmanuele Bassidocs: Update the API reference
2010-01-20 Emmanuele BassiDo not pick when motion event delivery is disabled
2010-01-20 Emmanuele BassiRework the emission of LEAVE/ENTER event pairs
2010-01-20 Emmanuele Bassitests: Clean up test-events
2010-01-20 Emmanuele BassiAdd docs and licensing notices
2010-01-20 Emmanuele BassiMove all picking-related operations inside InputDevice
2010-01-20 Emmanuele Bassiactor: Add :has-pointer property
2010-01-20 Emmanuele Bassidevice: Make InputDevice an object and subclass it...
2010-01-20 Emmanuele Bassitests: Update the devices test
2010-01-20 Emmanuele Bassix11: Always assign a device to pointer and key events
2010-01-20 Emmanuele BassiAdd :is-default flag to InputDevice
2010-01-20 Emmanuele BassiPort the X11 backend to the Device Manager
2010-01-20 Emmanuele BassiAdd ClutterDeviceManager
2010-01-19 Neil Robertstest-cogl-npot-texture: Use the COGL_TEXTURE_NO_ATLAS...
2010-01-19 Neil Robertscogl-atlas-texture: Don't create atlas textures with...
2010-01-19 Neil Robertswin32: Use an invisible cursor when cursor-visible...
2010-01-18 Neil RobertsPost-release version bump to 1.1.7
2010-01-18 Neil RobertsRelease Clutter 1.1.6
2010-01-18 Neil RobertsREADME: Clarify the required OpenGL version
2010-01-18 Neil RobertsAdd build/mingw/{README,mingw-cross-compile.sh} to...
2010-01-18 Neil Robertstest-texture-fbo: Disconnect the paint handler for...
2010-01-18 Neil Robertsclutter-group: Use g_list_foreach in clutter_group_real...
2010-01-18 Neil Robertscogl-atlas-texture: Fix premultiplied texture formats
2010-01-18 Neil Robertscogl-primitives: Ensure the mipmaps for a layer before...
2010-01-18 Neil Robertscogl: Make CoglSubTexture only work for quad rendering
2010-01-15 Samuel Degrandewin32: Fix computation of the fullscreen size during...
2010-01-15 Emmanuele Bassidocs: Clarify usage of UTF-8 or ASCII art in commit...
2010-01-15 Emmanuele Bassidocs: Display the features section
2010-01-15 Emmanuele BassiAdd test-cogl-texture-mipmaps to the Git ignore file
2010-01-15 Emmanuele Bassix11: Fix typo in clutter_x11_set_use_argb_visual()...
2010-01-15 Emmanuele Bassidocs: Ignore clutter-profile.h
2010-01-15 Neil Robertscogl-texture: Fix manual repeating for negative coordinates
2010-01-15 Neil Robertscogl-texture-2d: Fix the coordinate wrapping for negati...
2010-01-15 Neil RobertsMerge branch 'master' into more-texture-backends
2010-01-15 Neil Robertstests: Add a simple conformance test for texture mipmaps
next