Steven Kirk
|
5d2658d856
|
Make IStyleable.Classes an IPerspexReadOnlyList.
So we can mock it.
|
11 years ago |
Steven Kirk
|
195fb6df3b
|
Renamed OnDataContextFinishedChanging
To OnDataContextChanged and added DataContextChanged event.
|
11 years ago |
Steven Kirk
|
626aa9cd19
|
Fix SelectingItemsControl.SelectedItems bug.
Make sure unbound SelectedItems cleared when DataContext is cleared.
|
11 years ago |
susloparov
|
40c01b73fb
|
Renamed stroke Shape properties according to WPF naming
|
11 years ago |
susloparov
|
cdf47bf314
|
Fixes #313
|
11 years ago |
susloparov
|
eef1704fda
|
Added DashLineCap, StartLineCap, EndLineCap to the Shape. Fixed properties assignment order in Pen constructor.
|
11 years ago |
Steven Kirk
|
da39751faf
|
Undo commented out code.
|
11 years ago |
Steven Kirk
|
4d6572b74e
|
Added StyleActivator leak test.
Trying to locate source of StyleActivator leaks - this test doesn't find
it.
|
11 years ago |
donandren
|
fcf79c45eb
|
enhanced emulation of mouse scroll event from touch in iOS
|
11 years ago |
donandren
|
5ac1f7c0c5
|
ios keyboard support
|
11 years ago |
Steven Kirk
|
5f0a6c9d72
|
Use observable to signal update...
...in ExpressionObserver, instead of calling UpdateRoot. This should
avoid a leak.
|
11 years ago |
Steven Kirk
|
318be5196d
|
Added some ExpressionObserver lifetime tests.
|
11 years ago |
Steven Kirk
|
e402eb8cdd
|
Make template bindings complete on Template change.
This fixes a leak - needs to be done in XAML as well though.
|
11 years ago |
Steven Kirk
|
8fb9c5c8e7
|
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
|
11 years ago |
Steven Kirk
|
9892b1ea1c
|
Fix crash when clicking menu item.
|
11 years ago |
Nikita Tsukanov
|
2e7f3091c8
|
Designer positioning fixes
|
11 years ago |
Nikita Tsukanov
|
40c559c41d
|
WndHost is unreliable
|
11 years ago |
Steven Kirk
|
811e28b191
|
Updated OmniXAML with fix for attached property on root instance.
|
11 years ago |
Steven Kirk
|
b094e06859
|
Added tooltip to default theme.
|
11 years ago |
Steven Kirk
|
2bcaef3c7e
|
Fixed failing TreeView tests.
|
11 years ago |
Steven Kirk
|
4fa3c98ca3
|
Detach styles when control removed from visual tree.
|
11 years ago |
Steven Kirk
|
417ab4d345
|
Fixed leak in Linear/RadialGradientBrush.
|
11 years ago |
Steven Kirk
|
b5c69fd151
|
Use correct transform in Linear/Radial gradient.
|
11 years ago |
Steven Kirk
|
d10176b70c
|
Update Linear/RadialGradientBrushImpl
Fixed formatting, dispose of GradientStopCollection; however they're
still
leaking massively.
|
11 years ago |
Steven Kirk
|
6f10775ec4
|
Unsubscribe from RenderTransform.Changed
When control is not attached to a visual tree. This fixes a memory leak
with TreeView.
|
11 years ago |
Nikita Tsukanov
|
7111572a2f
|
Implemented undo/redo for TextBox #204
|
11 years ago |
Steven Kirk
|
d004426b28
|
Allow styles to apply across popup contexts.
By defining a StylingParent property and tying it to InheritanceParent.
Fixes #312.
|
11 years ago |
Steven Kirk
|
6eadf12f96
|
Add ContractAnnotation to Contract.Requires.
To tell resharper that an exception will be thrown when condition ==
false.
|
11 years ago |
Steven Kirk
|
3aa72e0e78
|
Set MultiBinding default mode to OneWay.
Fixes #299.
|
11 years ago |
Steven Kirk
|
ceece5802b
|
Correctly track removal in ControlLocator.
Fixes #323.
|
11 years ago |
Steven Kirk
|
67835cc09b
|
Applied a bunch of resharper suggestions.
|
11 years ago |
Steven Kirk
|
49a89ba036
|
Fixed more warnings.
|
11 years ago |
Nikita Tsukanov
|
0ec58456e1
|
Removed unused property
|
11 years ago |
Steven Kirk
|
ca4c21256a
|
Fixed some warnings.
|
11 years ago |
Steven Kirk
|
55d867ba54
|
Suppress XML doc comment warnings.
|
11 years ago |
Steven Kirk
|
9eb54f59d2
|
Fixed name scopes.
Controls were being registered with the nearest name scope on the visual
tree, whereas they should be registered by traversing the logical tree.
|
11 years ago |
Nikita Tsukanov
|
2c39da7153
|
Apply design properties to tollevel
|
11 years ago |
Nikita Tsukanov
|
4f282cd0a0
|
Design properties now can be applied to Control
|
11 years ago |
Nikita Tsukanov
|
2678bd2665
|
Load user's application class in Designer
|
11 years ago |
Nikita Tsukanov
|
99780d8495
|
Added Design.DataContext
|
11 years ago |
Nikita Tsukanov
|
1c36606fa6
|
Added Design.Width, Design.Height and Design.DataContext attached properties
Fixes #152
Fixes #153
|
11 years ago |
Nikita Tsukanov
|
ffe0fc61e0
|
File rename
|
11 years ago |
Nikita Tsukanov
|
0de8b0a6ea
|
File renaming
|
11 years ago |
Steven Kirk
|
b9992c582c
|
Added binding ConverterParameter.
Closes #317.
|
11 years ago |
Steven Kirk
|
944f97684f
|
Make Carousel transitions more intelligent.
In the face of multiple rapid changes. Fixes #212.
|
11 years ago |
Steven Kirk
|
81ca82b328
|
Removed debug code.
|
11 years ago |
Nikita Tsukanov
|
87b3386e76
|
Added background color for designer
Fixed #183
|
11 years ago |
Nikita Tsukanov
|
6e33686ff6
|
CreateDesignerFriendlyWindow -> CreateEmbeddableWindow
|
11 years ago |
Nikita Tsukanov
|
a961498420
|
Implemented designer scaling
|
11 years ago |
Nikita Tsukanov
|
991e421437
|
Now using built-in designer API instead of dynamic calls
|
11 years ago |