summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* actor: Paint the background color in the paint class handlerEmmanuele Bassi2012-01-161-19/+19
* docs: Update the release notesEmmanuele Bassi2012-01-161-0/+11
* docs: Clean up ClutterContainer's descriptionEmmanuele Bassi2012-01-161-8/+3
* container: Add diagnostic warnings for deprecated vfuncsEmmanuele Bassi2012-01-161-3/+48
* container: Provide default implementation of vfuncsEmmanuele Bassi2012-01-162-82/+59
* container: Deprecate more methodsEmmanuele Bassi2012-01-163-14/+31
* group: Use Actor.remove_all_children()Emmanuele Bassi2012-01-161-15/+3
* cally: Use Actor.get_children()Emmanuele Bassi2012-01-161-37/+28
* tests/interactive: Add a simple test for ActorEmmanuele Bassi2012-01-162-1/+64
* actor: Add some debug spewEmmanuele Bassi2012-01-161-0/+16
* docs: Update the Actor API referenceEmmanuele Bassi2012-01-166-864/+175
* Deprecate Container add() and remove() methodsEmmanuele Bassi2012-01-1612-89/+198
* actor: Add remove_all_children()Emmanuele Bassi2012-01-164-6/+76
* docs: Clarify the Actor's iterator API behaviourEmmanuele Bassi2012-01-161-4/+11
* actor: Provide a proper implementation of replace_child()Emmanuele Bassi2012-01-163-3/+130
* actor: Fix get_paint_volume() default implementationEmmanuele Bassi2012-01-161-0/+1
* stage: Use the Actor iteration APIEmmanuele Bassi2012-01-161-3/+8
* Remove usage of Actor/Container.get_children()Emmanuele Bassi2012-01-162-14/+19
* actor: Simplify first/last child updatesEmmanuele Bassi2012-01-161-26/+19
* Drop some more ClutterContainer.get_children() usesEmmanuele Bassi2012-01-162-18/+12
* fixed-layout: Use the Actor iteration APIEmmanuele Bassi2012-01-161-20/+14