Flush
svn path=/trunk/diacanvas-sharp/; revision=17639
This commit is contained in:
Родитель
43addc98ac
Коммит
d606bde0cd
|
@ -5,6 +5,8 @@
|
||||||
* doc/en/Dia/CanvasGroup.xml:
|
* doc/en/Dia/CanvasGroup.xml:
|
||||||
* doc/en/Dia/CanvasViewItem.xml: Partially documented
|
* doc/en/Dia/CanvasViewItem.xml: Partially documented
|
||||||
* TODO: Added
|
* 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>
|
2003-08-25 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||||
|
|
||||||
|
|
2
TODO
2
TODO
|
@ -19,5 +19,7 @@ Dia.CanvasViewItem.AddItems Method
|
||||||
= Related matters =
|
= Related matters =
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
*DONE*
|
||||||
Ship bug report against Gtk# parser/generator
|
Ship bug report against Gtk# parser/generator
|
||||||
about turning Has and Is methods into properties.
|
about turning Has and Is methods into properties.
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ LIBRARY= dia-sharp.dll
|
||||||
all: $(LIBRARY)
|
all: $(LIBRARY)
|
||||||
|
|
||||||
$(LIBRARY): generated/*.cs
|
$(LIBRARY): generated/*.cs
|
||||||
mcs --unsafe --target library $(ASSEMBLIES) --recurse '*.cs' -o $(LIBRARY)
|
mcs --unsafe -nowarn:0660,0661 --target library $(ASSEMBLIES) --recurse '*.cs' -o $(LIBRARY)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -o root -g root -m 644 $(LIBRARY) $(PREFIX)/lib
|
install -o root -g root -m 644 $(LIBRARY) $(PREFIX)/lib
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Specifies how the end of a <see cref="T:Dia.CanvasLine" /> are drawn.</summary>
|
<summary>Specifies how the end of a <see cref="T:Dia.CanvasLine" /> are drawn.</summary>
|
||||||
<remarks>The default <see cref="T:Dia.CapStyle" /> is <see cref="T:Dia.CapStyle.Round" />.</remarks>
|
<remarks>The default <see cref="T:Dia.CapStyle" /> is <see cref="F:Dia.CapStyle.Round" />.</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Enum</BaseTypeName>
|
<BaseTypeName>System.Enum</BaseTypeName>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче