profile/ivi/clutter.git
2009-08-18 Robert Bragg[cogl-material] Fix some brackets in _layer_flush_gl_sa...
2009-08-18 Emmanuele Bassi[docs] texture_polygon() is called polygon()
2009-08-17 Emmanuele Bassi[build] Nothing can be prepended to QUIET_* rules
2009-08-17 Jussi Kukkonen[text] move_word_backward/forward fixes
2009-08-17 Neil Roberts[text] Don't interpret the unicode value when the contr...
2009-08-17 Owen W. TaylorSet LD_LIBRARY_PATH when running g-ir-compiler
2009-08-17 Owen W. TaylorFull fix for the G-I support in Clutter
2009-08-17 Götz WaschkSpecify the shared library for g-ir-compile
2009-08-17 Götz WaschkUpdate Clutter to use G-I 0.6.4
2009-08-17 Emmanuele Bassi[docs] Update the requirements section
2009-08-14 Emmanuele Bassi[units] Do not be locale-dependant on string conversion
2009-08-14 Emmanuele Bassi[tests] Abstract GTest and Clutter initialization
2009-08-14 Emmanuele Bassi[build] Remove last user of CLUTTER_MAJORMINOR
2009-08-14 Emmanuele Bassi[build] Clean up the eglnative and fruity Makefile.am
2009-08-14 Xu LiAdd new Atom atom_NET_WM_PID to set pid info
2009-08-14 Emmanuele Bassi[build] Clean up cogl-pango Makefile
2009-08-13 Emmanuele Bassi[json] Fix compilation of the internal JSON-GLib
2009-08-13 Emmanuele Bassi[docs] Remove the version number from the title
2009-08-13 Emmanuele Bassi[docs] Fix the examples for animate()
2009-08-13 Emmanuele Bassi[actor] Allow unsetting width and height separately
2009-08-13 Colin WaltersAdd (allow-none) for clutter_stage_set_key_focus()
2009-08-12 Emmanuele Bassi[script] Fix Actor's ad-hoc parser
2009-08-12 Emmanuele Bassi[script] Fix the default deserialization
2009-08-12 Emmanuele Bassi[json] Update the internal copy of JSON-GLib
2009-08-12 Emmanuele BassiInclude clutter-json.h, not json-types.h
2009-08-12 Emmanuele BassiClutter GIR depends on ClutterJson GIR conditionally
2009-08-12 Emmanuele Bassi[json] Include only json-glib.h
2009-08-12 Emmanuele BassiAdd copyright and license notice
2009-08-11 zhou jiangwei[eglx] Update the EGLX backend
2009-08-11 zhou jiangwei[cogl] Fix the GLES 2.0 backend
2009-08-11 Robert Bragg[cogl_clear] Also pass the alpha component of the CoglC...
2009-08-11 Emmanuele Bassi[build] Fix LDADD -> LIBADD usage
2009-08-11 Emmanuele Bassi[osx] Clean up Makefile.am
2009-08-10 Emmanuele BassiMerge branch 'system-json-glib'
2009-08-10 Emmanuele Bassi[build] Install JSON headers inside the right directory
2009-08-07 Emmanuele BassiBump to 1.1.1 after branching 1.0
2009-08-07 Emmanuele Bassi[x11] Do not ask to destroy an empty Window
2009-08-05 Emmanuele Bassi[actor] Add missing return_if_fail()
2009-08-05 Neil RobertsSmall doc fix to clutter_text_get_color
2009-08-04 Emmanuele Bassi[x11] Destroy the Window we own when setting a foreign one
2009-08-04 Emmanuele Bassi[docs] Close a tag
2009-08-04 Emmanuele Bassi[docs] Fix a missing parameter
2009-08-04 Emmanuele Bassi[actor] Be more explicit when warning about invariants
2009-08-04 Emmanuele Bassi[cogl] Expose cogl_is_vertex_buffer()
2009-08-03 Robert Bragg[build] remove reference to light1.png in tests/interac...
2009-08-03 Robert Bragg[build] dist tests/interactive/wrapper.sh
2009-08-03 Damien Lespiau[debug] CLUTTER_{NOTE,MARK,DBG,GLERR,TIMESTAMP} should...
2009-08-03 Damien Lespiau[debug] Fix __GNUC__ typo
2009-08-03 Damien Lespiau[build] GCC_FLAGS is no more, MAINTAINER_CFLAGS is...
2009-08-03 Damien Lespiau[gitignore] Ignore new test-color-hls-roundtrip test
2009-08-02 Emmanuele Bassi[actor] Use the right vertex
2009-07-31 Emmanuele Bassi[x11] Force a redraw before mapping the stage
2009-07-31 Joshua Lock[docs] Update building instructions for OS X
2009-07-29 Neil Roberts[mingw] Update the README
2009-07-29 Neil Roberts[mingw-cross-compile.sh] Fix to use git rather than svn
2009-07-29 Neil Roberts[mingw-cross-compile.sh] Add a note about MSYS in the...
2009-07-29 Neil Roberts[mingw-cross-compile.sh] Update version numbers of...
2009-07-29 Emmanuele Bassi[docs] Remove mentions of Clutter-Cairo
2009-07-29 Emmanuele Bassi[mingw/win32] Remove clutter-cairo
2009-07-28 Emmanuele BassiPost-release bump to 1.0.1
2009-07-28 Emmanuele Bassi[release] 1.0.0
2009-07-28 Emmanuele BassiUpdate the NEWS
2009-07-28 Emmanuele BassiFix compiler warnings when COGL debug level=minimum
2009-07-28 Emmanuele Bassi[docs] Point the TODO to Bugzilla
2009-07-28 Emmanuele Bassi[docs] Update requirements and release notes
2009-07-28 Emmanuele Bassi[units] Add binding-friendly initializers
2009-07-28 Emmanuele Bassi[animation] Fix variable use
2009-07-28 Neil Roberts[win32] Remove the call to clutter_redraw in clutter_st...
2009-07-28 Neil Roberts[win32] Move the show/hide to be implementations of...
2009-07-28 Neil Roberts[build/mingw] Update Cairo version to 1.8.6 in mingw...
2009-07-28 Ole André Vadla... Avoid near/far identifier names.
2009-07-28 Ole André Vadla... Remove unused variable to fix compiler warning.
2009-07-28 Ole André Vadla... Call glClientActiveTexture() through COGL context.
2009-07-28 Ole André Vadla... Avoid C99 to fix compilation with compilers like MSVC.
2009-07-28 Ole André Vadla... Initialize pixel data before glReadPixels().
2009-07-28 Haakon SporsheimReposition variable declarations to avoid C99.
2009-07-28 Haakon SporsheimAdd MSVC preprocessor guards in test-clutter-cairo...
2009-07-28 Haakon SporsheimAdd white_color a variable on the stack.
2009-07-28 Haakon SporsheimAdd int dummy; to empty struct TestConformSimpleFixture...
2009-07-28 Haakon SporsheimRemove config.h inclusion.
2009-07-28 Haakon SporsheimReposition variable declarations to avoid C99.
2009-07-28 Neil RobertsRemove the MSVC build files
2009-07-28 Emmanuele Bassi[animation] Force the final state inside ::completed
2009-07-28 Emmanuele Bassi[build] Generate ChangeLog from the Git import
2009-07-28 Emmanuele Bassi[build] Use API_VERSION, not MAJORMINOR
2009-07-27 Emmanuele BassiRemove explicit size of the Vertex arrays
2009-07-27 Emmanuele Bassi[stage] Add a warning for :offscreen usage
2009-07-27 Emmanuele Bassi[glx] Explicitly set the depth size for GLX visuals
2009-07-27 Emmanuele BassiConvert gint to GLints in the Shader types wrapper
2009-07-27 Emmanuele Bassi[color] Fix HLS to RGB colorspace conversion
2009-07-27 Emmanuele Bassi[tests] Add RGB<->HLS roundtrip test unit
2009-07-27 Owen W. TaylorAlways create the Damage object for ClutterX11TexturePi...
2009-07-27 Michael Mortensen[osx] Update events to floating point coordinates
2009-07-26 Emmanuele Bassi[osx] Implement StageWindow::show/::hide
2009-07-23 Emmanuele Bassi[text] Allow key navigation by word
2009-07-23 Geoff Gustafson[text] Queue a redraw when the selection is cleared
2009-07-21 Emmanuele Bassi[docs] Fix wrong XML elements
2009-07-21 Emmanuele Bassi[docs] Update the Actor subclassing documentation
2009-07-21 Emmanuele Bassi[build] Use per-target flags and libraries
2009-07-21 Emmanuele Bassi[docs] Update the "creating new behaviours" chapter
next