Jason Jarvis
309dabe0c2
Fix Asset DLL loading on non-iOS platforms that I broke.
10 years ago
Jason Jarvis
c961c8f975
Added iOS host for ControlCatalog PCL. Had to forcibly reference Themes.Default to get Xamarin runtime to load it properly.
10 years ago
Jason Jarvis
c755b17c41
Initial work to split ControlCatalog out into Portable implementation and Desktop wrapper.
10 years ago
Steven Kirk
2550b5687f
Fixed NRE in SystemDialogImpl.
10 years ago
Steven Kirk
ef6aae7f4f
Merge branch 'skiasharp'
10 years ago
Steven Kirk
ee629df418
VS changed the target framework version.
10 years ago
Steven Kirk
4af8dd7297
Fix path to Perspex.Skia.Desktop.
10 years ago
Steven Kirk
c6a9cb8df0
Forgot to save .csproj.
10 years ago
Steven Kirk
f2716cadc4
Removed commented-out file.
10 years ago
Steven Kirk
67ff6c474f
Removed tabs and moved static ctor.
10 years ago
Jason Jarvis
76d2fb10c4
Removing Skia.RenderTests for now so we can get appveyor happy. Will work on getting the tests up and running soon, once bitmap save is implemented, and rendering is mostly good.
10 years ago
Jason Jarvis
84a309b406
Switched Skia.Desktop Release platform to x86 as it is required for SkiaSharp.
10 years ago
Nikita Tsukanov
31de5a1f0b
Fixed build
10 years ago
Nikita Tsukanov
49d94ebe97
Revert "Moves Perspex Designer to PerspexVS"
This reverts commit 41e572b3a2 .
10 years ago
Jason Jarvis
2c7d457057
Deleted a bunch of obsolete files, addressed all of the code styling comments, etc.
10 years ago
Nikita Tsukanov
de871a7537
Fix PerspexSynchronizationContext
10 years ago
Jason Jarvis
84fe06c747
Removing Skia.Desktop.TestApp as it's no longer needed and seems to be breaking AppVeyor for some reason.
10 years ago
Nikita Tsukanov
a7bceef73e
Ignore exceptions in Assembly.DefinedTypes
10 years ago
Steven Kirk
004ed96de5
Prevent nested selection changing parent selection.
Added previously failing
Nested_ListBox_Does_Not_Change_Parent_SelectedIndex test to check it.
10 years ago
Steven Kirk
2cfa50e211
Merged itemspresenter-base branch.
10 years ago
Steven Kirk
a2ea7e36e3
Added Carousel.IsVirtualized.
10 years ago
Steven Kirk
ffe952f59c
Fix some more .sln/.csproj errors.
10 years ago
Steven Kirk
1154cb2f34
(Hopefully) fixed solution error in CI.
10 years ago
Jason Jarvis
b566401602
More iOS platform related improvements. Code style reformatting for PR. ControlCatalog can now run on Skia! AssetLoader hack for iOS to get us running.
10 years ago
Jason Jarvis
8e7b15a3a5
Merge branch 'master' into skiasharp
10 years ago
Steven Kirk
a90ce149b6
Dispose the DirectWrite TextFormat.
10 years ago
Steven Kirk
3604973b83
Removed unneeded references.
10 years ago
Steven Kirk
3e3e3244e3
Updated SharpDX.
10 years ago
Steven Kirk
ad9637a1a2
Merge branch 'jazzay-xplatcfg'
10 years ago
Steven Kirk
1a6b69d25f
Merge branch 'xplatcfg' of https://github.com/jazzay/Perspex into jazzay-xplatcfg
10 years ago
Jason Jarvis
874e350126
Fixed up tab and name styling issues.
10 years ago
Steven Kirk
4e63eb8f07
Make ContentPresenter update its DataContext.
Previous method introduced in 4241fd8331
caused issue #503 , because ContentPresenter should only use Content as
its DataContext when it is not a control. Take the WPF approach and make
ContentPresenter choose its own DataContext. Fixes #503 .
10 years ago
Steven Kirk
6eebe89a1b
Revert "Binding ContentPresenter's DataContext."
This reverts commit 4241fd8331 .
10 years ago
Steven Kirk
6716cc90ef
Added failing test for #503
10 years ago
Jason Jarvis
79f30b5a8c
Adding LF
10 years ago
Jason Jarvis
2e9b80d3ff
Fixed tabs in Window.cs
10 years ago
Jason Jarvis
97388703b3
Adding various other runtime application configuration extensions to improve boilerplate main startup. Updated most Sample applications to use simpler bootstrapping extensions.
10 years ago
Jason Jarvis
06b9d38858
Subsystems can now be selected via Application extension methods.
10 years ago
Steven Kirk
d1fcb2f5a6
Fixed failing tests.
10 years ago
Steven Kirk
30266420c4
Don't assign an array to SelectedItems.
And add a check should the user try to do that.
10 years ago
Jason Jarvis
2acc80df33
Fixed issues with SkiaSharp text layout and rendering.
10 years ago
Jason Jarvis
1a791a02b3
Got OS X compiling/running again. Fixed Render update issues on iOS, including accounting for iOS Status Bar at the top. Input works again!
10 years ago
Steven Kirk
f7f4f6492c
Fix #500 .
When updating DataContext, defer changes to SelectedIndex/Items until
after DataContext has finished changing. Use the same method between
BeginInit and EndInit meaning that [DependsOn] is no longer needed.
10 years ago
Steven Kirk
8cccc84609
Added (failing) init test for SelectingItemsControl.
10 years ago
Jason Jarvis
9582fe3c37
Merge branch 'master' into skiasharp
10 years ago
Jason Jarvis
3bb58a2031
First pass at SkiaSharp rendering back end. Lot's left to do still - see Skia/Perspex.Skia/readme.md.
10 years ago
Steven Kirk
4c8384db5f
Failing unit test for issue #500 .
10 years ago
Steven Kirk
07f854eb9a
Fixed Shape.AffectsGeometry.
Make sure the object on which the property changed occurred is the
correct type. Previously, e.g. the `AffectsGeometry(BoundsProperty,
StrokeThicknessProperty)` call in `Rectangle` caused *all* shapes to be
invalidated when `Bounds` changed, where it should only affect
`Rectangle.
10 years ago
Steven Kirk
43be59a7f9
Added docs for DirectProperty.AddOwner.
10 years ago
Steven Kirk
2feca0b691
Bind to correct property.
10 years ago