profile/ivi/clutter.git
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
2009-04-03 Emmanuele Bassi[shader] Remove deprecated set_uniform_1f()
2009-04-02 Robert Bragg[cogl-handle] Optimize how we define cogl handles
2009-04-02 Robert Bragg[cogl] handle_automatic_blend_enable(): consider layers...
2009-04-01 Robert BraggUnifies 90% of the code in {gl,gles}/cogl.c in common...
2009-03-30 Robert BraggRemoves cogl_blend_func prototype from cogl-internal.h
2009-03-30 Bastian Winkler[docs] Fix some inconsistency in Animation
2009-03-30 Havoc Pennington[texture] Queue a relayout when changing :keep-aspect...
2009-03-30 Raymond Liu[text] Use the base class binding pool
2009-03-30 Emmanuele Bassi[text] Different selection modes with multiple clicks
2009-03-30 Øyvind Kolås[animation] add varargs support for signal::completed
2009-03-30 Emmanuele Bassi[text] Check text length in ::button-press-event
2009-03-27 Emmanuele Bassi[docs] Fix typo in the AnimationMode name
2009-03-26 Chris Lord[ClutterTimeline] Fix clutter_timeline_set_delay
2009-03-25 Damien Lespiau[gitignore] Ignore two newly introduced tests
2009-03-25 Neil Roberts[doc] Fix two small typos in cogl-vertex-buffer
2009-03-23 Robert Bragg[build] Fixes a cogl-vertex-buffer.c warning when build...
2009-03-23 Robert Bragg[cogl] Move rect and poly drawing code from cogl-textur...
2009-03-23 Robert Bragg[cogl_rectangles] A minor doc fix, and missing newline...
2009-03-23 Johan BilienAllow using array of vertices even without textures
2009-03-23 Robert BraggRemoves a hack in gles/cogl.c that was already fixed...
2009-03-21 Emmanuele Bassi[doc] Update the should_pick_paint() documentation
2009-03-19 Neil Roberts[glx-texture-pixmap] Don't enable the texture target...
2009-03-19 Neil RobertsRevert "Use COGL to establish GL state for ClutterGLXTe...
2009-03-19 Øyvind Kolås[actor] use an epsilon whens sanity checking sizes
2009-03-18 Emmanuele Bassi[docs] Remove unused arguments
2009-03-18 Emmanuele Bassi[docs] Pick up backend-specific API
2009-03-17 Emmanuele BassiRemove usage of the grave accent as quotation mark
2009-03-17 Robert Bragg[cogl] Apply the fix from 2c1c836417 (Flush matrix...
2009-03-17 Robert Bragg[test-cogl-vertex-buffer] Use clutter_color_from_hls...
2009-03-17 Robert Bragg[clutter-color] Use a different hls->rgb algorithm...
2009-03-16 Emmanuele Bassi[docs] More information on animation queueing
2009-03-16 Emmanuele BassiPost-release bump to 0.9.3
2009-03-16 Emmanuele Bassi[release] Release 0.9.2
2009-03-16 Emmanuele BassiUpdate release notes
2009-03-16 Emmanuele Bassi[docs] Ignore the TimeoutInterval internal API
2009-03-16 Emmanuele Bassi[docs] Fix naming of the interval parameter
2009-03-16 Emmanuele BassiFix release date of 0.9.0
2009-03-16 Robert Bragg[cogl] Don't endlessly print the same warning regarding...
next