Nikita Tsukanov
|
2e7f3091c8
|
Designer positioning fixes
|
10 years ago |
Nikita Tsukanov
|
40c559c41d
|
WndHost is unreliable
|
10 years ago |
Steven Kirk
|
811e28b191
|
Updated OmniXAML with fix for attached property on root instance.
|
10 years ago |
Steven Kirk
|
b094e06859
|
Added tooltip to default theme.
|
10 years ago |
Steven Kirk
|
417ab4d345
|
Fixed leak in Linear/RadialGradientBrush.
|
10 years ago |
Steven Kirk
|
b3e90d01ea
|
Updated LinearGradientBrush expected output on D2D.
|
10 years ago |
Steven Kirk
|
b5c69fd151
|
Use correct transform in Linear/Radial gradient.
|
10 years ago |
Steven Kirk
|
768ed9d9bf
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
10 years ago |
Steven Kirk
|
d10176b70c
|
Update Linear/RadialGradientBrushImpl
Fixed formatting, dispose of GradientStopCollection; however they're
still
leaking massively.
|
10 years ago |
Nikita Tsukanov
|
652556f8a8
|
Merge pull request #335 from kekekeks/textbox-undo-redo
Implemented undo/redo for TextBox
|
10 years ago |
Steven Kirk
|
9b8bff1ba4
|
Added leak test for named controls.
As previously they were leaking before recent name scope fixes.
|
10 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.
|
10 years ago |
Steven Kirk
|
4d13d1313c
|
Added some memory leak unit tests.
Using JetBrains' dotMemory Unit testing framework. Currently shows that
TreeView does not get freed.
|
10 years ago |
Nikita Tsukanov
|
7111572a2f
|
Implemented undo/redo for TextBox #204
|
10 years ago |
Steven Kirk
|
d004426b28
|
Allow styles to apply across popup contexts.
By defining a StylingParent property and tying it to InheritanceParent.
Fixes #312.
|
10 years ago |
Steven Kirk
|
6eadf12f96
|
Add ContractAnnotation to Contract.Requires.
To tell resharper that an exception will be thrown when condition ==
false.
|
10 years ago |
Steven Kirk
|
9199bb48ce
|
Use invariant locale in tests.
Fixes #304.
|
10 years ago |
Steven Kirk
|
3aa72e0e78
|
Set MultiBinding default mode to OneWay.
Fixes #299.
|
10 years ago |
Steven Kirk
|
ceece5802b
|
Correctly track removal in ControlLocator.
Fixes #323.
|
10 years ago |
Steven Kirk
|
67835cc09b
|
Applied a bunch of resharper suggestions.
|
10 years ago |
Steven Kirk
|
49a89ba036
|
Fixed more warnings.
|
10 years ago |
Nikita Tsukanov
|
0ec58456e1
|
Removed unused property
|
10 years ago |
Steven Kirk
|
ca4c21256a
|
Fixed some warnings.
|
10 years ago |
Steven Kirk
|
55d867ba54
|
Suppress XML doc comment warnings.
|
10 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.
|
10 years ago |
Nikita Tsukanov
|
2c39da7153
|
Apply design properties to tollevel
|
10 years ago |
Nikita Tsukanov
|
4f282cd0a0
|
Design properties now can be applied to Control
|
10 years ago |
Nikita Tsukanov
|
2678bd2665
|
Load user's application class in Designer
|
10 years ago |
Nikita Tsukanov
|
99780d8495
|
Added Design.DataContext
|
10 years ago |
Nikita Tsukanov
|
1c36606fa6
|
Added Design.Width, Design.Height and Design.DataContext attached properties
Fixes #152
Fixes #153
|
10 years ago |
Nikita Tsukanov
|
ffe0fc61e0
|
File rename
|
10 years ago |
Nikita Tsukanov
|
0de8b0a6ea
|
File renaming
|
10 years ago |
Nikita Tsukanov
|
b363ba8204
|
Powershell sucks
|
10 years ago |
Nikita Tsukanov
|
e64e2f1c47
|
Nuget
|
10 years ago |
Steven Kirk
|
b9992c582c
|
Added binding ConverterParameter.
Closes #317.
|
10 years ago |
Steven Kirk
|
944f97684f
|
Make Carousel transitions more intelligent.
In the face of multiple rapid changes. Fixes #212.
|
10 years ago |
Steven Kirk
|
df0ba8a7e5
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
10 years ago |
Steven Kirk
|
81ca82b328
|
Removed debug code.
|
10 years ago |
Nikita Tsukanov
|
87b3386e76
|
Added background color for designer
Fixed #183
|
10 years ago |
Nikita Tsukanov
|
f7d9590ae5
|
Merge pull request #332 from kekekeks/designer-ng
Designer api
|
10 years ago |
Nikita Tsukanov
|
abd54620cd
|
Moved WindowingPlatformMock
|
10 years ago |
Nikita Tsukanov
|
6e33686ff6
|
CreateDesignerFriendlyWindow -> CreateEmbeddableWindow
|
10 years ago |
Nikita Tsukanov
|
53c312f8b5
|
Merge pull request #330 from Serg2DFX/patch-1
Update build.md
|
10 years ago |
Nikita Tsukanov
|
27e1d4accb
|
Fix for FullLayoutTests
|
10 years ago |
Nikita Tsukanov
|
3c78704f55
|
Fix for tests
|
10 years ago |
Nikita Tsukanov
|
a961498420
|
Implemented designer scaling
|
10 years ago |
Nikita Tsukanov
|
991e421437
|
Now using built-in designer API instead of dynamic calls
|
10 years ago |
Nikita Tsukanov
|
627e24c073
|
Fixed #236
|
10 years ago |
Serg2DFX
|
aefe4bbbe5
|
Update build.md
Correct Url for repository.
|
10 years ago |
Steven Kirk
|
2d484ec85e
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
10 years ago |