Nikita Tsukanov
f5e8426371
Fixed tests
10 years ago
Steven Kirk
1f7034c152
Undo visual offset in VisualBrush.
If the Visual to be drawn is offset from its parent, we don't want that
in the rendered visual.
10 years ago
Steven Kirk
880a97471c
Fix potential NRE.
10 years ago
Steven Kirk
e1c578c7ec
Clear the intermediate render target.
This prevents the glitching we've been seeing in DropDown with a control
item. For some reason doing a FillRectange on it didn't work. Closes
#108 .
10 years ago
Steven Kirk
072cb0128e
Fixed failing tests.
10 years ago
Nikita Tsukanov
630be0c6bf
Test app is running again
10 years ago
Nikita Tsukanov
81f1bf51a8
Fixed #282
10 years ago
Steven Kirk
67835cc09b
Applied a bunch of resharper suggestions.
10 years ago
Nikita Tsukanov
cf65cc5ef7
Massive android-backend code cleanup and fixes for threading and rendering
11 years ago
Thehx
f60bedc68c
Fixed a bug in ArcTo::GetAngle
11 years ago
Nikita Tsukanov
abd7edd6b0
Android support for skia
11 years ago
Nikita Tsukanov
0493cf005b
TileBrushImplHelper is now able to detect cases where we don't need intermediate brush
11 years ago
Wiesław Šoltés
6583019576
Renamed BezierTo and QuadTo method names
11 years ago
Thehx
94502c61ff
Fixed processing cases when requested ellipse size is too small to cover the distance from start point to end point, as suggested in W3C SVG Recommendations
http://www.w3.org/TR/SVG/implnote.html#ArcImplementationNotes
11 years ago
Thehx
2bb67f3553
Added ArcTo implementation based on Bezier curves
11 years ago
Nikita Tsukanov
78629373cd
Fixed directory structure
11 years ago
Nikita Tsukanov
6c77e2b236
Added code to debug disposables
11 years ago
Nikita Tsukanov
f50a2c361c
Reverted Dispatcher.UIThread and added SingleThreadDispatcher
11 years ago
Nikita Tsukanov
323c1a49c1
Removed core dependency on Splat
11 years ago
Steven Kirk
5a27ecf264
Add IAssetLoader.Exists
Closes #181 .
11 years ago
Nikita Tsukanov
c8b1c4202a
Asset loader improvements:
1) moved to shared project
2) now using uri format with assembly name
11 years ago
Nikita Tsukanov
bec230211a
Now resolving xml namespaces via attributes
11 years ago
Steven Kirk
145411020b
Ran .net core code formatter.
11 years ago
Steven Kirk
6151aef188
Removed file headers.
11 years ago
Steven Kirk
c33adc416f
Don't reference platform-specific assemblies.
Instead of referencing platform-specific targets in the sample
applications, copy the libs in a build task
(Shared\perspex.platform.targets) - the correct lib will then be loaded
dynamically at runtime.
11 years ago
Steven Kirk
6167bacf54
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
11 years ago