зеркало из
1
0
Форкнуть 0
diacanvas-sharp/ChangeLog

264 строки
9.2 KiB
Plaintext

2003-10-09 Martin Willemoes Hansen <mwh@sysrq.dk>
* api/dia-api.xml: Removed
* 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
2003-10-08 Martin Willemoes Hansen <mwh@sysrq.dk>
* doc/en/Dia/Canvas.xml: Updated to match latest DiaCanvas2 CVS
* doc/en/Dia/Shape.xml: Ditto
* doc/en/Dia/CanvasItemFlags.xml: Documented
* doc/en/Dia/CanvasItemUIStateFlags.xml: Documented
* doc/en/Dia/EventMask: Documented
* doc/en/Dia/EventType: Documented
* doc/en/Dia/ShapeType.xml: Removed ' for consistence
* TODO: Updated
2003-10-07 Martin Willemoes Hansen <mwh@sysrq.dk>
* doc/en/Dia/Canvas.xml: Partial documented
* doc/en/Dia/CanvasElementHandle.xml: Updated by updater.exe
* doc/en/Dia/CanvasItem.xml: Ditto
* doc/en/Dia/CanvasItemFlags.xml: Ditto
* doc/en/Dia/CanvasItemUIStateFlags.xml: Ditto
* doc/en/Dia/CanvasView.xml: Ditto
* doc/en/Dia/CapStyle.xml: Ditto
* doc/en/Dia/EventMask.xml: Ditto
* doc/en/Dia/EventType.xml: Ditto
* doc/en/Dia/FillStyle.xml: Ditto
* doc/en/Dia/Global.xml: Ditto
* doc/en/Dia/JoinStyle.xml: Ditto
* doc/en/Dia/ShapeType.xml: Ditto
* doc/en/Dia/ShapeVisibility.xml: Ditto
* doc/en/Dia/Strength.xml: Ditto
* NEWS: Updated with new features for upcomming release
2003-10-06 Martin Willemoes Hansen <mwh@sysrq.dk>
* sample/sample.cs: Updated to match gtk# cvs
* sources/dia-sharp.sources: Removed
* sources/dia-sharp-sources.xml: Added
* sources/Makefile: Use new gapi-parser
2003-09-26 Martin Willemoes Hansen <mwh@sysrq.dk>
* sources/Dia.metadata: Fixed parameter type for DiaGlobal.ExportPrint,
from gpointer to GnomePrintJob
* api/dia-api.xml: Ditto
* sample/sample.cs: Updated to use new API, fixed to use filename entry
2003-09-25 Martin Willemoes Hansen <mwh@sysrq.dk>
* README: Now targeting Gtk# cvs
* sample/sample.cs: Added Gnome.Print example
2003-09-19 Martin Willemoes Hansen <mwh@sysrq.dk>
* README: Updated for 0.1 release
* NEWS: Ditto
* doc/makefile: Added -f cmdline option
* doc/en/Dia/Copy.xml: Removed
* doc/en/Dia/Persistent.xml: Removed
* doc/en/Dia/PersistentFactory.xml: Removed
* doc/en/Dia/ShapeViewInfoFree.xml: Removed
* doc/en/Dia/ShapeViewInfo.xml: Removed
* doc/en/Dia/StorageFreeFunc.xml: Removed
* doc/en/Dia/StorageLoadFunc.xml: Removed
* doc/en/Dia/StorageSaveFunc.xml: Removed
* doc/en/Dia/Storage.xml: Removed
* doc/en/DiaSharp/LoadObjectArgs.xml: Removed
* doc/en/DiaSharp/LoadObjectHandler.xml: Removed
* doc/en/DiaSharp/LoadStartArgs.xml: Removed
* doc/en/DiaSharp/LoadStartHandler.xml: Removed
* doc/en/DiaSharp/SaveObjectArgs.xml: Removed
* doc/en/DiaSharp/SaveObjectHandler.xml: Removed
* doc/en/DiaSharp/SaveStartArgs.xml: Removed
* doc/en/DiaSharp/SaveStartHandler.xml: Removed
* doc/diacanvas-docs.tree: Added
* doc/diacanvas-docs.zip: Added
* makefile: Do not build docs anymore
2003-09-15 Martin Willemoes Hansen <mwh@sysrq.dk>
* makefile: shortend a bit, and disabled auto generation of
api xml files
* api/makefile: Added installation target
* sample/makefile: Added installation target
2003-09-13 Martin Willemoes Hansen <mwh@sysrq.dk>
* sources/Dia.metadata: Hide references to DiaShapeViewInfo, cause
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
2003-09-09 Martin Willemoes Hansen <mwh@sysrq.dk>
* sample/sample.cs:
* sample/glade/gui.glade: Cleaned up.
* glue/dia-canvas-item.c: Added
* dia/CanvasItem.custom: Added access to connected_handles
* glue/dia-canvas-view.c:
* dia/CanvasView.custom: Added access to handle_layer
* dia/PlacementTool.cs: Initial grabbing functionallity
* PROBLEMS: Added fields which are not what they seem.
2003-09-04 Martin Willemoes Hansen <mwh@sysrq.dk>
* dia/CanvasImage.cs:
* dia/CanvasLine.cs:
* dia/CanvasBox.cs: Remove creation of PlacementTool
* dia/PlacementTool.custom: Removed
* dia/PlacementTool.cs: Added
* sources/Dia.metadata: Hide PlacementTool and
Added out parameters rules for CanvasItem method
AffinePointI2w and AffinePointW2i.
2003-09-03 Martin Willemoes Hansen <mwh@sysrq.dk>
* api/dia-api.xml:
* 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.
2003-08-31 Martin Willemoes Hansen <mwh@sysrq.dk>
* api/dia-api.xml:
* sources/Dia.metadata: Hide DiaShapeItemInfo and
DiaShapeViewInfo cause they are only used internally.
* PROBLEMS: Updated info on GDestroyNotify
2003-08-26 Martin Willemoes Hansen <mwh@sysrq.dk>
* doc/en/Dia/CanvasItemForeachFunc:
* doc/en/Dia/CanvasViewItemForeachFunc: Documented
* doc/en/Dia/CanvasGroup.xml:
* doc/en/Dia/CanvasViewItem.xml: Partially documented
* TODO: Added
* dia/makefile: Added compile options to suppres warnings about
missing Equals and GetHashcode functions.
2003-08-25 Martin Willemoes Hansen <mwh@sysrq.dk>
* CREDITS: Added Arjan Molenaar
* doc/en/Dia.xml: Added
* sources/makefile: Application of new patches added
* doc/en/Dia/CanvasElementHandle.xml:
* doc/en/Dia/CapStyle.xml:
* doc/en/Dia/FillStyle.xml:
* doc/en/Dia/JoinStyle.xml:
* doc/en/Dia/ShapeType.xml:
* doc/en/Dia/ShapeVisibility.xml
* doc/en/Dia/Strength.xml: Documented.
2003-08-19 Martin Willemoes Hansen <mwh@sysrq.dk>
* WISHLIST: Autoconf wish added.
* 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
* CREDITS: Added
2003-08-12 Martin Willemoes Hansen <mwh@sysrq.dk>
* WISHLIST: Added
2003-08-08 Martin Willemoes Hansen <mwh@sysrq.dk>
* NEWS: Added
* 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
2003-08-07 Martin Willemoes Hansen <mwh@sysrq.dk>
* dia/PlacementTool.custom: Fixed Uni16 to Ansi conversion bug
* sample/sample.cs: Added start of printing sample, gnomeprint wrapper needed
2003-08-06 Martin Willemoes Hansen <mwh@sysrq.dk>
* sources/dia-sharp.sources:
* 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
2003-07-31 Martin Willemoes Hansen <mwh@sysrq.dk>
* Upgraded to latest gtk# cvs
2003-07-28 Martin Willemoes Hansen <mwh@sysrq.dk>
* dia/CanvasBox.custom
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
2003-07-26 Martin Willemoes Hansen <mwh@sysrq.dk>
* dia/CanvasImage.custom: Changed public Ctor to use a pixmap parameter
now height and width are automagically set.
* sample/sample.cs: Updated to reflect CanvasImage.custom changes
2003-07-23 Martin Willemoes Hansen <mwh@sysrq.dk>
* dia/Point.custom: Added, convenience ctor
and ToString()
* dia/CanvasLine.custom: Added, default ctor
* dia/CanvasBox.custom: Added, default ctor
* dia/CanvasImage.custom: Added, default ctor
* dia/CanvasItem.custom: Removed method to create CanvasImage
* sources/Dia.metadata: rule disable default constructor added
* sample/sample.cs: Added section for programatically
canvas item creation.
2003-07-22 Martin Willemoes Hansen <mwh@sysrq.dk>
* PROBLEMS: Added
* sources/Dia.metadata: Hide DiaExpression type,
and hide the AddExpression method in DiaConstraint
* doc/en/Dia/Expression.xml: Removed
2003-07-21 Martin Willemoes Hansen <mwh@sysrq.dk>
* ChangeLog: Added
* dia/Event.cs: Added
* glue/dia-event.c Added