profile/ivi/clutter.git
2009-05-21 Neil RobertsMake backface culling work with vertex buffers
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 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
2009-05-09 Emmanuele Bassi[build] Unbreak compilation
2009-05-08 Rob Bradford[list-model] Return NULL for first row in a fully filte...
2009-05-06 Emmanuele Bassi[x11] Use -1 as the default screen guard
2009-05-06 Emmanuele Bassi[build] Build Cogl introspection data
2009-05-06 Emmanuele Bassi[build] Clean up the makefile
2009-05-06 Emmanuele BassiFix inclusion guards and headers
2009-05-05 Rob Bradford[model] Add a private row mutator to ClutterModelIter
2009-05-05 Rob Bradford[list-model] Use an internal iterator for comparisons
2009-05-02 Robert Bragg[cogl-material] Adds a cogl_material_set_color4f conven...
2009-05-02 Robert Bragg[cogl-offscreen] Cleans up the cogl offscreen API and...
2009-05-02 Havoc Penningtonadd cogl_push_draw_buffer() and cogl_pop_draw_buffer()
2009-05-02 Robert Bragg[cogl] Only expose CoglBitmap as a CoglHandle
2009-05-02 Robert Bragg[cogl-material] make _cogl_material_layer_free check...
2009-05-02 Robert Bragg[cogl] Updates all file headers and removes lots of...
2009-05-02 Robert Bragg[cogl] Adds a bitfield argument to cogl_clear for speci...
2009-04-30 Neil Roberts[ClutterTexture] Check before unrefing the fbo_handle
2009-04-30 Neil Roberts[ClutterTexture] Attach the FBO texture to a layer...
2009-04-30 Øyvind Kolås[events] Added handling of missing type to clutter_even...
2009-04-29 Emmanuele Bassi[gitignore] Update with the new Model test
2009-04-29 Emmanuele Bassi[docs] Add ClutterModel::get_filter_set()
2009-04-29 Emmanuele Bassi[tests] Exercise the Model filtering
2009-04-29 Emmanuele Bassi[model] Rework Model behaviour with a filter
2009-04-29 Emmanuele Bassi[model] Add :filter-set
2009-04-27 Neil Roberts[ClutterText] Fix actors with a width but no wrapping...
2009-04-23 Emmanuele Bassi[docs] Increase verbosity for commit messages
2009-04-23 Emmanuele Bassi[alpha] Sanitize easing equations
2009-04-22 Robert Bragg[x11-texture-pixmap] Fixes a reported lockup due to...
2009-04-21 Emmanuele Bassi[text] Avoid a Pango warning with empty markup
2009-04-21 Neil Roberts[test-pick] Improve to include a covering actor
2009-04-21 Emmanuele Bassi[tests] Disable a subtest of the Text cache unit
2009-04-21 Emmanuele Bassi[text] Emit ::cursor-event only on changes
2009-04-21 Emmanuele Bassi[tests] Visually verify ellipsization
2009-04-21 Emmanuele Bassi[text] Return the correct minimum height
2009-04-21 Emmanuele Bassi[text] Limit the Layout width
2009-04-20 Robert Bragg[gl/cogl.c] #include <gmodule.h> for OS X builds
2009-04-20 Robert Bragg[cogl vertex buffers] Adds fallbacks for drivers withou...
2009-04-17 Robert Bragg[cogl debug] --cogl-debug=rectangles now outlines all...
2009-04-17 Robert BraggUse $(MAINTAINER_CFLAGS) in clutter/{x11,glx}/Makefile.am
2009-04-16 Bastian WinklerPrevent a possible zero division
2009-04-16 Chris Lord[ClutterText] Return 1 for min width when editable
2009-04-15 Emmanuele BassiMerge branch 'text-actor-layout-height'
2009-04-15 Emmanuele Bassi[stage] Warn if perspective's z_far - z_near is 0
2009-04-15 Emmanuele BassiAdd debug annotations for the layout process
2009-04-15 Emmanuele Bassi[text] Do not ellipsize non-editable layouts
2009-04-15 Neil Roberts[clutter-text] Fix ellipsizing
2009-04-15 Emmanuele Bassi[json] Avoid leaks on error code paths
2009-04-08 Øyvind Kolås[group] avoid double evaluation of arguments in clutter...
2009-04-07 Neil RobertsFix fullscreening when the stage is unrealized and...
2009-04-06 Neil Roberts[clutter-text] Add a separate property for the selectio...
2009-04-06 Neil Roberts[cogl-handle] Fix the broken debug macros
2009-04-06 Robert Bragg[cogl] cogl_is_*(): Don't dereference an invalid handle...
2009-04-06 Neil Roberts[cogl-pango-render] Fix returning to default color...
2009-04-05 Emmanuele Bassi[animation] Do not connect to ::completed multiple...
2009-04-03 Emmanuele Bassi[animation] Add the ::started signal
2009-04-03 Emmanuele Bassi[group] Fix compilation
2009-04-03 Emmanuele Bassi[animation] Do not unref on ::complete by default
2009-04-03 Emmanuele Bassi[group] Remove long deprecated API
next