Steven Kirk
|
eef5bcc6ab
|
Merge pull request #427 from VitalElement/master
Basic implementation of BrowseFolderDialog and Win32 Implementation.
|
10 years ago |
danwalmsley
|
e7ae829e5c
|
added placeholder implementations for system dialogs.
|
10 years ago |
danwalmsley
|
0f0800958f
|
tidied UnmanagedMethods and put Interfaces out side of class scope.
|
10 years ago |
Steven Kirk
|
d3bdadadc4
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
10 years ago |
Steven Kirk
|
2577855b09
|
Correctly resolve attached properties.
Design.Width/Height was getting written to Width/Height. Should fix
#428.
|
10 years ago |
danwalmsley
|
b87c4a8d66
|
Win32 implementation of folder browse dialog.
|
10 years ago |
danwalmsley
|
90f4672be0
|
removed dependency from ookii dialogs and implemented using Windows Code pack.
|
10 years ago |
danwalmsley
|
9a3f08ce9d
|
Basic implementation of BrowseFolderDialog and Win32 Implementation.
|
10 years ago |
Steven Kirk
|
8375a155e9
|
Added disabled state to CheckBox.
|
10 years ago |
Steven Kirk
|
f6c7513490
|
Added CheckBox page to ControlCatalog.
|
10 years ago |
Steven Kirk
|
3d7cca4176
|
Merge pull request #425 from VitalElement/master
fixed textblock so fontstyle, font weight, etc triggers re-render.
|
10 years ago |
danwalmsley
|
202f5839b2
|
fixed textblock so fontstyle, font weight, etc triggers re-render.
|
10 years ago |
Steven Kirk
|
c618b3a433
|
Merge pull request #422 from VitalElement/master
supporting null or string.empty to trigger property notifications.
|
10 years ago |
danwalmsley
|
8c7412232c
|
Seperated testing of null and empty string triggering PropertyChangedEvent.
|
10 years ago |
danwalmsley
|
ec9da47d6a
|
supporting null or string.empty to trigger property notifications.
|
10 years ago |
Steven Kirk
|
023c831a63
|
Merge branch 'interaction-changes'
|
10 years ago |
Steven Kirk
|
8eb4f30c6d
|
Added Tapped and DoubleTapped gestures.
|
10 years ago |
Steven Kirk
|
719a5519b5
|
Fix exception in HtmlControl.
|
10 years ago |
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 |