Steven Kirk
|
be8079137d
|
Added Raised observable to RoutedEvent.
Similar to PerspexProperty.Changed observable. Make AddClassHandler
methods use this.
|
10 years ago |
Steven Kirk
|
3e3134217c
|
Fixed name of PointerPressedEventArgs.
|
10 years ago |
Steven Kirk
|
06e9160924
|
Merge pull request #417 from VitalElement/master
Implemented textbox isreadonly property.
|
10 years ago |
danwalmsley
|
c4060802a8
|
Implemented textbox isreadonly property.
|
10 years ago |
Steven Kirk
|
a03dad9bab
|
Removed a bunch of unused members/classes.
|
10 years ago |
Steven Kirk
|
afcdab9101
|
Improved GetTemplatedChildren
Now doesn't need to enumerate the whole descendent tree.
|
10 years ago |
Steven Kirk
|
f004a0a778
|
Added IsTemplateFocusTarget attached property.
And use it in TreeViewItem's data template to place the focus adorner
around the correct control. Closes #294.
|
10 years ago |
Steven Kirk
|
b68c417f37
|
Expose logical tree events on IControl.
|
10 years ago |
Steven Kirk
|
278f12e8d7
|
ControlLocator should work on logical tree.
|
10 years ago |
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 |