jkuehner
82099d61fa
Right Click Context Menu for multiple Selected Items to Wrap them in a Container (Grid or Canvas at the Moment!)
11 years ago
gumme
809e589202
Added MarkupExtension tests for testing strings with spaces and commas as parameter (commonly used in file paths), where some tests are currently failing.
11 years ago
jkuehner
28af1f070c
Select Items below the current by Pressing Alt Key when Clicking on Control!
11 years ago
jkuehner
5b3cfdb474
Color & TimeSpan Editor in PropertyGrid
...
uses Controls from Extended WPF Toolkit fork (https://github.com/jogibear9988/WpfExToolkit )
11 years ago
jkuehner
5a181c135f
Open Collection Editor from PropertyGrid for Properties which implement ICollection
...
(Resources, Children, Items, ...)
11 years ago
jkuehner
12423244dd
Fix Undo on Keyboard Movement
11 years ago
jkuehner
2a76625355
Fix Unit Tests
11 years ago
jkuehner
1220ef63ac
OutlineView -> Fix jump to selected Item
11 years ago
jkuehner
2f78283d2d
Snapline -> Null Ref fix
11 years ago
jkuehner
78fe8ec698
Show a Border around multiple Selected Items and a TopLeftContainerDragHandle (multipleItems)
11 years ago
jkuehner
9cdcb17cd4
Canvas extension -> Only when One item is selected
11 years ago
jkuehner
19e600c7fb
Fix UNDO on Resize and Skew Extension
11 years ago
jkuehner
35c2af4055
Remove unused Code from Rote Thumb
11 years ago
jkuehner
ed0a56671b
Skew Thumb Extension
11 years ago
jkuehner
8c15e941d8
RotateThumb -> Only when Only one Item is selected
11 years ago
jkuehner
3e187df808
Make Snapplines also work for Items in other Containers
11 years ago
jkuehner
3dd49163c9
Snapline for middle of Object (like in VisualStudio)
11 years ago
jkuehner
9bb17efaf9
Adorner Display fix
...
(fixes #435 )
11 years ago
jkuehner
ca626f919d
In WPF Designer A few extensions should only be used when only One Item is Selected,
...
because they only work with one Item (ResizeThumb, RotateThumb, RenderTransform, QuickOperationMenu)
11 years ago
jkuehner
501623b3eb
TopLeftContainerDragHandle for all Framework Elements
11 years ago
jkuehner
5c2dacc029
Rotate Thumb -> Update Adorner on Rotation
11 years ago
gumme
c582faba1a
Added null-check of ParentTree, as this have been null and caused exception.
12 years ago
gumme
85a4c4600b
XamlParser now supports attached property used on a derived class.
12 years ago
gumme
6c8f77f4b1
Removed sealed constraint from class declaration to allow inheritance.
...
Performs casting of extended component only once in OnInitialized, and casts to only necessary level (i.e. FrameworkElement) to allow inherited classes to support other panels that maps to Canvas placement properties (using DependencyProperty.AddOwner).
12 years ago
tbulle
f4f0f39cb7
Changes to OutlineTreeView to Work With IOutlineNode
12 years ago
tbulle
78e4702ca3
changes to make tests work
12 years ago
tbulle
a3c162e9c0
Format changes
12 years ago
tbulle
b67af16c45
Implemented inteface for OutlineNode so that a custom outlinenode can be implemented
12 years ago
Daniel Grunwald
6da57f8678
Add back "using System;" that got lost due to file header replacement.
12 years ago
Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
tbulle
c22443ba71
Setter methods for implementing a custom HitTestFilterCallback
12 years ago
tbulle
50c66e0f17
Changes to make it easier to use and customize the propertygrid from external project
12 years ago
Daniel Grunwald
9bc803afcb
Fix #258 : Incorrect property used in WpfDesigner.Designer.ModelTools
12 years ago
Siegfried Pammer
8cf4ce9a91
rename should not be executed, if the name is not valid or the selection was changed
12 years ago
gumme
1f59343285
Name changes is now performed using UndoService. This also fixes that name changes was not always saved to xaml source.
12 years ago
Siegfried Pammer
caaedbd722
add partial implementation of rename for the WPF designer
12 years ago
jkuehner
cff88a4151
Support for "Bring Item To Front / Send To Back" ContextMenu ...
12 years ago
gumme
c7f70a14bf
String can now be added to collections, for example a ResourceDictionary.
12 years ago
gumme
410d44477a
Fixed type resolve when pasting a custom control using StaticResource.
12 years ago
gumme
cd29a15e0d
Removes namespace attributes from child nodes in the pasted snippet if they are already present in the root where the snippet is pasted.
...
Added a test "PasteCustomControlUsingMixedTypes" that failed before this fix.
12 years ago
gumme
91ef4ab5c9
IDictionary (and not just ResourceDictionary) is considered a collection and supported by own XamlParser.
12 years ago
gumme
14dd5a9a43
Added xaml parser support for collections in attached properties.
12 years ago
Siegfried Pammer
293307cb9f
fix some more warnings
12 years ago
Daniel Grunwald
52ab4d36a5
Normalize newlines in *.cs
12 years ago
Daniel Grunwald
2dfa409711
Fix some compiler warnings.
12 years ago
jkuehner
d267d43428
Outline Node.
...
Show Children of for Example AvalonDock2 in Outline Node
12 years ago
jkuehner
f8c08d5b0d
Fix in design Panel -> element was null
12 years ago
jkuehner
b2655efc5b
* Proportional Resize when pressing Ctrl
12 years ago
jogibear9988
ccd532ab86
Outline view : Filtering & Scroll Selected Control into View on Design Area
12 years ago
jogibear9988
2194f16822
Xaml Designer:
...
- Support IsLocked Design Time Property
- Support Filtering in Outline View
12 years ago