danwalmsley
9940464fa1
fix for carousel presenter in isvirtualized = false
11 years ago
Nikita Tsukanov
36515e05d7
Fixed d2d RenderTargetBitmap leak
11 years ago
Nikita Tsukanov
bf25cf4817
Skip tests
11 years ago
Steven Kirk
381e9d4c9b
Merge pull request #509 from wieslawsoltes/SkiaSharpNuget
Updated Perspex.Skia.Desktop nuget
11 years ago
Steven Kirk
e305ec2f52
Added packages.config for skia render tests.
11 years ago
Nikita Tsukanov
dd67d49960
Fixed Size::operator -
11 years ago
Nikita Tsukanov
ad6805f860
Fixed build
11 years ago
Nikita Tsukanov
a49e2c15f1
Use ArcToHelper for new skia backend
11 years ago
Nikita Tsukanov
961b58dbfd
Skip tests blocked by SkiaSharp
11 years ago
Nikita Tsukanov
dfe9665be5
More fixes for skia backend
11 years ago
Nikita Tsukanov
38251d3307
Implemented tile brushes for new skia backend
11 years ago
Nikita Tsukanov
1cf9c6815f
Clear SkCanvas before drawing
11 years ago
Nikita Tsukanov
8355892d49
Implemented bitmap render target for new skia backend
11 years ago
Wiesław Šoltés
5da7f5ba29
Remove EmbeddedNativeLibrary
11 years ago
Wiesław Šoltés
edb17e96b0
Updated appveyor
11 years ago
Wiesław Šoltés
509f13fe3a
Updated Perspex.Skia.Desktop nuget
11 years ago
Steven Kirk
2550b5687f
Fixed NRE in SystemDialogImpl.
11 years ago
Steven Kirk
ef6aae7f4f
Merge branch 'skiasharp'
11 years ago
Steven Kirk
ee629df418
VS changed the target framework version.
11 years ago
Steven Kirk
4af8dd7297
Fix path to Perspex.Skia.Desktop.
11 years ago
Steven Kirk
c6a9cb8df0
Forgot to save .csproj.
11 years ago
Steven Kirk
f2716cadc4
Removed commented-out file.
11 years ago
Steven Kirk
67ff6c474f
Removed tabs and moved static ctor.
11 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.
11 years ago
Jason Jarvis
84a309b406
Switched Skia.Desktop Release platform to x86 as it is required for SkiaSharp.
11 years ago
Nikita Tsukanov
31de5a1f0b
Fixed build
11 years ago
Nikita Tsukanov
49d94ebe97
Revert "Moves Perspex Designer to PerspexVS"
This reverts commit 41e572b3a2 .
11 years ago
Jason Jarvis
2c7d457057
Deleted a bunch of obsolete files, addressed all of the code styling comments, etc.
11 years ago
Nikita Tsukanov
de871a7537
Fix PerspexSynchronizationContext
11 years ago
Jason Jarvis
84fe06c747
Removing Skia.Desktop.TestApp as it's no longer needed and seems to be breaking AppVeyor for some reason.
11 years ago
Nikita Tsukanov
a7bceef73e
Ignore exceptions in Assembly.DefinedTypes
11 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.
11 years ago
Steven Kirk
2cfa50e211
Merged itemspresenter-base branch.
11 years ago
Steven Kirk
a2ea7e36e3
Added Carousel.IsVirtualized.
11 years ago
Steven Kirk
ffe952f59c
Fix some more .sln/.csproj errors.
11 years ago
Steven Kirk
1154cb2f34
(Hopefully) fixed solution error in CI.
11 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.
11 years ago
Jason Jarvis
8e7b15a3a5
Merge branch 'master' into skiasharp
11 years ago
Steven Kirk
a90ce149b6
Dispose the DirectWrite TextFormat.
11 years ago
Steven Kirk
3604973b83
Removed unneeded references.
11 years ago
Steven Kirk
3e3e3244e3
Updated SharpDX.
11 years ago
Steven Kirk
ad9637a1a2
Merge branch 'jazzay-xplatcfg'
11 years ago
Steven Kirk
1a6b69d25f
Merge branch 'xplatcfg' of https://github.com/jazzay/Perspex into jazzay-xplatcfg
11 years ago
Jason Jarvis
874e350126
Fixed up tab and name styling issues.
11 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 .
11 years ago
Steven Kirk
6eebe89a1b
Revert "Binding ContentPresenter's DataContext."
This reverts commit 4241fd8331 .
11 years ago
Steven Kirk
6716cc90ef
Added failing test for #503
11 years ago
Jason Jarvis
79f30b5a8c
Adding LF
11 years ago
Jason Jarvis
2e9b80d3ff
Fixed tabs in Window.cs
11 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.
11 years ago