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
jogibear9988
428588528a
Fix WrapItems Container not Dragable
11 years ago
jogibear9988
f2958f8296
Bugfix: ComboBox Editor did not work!
...
The Attribute was not parsed when the Editor was in the other Assembly. Without the Attribute it works again!
11 years ago
jogibear9988
27e6a81474
A global Property Changed Event in the Component Service
11 years ago
gumme
393a39dda4
Added null-check necessary when a markup extension without a wrapper is added to a collection.
11 years ago
jogibear9988
b3ea4a0efb
Bugfix Assembly Version Problem
...
After this fix you can use the XamlDesigner also to Develop the XamlDesigner!!!
Before that we've had Bug's because of multiple loaded Assemblies with the same Name!
11 years ago
jkuehner
3e1b6e580d
Changes to WrapitemsIn... so it can be used from external Code
11 years ago
gumme
13002cf065
Added update of child markup extensions when markup extension chain is updated.
11 years ago
gumme
8d47f04678
Fixed bug; CanPrint was only checked for the first property using nested markup extension.
11 years ago
jkuehner
ca257e4a45
Bugfix Exception when Deleting Objects ...
...
(Then Bindings should not be changed!)
11 years ago
gumme
56ee23ea8d
Fixed so resize operation by using ctrl + arrow is working again, and also handles the case if the user releases ctrl while still pressing an arrow.
11 years ago
jkuehner
85da07adb6
Mouse Gestures need to be public, to be used for a custom Extension in a custom DLL
11 years ago
jkuehner
cf41d83966
Possibility to disable Snaplines in a Derived Extension via returning CanPlace = false
11 years ago
jkuehner
6719026a8b
Fix a Null Ref Exception...
11 years ago
jkuehner
1d80551b9e
Use the Same Context Menu for Outline View
11 years ago
jkuehner
f92e6bef3b
Content should be Addable to all ContentControls
11 years ago
jkuehner
535b4df471
Fixes ContextMenus when Designer is used inside of SD!
11 years ago
jogibear9988
19486b6cf2
Fix multiple XML-Namspaces for the same CLR-Namespace
...
Now all UnitTests work
11 years ago
jogibear9988
bb3a5419b6
Activate a now working Unit Test
11 years ago
jogibear9988
6b2cf8714e
Whitespace
11 years ago
jogibear9988
0922851312
Fixes in Template helper:
...
Remove Added Key and Namespaces...
11 years ago
jogibear9988
fec443288f
Renaming of Controls -> Bindings and x:References are fixed
11 years ago
jkuehner
dcaad07743
Code to Fix References when the Name of a Framework Element Changes
...
(don't know if this should be Standart!)
(but I think it should be used on Paste from the Clipboard, so that Pasted Bindings work on Pasted Objects)
(not active at the Moment!)
11 years ago
jogibear9988
0ee80f83cc
- Parse of App.Xaml
...
- Parse of Frameworktemplates wich have References to Parent Resources (not yet App.Xaml Resources)
- Fixes in Xaml Parser (Attached Events, Attached Properties not always have both, a Setter and a Getter)
11 years ago
jkuehner
a8bb555395
Posibility to Disable Snaplines via AttachedProperty
11 years ago
jkuehner
175f95ebcd
Fix Problems with Namescopes
11 years ago
jkuehner
d53b6553a9
Bugfix: Fixes Problems that many other Projects define the UIHelpers also. So move them to an extra Namespace
11 years ago
jkuehner
b4f59a361e
Xaml Namescope fixes
11 years ago
jogibear9988
9bb1062dc8
A few Unit-tests for INamescope (more to follow...)
11 years ago
jogibear9988
eb86aa7a0f
- Fixes that FrameworkTemplates now complety work
...
- Fixes Problems when Xaml Child Nodes have Whitespace elements
- Fixes Type Finder Problems with mscorlib
- Fixes on MarkupExtensions Properties are not always of the Object, but are also not attached, so they still should be found
11 years ago
jogibear9988
eb932cf5c7
One more Template Test
11 years ago
jogibear9988
f53786597b
Support for ControlTemplates in XAML Designer
11 years ago
jogibear9988
6464e5b675
Print short Syntax on MarkupExtensions (for Binding, Reference and StaticResource)
...
That means instead of {Binding Path=Property1} we Print: {Binding Property1}
11 years ago
jogibear9988
d14b6959f7
Test for {x:Reference}
11 years ago
tbulle
cbd4600086
Addition to DesignPanel to be able to suppress default key action for objects
11 years ago
tbulle
9f7c3209df
Handling KeyEvents for extension in case the extension needs it and a normal key event handling would interfer with the DesignPanel.cs keyhandling due to event bubbling prevention or such.
11 years ago
jkuehner
c24dcaad57
Formated Text Editor -> Set Run Properties only when Set
11 years ago
jogibear9988
b865e4e8b6
Border for Empty Image now fully working!
11 years ago
jkuehner
86f8f33591
Fix Formated TextEditor should not reference a specific DLL Version
11 years ago
jkuehner
65c9575982
Fix Window Clone Properties now use again the Properties form Window.
...
(But the Binding in the ControlStyles now works)
11 years ago
jogibear9988
e22bde0025
Fix Icon Binding -> But now Properties in PropertyGrid are wrong, look how it can be fixed!
11 years ago
jogibear9988
c8aef40143
Hide Min and Max Buton when NoResize
11 years ago
jogibear9988
b70e847421
Show a Icon for the WindowClone in the Designer
11 years ago
jogibear9988
ee653915ba
Default Style of Window now has no CornerRadius
11 years ago
jogibear9988
b8045d294d
Bugfix that "<TextBlock>aaa</TextBlock>" could be shown in the Designer
11 years ago
jogibear9988
97d31ee03b
More Unittests
11 years ago
jogibear9988
1123193b54
One more Test, and disable a non working one
11 years ago
jogibear9988
919506b02c
Outline Node Can throw an Exception when there is a Binding on this Properties.
...
This fixes it!
11 years ago
jogibear9988
edc54d7487
A test for a Property wich could not be found on WindowClone!
...
But we should throw a Exception that the Property is not writeable!
11 years ago