Matthew Leibowitz
|
13b699c9fc
|
Added Windows basic samples
|
2018-01-31 04:50:39 +02:00 |
Matthew Leibowitz
|
5567d7c62f
|
Set the version to v1.60.0-beta as we are nearing release, and want to get a beta out
|
2018-01-30 18:15:35 +02:00 |
Matthew Leibowitz
|
39aa0f7ac2
|
Merge pull request #438 from mono/dev/gtk
Adding GTK# Support
|
2018-01-30 17:56:21 +02:00 |
Matthew Leibowitz
|
47a20946fb
|
Merge branch 'master' into dev/gtk
|
2018-01-30 17:54:40 +02:00 |
Matthew Leibowitz
|
cdabd53d9e
|
Fix the casing for linux
|
2018-01-30 17:50:18 +02:00 |
Matthew Leibowitz
|
06272dfb06
|
macOS is AnyCPU
|
2018-01-30 17:20:47 +02:00 |
Matthew Leibowitz
|
fd32b0582c
|
GTK for Linux and Mac only
|
2018-01-30 11:59:28 +02:00 |
Matthew Leibowitz
|
b790812271
|
Merge the casing changes
|
2018-01-30 11:49:32 +02:00 |
Matthew Leibowitz
|
e25bf02757
|
GTK does not build on Windows out the box, so skip it for now
|
2018-01-30 11:44:33 +02:00 |
Matthew Leibowitz
|
4dd9849fea
|
updating the solution files
|
2018-01-30 02:41:48 +02:00 |
Matthew Leibowitz
|
8c5a69e747
|
fixed text casing and build basic samples
|
2018-01-30 02:01:59 +02:00 |
Matthew Leibowitz
|
bbf33ab829
|
Fixed file system casing
|
2018-01-29 22:35:12 +02:00 |
Matthew Leibowitz
|
00883eef01
|
Added initial GTK views and samples
|
2018-01-29 22:02:27 +02:00 |
Matthew Leibowitz
|
90e1c67879
|
Added a basic NetCore sample app
|
2018-01-29 18:20:40 +02:00 |
Matthew Leibowitz
|
23e678f44b
|
Added macOS and tvOS basic samples
|
2018-01-29 17:26:14 +02:00 |
Matthew Leibowitz
|
0b6ce7ea32
|
Fixed the Android sample
|
2018-01-29 16:47:54 +02:00 |
Matthew Leibowitz
|
459f0bce50
|
Moved the gallery samples into a sub-folder
|
2018-01-29 16:32:03 +02:00 |
Matthew Leibowitz
|
3bb4808501
|
Maybe CI was having temporary issues
|
2018-01-26 02:30:13 +02:00 |
Matthew Leibowitz
|
5bacb82741
|
Try the GPU tests again
|
2018-01-25 01:56:57 +02:00 |
Matthew Leibowitz
|
3103ee9662
|
Make sure to copy linux native files around
|
2018-01-24 21:04:35 +02:00 |
Matthew Leibowitz
|
c408cd9eb7
|
Trying to see if skipping the GPU tests for CI gets a build complete
|
2018-01-23 16:41:07 +02:00 |
Matthew Leibowitz
|
73b668ac3d
|
Merge branch 'master' of github.com:mono/SkiaSharp
|
2018-01-23 00:42:51 +02:00 |
Matthew Leibowitz
|
77d6b11cff
|
Attempting to fix a test...
|
2018-01-23 00:42:12 +02:00 |
Matthew Leibowitz
|
9a2f041147
|
Merge pull request #431 from 8/master
fixed typo in SKMatrix.xml
|
2018-01-20 18:25:43 +02:00 |
mdk
|
3f153b48af
|
fixed typo in SKMatrix.xml
|
2018-01-20 13:59:45 +01:00 |
Matthew Leibowitz
|
a1cd8e0e6f
|
Update README.md
|
2018-01-14 18:27:34 +02:00 |
Matthew Leibowitz
|
6a6307877a
|
Update README.md
|
2018-01-14 18:25:32 +02:00 |
Matthew Leibowitz
|
2cb59abeee
|
Merge pull request #388 from mono/dev/v1.60.0
Updating to v1.60
|
2018-01-14 17:40:35 +02:00 |
Matthew Leibowitz
|
0e40540e67
|
Removed the mdoc submodule and use NuGet binary
|
2018-01-13 17:43:40 +02:00 |
Matthew Leibowitz
|
cdeb6b67ec
|
Improved the means for creating surfaces around textures. #413
|
2018-01-13 17:19:18 +02:00 |
Matthew Leibowitz
|
b601851ca1
|
Improvements to the unsafe code
|
2018-01-13 17:15:33 +02:00 |
Matthew Leibowitz
|
11ab1dd677
|
Merge branch 'master' into dev/v1.60.0
|
2018-01-12 04:28:28 +02:00 |
Matthew Leibowitz
|
77d1898ba6
|
Revert "Use the v141 toolset (VS2017 only)" so that we can still use the VS2015 C++ Redist. Fixes #419
|
2018-01-12 04:20:11 +02:00 |
Matthew Leibowitz
|
89a46083ed
|
Add a stencil buffer and expose more constructors. Fixes #423
|
2018-01-11 15:37:51 +02:00 |
Matthew Leibowitz
|
a554f9bb29
|
Update version to 1.59.4-beta
|
2018-01-11 05:04:59 +02:00 |
Matthew Leibowitz
|
c89b30810e
|
Fixed a bug in the project logic
|
2018-01-11 05:01:53 +02:00 |
Matthew Leibowitz
|
394c3cfd36
|
Properly take ownership of touch events on UWP #424
|
2018-01-11 04:50:39 +02:00 |
Matthew Leibowitz
|
3d141673c2
|
Use RGB565 for the GPU to support older GLES #229
|
2018-01-11 04:26:33 +02:00 |
Matthew Leibowitz
|
e17990736c
|
Use RGB565 for the GPU to support older GLES #229
|
2018-01-11 01:27:17 +02:00 |
Matthew Leibowitz
|
0375e133f9
|
Fixed the external libjpeg-turbo dependency
|
2018-01-06 21:08:59 +02:00 |
Matthew Leibowitz
|
37b5770873
|
[samples] Added a basic iOS sample
|
2017-12-20 05:31:29 +02:00 |
Matthew Leibowitz
|
6b015ee8c4
|
[samples] Added a basic Android sample
|
2017-12-20 05:29:17 +02:00 |
Matthew Leibowitz
|
812b9ab8dc
|
Merge commit 'master' into dev/v1.60.0
|
2017-12-20 01:53:31 +02:00 |
Matthew Leibowitz
|
cec7c8892a
|
Merge branch 'dev/v1.60.0' of github.com:mono/SkiaSharp into dev/v1.60.0
|
2017-12-20 01:50:32 +02:00 |
Matthew Leibowitz
|
9d2c14bc9d
|
Fixing the tests for Xunit
|
2017-12-20 01:28:12 +02:00 |
Matthew Leibowitz
|
2f86d008f6
|
Corrected the implementation of SKPaint.BreakText
- Fixes #381
- Breaking change:
- BreakText(string) returns the number of characters
- BreakText(byte[]) returns the number of bytes
|
2017-12-19 23:57:49 +02:00 |
Matthew Leibowitz
|
0a158fdbc3
|
updating the docs
|
2017-12-19 16:01:09 +02:00 |
Matthew Leibowitz
|
bfda8ca730
|
updating the docs
|
2017-12-19 15:37:53 +02:00 |
Matthew Leibowitz
|
a038a465ea
|
improve the logic for determining the path to installed nugets
|
2017-12-19 06:34:51 +02:00 |
Matthew Leibowitz
|
aae699716e
|
copy the packages file if it is newer
|
2017-12-19 05:57:06 +02:00 |