its internal.
* sources/makefile: Removed old appliance of patch
* patches/dia-storage.h.diff: Removed not needed anymore
* patches/removal_of_persistens.diff: Patch to remove persistens
functionality in DiaCanvas, should be in DiaCanvas cvs soon.
* api/dia-api.xml: Reflects latest changes
svn path=/trunk/diacanvas-sharp/; revision=18060
* sources/Dia.metadata: Hidden the default ctor of
the PlacementTool.
* dia/CanvasBox.custom:
* dia/CanvasImage.custom:
* dia/CanvasLine.custom: Added creation of PlacementTool for the item.
* dia/PlacementTool.custom: Removed creation of Box, Image and Line.
* PROBLEMS: Some problems magically goes away.
* sample/sample.cs: Updated to accomodate api changes.
svn path=/trunk/diacanvas-sharp/; revision=17842
* sources/Dia.metadata: Hide DiaShapeItemInfo and
DiaShapeViewInfo cause they are only used internally.
* PROBLEMS: Updated info on GDestroyNotify
svn path=/trunk/diacanvas-sharp/; revision=17761
* glue/dia-canvas-line.c: Added HeadPos and TailPos set properties, as
a workaround for gtk# bug 47168.
* dia/CanvasLine.custom: Added get/set property for HeadPos and TailPos
* sources/Dia.metadata: Hide HeadPos and TailPos in CanvasLine
* PROBLEMS: Updated with solutions
svn path=/trunk/diacanvas-sharp/; revision=17400
* sample/sample.cs: Added SelectAll, UnselectAll and DeleteSelected
* PROBLEMS: Added a couple of crashes
* glue/makefile: Added libgnomeui-2.0 to libs
* glue/dia-canvas-view.c:
* dia/CanvasView.custom: Added get accessors for SelectedItems and FocusItem
* sources/Dia.metadata: Renamed signals in CanvasView, to avoid clashes
Changed type of property Parent in CanvasItem to CanvasGroup
svn path=/trunk/diacanvas-sharp/; revision=17188
* sources/makefile:
* PROBLEMS:
* README:
* api/dia-api.xml: Target latest cvs version of diacanvas2
* patches/*.diff: Rearranged patches, a dir
for each software and version of it that
has been modified.
* patches/dia-storage.h.diff: Fix for comments next to parameters.
* patches/acinclude.m4.diff: Fix for not finding python 2.3
* sources/Dia.Metadata: Fixed nameclashes
svn path=/trunk/diacanvas-sharp/; revision=17116
dia/CanvasImage.custom
dia/CanvasLine.custom:
Method ItemCreate is inherited so no need to
call CanvasItem.ItemCreate, just plain ItemCreate.
* dia/CanvasText.custom: Added, default ctor
* sources/Dia.metadata: Disabled default ctor for CanvasText
* sample/sample.cs: Includes sample code to display CanvasText
* sample/CanvasTextBox.cs: Added a custom CanvasItem
svn path=/trunk/diacanvas-sharp/; revision=16771
now height and width are automagically set.
* sample/sample.cs: Updated to reflect CanvasImage.custom changes
svn path=/trunk/diacanvas-sharp/; revision=16703