profile/ivi/clutter.git
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 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-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 Robertstests: Add a simple conformance test for texture mipmaps
2010-01-14 Emmanuele BassiAdd a notice of deprecation in the pre-Git ChangeLog
2010-01-14 Neil Robertscogl-framebuffer: Return gboolean from try_creating_fbo
2010-01-14 Emmanuele Bassiconform: Add operators tests for ClutterColor
2010-01-14 Emmanuele Bassimaster-clock: Add profiling timers
2010-01-13 Emmanuele Bassiunits: Improve coverage of clutter_units_from_string()
2010-01-13 Emmanuele BassiAdd test-cogl-multitexture to the Git ignore file
2010-01-13 Emmanuele Bassibuild: Add a script to format gcov report lines
2010-01-13 Emmanuele BassiAdd gcov support to the build
2010-01-13 Emmanuele Bassibuild: Clean up COGL build flags
2010-01-13 Damien Lespiautexture: Remove reading the texture data back in :...
2010-01-12 Neil Robertscogl-framebuffer: Add some missing GL defines
2010-01-12 Neil Robertscogl: Remove the CGL_* defines
2010-01-12 Emmanuele Bassistage: Add the delete-event signal
2010-01-12 Robert Braggjournal: Fixes logging of multiple sets of texture...
2010-01-11 Emmanuele Bassitext: Zero out the cursor_pos member
2010-01-11 Emmanuele BassiRemove obsolete code from test-text
2010-01-11 Robert Braggcogl: Support multiple fallbacks in cogl_offscreen_new_...
2010-01-11 Damien Lespiaumedia: Add an API to specify which font should be used...
2010-01-10 Emmanuele Bassibuild: Clean up private header/source files
2010-01-08 Robert Braggframebuffers: cogl_offscreen_new_to_texture should...
2010-01-08 Robert Braggprofiling: Adds initial UProf accounting to Cogl
2010-01-08 Robert Braggprofiling: Allow limiting statisics just to picking
2010-01-08 Robert Braggprofiling: Parse --clutter-profile and CLUTTER_PROFILE...
2010-01-08 Robert Braggprofiling: Adds initial UProf support across clutter
2010-01-08 Robert BraggAdds a --enable-profile option to configure.ac
2010-01-08 Emmanuele Bassix11: Switch back to RGB visuals by default
2010-01-08 Damien Lespiaudoc: Fix media::{get,set}_subtitle_uri() symbol names
2010-01-07 Emmanuele Bassiactor: Just emit a relayout cycle warning
2010-01-07 Neil RobertsDon't set the GLX_TRANSPARENT_TYPE attribute to choose...
2010-01-05 Emmanuele BassiCovert stb_image.c to Unix format
2010-01-05 Emmanuele BassiInclude cogl-defines.h before using GL types
2010-01-05 Emmanuele Bassicogl: Fix array annotations
2010-01-05 Neil Robertstext: Store the markup attributes separately
2010-01-05 Neil Robertstext: Free the Pango attribute list resources
2010-01-05 Emmanuele Bassix11 tfp: Plug a leak
2010-01-05 Emmanuele BassiMerge branch 'matrix-mode'
2010-01-05 Emmanuele BassiRemove trailing comma from test UI definition
2010-01-05 Emmanuele Bassiscript: Copy the JSON node in PropertyInfo
2010-01-04 Damien Lespiau[media] Add an API to play a subtitle file along with...
2010-01-04 Emmanuele Bassitext: Use G_SIGNAL_ACTION for ::insert-text and ::delet...
2010-01-04 Alejandro PiñeiroAdded ClutterText::insert-text and ClutterText::delete...
2010-01-04 Emmanuele Bassibuild: Move CoglMatrixMode to cogl-matrix-stack.h
2010-01-04 Halton Huocogl-texture: Remove return in void functions
2010-01-04 Emmanuele Bassibuild: Maintainer cflags go in the _CFLAGS target
2010-01-04 Emmanuele Bassicogl: Const-ify vertices in cogl_polygon()
2010-01-04 Emmanuele Bassimaster-clock: Take a reference before advancing timelines
2010-01-03 Emmanuele BassiPost-release version bump to 1.1.5
2010-01-03 Emmanuele BassiRelease Clutter 1.1.4
2010-01-03 Emmanuele Bassibuild: Remove dist rule for non-existing image files
2010-01-03 Emmanuele BassiDisable g_set_prgname()
2009-12-23 Emmanuele BassiMerge branch 'animate-layout-manager' into ebassi-next
2009-12-23 Emmanuele Bassilayout-manager: Document the animation support
2009-12-23 Emmanuele Bassilayout-manager: Rewind the timeline in begin_animation()
2009-12-23 Emmanuele Bassibox-layout: Remove the allocations hash table
2009-12-22 Emmanuele Bassidocs: Clean up the README file
2009-12-20 Emmanuele BassiMerge branch 'stage-use-alpha' into ebassi-next
2009-12-20 Emmanuele BassiMerge branch 'internal-flag' into ebassi-next
2009-12-18 Emmanuele Bassiconform: Add test unit for the destruction of Containers
2009-12-18 Emmanuele Bassiactor: Add internal child flag
2009-12-13 Emmanuele Bassilayout: Let begin_animation() return the Alpha
2009-12-13 Emmanuele Bassibox-layout: Add knobs for controlling animations
2009-12-13 Emmanuele Bassibox-layout: Animate layout properties
next