profile/ivi/clutter.git
2010-06-10 Emmanuele Bassieffect: Add PageTurnEffect
2010-06-10 Emmanuele Bassieffect: Add DeformEffect
2010-06-10 Emmanuele Bassioffscreen-effect: Traslate the modelview with the offsets
2010-06-10 Emmanuele Bassidocs: Fix Effect subclassing section
2010-06-09 Neil Robertscogl-material: Fix the function which sets the enable...
2010-06-09 Robert Braggmaterial: Avoid redundant glBindTexture calls
2010-06-09 Robert Braggmaterial: Adds backend abstraction for fragment processing
2010-06-09 Neil Robertscogl-atlas-texture: Flush the journal before starting...
2010-06-09 Robert Braggatlas: fix some journal flushing issues
2010-06-09 Robert Braggprimitives: make sure to update texture storage before...
2010-06-09 Robert Braggtest-cogl-tex-foreign: save and restore GL state correctly
2010-06-09 Robert Braggtest-cogl-texture-rectangle: save restore GL state...
2010-06-09 Robert Braggmatrix: add cogl_matrix_equal API
2010-06-09 Damien Lespiaucogl-material: Use fragment programs instead of texture...
2010-06-09 Damien Lespiaucogl: Introduce private feature flags and check for...
2010-06-09 Neil Robertstest-cogl-texture-rectangle: Fix the size allocated...
2010-06-09 Emmanuele BassiAlways have a valid font map
2010-06-09 Johan BilienCreate the pango context in clutter_set_font_flags
2010-06-09 Robert Braggbackend-glx: Avoid vblank waits/glFinish calls when...
2010-06-09 Robert Braggbackend-glx: only check for GLX_SGI_video_sync for...
2010-06-09 Robert Braggbackend-glx: Make sure to throttle sub region blits
2010-06-09 Adel Gadllahbackend-glx: Provide copy_sub_buffer fallback
2010-06-08 Neil Robertscogl-gles2-wrapper: Fix some cases using the wrong...
2010-06-08 Emmanuele Bassitexture-async: Fix path fallback code
2010-06-07 Emmanuele BassiPost-release bump to 1.3.5
2010-06-07 Emmanuele BassiRelease 1.3.4
2010-06-07 Emmanuele Bassiscript: Support layout manager properties
2010-06-07 Emmanuele Bassilayout-manager: Implement set_container()
2010-06-07 Emmanuele Bassiblur-effect: Fix loop unrolling
2010-06-07 Damien Lespiaudoc: Some fixes for the Cogl documentation
2010-06-07 Damien Lespiauanimator,state: Mark variadic functions that ends with...
2010-06-07 Colin Waltersg_source_set_name on custom sources (if available)
2010-06-07 Emmanuele BassiAdd test-cogl-object to the ignore file
2010-06-04 Damien Lespiaubuild: Don't distribute clutter-version.h and cogl...
2010-06-04 Robert Braggcogl-object-private.h: white space cleanup
2010-06-04 Robert Braggconform: Adds a test-cogl-object conformance test
2010-06-04 Robert BraggCoglObject: Adds a COGL_OBJECT macro for casting
2010-06-04 Robert BraggCoglObject: Adds cogl_object_{get,set}_user_data
2010-06-04 Robert Braggcogl-path: Adds missing cogl_is_path prototype
2010-06-04 Robert Braggcogl-path: Renames cogl_path_get/set cogl_get/set_path
2010-06-04 Emmanuele Bassitest-drag: Add desaturation effect
2010-06-03 Damien Lespiaubuild: Fix out of tree gtk-doc generation
2010-06-03 Damien Lespiaubuild: Do not distribute clutter-json.h
2010-06-03 Emmanuele Bassidocs: Effects fixes for the API reference
2010-06-03 Emmanuele Bassieffects: Fix stacking of offscreen-based effects
2010-06-03 Emmanuele Bassiactor: Add "effects" to the animatable metas
2010-06-03 Emmanuele Bassishader-effect: Simplify setting the shader source
2010-06-03 Emmanuele Bassidocs: Add Effects API to the reference
2010-06-03 Emmanuele Bassieffect: Rework the OffscreenEffect painting
2010-06-03 Emmanuele Bassieffect: Add ColorizeEffect
2010-06-03 Emmanuele Bassieffect: Add DesaturateEffect
2010-06-03 Emmanuele Bassieffect: Add BlurEffect
2010-06-03 Emmanuele Bassieffect: Add ShaderEffect
2010-06-03 Emmanuele Bassieffect: Add OffscreenEffect
2010-06-03 Emmanuele BassiAdd the ClutterEffect abstract class
2010-06-03 Emmanuele Bassiactor: Reset the modelview matrix
2010-06-03 Damien Lespiaubuild: Distribute cogl-object.h
2010-06-01 Emmanuele Bassidocs: Miscellaneous fixes to silence gtk-doc
2010-06-01 Robert Braggclip_stack: Remove use of CoglHandle in the CoglClipSta...
2010-06-01 Robert Braggbitmap: Remove use of CoglHandle in the CoglBitmap API
2010-06-01 Robert Braggpath: Remove use of CoglHandle in the CoglPath API
2010-06-01 Robert Braggcogl: avoid ‘_cogl_xyz_handle_new’ defined but not...
2010-06-01 Damien Lespiauanalysis: Fix some CoglFixed API
2010-06-01 Damien Lespiauanalysis: Use static functions when possible
2010-06-01 Damien Lespiauanalysis: Make all function declarations be protoypes
2010-06-01 Damien Lespiauanalysis: Fix the "key-press-event" callback signature
2010-06-01 Damien Lespiauanalysis: None used in pointer context
2010-06-01 Damien Lespiauanalysis: FALSE/0 used in pointer context
2010-05-30 Emmanuele BassiUpdate git ignore file
2010-05-28 Robert Braggbuffer: Remove use of CoglHandle in the CoglBuffer API
2010-05-28 Robert BraggStart eradicating the CoglHandle typedef
2010-05-28 Neil Robertscogl-texture-2d: Regenerate the mipmaps when the textur...
2010-05-28 Robert Braggtexture: don't use a static bool to gate warning
2010-05-28 Robert Bragg[texture] Support picking textures according to their...
2010-05-28 Robert Bragg[material] fix _set_alpha_test_function: missing a...
2010-05-28 Robert Bragg[texture] remove redundant if (paint_opacity == 0)...
2010-05-27 Emmanuele Bassitest-scrolling: Use a better looking bounce easing
2010-05-27 Neil Robertscogl-vertex-buffer: Don't disable any texture coord...
2010-05-27 Neil Robertscogl: Record new enabled arrays in _cogl_disable_other_...
2010-05-27 Emmanuele Bassitest-scrolling: Animate intermediate positions
2010-05-27 Emmanuele Bassidrag-action: Re-use press_button in emit_drag_end()
2010-05-26 Emmanuele Bassiactor: Add accessors pair for :clip-to-allocation
2010-05-26 Emmanuele BassiAdd a scrolling interactive example
2010-05-26 Emmanuele BassiUse ClickAction in test-animation
2010-05-26 Emmanuele Bassiactor: Fix a type check thinko in add_action_with_name()
2010-05-26 Emmanuele Bassidocs: Description fixes for Action and Constraint
2010-05-26 Emmanuele Bassistate: Minor fixes and documentation additions
2010-05-26 Emmanuele Bassiintrospection: Add --pkg atk
2010-05-25 Emmanuele Bassiclick-action: Handle the event
2010-05-25 Emmanuele Bassidocs: Fix DragAction documentation
2010-05-25 Emmanuele BassiFix typo in get_accessible()
2010-05-25 Emmanuele Bassiactor: Put get_accessible() at the end of the class...
2010-05-25 Emmanuele Bassidocs: Add ClickAction to the API reference
2010-05-25 Emmanuele Bassiactor-meta: Disconnect on actor destroy
2010-05-25 Emmanuele Bassiaction: Add ClickAction
2010-05-25 Emmanuele Bassidrag: Add a default drag-motion behaviour
2010-05-24 Emmanuele BassiPost-release version bump to 1.3.3
2010-05-24 Emmanuele BassiRelease 1.3.2 (snapshot)
2010-05-24 Emmanuele Bassidocs: Add Actor.get_accessible() to the API reference
2010-05-24 Emmanuele Bassidocs: Update NEWS
next