Skip to content

Tags: Virtualizer/SkiaSharp

Tags

v2.80.0-preview.14

Toggle v2.80.0-preview.14's commit message

v2.80.0-preview.12

Toggle v2.80.0-preview.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not add the SkiaSharp prefix to dependencies (mono#1331)

v2.80.0-preview.3

Toggle v2.80.0-preview.3's commit message

Verified

This commit was signed with the committer’s verified signature.
mattleibow Matthew Leibowitz
Regenerate the docs

v1.68.3

Toggle v1.68.3's commit message

v1.68.2.1

Toggle v1.68.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure that the assemblies are in fact signed (mono#1268)

v1.68.2

Toggle v1.68.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update docs for release (mono#1263)

* Update the version numbers
* Regenerate the docs
* Added better change logs

v1.68.2-preview.60

Toggle v1.68.2-preview.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove the [Preserve] attribute (mono#1229)

Since mono#1209, we no longer use reflection and the linker can go ahead and start removing things.

v1.68.2-preview.50

Toggle v1.68.2-preview.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolve some concurrency issues (mono#1200)

* Rework the assembly fixtures
* Fix concurrency issue with handle registration
* Save several ms and useless allocations
* Make sure to correctly own objects
* Native objects may be disposed at any time
* Keep the bitmap alive when just using the pixmap
* Cache the "static" font styles

v1.68.2-preview.45

Toggle v1.68.2-preview.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Re-work views to avoid incorrect disposal (mono#1180)

v1.68.2-preview.43

Toggle v1.68.2-preview.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the expected overload for newer versions XF.Tizen (mono#1117)

- Updating Xamarin.Forms to v4.4.0.991757
- Work around the portable PDB issue for UWP for now