Matthew Leibowitz
e7a0fbdc20
Testing PR Builder ( #616 )
...
* Improved the groovy script a good bit
* Updated some docs
2018-08-15 17:35:05 +02:00
Matthew Leibowitz
4151ceced2
Merge remote-tracking branch 'origin/master' into development
2018-08-14 15:48:44 +02:00
Matthew Leibowitz
bdc3e2fded
Removing the "duplicate" method from the docs
...
- the method is the same, but with a different return type void -> bool
2018-08-14 15:41:13 +02:00
Matthew Leibowitz
3f320a1a60
Merge remote-tracking branch 'origin/master' into development
2018-08-09 03:56:01 +02:00
Matthew Leibowitz
a31f657834
Re-ran mdoc with a new version
2018-08-08 05:44:46 +02:00
Matthew Leibowitz
6215001769
Merge remote-tracking branch 'origin/master' into development
2018-08-07 23:29:47 +02:00
Matthew Leibowitz
7cc159ef89
Temorarily removing the broken links
2018-08-07 19:44:46 +02:00
Craig Dunn
4686016b28
set globalMetadata
2018-08-07 08:42:36 -07:00
Matthew Leibowitz
67057ca2b3
The merge went south...
2018-08-06 22:53:05 +02:00
Matthew Leibowitz
a6e7209ae1
Revert "Update the legal files"
2018-07-26 18:01:25 +02:00
Matthew Leibowitz
69ee9ed10e
Merge pull request #564 from mono/dev/legal
...
Update the legal files
2018-07-26 17:48:30 +02:00
Matthew Leibowitz
b8511b732b
Fixed some more docs ( #565 )
2018-06-25 06:54:50 +02:00
Matthew Leibowitz
b4f1a45b4b
Update the legal files
2018-06-23 10:38:16 +02:00
Matthew Leibowitz
3bd7a9dc73
Fixing Docs ( #562 )
2018-06-21 05:58:13 +02:00
Matthew Leibowitz
6ebd987dea
Update ns-SkiaSharp.xml
2018-06-20 10:41:03 +02:00
Matthew Leibowitz
8448aa3993
Move the docs to the "docs/xml" folder for docs.microsoft.com
2018-06-20 10:19:38 +02:00
mikekinsman
162e58fbcc
Initialize open publishing repository: https://github.com/mono/SkiaSharp of branch master
2018-06-18 20:16:44 +00:00
Matthew Leibowitz
e60fb4f802
Updating the docs with actual content
2018-05-31 22:04:01 +02:00
Matthew Leibowitz
ae34e4101b
Adding the template docs
2018-05-31 17:15:11 +02:00
Matthew Leibowitz
bc6bb323a5
Updated the docs
2018-05-21 19:42:37 +02:00
Matthew Leibowitz
0670c6acc2
We NEED to bump the HarfBuzzSharp NuGet as it now has Tizen
2018-05-10 23:43:26 +02:00
Matthew Leibowitz
5a15d1d566
Change ScalingInfo to use double
...
- to be more consistent with the other platforms
- to contain int
2018-05-09 04:11:27 +02:00
Matthew Leibowitz
1a20831084
More docs
2018-05-07 21:51:28 +02:00
Matthew Leibowitz
1a9d1b4072
Added all the docs.
2018-05-07 17:12:15 +02:00
Matthew Leibowitz
2bfd247dde
Updated more docs
2018-05-07 14:37:38 +02:00
Matthew Leibowitz
83b2c00550
Updated some docs
2018-05-07 04:13:56 +02:00
Matthew Leibowitz
c1dccaba66
Added docs for v1.60.1 assemblies
2018-05-07 03:42:00 +02:00
Matthew Leibowitz
b45c3aff5b
Removing the duplicate entry for case-sensitive OSes
2018-04-22 00:40:23 +02:00
Matthew Leibowitz
f08ff6cdc8
Set the base for the docs to v1.57 as that is a decent API
2018-04-22 00:27:18 +02:00
Matthew Leibowitz
8ce0f23ef2
Updated docs with the new format
2018-04-21 15:14:30 +02:00
Matthew Leibowitz
7eba060160
Revert "Removed types from the docs that are no longer in the API"
...
This reverts commit 41122769ad
.
2018-03-20 05:02:20 +02:00
Matthew Leibowitz
e85d7d1680
Tweaked the docs a bit more
2018-02-28 19:40:36 +02:00
seanofw
405286e40f
Update docs to reflect SKImage.Encode() changes
...
It appears that `SKImage.Encode()` now returns an `SKData` object, not a `byte[]` array, so the existing example that used `File.WriteAllBytes()` no longer compiles. I have updated the example to use `File.OpenWrite()` and the `SKData.SaveTo()` method, which seems to be the closest reasonable parallel example (and, importantly, which actually compiles and works).
2018-02-28 11:29:32 -05:00
seanofw
5a2ef97f8f
Update SKBitmap docs for removal of Lock/UnlockPixels
...
LockPixels() and UnlockPixels() have been removed in the latest SkiaSharp, but nearly all documentation about SKBitmap on the Internet still refers to them (as does the official SKBitmap.xml document itself). After wasting an hour this morning wondering what was going on (since I've never used Skia before), and researching why even simple examples wouldn't compile, I added a note to the documentation that explains that these are no longer required operations.
2018-02-28 11:13:14 -05:00
Matthew Leibowitz
eb629db98b
Added SKImage.IsLazyGenerated to help with cases like #445
2018-02-08 15:04:59 +02:00
Matthew Leibowitz
ea6f250376
Updated docs
2018-02-08 13:59:32 +02:00
Matthew Leibowitz
4ddc813ab1
Updated docs
2018-02-06 18:44:32 +02:00
Matthew Leibowitz
8f9e6735a2
Merge branch 'master' of github.com:mono/SkiaSharp
2018-02-06 16:27:39 +02:00
Matthew Leibowitz
41122769ad
Removed types from the docs that are no longer in the API
2018-02-06 16:25:53 +02:00
Matthew Leibowitz
7f87c297cd
Updated some docs
2018-02-06 16:05:43 +02:00
Matthew Leibowitz
0958b096f4
updated the docs
2018-02-06 03:00:13 +02:00
mdk
f853645c0a
fixed typo in SKFontMetrics.xml
2018-02-02 12:41:01 +01:00
mdk
3f153b48af
fixed typo in SKMatrix.xml
2018-01-20 13:59:45 +01:00
Matthew Leibowitz
0a158fdbc3
updating the docs
2017-12-19 16:01:09 +02:00
Matthew Leibowitz
9d9edcc171
updated the docs
2017-10-04 01:06:04 +02:00
Matthew Leibowitz
3c31bd5c57
Update the docs
2017-09-28 00:17:32 +02:00
Matthew Leibowitz
3be2559139
Updated the docs to match the APIs
2017-09-27 14:30:29 +02:00
Matthew Leibowitz
569d307c09
Enhanced the documentation. Closes #361 .
2017-09-15 03:33:41 +02:00
Matthew Leibowitz
737eb5c4cc
Added the docs
2017-07-15 00:02:39 +02:00
Matthew Leibowitz
7419a8da5d
added the updated docs
2017-07-14 23:22:34 +02:00