gumme
824094126a
LineHandlerExtension is now public to allow it to be overridden by an other extension.
...
Bounds is now a private class of LineHandlerExtension because its the only class where it is used.
11 years ago
gumme
58b43f2511
Extension is now public to allow it to be overridden by an other extension.
...
Using .Net built-in type Point instead of custom Bounds type.
Changed _selectedThumbs to _selectedPoints as it describes its purpose better.
11 years ago
gumme
d49a8c6dc8
Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop into WpfDesignerCollectionResetUndoRedoFix
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/CollectionSupport.cs
11 years ago
gumme
bd1981ded9
CollectionElementsCollection now implements INotifyCollectionChanged. Using this in XamlProperty to know when the collection gets empty, and if conditions are fulfilled remove unnecessary xaml.
...
This change was necessary because before this change Reset was called on the collection property from CollectionElementsCollection. This had the unwanted effect that it caused the instance property value to use property default value, which often is null, when all we actually wanted was to avoid bloated xaml and leave the instance property value untouched.
11 years ago
Andreas Weizel
e20fdc9571
Fixed formatting/indentation.
11 years ago
Andreas Weizel
e694a4f6fc
Merge pull request #651 from J-McElroy/master
11 years ago
jkuehner
2dfefcda1d
Buggfix Nullable Enum as Property
11 years ago
Andreas Weizel
a21da76a0c
Merge pull request #653 from jogibear9988/master
...
Fix that Images don't work
11 years ago
jkuehner
f94d0505c2
Fix that Images don't work
11 years ago
Matt Ward
c7e6319925
Update to NuGet 2.8.3
...
Fixes error when installing xunit.core 2.0.0-rc1-build2826:
System.InvalidOperationException: 'xunit.core' already has a
dependency defined for 'xunit.extensibility.core'.
11 years ago
AleksRiabov
9a08947993
Fixed Reference columns resizing problem
11 years ago
Andreas Weizel
6918321880
Fixed AssemblyInfoProviderTests failing after pull request #642 .
11 years ago
Andreas Weizel
319880b041
Fixed AssemblyInfoProviderTests broken by pull request #642 .
11 years ago
Andreas Weizel
69aa9f3375
Merge pull request #642 from linquize/assembly-info
...
Version Editor should allow other patterns
11 years ago
Andreas Weizel
812d417fd2
Merge pull request #650 from jogibear9988/master
...
A few Bugfixes for XAMLDesigner
11 years ago
jkuehner
2863ccc6a2
Bugfix #649
11 years ago
jkuehner
ae02c8e8d8
Fixes in Path Handler
11 years ago
jkuehner
d6ec889a87
Merge branch 'DrawLineOnCanvas'
11 years ago
jkuehner
ec909083cb
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas
11 years ago
jogibear9988
ef347e6ad3
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas
11 years ago
jogibear9988
97a3acb590
Fix Path Adorner not always Displayed
11 years ago
jkuehner
1bc0ed951f
Bugfix: Double Value Can Contain Decimals
11 years ago
Andreas Weizel
7b9ff2ef37
Merge pull request #633 from jogibear9988/DrawLineOnCanvas
...
Draw line on canvas
11 years ago
jkuehner
88976b9b64
Fixes for Path Converter
11 years ago
jkuehner
17d46f7f54
A Converter Extension for StreamGeometrys
11 years ago
jkuehner
a9e325cf8b
fixes in Path Handler
11 years ago
jogibear9988
9cf20f897c
Bugfixes with Stream Geometry
11 years ago
gumme
5b285348b0
Added tests for different combinations of Remove, Clear and Reset with multiple undo/redo operations on collections. Added ResetAction to make the tests pass.
11 years ago
jogibear9988
fdda546e1b
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas
11 years ago
jogibear9988
925b06c635
PathHandler seem's now fully workin.
...
Only Code cleanup needed
11 years ago
gumme
db5faa4c84
Added test that failed on its first Undo before the change in commit 1cc5346e7a
.
11 years ago
gumme
9cfc19e5f8
An element that changes into empty state is now changed to a self-closing element.
11 years ago
gumme
1cc5346e7a
Removes markup for empty implicit collections.
11 years ago
gumme
91a773da7b
Using IList for Insert/Add of items if implemented. This fixes so collections inside System.Windows.Input namespace is synchronized with SD internal collection when undo/redo operations have executed on the collection.
11 years ago
jkuehner
07b07d460c
Bugfix on PolyBezier und PolyQuadricBezier
11 years ago
jogibear9988
75477250aa
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Controls/ControlStyles.xaml
11 years ago
jogibear9988
afb55a62ec
Fixes -> Save of modified Path now works
11 years ago
jkuehner
47a67fe2d7
Last fix was not correct -> We don't know the Type of the Insert Object
11 years ago
jkuehner
5aaced89af
Fix adding two times the same string in the Designer:
...
This does not work before:
var addItem = page.designSurface.DesignContext.Services.Component.RegisterComponentForDesigner(se.Value);
addItem.Key = se.Key;
d.Properties["Hardware"].CollectionElements.Add(addItem);
maybe we also need to change for Value Types!
11 years ago
jkuehner
2ede4f4105
For Perf. Reasons don't use Exception
11 years ago
jkuehner
7306b61777
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Controls/ControlStyles.xaml
11 years ago
jkuehner
24f4bb8ed5
Fix Menu should always be black
11 years ago
jogibear9988
79e726fb05
Draw Path when Transformed
11 years ago
jogibear9988
26dedf8ae0
- Fix Context Menu's when Transforms are used
...
- Snap Path Point Thumbs
11 years ago
Andreas Weizel
8d963abf1b
Fixed AssemblyInfoProviderTests broken by pull request #641 .
11 years ago
Linquize
0e7db49105
Version Editor should allow other patterns
...
Do range checking.
AssemblyVersion can have "1.0.*".
AssemblyInformationalVersion can be arbitrary.
11 years ago
jogibear9988
b63ea4bbe4
Fix Calculate Compl. Transform when in Viewbox
11 years ago
jogibear9988
b43d047e7c
Fix Path Handler when Zoomed
11 years ago
jogibear9988
e788963702
Now also the Bezier Points work when stretched
11 years ago
jogibear9988
ca2ae67ca8
Fixes in Stretched Path Point Movement also works
11 years ago