profile/ivi/clutter.git
2009-05-29 Neil Roberts[configure] Always execute the AM_CONDITIONAL call...
2009-05-29 Emmanuele Bassi[build] Encode the target into the backend library
2009-05-29 Emmanuele BassiUse g_once when registering enumeration types
2009-05-29 Emmanuele Bassi[cogl] Generate enumeration GTypes
2009-05-28 Emmanuele Bassi[docs] Fixes for the API reference
2009-05-28 Emmanuele Bassi[git ignore] Add blend strings test
2009-05-28 Emmanuele BassiMerge branch 'master' into 1.0-integration
2009-05-28 Neil Roberts[test-text-perf] Use queue_redraw instead of painting...
2009-05-28 Emmanuele Bassi[cogl] Make cogl_setup_viewport() a private function
2009-05-28 Emmanuele Bassi[cogl deprecated] Add backface culling deprecation
2009-05-28 Robert Bragg[cogl vertex buffers] Give indices a CoglHandle so...
2009-05-28 Robert Bragg[cogl journal] If we are only flushing one quad use...
2009-05-28 Robert Bragg[deprecated defines] Adds some missing cogl_texture_...
2009-05-28 Robert Bragg[cogl] renamed cogl_enable_* to cogl_set_*_enabled...
2009-05-28 Robert Bragg[cogl matrix] Support ortho and perspective projections.
2009-05-28 Robert Bragg[cogl] Remove cogl_{create,destroy}_context from the...
2009-05-28 Robert Bragg[vbo indices] tweak add_indices api to return an id...
2009-05-28 Robert Bragg[cogl-vertex-buffer] Seal GL types from the public API
2009-05-28 Robert Bragg[cogl-vertex-buffers] Support putting index arrays...
2009-05-28 Robert Bragg[cogl] Remove cogl_flush_gl_state from the API
2009-05-28 Robert Bragg[material] Reduce the material API in preperation for...
2009-05-28 Robert Bragg[cogl-material] Removes all the API made redundant...
2009-05-28 Robert Bragg[cogl-material] Support string based blending and layer...
2009-05-28 Robert Bragg[build] Fixes some compiler warnings when building...
2009-05-27 Emmanuele Bassi[animation] Simplify the Animation code
2009-05-27 Emmanuele Bassi[animatable] Allow validation in ::animate_property
2009-05-27 Emmanuele Bassi[animation] Proxy properties whenever possible
2009-05-27 Emmanuele Bassi[animation] Defer the timeline handling to the Alpha
2009-05-26 Emmanuele Bassi[build] Decouple COGL debug level from Clutter's
2009-05-25 Emmanuele Bassi[doap] Update
2009-05-25 Emmanuele Bassi[build] More spring clean fixes
2009-05-25 Emmanuele Bassi[build] Spring cleanup of configure.ac
2009-05-25 Emmanuele BassiUse GLib variant of strcasecmp()
2009-05-25 Emmanuele Bassi[build] Clean up cogl-pango Makefile
2009-05-23 Emmanuele Bassi[cogl] Remove max_waste argument from Texture ctors
2009-05-23 Emmanuele BassiAdd repaint functions
2009-05-23 Emmanuele Bassi[git ignore] Add test-text-perf
2009-05-22 Neil Roberts[actor] In paint when opacity == 0, clear the queued_re...
2009-05-22 Emmanuele BassiMerge branch 'master' into 1.0-integration
2009-05-22 Neil Roberts[cogl-vertex-buffer] Ensure the clip state before rendering
2009-05-22 Damien Lespiau[texture] size-change closure is now VOID:FLOAT,FLOAT
2009-05-21 Neil Roberts[test-text-perf] Small fix-ups
2009-05-21 Owen W. TaylorAdd a test for text performance
2009-05-21 Neil RobertsMerge branch 'pango-vbo' into 1.0-integration
2009-05-21 Neil Roberts[cogl-pango-display-list] Use GL_TRIANGLES under GLES
2009-05-21 Robert Bragg[build] Ensure that cogl-debug is disabled by default
2009-05-21 Robert Bragg[build] The cogl GE macro wasn't passing an int accordi...
2009-05-21 Owen W. TaylorUse the right internal format for GL_ARB_texture_rectangle
2009-05-21 Robert Bragg[actor_paint] Ensure painting is a NOP for actors with...
2009-05-21 Neil RobertsMake backface culling work with vertex buffers
2009-05-21 Neil Roberts[pango-render] Keep a reference to the first line to...
2009-05-21 Neil Roberts[cogl-pango-render] Fix the positioning when calling...
2009-05-20 Emmanuele Bassi[texture] Use a box instead of int coordinates
2009-05-20 Emmanuele Bassi[actor] Do not try to dereference NULL data
2009-05-20 Emmanuele BassiMerge commit 'origin/master' into 1.0-integration
2009-05-20 Emmanuele BassiAdd more padding in Model and ModelIter classes
2009-05-20 Emmanuele Bassi[cogl] Do no include gprintf.h
2009-05-19 Emmanuele Bassi[cogl] Move debugging to a configure-time switch
2009-05-19 Emmanuele Bassi[cogl] Rework the debug messages
2009-05-19 Emmanuele BassiRemove duplicate cogl-internal.h header
2009-05-19 Emmanuele Bassi[texture] Add missing accessors
2009-05-19 Emmanuele Bassi[cogl] Rework the GL-error-to-string conversion
2009-05-19 Emmanuele Bassi[gitignore] Add more gtk-doc droppings
2009-05-14 Emmanuele Bassi[build] Link Cogl against -lm
2009-05-14 Emmanuele Bassi[build] List cogl-internal.h
2009-05-14 Emmanuele Bassi[animation] Do not leak timelines
2009-05-14 Emmanuele Bassi[text] Expose position_to_coords()
2009-05-14 Emmanuele Bassi[text] Add ClutterText::delete_selection()
2009-05-14 Emmanuele Bassi[animation] Remove InitiallyUnowned from Animation
2009-05-14 Emmanuele Bassi[docs] Add Animation get_type() function
2009-05-14 Emmanuele Bassi[docs] Document the destructor for Timeline
2009-05-14 Dan Winship[cairo-texture] Document redrawing behavior
2009-05-14 Thomas Wood[text] fix problems with scrolling interaction
2009-05-14 Thomas Wood[text] scroll to the cursor position if it is outside...
2009-05-14 Thomas Wood[text] account for scrolling in text selections
2009-05-14 Thomas Wood[text] account for scrolling in clutter_text_position_t...
2009-05-14 Thomas Wood[text] take scrolling into account when calculating...
2009-05-14 Thomas Wood[text] position the cursor correctly in single line...
2009-05-14 Thomas Wood[text] take text padding into account when in single...
2009-05-14 Emmanuele Bassi[tests] Verify cursor position
2009-05-14 Emmanuele Bassi[text] Maintain the cursor at the end when deleting
2009-05-14 Emmanuele Bassi[text] Reset the cursor when setting empty text
2009-05-14 Emmanuele Bassi[build] Fix with --disable-introspection
2009-05-14 Emmanuele Bassi[build] Do not rebuild the conformance tests scripts
2009-05-13 Owen W. TaylorDon't build Cogl.gir against installed Clutter library
2009-05-13 Emmanuele Bassi[text] Return the correct minimum height
2009-05-13 Emmanuele Bassi[backend] Abstract the GL context creation
2009-05-13 Emmanuele BassiUpdate the redraw priority
2009-05-13 Emmanuele Bassi[x11] Abstract XVisualInfo creation
2009-05-13 Robert Bragg[text] Ensure clutter_text_get_selection copes with...
2009-05-12 Emmanuele Bassi[tests] Add command line option to the picking test
2009-05-12 Owen W. TaylorFix chain-up in clutter_list_model_dispose()
2009-05-12 Chris Lord[tests/micro-bench] Add a picking performance test
2009-05-12 Robert Bragg[picking] Use cogl_clip_push_window_rect to greatly...
2009-05-12 Robert Bragg[cogl-clip-stack] Support pushing rectangles onto the...
2009-05-12 Neil RobertsDon't clear the stencil buffer before painting and...
2009-05-12 Robert Bragg[cogl] Remove the COGL{enum,int,uint} typedefs
2009-05-12 Robert Bragg[ClutterTexture] Remove a spurious line I accidentally...
2009-05-12 Robert BraggDon't call glFinish in _clutter_do_pick
2009-05-12 Neil Roberts[build] Fix out-of-tree builds for Cogl
next