summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.3.101.3.10Emmanuele Bassi2010-08-052-1/+47
* cookbook: Fix the text-shadow recipeEmmanuele Bassi2010-08-052-3/+78
* po: Remove the requirement for LINGUAS and ChangeLogEmmanuele Bassi2010-08-052-1/+1
* osx: Fixed stage resize policyRoman Kudiyarov2010-08-041-35/+36
* test: Fixed test-rotate for osx platfomRoman Kudiyarov2010-08-041-0/+1
* osx: added resolution initialization in backendRoman Kudiyarov2010-08-041-1/+13
* osx: Fixed warnings in osx event implementationRoman Kudiyarov2010-08-041-7/+7
* Added willResize delegate for osx stage.Roman Kudiyarov2010-08-041-0/+8
* Fixed lack of reaction for keyboard events after showing stage on osx.Roman Kudiyarov2010-08-041-3/+5
* Fixed incorrect size return in osx stage if stage resizable by user.Roman Kudiyarov2010-08-041-10/+0
* osx: Added size initialization for stageRoman Kudiyarov2010-08-041-1/+11
* test: fixed uninitialized variable in test-cogl-point-spritesRoman Kudiyarov2010-08-041-1/+1
* osx: Fixed problem with freezing application while checking behaviour.Roman Kudiyarov2010-08-042-13/+13
* osx: Fixed bug with creating context twice.Roman Kudiyarov2010-08-041-24/+27
* osx: added create_context function in backendRoman Kudiyarov2010-08-042-55/+50
* osx: Implemented hide cursor backend implementationRoman Kudiyarov2010-08-042-2/+5
* Added .DS_Store and test logs messages to git ignoreRoman Kudiyarov2010-08-041-0/+2
* osx: Added missed function declaration for stageRoman Kudiyarov2010-08-041-0/+15
* osx: Remove drawing call while showing stage and add viewport initRoman Kudiyarov2010-08-041-1/+12
* osx: Fixed crash while features initializationRoman Kudiyarov2010-08-041-1/+0
* glx: Add more debugging notesEmmanuele Bassi2010-08-031-4/+6
* docs: Further clarificationsEmmanuele Bassi2010-08-031-2/+4
* docs: Clarify the event retrieval disable behaviourEmmanuele Bassi2010-08-031-3/+11
* glx: Unconditionally select X11/GLX eventsEmmanuele Bassi2010-08-031-32/+52
* Merge remote branch 'elliot/cookbook-animations-rotating'Emmanuele Bassi2010-08-0315-3/+753
|\
| * cookbook: Added recipe for animated rotation of an actorElliot Smith2010-07-2811-2/+517
| * cookbook: Add explanation about including code samplesElliot Smith2010-07-281-0/+95
| * cookbook: Make filename used in video example consistentElliot Smith2010-07-281-1/+1
| * cookbook: Add example code for animated rotationElliot Smith2010-07-283-0/+140
* | cogl-program: gles2: bind programs lazily as for GLRobert Bragg2010-08-035-26/+26
* | gles2: Have CoglProgram track uniforms per programRobert Bragg2010-08-034-40/+61
* | cogl-shader: unifies the driver/{gl,gles} shader filesRobert Bragg2010-08-037-219/+29
* | cogl-shader: Store the CoglShaderType in CoglShaderRobert Bragg2010-08-033-24/+4
* | cogl: don't include cogl-debug.h in cogl.h or installRobert Bragg2010-08-0214-2/+13
* | configure.ac: when checking for gl2ext.h include gl2.hRobert Bragg2010-08-021-1/+3
* | animatable: Allow passing a NULL animationEmmanuele Bassi2010-07-314-40/+8
* | docs: Fix the BindConstraint exampleEmmanuele Bassi2010-07-311-0/+1
* | conform: Move the Score test to the conformance suiteEmmanuele Bassi2010-07-306-34/+28
* | x11: Split out conditions and warningsEmmanuele Bassi2010-07-291-5/+19
* | actor: Make set_flags() safe from unrefsEmmanuele Bassi2010-07-291-0/+2
* | Require g-i 0.6.14Emmanuele Bassi2010-07-291-1/+1
|/
* modules: Bump cairo to 1.9.12Emmanuele Bassi2010-07-231-3/+22
* effect: fix conversion from degrees to radiansØyvind Kolås2010-07-231-1/+1
* gles/cogl-shader.c: Store the shader type in CoglShaderNeil Roberts2010-07-222-1/+2
* test-shader: Unref the ClutterShader after setting it on an actorNeil Roberts2010-07-221-0/+4
* Plug the leaking CoglProgram and CoglShaderNeil Roberts2010-07-224-0/+8
* configure.ac: Fix the missing COGL_HAS_GLES[12] definesNeil Roberts2010-07-221-4/+8
* Fix a small typo in configure.ac for the COGL_DEFINES variableNeil Roberts2010-07-221-1/+1
* test-shader: The tex_coord varying is now an array under GLES2Neil Roberts2010-07-221-2/+2
* cogl-bitmap-pixbuf: Avoid copying the buffer in more circumstancesNeil Roberts2010-07-221-9/+24