summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* experimental clipped redraws without extensionwip/clip-with-swap-buffersRobert Bragg2011-04-012-18/+75
* stage: add dedicated pixel pick bufferRobert Bragg2011-04-011-20/+46
* stage-window: make it possible to damage the back bufferRobert Bragg2011-04-014-0/+28
* stage: Move _clutter_do_pick to clutter-stage.cRobert Bragg2011-04-015-329/+307
* Removes the addition of the .exe extension to unit-test scripts, on win32.Samuel Degrande2011-04-013-11/+24
* build: Update the release rulesEmmanuele Bassi2011-04-011-12/+15
* align-constraint: Fix typo in the vertical alignEmmanuele Bassi2011-04-011-1/+1
* paint-volume: Zero-sized actors don't have paint volumeEmmanuele Bassi2011-04-011-0/+4
* texture: Add some safeguards for paint volumes of empty texturesEmmanuele Bassi2011-04-011-0/+10
* po: Update the PO filesEmmanuele Bassi2011-03-3113-5274/+6444
* po: Track Clutter's POT file in GitEmmanuele Bassi2011-03-311-0/+2106
* Added Slovenian translationMatej Urbančič2011-03-301-0/+2555
* Imported translations from Transifex.netPiotr Drąg2011-03-297-0/+15055
* Updated Polish translationPiotr Drąg2011-03-291-504/+746
* Updated POTFILES.in and removed clutter-1.0.potPiotr Drąg2011-03-292-1879/+13
* moduleset: Some modules have been moved to gnome.orgEmmanuele Bassi2011-03-281-4/+15
* build: Fix previous commitEmmanuele Bassi2011-03-241-1/+1
* build: Remove bash-ismsEmmanuele Bassi2011-03-221-2/+2
* build: Use AC_CANONICAL_HOSTEmmanuele Bassi2011-03-221-9/+10
* doap: Fix the categoriesEmmanuele Bassi2011-03-221-5/+0
* drag-action: Fix a compiler warningEmmanuele Bassi2011-03-211-1/+9
* Merge remote-tracking branch 'elliot/cookbook-effects-basic'Emmanuele Bassi2011-03-2110-0/+1168
|\
| * docs: Remove checks for whether an effect is disabledElliot Smith2011-03-173-20/+1
| * docs: Add recipe about implementing a ClutterEffectElliot Smith2011-03-174-0/+539
| * docs: Add example of setting background color with ClutterEffectElliot Smith2011-03-174-12/+181
| * docs: Add example of a border added through ClutterEffectElliot Smith2011-03-174-0/+479
* | clutter-clone: Make clutter_clone_get_paint_volume staticNeil Roberts2011-03-181-1/+1
|/
* clutter-offscreen-effect: Paint with 'nearest' texture filter modeNeil Roberts2011-03-171-1/+11
* docs: Update RELEASINGEmmanuele Bassi2011-03-161-3/+4
* mingw-fetch-dependencies.sh: Add a wrapper for pkg-configNeil Roberts2011-03-161-2/+22
* win32: remove env.sh generated by mingw-fetch-dependencies.shRobert Bragg2011-03-161-31/+1
* win32: remove deprecated -mno-cygwin options from env.shRobert Bragg2011-03-161-2/+1
* win32: Strip unneeded flags from env.shRobert Bragg2011-03-161-4/+2
* win32: Add blurb at end of mingw helper scriptRobert Bragg2011-03-161-0/+14
* win32: support building json-glib in mingw scriptRobert Bragg2011-03-161-1/+72
* win32: don't set CC,CPP,AR,NM,LD etc in mingw env.shRobert Bragg2011-03-161-23/+1
* win32: remove automatic build option from mingw scriptRobert Bragg2011-03-163-28/+4
* win32: mkdir -p win32 needed for out of tree buildsRobert Bragg2011-03-161-0/+1
* cogl: Use GHookList instead of CoglCallbackListNeil Roberts2011-03-148-208/+65
* clutter.doap: Add my gnome useridEmmanuele Bassi2011-03-141-0/+1
* AUTHORS: Note that the file is unmaintainedEmmanuele Bassi2011-03-141-0/+4
* README.md: fix a dumb typoEmmanuele Bassi2011-03-141-1/+1
* Add MarkDown version of the READMEEmmanuele Bassi2011-03-141-0/+175
* stage: handle ACCEPT_FOCUS in set_/get_propertyØyvind Kolås2011-03-111-0/+8
* culling: Don't cull actors not being painted on the stageRobert Bragg2011-03-102-0/+11
* debug: Add more CLIPPING debug notesRobert Bragg2011-03-102-3/+24
* culling: check volume->is_empty before ->is_completeRobert Bragg2011-03-101-3/+3
* cogl-clip-state: Adapt to experimental cogl2 API.Jasper St. Pierre2011-03-108-53/+186
* cogl-path: Optimise paths that are just a rectangleNeil Roberts2011-03-093-19/+79
* drag-action: Allow using settings for the drag thresholdEmmanuele Bassi2011-03-092-41/+108