jkuehner
|
3cf4c86e23
|
Support modification of PathGeometrys
|
11 years ago |
jkuehner
|
1adfe7d235
|
Path -> Support Extended. Points can now be modified.
|
11 years ago |
jkuehner
|
1af21b6ded
|
Posibility to draw a freeform while keeping Mouse Button Pressed
|
11 years ago |
jkuehner
|
1a6cdeca93
|
PolyLine/gon Handler fixes, Path Handler worked on
|
11 years ago |
jkuehner
|
10a277fff9
|
Fix that SolidBrushEditor was to small, and show WPF Brushes
|
11 years ago |
jkuehner
|
755d653ef7
|
A few fixes on the Geometry Extensions
|
11 years ago |
jkuehner
|
ef7668a382
|
Bugfix Polyline
|
11 years ago |
jkuehner
|
a18f1f7821
|
Path Handler Extension
|
11 years ago |
jkuehner
|
93d8671d9b
|
Draw Path extension now works.
|
11 years ago |
jkuehner
|
ba36f16f10
|
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas
|
11 years ago |
jkuehner
|
cab11dd55b
|
Basic work on a DrawPathExtension
|
11 years ago |
jkuehner
|
c021640165
|
Draw Line extensions also work in Grid
|
11 years ago |
jogibear9988
|
37d34713bf
|
Null Ref fix
|
11 years ago |
jogibear9988
|
e4a0e86405
|
Merge branch 'master' into DrawLineOnCanvas
|
11 years ago |
jogibear9988
|
2d77356c7a
|
GitIgnore Vs2015 Files
|
11 years ago |
jkuehner
|
3486ea6d05
|
Better Basic Metadata
|
11 years ago |
jkuehner
|
71e42897cd
|
Better Polyline/Polygon/Line Support
|
11 years ago |
jkuehner
|
b928039f66
|
Polygon/Polyline should be Resizeable
-> todo: Recalculate the Points when Polyline is stretched
|
11 years ago |
jkuehner
|
750928d082
|
Polyline -> Some extensions should not be disabled
|
11 years ago |
jkuehner
|
f5f4652b67
|
Support for drawing Polygons
|
11 years ago |
jkuehner
|
4093e42edf
|
Fix Polyline Points where not saved to XAML
|
11 years ago |
jkuehner
|
038373f6f9
|
Few more Polyline fixes
|
11 years ago |
jkuehner
|
8949c265eb
|
Polyline Fixes
|
11 years ago |
jkuehner
|
47d7ba0834
|
Support for drawing a Polyline
|
11 years ago |
Abdelkarim Sellamna
|
af2cfa321c
|
tweaked the right margin for membersComboBox of the QuickClassBrowser.
|
11 years ago |
Abdelkarim Sellamna
|
177dbe5dde
|
Fixed DropShadow issue
Fixed an issue with the DropShadowEffect in the NavigatorWindowStyle of
AvalonDock.
|
11 years ago |
Siegfried Pammer
|
eb25c05f14
|
Merge pull request #631 from olegbevz/master
Assembly Info Editor. Advanced versions editing (issue #96)
|
11 years ago |
jkuehner
|
e5da9a8282
|
Code Cleanup -> Line and Polyline Handlers
|
11 years ago |
jkuehner
|
5088e7b786
|
Better Default Values for Rectangle, Ellipse, Shape...
|
11 years ago |
jkuehner
|
831ea01e95
|
The Shape Control's should also be popular...
(As now there is support for some of them (and more to come))
|
11 years ago |
jkuehner
|
990298c457
|
Support drawing new "Line" Objects on a Canvas
|
11 years ago |
Andreas Weizel
|
9b51908248
|
Merge pull request #630 from jogibear9988/master
Few fixups...
|
11 years ago |
jkuehner
|
6e461ebc35
|
Basic Impl. of DrawLine support on Canvas.
Need to work on this a little bit more
|
11 years ago |
Matt Ward
|
37b22de11f
|
Merge pull request #632 from sbridewell/master
Add -mergebyhash command line option when running OpenCover
|
11 years ago |
Simon Bridewell
|
76803ef109
|
Add -mergebyhash command line option when running PartCover, to avoid trying to add the same assembly to the code coverage results more than once. See http://community.sharpdevelop.net/forums/p/22003/56296.aspx
|
11 years ago |
olegbevz
|
8d24d35310
|
add VersionEditor control to Assembly Info panel for assembly versions editing
|
11 years ago |
jkuehner
|
8951f3a2f9
|
Use "EnableAppXamlParsing" Setting, but default should be "true"
|
11 years ago |
jkuehner
|
da4c782838
|
Merge remote-tracking branch 'remotes/sd/master'
|
11 years ago |
jkuehner
|
20c1bd6c22
|
Items Control should have a Transp. Background so it can be used as a Drop Target
|
11 years ago |
jkuehner
|
6ca3555dc7
|
Code fixes in Line/Polyline Extensions
|
11 years ago |
jkuehner
|
ebbe00a10c
|
Fix in Snapline - Middle Position is now drawn 1px aside
|
11 years ago |
Oleg Bevz
|
8de9d83366
|
Merge pull request #2 from icsharpcode/master
Trying to update my fork ...
|
11 years ago |
Andreas Weizel
|
78165ec089
|
Introduced "WPF Editor" option panel.
|
11 years ago |
jkuehner
|
081620043b
|
Merge remote-tracking branch 'remotes/sd/master'
|
11 years ago |
Andreas Weizel
|
1671b7fd70
|
Merge pull request #628 from gumme/WpfDesignerLineHandlers
Enable multiple Extension override.
|
11 years ago |
jkuehner
|
bb0efc503a
|
Fix Middle Snaplines were not correct!
|
11 years ago |
tbulle
|
5ffc7056ae
|
Enable multiple Extension override.
Lien and Polyline handling, needs controls creation
|
11 years ago |
Siegfried Pammer
|
3ea20cfaa6
|
Merge pull request #627 from gumme/WpfDesignerMarkupExtensionWrapper
MarkupExtensionWrapper is now public to make it possible to make wrapper...
|
11 years ago |
Siegfried Pammer
|
c07fd2adde
|
Merge branch 'gumme-WpfDesignerExtensionKeyHandler'
|
11 years ago |
Siegfried Pammer
|
d69ac5f157
|
Merge branch 'WpfDesignerExtensionKeyHandler' of git://github.com/gumme/SharpDevelop into gumme-WpfDesignerExtensionKeyHandler
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/DesignPanel.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign/Project/WpfDesign.csproj
|
11 years ago |