profile/ivi/clutter.git
2009-07-20 Emmanuele Bassi[docs] Move the releasing process to a separate file
2009-07-19 Robert Bragg[doc] Remove references to cogl_vertex_buffer_delete_in...
2009-07-18 Emmanuele Bassi[cogl/gles] Fix missing symbols in CoglContext
2009-07-18 Owen W. TaylorFix parallel build of introspection
2009-07-18 Owen W. TaylorFix building introspection when dolt is not in use
2009-07-17 Emmanuele BassiPost-release bump to 0.9.9
2009-07-17 Emmanuele Bassi[release] 0.9.8
2009-07-17 Emmanuele BassiUpdate NEWS file
2009-07-17 Emmanuele BassiFix comments inside configure.ac
2009-07-17 Neil Roberts[stage] Force an allocation before showing the stage
2009-07-13 Marcos[win32] Compilation fixes
2009-07-13 Emmanuele Bassi[osx] Enable motion event dispatch
2009-07-13 Emmanuele Bassi[osx] Remove old units macros
2009-07-13 Emmanuele Bassi[actor] Allow querying whether we are painted by a...
2009-07-13 Emmanuele BassiRemove unused TEXTURE_IN_CLONE_PAINT private flag
2009-07-13 Xu Li[x11] update_wm_hints after unsetting WITHDRAWN
2009-07-13 Emmanuele Bassi[glx] Make the wait_for_vblank function private
2009-07-13 Owen W. TaylorCall glFinish() before manually waiting for VBLANK
2009-07-12 Emmanuele Bassi[tests] Remove test-perspective
2009-07-12 Evan Martin[docs] Fix typos and remove mentions of SVN
2009-07-12 Jakub HigersbergerUse correct signal detail
2009-07-12 Emmanuele BassiSmall code clean up
2009-07-10 Robert Bragg[cogl] Fix more brokeness with _cogl_material_equal
2009-07-10 pippinserialize upload of asyncronously loaded textures
2009-07-10 Robert Braggensure next iteration
2009-07-07 Robert Bragg[cogl] Fix drawing with sliced textures using material...
2009-07-07 Robert Bragg[cogl matrix stack] Create a client side matrix stack...
2009-07-02 Emmanuele BassiAdd more (allow-none) annotations
2009-07-02 Colin WaltersUse the (allow-none) annotation for clutter_init*
2009-07-01 Emmanuele BassiPost-release bump to 0.9.7
2009-07-01 Emmanuele Bassi[release] 0.9.6
2009-07-01 Emmanuele Bassi[docs] Update the NEWS and README files
2009-07-01 Emmanuele Bassi[actor] Remove the unused get_allocation_coords()
2009-07-01 Emmanuele Bassi[actor] Allow changing the transformations matrix
2009-07-01 Emmanuele BassiSplit the typdef to avoid confusing scanners
2009-07-01 Emmanuele Bassi[x11] Fix the race between resize and glViewport calls
2009-07-01 Emmanuele BassiAdd debug notes for calls to glViewport()
2009-07-01 Robert Bragg[cogl] cache the viewport width and height
2009-06-30 Robert Bragg[cogl] Ensure well defined semantics for COGL_INVALID_H...
2009-06-30 Robert BraggMerge branch 'cogl-journal-batching'
2009-06-30 Robert Bragg[cogl] Improve ability to break out into raw OpenGL...
2009-06-30 Robert BraggAdds a cogl_flush() to give developers breaking into...
2009-06-30 Robert Bragg[cogl-material] Be more carefull about flushing in...
2009-06-30 Robert BraggRevert "[rectangle] Avoid modifying materials mid scene"
2009-06-30 Robert BraggRevert "[actor] Avoid modifying materials mid-scene...
2009-06-30 Robert Bragg[cogl-vertex-buffer] Disable unused client tex coord...
2009-06-30 Robert Bragg[cogl] disable all client tex coord arrays in _cogl_add...
2009-06-30 Robert Bragg[cogl] flush matrices in _cogl_add_path_to_stencil_buffer
2009-06-30 Robert Bragg[journal] Don't resize a singlton VBO; create and destr...
2009-06-30 Robert Bragg[cogl] avoid using the journal in _cogl_add_path_to_ste...
2009-06-30 Robert Bragg[pango-display-list] Use the Cogl journal for short...
2009-06-30 Robert Bragg[material] _cogl_material_equal: catch the simplest...
2009-06-30 Robert Bragg[material] avoid flushing the journal when just changin...
2009-06-30 Robert Bragg[cogl journal] Perform software modelview transform...
2009-06-30 Robert Bragg[Cogl journal] use G_UNLIKLEY around runtime debugging...
2009-06-30 Robert Bragg[cogl journal] Adds a --cogl-debug=batching option...
2009-06-30 Robert Bragg[Cogl journal] Adds a --cogl-debug=journal option for...
2009-06-30 Robert Bragg[cogl] Adds a debug option for disabling use of VBOs...
2009-06-30 Robert Bragg[cogl] Force Cogl to always use the client side matrix...
2009-06-30 Robert Bragg[cogl-debug] Adds a "client-side-matrices" Cogl debug...
2009-06-30 Robert Bragg[cogl-color] Adds a cogl_color_equal() function
2009-06-30 Robert Bragg[cogl material] optimize logging of material colors...
2009-06-30 Robert Bragg[rectangle] Avoid modifying materials mid scene
2009-06-30 Robert Bragg[actor] Avoid modifying materials mid-scene to improve...
2009-06-30 Robert Bragg[journal] Always pad our vertex data as if at least...
2009-06-30 Robert Bragg[cogl] Improving Cogl journal to minimize driver overhe...
2009-06-30 Øyvind Kolås[texture] fix load-async and load-data-async properties.
2009-06-30 Robert Bragg[clip-stack] Use signed integers while combining window...
2009-06-29 Robert Bragg[cogl] Remove unused ctx->polygon_vertices array
2009-06-29 Robert Bragg[cogl] Give the default (fallback) texture a format...
2009-06-29 Robert Bragg[cogl-texture] use the right format when downloading...
2009-06-29 Robert Bragg[cogl] Adds cogl_read_pixels to replace direct use...
2009-06-29 Robert Bragg[cogl matrix] Adds ability to dirty state cached by...
2009-06-29 Robert Bragg[debug] Adds a "nop-picking" clutter debug option to...
2009-06-29 Robert Bragg[cogl_polygon] fixes a buffer overrun and color format bug
2009-06-29 Robert Bragg[test-cogl-tex-getset] Assume a premultiplied pixel...
2009-06-29 Robert Bragg[vertex-buffer] Add cogl_vertex_buffer_indices_get_type API
2009-06-29 Robert Bragg[vertex-buffer] Remove the COGL_INDICES_TYPE_UNSIGNED_I...
2009-06-29 Damien Lespiau[cogl] Add COGL_HAS_GL and COGL_HAS_GLES
2009-06-29 Damien Lespiau[misc] Update headers #endif comments
2009-06-29 Emmanuele Bassi[actor] Remove unused clutter_actor_pick()
2009-06-29 Emmanuele BassiAdd more debug notes inside the master clock
2009-06-25 Emmanuele Bassi[docs] Update after the Input API changes
2009-06-25 Emmanuele Bassi[docs] Add an initial porting guide
2009-06-25 Emmanuele Bassi[docs] Fix the ActorBox annotations
2009-06-24 Neil Roberts[test-shader] Fix some of the shaders to use premultipl...
2009-06-22 Tim HortonAdd element-type annotations for animate*v functions
2009-06-22 Ole André Vadla... [master clock] Fix MT safety issues
2009-06-22 Emmanuele Bassi[texture] Revert to integer parameters in ::size-change
2009-06-19 Emmanuele BassiPost-release bump to 0.9.5
2009-06-19 Emmanuele Bassi[release] 0.9.4
2009-06-19 Emmanuele BassiUpdate the NEWS file
2009-06-19 Emmanuele Bassi[docs] Add new input-related accessors
2009-06-19 Emmanuele BassiRemove the last few fixed-point entry points
2009-06-19 Emmanuele Bassi[x11] Simplify the XInput support
2009-06-19 Emmanuele Bassi[x11] Add a command line switch for enabling XInput
2009-06-19 Emmanuele Bassi[tests] Remove unneeded g_type_init()
2009-06-19 Emmanuele Bassi[backend] Do not store the stage manager singleton
2009-06-19 Emmanuele Bassi[x11] Use _clutter_context_is_initialized()
2009-06-19 Emmanuele BassiAllow checking initialization without side-effects
next