Matthew Leibowitz
02dba9cf1f
The reference to mono.snk has changed
2016-09-15 04:50:52 +02:00
Matthew Leibowitz
2107bdfe1e
Merge branch 'master' into skiasharp-views
2016-09-14 09:35:10 +02:00
Matthew Leibowitz
46fe808f7d
Added a few more methods, properties, and tests to SKPath
2016-09-14 07:17:32 +02:00
Matthew Leibowitz
3ae3f2a033
The tests project is a library, so we have to manually tell it to copy the native libSkiaSharp files
2016-09-13 00:15:40 +02:00
Matthew Leibowitz
2293db42a8
Added .Contains() and .LastPoint to SKPath
2016-09-02 01:26:49 +02:00
Matthew Leibowitz
555a626395
Added support for converting to/from HSV and HSL
2016-09-01 23:38:48 +02:00
Matthew Leibowitz
a9dbb10461
Added a few more members to SKPath
2016-08-20 02:27:06 +02:00
Matthew Leibowitz
b101a1129a
Reverting and adding a test case (which I should have done) for #135
2016-08-17 04:41:54 +02:00
Matthew Leibowitz
e1c60230c4
Updated to the bits based on m52
2016-06-17 22:54:08 +02:00
Matthew Leibowitz
7e1abc2703
Test are using relative paths:
...
- ensure AnyCPU path depth matches x86/x64
2016-06-03 15:33:14 +02:00
Matthew Leibowitz
2fc8476ab5
Image decoder now uses SKString | Fixes #67
2016-05-18 02:47:55 +02:00
Matthew Leibowitz
5f770b6a98
SKTypeface.FromFile no longer throws an exception
2016-05-18 00:01:19 +02:00
adrian gallero
641282f412
added TryGetTableData to avoid Exceptions when a table doesn't exist
2016-05-14 08:29:59 -03:00
adrian gallero
5b994dca11
fixed whitespace
2016-05-12 16:22:39 -03:00
adrian gallero
50e3914721
Added methods to SkTypeface to read the actual name of the typeface family and to retrieve ttf tables
2016-05-01 03:02:27 -03:00
Matthew Leibowitz
e555d02a6c
[Build] Improved the Windows build
2016-02-04 21:46:42 +02:00
Matthew Leibowitz
7ee62ed139
Major changes:
...
- created a generic/agnostic desktop build for both Mac and Windows
- using assembly configuration (dllmap windows dll to osx dylib)
- the .targets file uses '$(OS)' to import/copy the right files
- removed the double 'lib' prefix on osx
- added the desktop build to the NuGet
- using nunit 2 for XS compatibility
2016-02-02 19:38:48 +02:00
Matthew Leibowitz
d2aa025de8
[Tests] [Build] Added a test for Mac OS (Console)
...
- also copy native files into the output folder
2016-02-02 16:39:03 +02:00
Matthew Leibowitz
c3deb8415f
[Tests] Added the test run to the Cake script
2016-02-02 02:33:43 +02:00
Matthew Leibowitz
81b487bd00
[Tests] Added a set of unit tests for Windows Desktop
2016-02-02 00:23:45 +02:00