Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactiveui/splat

Makes things cross-platform
https://github.com/reactiveui/splat

Move the Service Locator from ReactiveUI into Splat

39801bdf8bf10ead90c006a609cb32e57989cca9 authored about 11 years ago by Paul Betts <[email protected]>
Version bump to 1.0.0

5b7f92cb64993809c9fb44213a19a80c0d1849df authored about 11 years ago by Paul Betts <[email protected]>
Merge pull request #31 from paulcbetts/cocoa-bitmap-any-thread

Make PlatformBitmapLoader work on any thread on Cocoa

7aeee06208b06d1961be024135aa2b9fb4a229b2 authored about 11 years ago by Paul Betts <[email protected]>
Cocoa PlatformBitmapLoader should pass exceptions, use SharedApplication

712efb506574127b239ec9033daf2c87eb7ba7e4 authored about 11 years ago by Richard Wang <[email protected]>
Make PlatformBitmapLoader work on any thread on Cocoa

588ca4d6b5b7006511ea676477ad25673342d73a authored about 11 years ago by Richard Wang <[email protected]>
Merge pull request #29 from paulcbetts/portable-for-all

Correctly type-forward System.Drawing and build Portable Libraries on Xamarin

7599923404b12b0dbac97481b2be1b96723ca1d6 authored about 11 years ago by Paul Betts <[email protected]>
Enable type forwarding for Xamarin.*

a013c112a20f88f59bae4655d960bbc396fd48bd authored about 11 years ago by Paul Betts <[email protected]>
Something something Visual Studio something

32a4fb1d8f0c5b5c4effef148c82c15dd83126d2 authored about 11 years ago by Paul Betts <[email protected]>
Enable unifying Splat Portable types with built-in ones

5648a814490afa1c159092551816bf19add67d3a authored about 11 years ago by Paul Betts <[email protected]>
Version bump to 0.3.4

eaf85088e5a3c289b659b4a3b1309381a72e21cf authored about 11 years ago by Paul Betts <[email protected]>
Fix WP8. Again.

472a1763cbdb4e7e21425297671cb5ccef465411 authored about 11 years ago by Paul Betts <[email protected]>
Version bump to 0.3.3

f216ce4abd538b6cd00621d13752ecc56942f4e0 authored about 11 years ago by Paul Betts <[email protected]>
Merge pull request #26 from TheAngryByrd/master

Looks like bitmap save in WinRT had an backwards inline if

b054f254b430fd6189748719b8d3c7b98242f72a authored about 11 years ago by Paul Betts <[email protected]>
Looks like inline if was backwards

1bd3cd104385e38d4488acbf5be29f21dbdff3b5 authored about 11 years ago by Jimmy Byrd <[email protected]>
Make WP8 image loading thread-safe

Windows Phone can't read good or do other stuff good either, so we have
to load images on the UI...

aa4391185a5bcbf50c9d390fdab1a648a82ccb31 authored about 11 years ago by Paul Betts <[email protected]>
Merge pull request #24 from christianlang/winrt-writeable-bitmap-loading

Fixed bitmap loading for WinRT

39d5c5310897145ed687ee87292f17b255e73f80 authored about 11 years ago by Paul Betts <[email protected]>
Fixed bitmap decoding and use anti-aliasing

0066bc30bed751e96a23055e4012266886550a83 authored about 11 years ago by Christian Lang <[email protected]>
Version bump to 0.3.2

9f23437ab8c5d50de429942451d9a35967c59f8c authored about 11 years ago by Paul Betts <[email protected]>
Make PlatformBitmapLoader work on any thread on WinRT

Microsoft owes me a medal for the nonsense I put up with on these silly goose
platforms

ca13a2c842649052fe4698c92dca74c67a28176e authored about 11 years ago by Paul Betts <[email protected]>
Merge pull request #22 from paulcbetts/winrt-resload-to-writeablebitmap

Bitmap LoadFromResource depend on Load method on WinRT

581980238ab762e486f9c6201e5d54452a68949d authored about 11 years ago by Paul Betts <[email protected]>
LoadFromResource depend on Load method on WinRT

So it can load to a WriteableBitmap instead of BitmapImage, and use the
fallback loader if needed

0f5bd697f9fede4658ca2b4055369a72725fbd4e authored about 11 years ago by Richard Z.H. Wang <[email protected]>
Merge pull request #21 from paulcbetts/fix-android-resource-lookup

Try the passed in string without an extension on Android for resource loading

c57020dee8be752861e7afcbab4e35b97edb5723 authored over 11 years ago by Paul Betts <[email protected]>
Try the passed in string without an extension on Android for resource loading

b3ae8bfb6f720990703ab543ccaee53d01571040 authored over 11 years ago by Paul Betts <[email protected]>
Give some usage examples

dae033d06b33edccd61b913c0d163e2d652a445a authored over 11 years ago by Paul Betts <[email protected]>
Version bump to 0.3.1

36541c1eea61709d9c992eb2ad5acbfadf7246ed authored over 11 years ago by Paul Betts <[email protected]>
Make image decoding async on WinRT via WIC

7f96eff3d48b8d2aa66ce72f86bedca57e5a4368 authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #20 from paulcbetts/winrt-bitmap-cleanup

WinRT bitmap cleanup

acc7f09fde41a954b97327e18206c8e439b8852e authored over 11 years ago by Paul Betts <[email protected]>
More style cleanups

8722093c66e82e9f6f41c0c65138af93c317ba58 authored over 11 years ago by Paul Betts <[email protected]>
Clean up COM leaks

38e82172b94895e81f1c9de5ebaeabd8f76a4420 authored over 11 years ago by Paul Betts <[email protected]>
Code cleanup

d2511de8c8c6e3f88ceb63533bb67d89ab878431 authored over 11 years ago by Paul Betts <[email protected]>
Move COM interop stuff to its own file

886b87d1cc20ea5b301812c8232fcb79e620c8c0 authored over 11 years ago by Richard Z.H. Wang <[email protected]>
Try fallback on both 0x88982F50 COMPONENTNOTFOUND and 0x88982F60 BADIMAGE

f4ed4d18e841f6b7f36a52eaced4b5f034e9fa28 authored over 11 years ago by Richard Z.H. Wang <[email protected]>
Experimental WinRT fallback bitmap loader

81823be91f05a9de93b92686fc492bffd78e4a0d authored over 11 years ago by Richard Z.H. Wang <[email protected]>
Merge pull request #18 from paulcbetts/pr-via-email

Performance enhancements to AppKit bitmaps

35d8ede0e1eb4b4d48a60e29074a94dc60888db5 authored over 11 years ago by Paul Betts <[email protected]>
AppKitConstants seems to be missing in Xamarin.Mac Latest?

ffaeab1189013693242155c002041481e17f0d82 authored over 11 years ago by Paul Betts <[email protected]>
Performance enhancements to AppKit bitmaps from @jonlipsky

73afe040313dfcbb33af45dc880cc3bf90d48843 authored over 11 years ago by Paul Betts <[email protected]>
Update README.md

adb9f8cf8455e41c86bc5499105f5bf7df3b581b authored over 11 years ago by Paul Betts <[email protected]>
Splat does more stuff now

6418bd0ccd4dd4bd64a145e7afeb83050b426398 authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #16 from rzhw/patch-2

Load to WriteableBitmap instead of BitmapImage on WinRT

89ef574ea1e0844acf4c754c5db93879d16dae23 authored over 11 years ago by Paul Betts <[email protected]>
Fix style

d43dafe6632c82c9edbd2e4ba8ca7d92af7c069b authored over 11 years ago by Richard Z.H. Wang <[email protected]>
Load to WriteableBitmap instead of BitmapImage on WinRT

1eef3d4f2bdacf7d6d4f6ca135a1f5fc8dd8506d authored over 11 years ago by Richard Z.H. Wang <[email protected]>
Allow using the string name as the resource name on Android

d1d98140fac5f42fc9eb15e5d7dfafd149b7e126 authored over 11 years ago by Paul Betts <[email protected]>
These are flipped, fix it

ffbe2bb714805ba3477ae3c8f123f7075d0fec53 authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #14 from xpaulbettsx/rectangle-additions

Add useful functions to Geometry primitives

f4030fc9ecc5dfa2d51d6809376af5ee1998875e authored over 11 years ago by Paul Betts <[email protected]>
Add DivideWithPadding

7b8fc4b3fc28ff165222d3d6e867cc9ac86e9b58 authored over 11 years ago by Paul Betts <[email protected]>
Add to Windows projects

ba1c6277905b6c3df7c62261aeb4cfb86232f9d9 authored over 11 years ago by Paul Betts <[email protected]>
Add files to other projects

876727b90eddc4cd9e28d74e52548fc8769f65c4 authored over 11 years ago by Paul Betts <[email protected]>
Add RectangleF extensions

80d31561351b6c393e9d5eb1a307e57f887853f0 authored over 11 years ago by Paul Betts <[email protected]>
Add SizeF extensions

c481556446596c04e88f33ffb28414315755d3fd authored over 11 years ago by Paul Betts <[email protected]>
Import all of the Point Methods from github/Archimedes

504ad2a48a3e5d2e2aaafe9a6fe08f62e2d75631 authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #12 from xpaulbettsx/build-fix-11

Build Fix - set IntermediateOutputPath for each project

7a94b69003a3ba75db69df53c6a4f3607600f17a authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #13 from xpaulbettsx/resource-bitmap-loading

Resource bitmap loading

e4376df556f2fc55289ed846d7e47b19906603ee authored over 11 years ago by Paul Betts <[email protected]>
Add Windows support

fe1de5e80e421ebbcb90b4ca28163c9e7d002fc7 authored over 11 years ago by Paul Betts <[email protected]>
Implement it for Xamarin.*

b1b8dc2887efa8c200b76ce223d3205e16edba90 authored over 11 years ago by Paul Betts <[email protected]>
Add method to load bitmap from resource

fdc038a2762789b8d5903c2c4bcfc77710f60ee3 authored over 11 years ago by Paul Betts <[email protected]>
version bump of nuspec

98c043c536c73068095fb1f452b540fadfc6b14d authored over 11 years ago by Brendan Forster <[email protected]>
introduced explicit IntermediateOutputPath values

7971e6efd6773db9dcaea7d4bad778fa9ffe685f authored over 11 years ago by Brendan Forster <[email protected]>
Version bump to 0.2.0

b68137b52f07523c11e4d52f3781e42c7f3af2f6 authored over 11 years ago by Paul Betts <[email protected]>
Omgggggggg

ef3bcd057bedaca5d604a1e53db082a0cc1459be authored over 11 years ago by Paul Betts <[email protected]>
Ffffffff

7b54e0e87b606bf85b3d7a1a049d57f9e691dd75 authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #10 from xpaulbettsx/rects

Rect support

1818cdaeb20ffd8bde88b26a6ea9edfe854325b4 authored over 11 years ago by Paul Betts <[email protected]>
Compiler fixes for Android

79e335e38b2a6ff68f746d49136599c01237eb0d authored over 11 years ago by Paul Betts <[email protected]>
Rects

9a4d120dfdbc5ac4d5ffe1448400b5a2045081e6 authored over 11 years ago by Cameron MacFarland <[email protected]>
Merge pull request #7 from distantcam/points

Point Splat

2e06837c51a9cea77ff5a9c0c26932102d1f5f90 authored over 11 years ago by Cameron MacFarland <[email protected]>
Merge remote-tracking branch 'upstream/master' into points

f6866b05763e50aff6eae2eca44041b6558216e1 authored over 11 years ago by Cameron MacFarland <[email protected]>
Add a MonoMac project

5728b156a2f08a05782981bb68b6449abfbda280 authored over 11 years ago by Paul Betts <[email protected]>
Version bump to 0.1.1

8c7557abd533cb1410ff76eb5fdae96b764c799f authored over 11 years ago by Paul Betts <[email protected]>
The Shame! Breaking the build on Xamarin

34e2bfb87c9516ebfdf006000253fd151fa8c55b authored over 11 years ago by Paul Betts <[email protected]>
Generate symbols for release builds on Xamarin

57449b99308ca9499bf36df6ee9b10f1083cca8d authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #9 from xpaulbettsx/bitmap-mixins

Add Windows bitmap mixins

6ad2842bca14fc9379590a7554876b46599f829e authored over 11 years ago by Paul Betts <[email protected]>
Add Windows bitmap mixins

febe0f488ba8eb563887b3f20bba7225ff5e9b1d authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #8 from xpaulbettsx/platform-auto-wireup

Automatically connect up platform-specific libs

78dd4fe41f3b4c51c7aa49eb2271988059adf470 authored over 11 years ago by Paul Betts <[email protected]>
Automatically connect up platform-specific libs

7c8405b60800d05f0a8529e38e10defbaf804960 authored over 11 years ago by Paul Betts <[email protected]>
Merge branch 'master' of https://github.com/xpaulbettsx/splat

227ee96227df6fc542eea4c1b6eb1ffdcb7edd49 authored over 11 years ago by Paul Betts <[email protected]>
Point Splat

eb8982e253527328bb696ccd85f3caa35fded0fe authored over 11 years ago by Cameron MacFarland <[email protected]>
Merge pull request #6 from shiftkey/yo-dawg-ima-being-ocd-here

i'ma let you finish but i can't stop staring at this line

66b64fd50686ee882571562ea0a2b960c70759e6 authored over 11 years ago by Paul Betts <[email protected]>
Update README.md

a30978298df0dd21e1c41752926e7bd4b00d74ee authored over 11 years ago by Paul Betts <[email protected]>
i'ma let you finish but i can't stop staring at this line

8ff2e01706384be1862f73b348e3b3f2ab0c60da authored over 11 years ago by Brendan Forster <[email protected]>
VS Terrorism

f752ffba138f10897972bd3973cd8241a4121eb9 authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #5 from xpaulbettsx/nuget

Enable NuGet

1e23279be9ac3e61c06dbe480ec7fb9fcf1ef560 authored over 11 years ago by Paul Betts <[email protected]>
Dat BLINGGGGG

e15e1e3282e7f2bf44e743961ca8da56ee9453b3 authored over 11 years ago by Paul Betts <[email protected]>
Add the Logo

5e7d2c2b0ef16252b952df03406de374562dbb44 authored over 11 years ago by Paul Betts <[email protected]>
Add an icon

5a04d7455a334be068a7f41be7014c44b425a7bd authored over 11 years ago by Paul Betts <[email protected]>
Add a NuSpec file

b4739fb201a3e055cc850c92aca0532a05ee8d64 authored over 11 years ago by Paul Betts <[email protected]>
Add NuGet binaries

9fa05e87b0b3a502eee398985acf2748e57cb529 authored over 11 years ago by Paul Betts <[email protected]>
Update README.md

73b156106f5ad79c3c3f3875b0d38f24c890d6b2 authored over 11 years ago by Paul Betts <[email protected]>
Update README.md

2d1a4b13b64248df76d571607444f2b1e8a0bbc7 authored over 11 years ago by Paul Betts <[email protected]>
Update README.md

9155ac913e0667bc5d358fed79817012878d7290 authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #4 from xpaulbettsx/colors

Add a Colors abstraction

20f0a9a65c3657194ca6530379b9cd1e5b41340d authored over 11 years ago by Paul Betts <[email protected]>
Add ToNative color extensions for Cocoa and Android

bac392c598b356a21e5bf7b5cbae7d180f60492e authored over 11 years ago by Paul Betts <[email protected]>
Include native extensions for Windows platforms

cfd747aa0ee088d05dac0ecba1ac97ec492f5038 authored over 11 years ago by Paul Betts <[email protected]>
Patch in a slightly hacked version of Mono's System.Drawing.Color to the PLib

9dc98f332fbe8dac2142a1c7d6b21e8f68851364 authored over 11 years ago by Paul Betts <[email protected]>
More Line ending crap. Forgetting to add a .gitattributes is a nightmare

083265ca140cd29e58faeb1b3d0ae7d0c265c65b authored over 11 years ago by Paul Betts <[email protected]>
Merge pull request #2 from xpaulbettsx/bitmaps

Platform-independent Bitmaps

c6e08b497d1a9c2eb5ddceacc53e6fe7aa09982b authored over 11 years ago by Paul Betts <[email protected]>
Fix a compiler warning

3b630c5c4a38f13990490dbd21a1c82404832095 authored over 11 years ago by Paul Betts <[email protected]>
Implement a version of bitmap loading/saving for WinRT

b04b4894cdcc0a888bf5464ec7e60de4879cca3a authored over 11 years ago by Paul Betts <[email protected]>
Line Ending nonsense

cc81364e4e12eae36fbccac4aaa651c3a18fff1d authored over 11 years ago by Paul Betts <[email protected]>
Merge branch 'master' into bitmaps

b2da1d97e9a817db5b12e927e820bc7baaeaadc3 authored over 11 years ago by Paul Betts <[email protected]>
How could I forget this

1e8c4b57d974b4554260665d7541e422aea52cc6 authored over 11 years ago by Paul Betts <[email protected]>
Update XAML Bitmaps for WP8 support

1f42e2149054882cb12c8003f5b44c6cf8cc86ae authored over 11 years ago by Paul Betts <[email protected]>