summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [layout] Initial implementation of FlowLayoutEmmanuele Bassi2009-10-1410-1/+1141
* [layout] Use FixedLayout inside GroupEmmanuele Bassi2009-10-141-109/+29
* [layout] Update FixedLayoutEmmanuele Bassi2009-10-141-96/+20
* [layout] Typo and whitespace fixesEmmanuele Bassi2009-10-142-2/+2
* [layout, box] Add Box:colorEmmanuele Bassi2009-10-143-1/+144
* [layout, docs] Clean up BinLayout documentationEmmanuele Bassi2009-10-142-32/+112
* [layout, tests] Use variants for child packing in BoxEmmanuele Bassi2009-10-141-8/+16
* [layout] Store and use the container inside BinLayoutEmmanuele Bassi2009-10-143-14/+114
* [layout] Set a back pointer to Box inside the layoutEmmanuele Bassi2009-10-143-2/+38
* [layout] Replace stale LayoutMetaEmmanuele Bassi2009-10-141-1/+16
* [layout] Allow taking a back pointer to the ContainerEmmanuele Bassi2009-10-143-0/+41
* [layout] Rename Box::add to Box::packEmmanuele Bassi2009-10-144-28/+28
* [layout, docs] Document FixedLayoutEmmanuele Bassi2009-10-142-0/+87
* [layout] Implement ClutterBox::addEmmanuele Bassi2009-10-144-19/+210
* [layout] Add LayoutMetaEmmanuele Bassi2009-10-1411-113/+369
* [layout, docs] Add layout managers sectionsEmmanuele Bassi2009-10-147-9/+269
* [layout] Add layers to BinLayoutEmmanuele Bassi2009-10-143-31/+385
* [layout] Bind the layout ChildMeta inside BoxEmmanuele Bassi2009-10-141-0/+9
* [layout] Bind ChildMeta to LayoutManagerEmmanuele Bassi2009-10-142-32/+432
* [layout] Document BinLayoutEmmanuele Bassi2009-10-142-2/+137
* [layout] Notify of alignment changes in BinLayoutEmmanuele Bassi2009-10-141-0/+10
* [layout] Update BoxEmmanuele Bassi2009-10-142-6/+70
* [layout] Add LayoutManager::layout-changed signalEmmanuele Bassi2009-10-142-1/+146
* [tests] Add a Box interactive testEmmanuele Bassi2009-10-143-1/+50
* [layout] Add BinLayoutEmmanuele Bassi2009-10-144-0/+450
* [layout] Add Fixed layout managerEmmanuele Bassi2009-10-144-0/+258
* [layout] Make LayoutManager a floating objectEmmanuele Bassi2009-10-143-4/+7
* [box] Add ClutterBoxEmmanuele Bassi2009-10-144-0/+414
* [layout] Add initial implementation of LayoutManagerEmmanuele Bassi2009-10-144-0/+275
* build: Clean up main Makefile.amEmmanuele Bassi2009-10-141-26/+29
* build: Move marshallers and enum types rules outEmmanuele Bassi2009-10-144-57/+107
* docs: Allow XInclude fallback for the annotation glossaryEmmanuele Bassi2009-10-141-1/+1
* docs: Make StageManager a public classEmmanuele Bassi2009-10-144-1/+26
* stage/manager: Set :default-stage as read-onlyEmmanuele Bassi2009-10-141-21/+2
* stage/manager: Deprecate set_default_stage()Emmanuele Bassi2009-10-142-15/+60
* [actor] Unset the IN_DESTRUCTION flag when leaving ::destroy()Damien Lespiau2009-10-121-1/+1
* text: Make the :text property not set the :use-markup oneEmmanuele Bassi2009-10-071-139/+144
* docs: Add the "clipping" section to the COGL API referenceEmmanuele Bassi2009-10-072-1/+3
* [units] Ensure we don't have poniesDamien Lespiau2009-10-071-1/+1
* [path] Add GValue transform functions from and to G_TYPE_STRINGDamien Lespiau2009-10-071-1/+35
* [units] Add support for centimetersDamien Lespiau2009-10-074-6/+67
* [units] Be more strict in the grammar we are parsingDamien Lespiau2009-10-072-28/+70
* color: Measure the string just once when parsingEmmanuele Bassi2009-10-071-18/+22
* [color] allow alpha to be omitted when converting to color from stringThomas Wood2009-10-072-0/+50
* [clutter-id-pool] Also warn if the ID refers to a deleted actorNeil Roberts2009-10-071-5/+5
* [clutter-id-pool] Fix the check for out-of-range IDsNeil Roberts2009-10-071-1/+1
* Revert "[color] allow alpha to omitted when converting from strings"Thomas Wood2009-10-071-22/+0
* [color] add a note to the documentation to specify the values of the alphaThomas Wood2009-10-071-0/+2
* [color] allow alpha to omitted when converting from stringsThomas Wood2009-10-071-0/+22
* [path] MOVE_TO and LINE_TO only use a pair of coordinatesDamien Lespiau2009-10-061-2/+2