Changed signature to only specify one dash size.
* dia/CanvasLine.custom: Ditto
* dia/DashStyle.cs: Ditto
* TODO: Maybe remove DashStyle if support for more than one
dashstyle is far out in the future.
* sample/CanvasTextBox.cs: Make text fit
* sample/sample.cs: Ditto
svn path=/trunk/diacanvas-sharp/; revision=31706
DiaCanvas#, it has a DiaCanvas.Init method which
initializes the module.
* sample/sample.cs: Uses DiaCanvas.Init()
* PROBLEMS: One problem whent away with gtk#-0.16 some others
entered ;)
svn path=/trunk/diacanvas-sharp/; revision=22886
Fixes the default ctor.
* dia/CanvasImage.custom: Ditto
* dia/CanvasLine.custom: Ditto
* dia/CanvasText.custom: Ditto
* dia/CanvasItem.custom: No need for item create method
* PROBLEMS: Clarify one of the problems
svn path=/trunk/diacanvas-sharp/; revision=22832
* dia/CanvasItem.custom: Updated to use GLib.GType
* dia/PlacementTool.cs: Ditto
* sample/CanvasTextBox.cs: Ditto
* configure.in: Checks for gtk#-0.15 and
bumped the diacanvas# version to 0.4.0
svn path=/trunk/diacanvas-sharp/; revision=21747
* PROBLEMS: Added extra info on casting problem
* sample/sample.cs: Added extra info on casting problem
* configure.in: Updated dependency check
* NEWS: Updated news for 0.3.0
* Released 0.3.0
svn path=/trunk/diacanvas-sharp/; revision=21412
* sample/sample.cs: Use pango fonts, now the problem is gone.
* sample/CanvasTextBox.cs: One step closer to make custom CanvasItem's.
svn path=/trunk/diacanvas-sharp/; revision=20115
* configure.in: use pkg-config to get diacanvas2 flags, check if needed
mono applications can be run as 'xx' or 'xx.exe' and prepend 'mono' in
the latter case, added 2 new output files.
* makefile.am: automake-ized.
* dia/makefile.am:
* doc/makefile.am:
* sample/makefile.am:
* sources/makefile.am: use the variables defined in configure.in
* glue/makefile.am: use libtool.
* sample/glade/makefile.am:
* sample/pixmaps/makefile.am: needed for make dist to produce a valid
tarball.
Now I can compile this from CVS. And you too :).
svn path=/trunk/diacanvas-sharp/; revision=20035
* Dia.metadata: Hidden GDestroyNotify field in CanvasIter
* diacanvas-api.xml: Regenerated
* PROBLEMS: One less problem
svn path=/trunk/diacanvas-sharp/; revision=19816
* TODO: Updated, with content from TODO and
various things which has been done has been removed.
* autogen.sh: Added, autoconf enabled.
* configure.in: Added, autoconf enabled.
* patches: Removed, not needed anymore
* makefile: All of them removed, autoconf enabled
* makefile.am: All of them added, autoconf enabled
* .cvsignore: Added
* README: Does not mention make prefix option anymore
* COPYRIGHT: Removed
* COPYING: Added
* INSTALL: Added
* dia/cvsignore: Added makefile and makefile.in
* doc/cvsignore: Ditto
* glue/cvsignore: Ditto
* sample/cvsignore: Ditto
* sources/cvsignore: Ditto
svn path=/trunk/diacanvas-sharp/; revision=19777
Added DiaDashStyle workaround.
* sources/Dia.metadata: Moved this metadata to dia/Dia.metadata
in the new format.
* dia/Dia.metadata: Removed the hiding of properties
CanvasLine.HeadPos and CanvasLine.TailPos, no need to work
around struct marshalling bug.
* dia/diacanvas-api.xml: Regenerated
* dia/CanvasLine.custom: Removed workaround for struct marshalling bug.
* dia/DashStyle.cs: Added
* dia/CanvasLine.custom: Added new custom Dash property
* dia/makefile: Updated to use new metadata.
* dia/PlacementTool: Rewritten to use reflection.
* sample/sample.cs: Updated to make use of new DashStyle
* doc/en/Dia/Canvas.xml: Documented method SnapToGridCoordinates.
* doc/en/diacanvas-docs.zip: Reflects the documentation above
* NEWS: Added bugfixes
* ChangeLog: Removed fixed stuff, which does not need to be
workedaround anymore.
* README: Targets gtk#-0.12
svn path=/trunk/diacanvas-sharp/; revision=19455
* doc/en/Dia/CanvasItemForeachFunc.xml: Fixed a bad method tag
* doc/en/Dia/CanvasItemForeachFunc.xml: Ditto
svn path=/trunk/diacanvas-sharp/; revision=18856
* api/dia-symbols.xml: Removed
* api/makefile: Removed
* api/.cvsignore: Removed
* dia/dia-api.xml: Added
* dia/dia-symbols.xml: Added
* dia/.cvsignore: Updated with generated-stamp
* dia/makefile: Updated to generate c# code from dia-api.xml and dia-symbols.xml
* sources/dia-sharp-sources.xml: Updated to put dia-api.xml in dia/ instead of api/
* sources/Dia.metadata: Hide event Event and method SetParent in CanvasItem,
to work around bugs.
* makefile: deleted api as a target
* PROBLEMS: Added yet another problem
* sample/sample.cs: Uncommented FindViewItem, since it triggers some bug
svn path=/trunk/diacanvas-sharp/; revision=18799
from gpointer to GnomePrintJob
* api/dia-api.xml: Ditto
* sample/sample.cs: Updated to use new API, fixed to use filename entry
svn path=/trunk/diacanvas-sharp/; revision=18307