jogibear9988
f72e6b8806
New Unit Tests. "ListBox2" does not work at the moment!
11 years ago
jogibear9988
9b283d21cf
XamlDesignItem -> Fix Event removal
11 years ago
jogibear9988
836f506428
Fix a Null ref. Exception in Thumbnail View (when rootItem could not be parsed)
11 years ago
jkuehner
aa3f166bba
Fixes Unit Test Animation4
11 years ago
jkuehner
af07decc0c
A few new Unit Tests
11 years ago
jkuehner
6e4925fcc5
Fixes in the Copy UnitTests, they'll work, but the Copied Instance is not the same, so compare the Type of the Copy!
11 years ago
jkuehner
531d1f6303
Wrap Item in ViewBox
11 years ago
jogibear9988
669f892c14
more unit tests
11 years ago
jogibear9988
ba64d311a7
fixes Bug #408 -> XAML Window Resources doubled
11 years ago
jogibear9988
7a09aa56b8
Unitests -> when they'll work Tickets: #192 and #408 should be fixed
11 years ago
jkuehner
48d5b015ed
Arrange in Grid...
11 years ago
jogibear9988
39e5da367e
Fixes for Unit Tests and Whitespace
11 years ago
jogibear9988
7fd896abad
More fies for Image COntrol, Container Enter,...
11 years ago
jkuehner
b33f8cf0da
Bugfixes for Image Placement, Formated Text, ...
11 years ago
jogibear9988
acce4a9445
more fixes in XAML Designer
11 years ago
jogibear9988
a906864e40
Arrange Items via ContextMenu and a few fixes...
11 years ago
jogibear9988
beb76068fb
Fixes for Formated Text Editor and Context Menu Handling
11 years ago
jogibear9988
a269a4aa48
Fixes for Formated Text Editor
11 years ago
jkuehner
5e3e8c3432
Started to work on a Formated Text Editor for TextBlock!
11 years ago
tbulle
5b8cf1cf46
Check for negative height or width before changing object since it will cause an exception
11 years ago
gumme
fcd3a2def1
Removed unnecessary set of Effects property to same value, setting Handled to true is enough to give correct feedback to drag source.
11 years ago
gumme
29ed436f0e
Drop handler is now giving correct feedback to drag source.
11 years ago
Andreas Weizel
fbd8fb1865
Fix #556 : Unhandled WPF exception in SharpDevelop v5 beta
11 years ago
Andreas Weizel
01ac76ea2f
Fix: Exception when calling one of the context menu entries in XAML designer (like "Send to back", "Bring to front" etc.) on a root control. Example: The outermost Grid of a window.
11 years ago
Daniel Grunwald
3b6892c319
Merge+squash #521 changed implementation of PanelSelectionHandler
11 years ago
jkuehner
50ad72bcc0
Grid placement Fix
...
When Grid Stretched horizontal no width should be set!
Same on vertical!
11 years ago
jkuehner
cfe4b3a77e
Bugfix -> Number Editor smallest possible Value was zero!
...
(cherry picked from commit 22a021957b
)
11 years ago
jkuehner
22a021957b
Bugfix -> Number Editor smallest possible Value was zero!
11 years ago
gumme
6d1d189713
BindingWrapper now supports MultiBinding and PriorityBinding.
11 years ago
gumme
43aecafb42
StackPanel no longer removes properties that are used in the panel.
11 years ago
gumme
13277b4906
Fixed bug where resizing right and bottom edges on controls did not snap properly.
11 years ago
gumme
5a599d21e9
Added check if parent view is ContentControl to avoid exception when pasting on for example a Border, that have a content property but is not a ContentControl.
11 years ago
gumme
577eb9c329
A StaticResource that references a resource on the same element is now printed in element style.
11 years ago
gumme
aededd6a35
Moving controls several steps by holding down arrow keys is now working again.
...
Removed canvas special handling in DesignPanel and instead letting each placement behavior handle its own special needs, and handling the Canvas issue by overriding GetPosition in CanvasPlacementSupport instead.
Fixed SetPosition in CanvasPlacementSupport so Left/Top properties have priority over Right/Bottom, as this is the priority that the runtime uses.
11 years ago
gumme
ba913a15b5
Added support for using enums.
11 years ago
tbulle
8591ab44fb
Temporary fix for bug introduced with new snapline behaviour
11 years ago
Siegfried Pammer
5cec511e17
fix build
11 years ago
gumme
75f8befe4c
Added TextValue property to expose the xaml string value for a property.
11 years ago
tbulle
2de5ca711f
A bug fix for a setter that erased previously set value on movement
11 years ago
gumme
c4f80dc05e
Added a simple test to verify that file path strings is parsed correctly.
11 years ago
gumme
0f95a49a19
Added MarkupExtensionModelTests for testing various strings being used with both shorthand and element style markup extensions.
...
Fixed a bug in MarkupExtensionPrinter to make the tests pass; it now handles spaces and backslashes correctly when printing shorthand markup extensions.
11 years ago
tbulle
ca037b0938
Allows placementoperation to take null for PlacementAlignment so that all snaplines can be shown at the same time on resize operations
11 years ago
tbulle
7e238a9b52
Fix for skewed checkbox movement on arrow key press
11 years ago
tbulle
c825585043
Simplification of code
11 years ago
gumme
6252f3b507
Added support for native types (string, int, double, etc).
11 years ago
gumme
5ccc93f254
Added tests for undo/redo operations on implicit and explicit dictionaries.
...
Added tests for clearing explicit lists and dictionaries.
Fixed so an IDictionary item is removed using the item key.
11 years ago
tbulle
c410a20a75
Nullable ResizeThumbAlignment to enable both top and bottom snap on resize simultaneously
11 years ago
tbulle
8b8cdfbc40
Created Interface to be able to customize PropertyGrid
11 years ago
gumme
300417bb5f
Added tests for undo/redo operations on implicit and explicit lists.
...
Fixed bug where explicit collection was not handled correctly when resetting a XamlProperty.
11 years ago
jkuehner
df4cd4b1c6
A few WhiteSpace fixes and Comments removed.
11 years ago