Steven Kirk
|
6f32c868d9
|
SelectingItemsControl.AutoScrollToSelectedItem
Added SelectingItemsControl.AutoScrollToSelectedItem. Closes #363.
|
10 years ago |
Steven Kirk
|
9191234f54
|
Fix keyboard handling.
Allows Alt+F4 to work.
|
10 years ago |
Steven Kirk
|
a2b9309bf2
|
Reinstalled Moq.
Something was wrong with it.
|
10 years ago |
Steven Kirk
|
2df9a0d9f4
|
Forgot to save .csprojs.
|
10 years ago |
Steven Kirk
|
eec9a1f44a
|
Added shared TestRoot class.
And use it in every unit test project except SceneGraph as that one is
different.
|
10 years ago |
Steven Kirk
|
9a0df79ec5
|
Use UnitTestApplication in some more places.
Also removed service registration from some tests that now don't require
it.
|
10 years ago |
Steven Kirk
|
2283cfa486
|
Started refactoring unit tests.
Added a shared test project with a UnitTestApplication and use it in
LeakTests.
|
10 years ago |
Steven Kirk
|
cb9a0a152e
|
Merge pull request #414 from alimbada/patch-1
Fixed spelling
|
10 years ago |
Ammaar Limbada
|
de46e0d5a4
|
Update architecture.md
|
10 years ago |
Steven Kirk
|
5767d385a5
|
Merge pull request #413 from wieslawsoltes/nuspec
Update nuspec
|
10 years ago |
Wiesław Šoltés
|
c8a6b43009
|
Updat app.config
|
10 years ago |
Wiesław Šoltés
|
e095480fd8
|
Update nuspec
|
10 years ago |
Steven Kirk
|
a7647298e6
|
Removed test
It wasn't right.
|
10 years ago |
Steven Kirk
|
f54b9a4511
|
Fix failing android build.
|
10 years ago |
Steven Kirk
|
e096c849d9
|
Updated NuGet packages.
Closes #395.
|
10 years ago |
Steven Kirk
|
55e275b049
|
Style Separator in ContextMenu.
|
10 years ago |
Steven Kirk
|
6d139eb394
|
Fixes #407.
|
10 years ago |
Steven Kirk
|
e047de7bc2
|
Fixed #409.
|
10 years ago |
Steven Kirk
|
886a29fda0
|
Fixes #410.
|
10 years ago |
Steven Kirk
|
46a6d2917e
|
Expose Name as PerspexProperty.
|
10 years ago |
Steven Kirk
|
ebb7f74eef
|
Fix issue with namespace registrations.
|
10 years ago |
Steven Kirk
|
58fe80af49
|
Merge branch 'refs/heads/issue-411'
|
10 years ago |
Steven Kirk
|
9ecd558af1
|
Added FallbackValue to MultiBinding.
Closes #411.
|
10 years ago |
Steven Kirk
|
2278e09fde
|
Missed change from previous commit.
|
10 years ago |
Steven Kirk
|
e3bd8d03dd
|
Don't use MemberValuePlugins for setting values.
They don't have access to TopDownValueContext, and we're going to need it.
|
10 years ago |
Steven Kirk
|
2384b13446
|
Added DependsOn attributes.
|
10 years ago |
Steven Kirk
|
549496fa7c
|
Add support for clr namespaces.
|
10 years ago |
Steven Kirk
|
f777b036a3
|
WIP: Added PerspexTypeFeatureProvider.
Code isn't right yet - tests pass but test application doesn't run.
|
10 years ago |
Steven Kirk
|
0c20b41377
|
Build XAML namespace registry dynamically.
Each time a namespace is not found, look for any assemblies loaded since the last scan and scan them for XmlnsDefinitionAttribute.
|
10 years ago |
Steven Kirk
|
5e1a2a3e5d
|
Ouput XamlTestApplication startup time.
|
10 years ago |
Steven Kirk
|
a96b8f8058
|
Update OmniXAML
|
10 years ago |
Steven Kirk
|
1ac9c50568
|
Use static PerspexParserFactory.
Improves startup times on XamlTestApplication from about 9.4 to 2.6
seconds.
|
10 years ago |
Steven Kirk
|
0dd742ada3
|
Display context menu at pointer position.
|
10 years ago |
Steven Kirk
|
d1918c7a77
|
MouseDevice,Position should be in screen coords.
|
10 years ago |
Steven Kirk
|
3fde7f979c
|
Added VisualExtensions.PointToClient.
In addition moved PointToScreen to VisualExtensions, and renamed
IRenderRoot.TranslatePointToScreen to IRenderRoot.PointToScreen.
|
10 years ago |
Steven Kirk
|
75d63e2a07
|
Scan all loaded assemblies for [Content] properties.
|
10 years ago |
Steven Kirk
|
956f3ddc51
|
Fixed ContextMenu test code in test app.
|
10 years ago |
Steven Kirk
|
06454a9101
|
Suppress doc warnings in Release mode.
|
10 years ago |
Steven Kirk
|
079a6adb4e
|
Fix tests.
|
10 years ago |
José Manuel Nieto Sánchez
|
077825cf93
|
Adaptation to newest changes in OmniXAML
|
10 years ago |
Steven Kirk
|
3277d7aa1a
|
Merge pull request #405 from VitalElement/master
Implementation of Context Menus
|
10 years ago |
danwalmsley
|
13f0d4d530
|
contextmenu sub menus now close when context is lost.
|
10 years ago |
Steven Kirk
|
67c42c1cde
|
Merge branch 'windowstate'
|
10 years ago |
Steven Kirk
|
b984e7bb7f
|
Added WindowState for mobile platforms.
They always return Normal.
|
10 years ago |
Steven Kirk
|
b1f0ac8c97
|
Revert "Added InputRoot to all raw input events."
This reverts commit ae747c6dc7.
|
10 years ago |
Steven Kirk
|
8caf0d77bd
|
Changes from VS.
|
10 years ago |
danwalmsley
|
d043e4b67a
|
fixed popup, and context menu.
|
10 years ago |
danwalmsley
|
f7de57f46f
|
fixed to popup to work on logical tree.
|
10 years ago |
danwalmsley
|
c33c5bc627
|
migrating from popup root to popup.
|
10 years ago |
danwalmsley
|
cd01ca61c9
|
addressed issues in PR# 405
|
10 years ago |