summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Clutter 1.9.6 (snapshot)1.9.6Emmanuele Bassi2012-01-192-1/+36
* build: Bump up the Cogl requirementEmmanuele Bassi2012-01-191-1/+1
* stage: Use clutter_actor_set_allocation()Emmanuele Bassi2012-01-191-7/+2
* actor: Fix the has_overridden_allocate checkEmmanuele Bassi2012-01-191-1/+1
* docs: Add clutter_actor_set_allocation()Emmanuele Bassi2012-01-191-0/+1
* symbols: Add clutter_actor_set_allocation()Emmanuele Bassi2012-01-191-0/+1
* actor: Maintain behaviour of old allocate() implementationsEmmanuele Bassi2012-01-192-59/+216
* actor: Be more conservative with the default paint volumeEmmanuele Bassi2012-01-181-3/+14
* Updated Spanish translationDaniel Mustieles2012-01-181-124/+164
* build: Fix up the test rules for private depsEmmanuele Bassi2012-01-171-6/+8
* Updated POTFILES.inPiotr Drąg2012-01-171-0/+1
* build: Add private deps to cflags and libsEmmanuele Bassi2012-01-171-2/+2
* actor: Add :first-child and :last-child propertiesEmmanuele Bassi2012-01-171-0/+49
* actor: Do not use ::constructedEmmanuele Bassi2012-01-171-16/+15
* interactive: Drop more deprecated classesEmmanuele Bassi2012-01-173-21/+23
* interactive: Use ClutterActor instead of deprecated classesEmmanuele Bassi2012-01-172-7/+9
* conform/actor-size: Do not use RectangleEmmanuele Bassi2012-01-171-1/+3
* actor: Provide a better default pick() behaviourEmmanuele Bassi2012-01-171-0/+17
* actor: Deprecate show_all()/hide_all()Emmanuele Bassi2012-01-173-4/+15
* Updated Spanish translationDaniel Mustieles2012-01-171-61/+63
* Post-release version bump to 1.9.5Emmanuele Bassi2012-01-171-1/+1
* Release Clutter 1.9.4 (snapshot)1.9.4Emmanuele Bassi2012-01-171-1/+1
* text: Fix the buffer length check on paintEmmanuele Bassi2012-01-171-1/+1
* script: Fix a segfaultEmmanuele Bassi2012-01-171-1/+2
* text-buffer: Fix the Since annotationsEmmanuele Bassi2012-01-171-38/+44
* Update the NEWS fileEmmanuele Bassi2012-01-171-0/+74
* Add ClutterTextBuffer to the API referenceEmmanuele Bassi2012-01-174-0/+37
* Update clutter.symbols for TextBufferEmmanuele Bassi2012-01-171-0/+13
* interactive/text: Remove spurious g_object_unref()Emmanuele Bassi2012-01-171-2/+0
* text: Implement ClutterTextBufferStef Walter2012-01-177-330/+1304
* Updated Spanish translationDaniel Mustieles2012-01-171-351/+415
* Update clutter.symbolsEmmanuele Bassi2012-01-171-70/+36
* Updated Galician translationsFran Diéguez2012-01-171-237/+300
* Updated POTFILES.inPiotr Drąg2012-01-171-2/+2
* Fix compiler warningsEmmanuele Bassi2012-01-164-24/+26
* docs: Move deprecated sections to the proper locationEmmanuele Bassi2012-01-161-9/+9
* actor: Deprecated push/pop internal methodsEmmanuele Bassi2012-01-163-4/+17
* docs: Fixes for the API referenceEmmanuele Bassi2012-01-162-13/+25
* actor: Add boxed margin accessorsEmmanuele Bassi2012-01-162-0/+88
* docs: Update the release notesEmmanuele Bassi2012-01-161-4/+7
* build: Add inclusion guards and license noticesEmmanuele Bassi2012-01-166-3/+137
* actor: Use proper internal APIEmmanuele Bassi2012-01-161-74/+113
* Deprecate the old raise/lower APIEmmanuele Bassi2012-01-166-96/+154
* actor: Add new methods for changing the paint sequenceEmmanuele Bassi2012-01-163-4/+118
* actor: Use flags to control add/remove childEmmanuele Bassi2012-01-161-44/+80
* actor: Remove automagic "expand" flagEmmanuele Bassi2012-01-166-592/+14
* table-layout: Override compute_expand()Emmanuele Bassi2012-01-161-8/+48
* box-layout: Override compute_expand()Emmanuele Bassi2012-01-161-2/+55
* actor: Ask the LayoutManager to compute the expansion flagsEmmanuele Bassi2012-01-161-0/+35
* layout-manager: Add compute_expand() vfuncEmmanuele Bassi2012-01-162-3/+25