profile/ivi/clutter.git
2010-08-04 Roman KudiyarovAdded .DS_Store and test logs messages to git ignore
2010-08-04 Roman Kudiyarovosx: Added missed function declaration for stage
2010-08-04 Roman Kudiyarovosx: Remove drawing call while showing stage and add...
2010-08-04 Roman Kudiyarovosx: Fixed crash while features initialization
2010-08-03 Emmanuele Bassiglx: Add more debugging notes
2010-08-03 Emmanuele Bassidocs: Further clarifications
2010-08-03 Emmanuele Bassidocs: Clarify the event retrieval disable behaviour
2010-08-03 Emmanuele Bassiglx: Unconditionally select X11/GLX events
2010-08-03 Emmanuele BassiMerge remote branch 'elliot/cookbook-animations-rotating'
2010-08-03 Robert Braggcogl-program: gles2: bind programs lazily as for GL
2010-08-03 Robert Bragggles2: Have CoglProgram track uniforms per program
2010-08-03 Robert Braggcogl-shader: unifies the driver/{gl,gles} shader files
2010-08-03 Robert Braggcogl-shader: Store the CoglShaderType in CoglShader
2010-08-02 Robert Braggcogl: don't include cogl-debug.h in cogl.h or install
2010-08-02 Robert Braggconfigure.ac: when checking for gl2ext.h include gl2.h
2010-07-31 Emmanuele Bassianimatable: Allow passing a NULL animation
2010-07-31 Emmanuele Bassidocs: Fix the BindConstraint example
2010-07-30 Emmanuele Bassiconform: Move the Score test to the conformance suite
2010-07-29 Emmanuele Bassix11: Split out conditions and warnings
2010-07-29 Emmanuele Bassiactor: Make set_flags() safe from unrefs
2010-07-29 Emmanuele BassiRequire g-i 0.6.14
2010-07-28 Elliot Smithcookbook: Added recipe for animated rotation of an...
2010-07-28 Elliot Smithcookbook: Add explanation about including code samples
2010-07-28 Elliot Smithcookbook: Make filename used in video example consistent
2010-07-28 Elliot Smithcookbook: Add example code for animated rotation
2010-07-23 Emmanuele Bassimodules: Bump cairo to 1.9.12
2010-07-23 Øyvind Kolåseffect: fix conversion from degrees to radians
2010-07-22 Neil Robertsgles/cogl-shader.c: Store the shader type in CoglShader
2010-07-22 Neil Robertstest-shader: Unref the ClutterShader after setting...
2010-07-22 Neil RobertsPlug the leaking CoglProgram and CoglShader
2010-07-22 Neil Robertsconfigure.ac: Fix the missing COGL_HAS_GLES[12] defines
2010-07-22 Neil RobertsFix a small typo in configure.ac for the COGL_DEFINES...
2010-07-22 Neil Robertstest-shader: The tex_coord varying is now an array...
2010-07-22 Neil Robertscogl-bitmap-pixbuf: Avoid copying the buffer in more...
2010-07-22 Neil Robertscogl-bitmap-pixbuf: Fix the rowstride used when copying...
2010-07-22 Neil Robertscogl-material: Don't map the shininess value to [0,1]
2010-07-22 Neil Robertscogl-material: Always reset the GLSL program to zero...
2010-07-22 Chris Leickpo: Add de.po
2010-07-22 Chris KühlFixed more set using *_get_* typos.
2010-07-22 Emmanuele Bassidocs: Improve the text of X11 event-related functions
2010-07-22 Neil RobertsMinor fix to the documentation for clutter_texture_get_...
2010-07-21 Emmanuele Bassibuild: Depend on g-i 0.9.0
2010-07-21 Emmanuele BassiClean up the private flags for ClutterActor
2010-07-21 Emmanuele Bassix11: Add more checks to set_stage_foreign()
2010-07-21 Emmanuele Bassix11: Clean up TexturePixmap header and private data...
2010-07-20 Neil Robertscogl-material: Consider the shader when deciding if...
2010-07-20 Emmanuele Bassistage: Ignore redraws on destroyed stages
2010-07-20 Emmanuele Bassistage-window: Add argument guards
2010-07-19 Emmanuele Bassipo: Re-sync Makefile.in.in
2010-07-19 Elliot Smithcookbook: Fix key press to examine modifers correctly
2010-07-18 Emmanuele Bassicookbook: Use TESTS_DATA_DIR
2010-07-18 Emmanuele Bassicookbook: Add image and example for text-shadow
2010-07-18 Emmanuele Bassicookbook: Include the textures-reflection example code
2010-07-18 Neil Robertscogl-material-arbfp: Use separate buffers when calling...
2010-07-18 Emmanuele Bassicookbook: Add an empty recipe for shadows under text
2010-07-18 Emmanuele Bassicookbook: Add example code
2010-07-17 Emmanuele BassiAdd gmo files to the Git ignore list
2010-07-16 Emmanuele Bassimaterial-arbfp: Use locale-independent double to string...
2010-07-16 Emmanuele Bassicookbook: Use the right tag for the screenshot
2010-07-16 Emmanuele BassiMerge remote branch 'elliot/cookbook-actor-opacity'
2010-07-16 Emmanuele Bassicookbook: Add a missing image to the list
2010-07-16 Emmanuele BassiMerge remote branch 'elliot/cookbook-include-videos'
2010-07-16 Emmanuele BassiMerge remote branch 'elliot/cookbook-animation-fading'
2010-07-16 Emmanuele Bassicookbook: Add a recipe for texture reflection
2010-07-16 Elliot Smithcookbook: Added a recipe about making an actor transparent
2010-07-16 Elliot Smithcookbook: Minor modification to wording to improve...
2010-07-16 Elliot Smithcookbook: Added recipe for fading actors in/out
2010-07-16 Emmanuele Bassidocbook: Add an introduction to the texture section
2010-07-16 Emmanuele Bassipo: Fix the LTR string translation
2010-07-16 Emmanuele Bassipo: Remove unused LINGUAS file
2010-07-16 ravenAdd pl translations
2010-07-16 happyaronAdd zn_CN translations
2010-07-15 Elliot Smithcookbook: Tweak so that videos sit inside a paragraph...
2010-07-15 Emmanuele Bassidocs: Note the P_() macro in the HACKING file
2010-07-15 Elliot Smithcookbook: Added support for inline video
2010-07-15 Neil RobertsAdd an internal _cogl_bitmap_new_from_buffer
2010-07-15 Neil RobertsAdd a Cogl debug flag for BITMAP
2010-07-15 Neil RobertsTry to avoid copying the GdkPixbuf when it is tightly...
2010-07-15 Neil Robertscogl-bitmap: Encapsulate the CoglBitmap even internally
2010-07-15 Neil Robertscogl-texture-2d-sliced: Store the internal format not...
2010-07-15 Emmanuele Bassidocs: Note the P_() macro in the HACKING file
2010-07-15 Emmanuele BassiMark property strings for translation
2010-07-15 Emmanuele BassiAdd P_() macro for translating property strings
2010-07-15 Emmanuele Bassibuild: Use AS_ALL_LINGUAS
2010-07-14 Nate StedmanFixes build with GLX on Mac OS X.
2010-07-14 Emmanuele Bassibuild: Fix include path for Cally's introspection
2010-07-14 Neil Robertsgles/cogl-texture-driver.c: Fix the include for cogl...
2010-07-14 Neil Robertscogl-texture-3d: Use glTexSubImage3D through an indirec...
2010-07-14 Neil Robertscogl-texture-3d: Fix the cogl-material-private header...
2010-07-14 Neil Robertscogl-texture-3d: Don't include cogl-texture-2d-private.h
2010-07-13 Robert Braggmaterial: splits out all the state flushing code
2010-07-13 Robert Braggmaterial: split the texture unit management out
2010-07-13 Robert Braggmaterial: copy_differences: handle copying fog state
2010-07-13 Neil RobertsAdd a GL_GENERATE_MIPMAP fallback to the texture 2d...
2010-07-13 Emmanuele BassiMerge branch 'wip/xkb-support'
2010-07-13 Emmanuele Bassistage: Add the NO_CLEAR_ON_PAINT hint
2010-07-13 Neil RobertsMake the material functions for setting the p wrap...
2010-07-13 Neil RobertsRename the third texure coordinate from 'r' to 'p'
2010-07-13 Neil RobertsAdd a conformance test for 3D textures
2010-07-13 Neil RobertsAdd a Cogl texture 3D backend
next