Граф коммитов

1242 Коммитов

Автор SHA1 Сообщение Дата
Paul Betts 800ae2e377 Merge pull request #43 from SimonCropp/master
fix array manipulation when doing string format
2014-02-12 21:54:32 -08:00
Simon Cropp f928a10964 string format length only needs to be 3 2014-02-13 16:46:40 +11:00
Simon Cropp 00f6a14c36 fix array manipulation when doing string format
https://github.com/paulcbetts/splat/issues/36
2014-02-13 16:40:20 +11:00
Paul Betts d3f95f32c5 Version bump to 1.2.0 2014-02-12 14:07:02 -08:00
Paul Betts 47f3bb8081 Merge pull request #42 from paulcbetts/libregistration
Library registration for service location
2014-02-12 13:57:31 -08:00
Paul Betts 9eae956f93 Use our own method! 2014-02-12 12:14:07 -08:00
Paul Betts 8ae65fb8e3 Create a method so that libraries can register to set up their stuff in the resolver 2014-02-12 12:11:54 -08:00
Paul Betts bf15053bae Rename some variables 2014-02-12 11:39:19 -08:00
Paul Betts cc79ef9395 Merge remote-tracking branch 'origin/pr/37' 2014-01-05 14:51:13 -08:00
Richard Wang 88f329e100 Fix WinForms Bitmap LoadFromResource not implemented 2014-01-05 16:56:09 +11:00
Richard Wang 2f22d4cfe9 Basic WinForms PlatformBitmapLoader
Not default
2014-01-05 16:47:20 +11:00
Paul Betts 67b28836f5 Version bump to 1.1.1 2013-12-17 13:07:52 -08:00
Paul Betts b6ec243a6c Making this public is useful for testing 2013-12-17 13:02:59 -08:00
Paul Betts 6fe6bf4f38 Always initialize Locator.Current on startup 2013-12-17 12:46:33 -08:00
Paul Betts ae97cd50d0 Version bump to 1.1.0 2013-12-17 11:17:10 -08:00
Paul Betts 155c0b31c7 Fix the build on Windows 2013-12-17 11:02:10 -08:00
Paul Betts 5d3ec497d8 Merge pull request #33 from paulcbetts/logging
Move the logging infrastructure from ReactiveUI into Splat
2013-12-17 10:54:51 -08:00
Paul Betts 0e9751db39 Merge pull request #32 from paulcbetts/service-location
Move the Service Locator from ReactiveUI into Splat
2013-12-17 10:54:40 -08:00
Paul Betts 50606014a6 Merge remote-tracking branch 'origin/pr/34' 2013-12-15 21:57:41 -08:00
Paul Betts 06c7db2df4 Merge pull request #35 from tberman/fix_cocoa_colors
These were in the wrong order, untested obvious fix
2013-12-15 21:43:27 -08:00
Todd Berman a4d9594a4d These were in the wrong order, untested obvious fix 2013-12-15 20:51:56 -08:00
Todd Berman cc098ad321 Add a new extension method, `Copy`, use it for Divide 2013-12-15 20:38:01 -08:00
Paul Betts 4fc0aa9b63 Move Logging and MemoizingMRUCache from ReactiveUI 2013-12-15 17:58:58 -08:00
Paul Betts 39801bdf8b Move the Service Locator from ReactiveUI into Splat 2013-12-15 17:39:55 -08:00
Paul Betts 5b7f92cb64 Version bump to 1.0.0 2013-12-05 10:16:23 +00:00
Paul Betts 7aeee06208 Merge pull request #31 from paulcbetts/cocoa-bitmap-any-thread
Make PlatformBitmapLoader work on any thread on Cocoa
2013-11-28 22:00:59 -08:00
Richard Wang 712efb5065 Cocoa PlatformBitmapLoader should pass exceptions, use SharedApplication 2013-11-29 16:40:12 +11:00
Richard Wang 588ca4d6b5 Make PlatformBitmapLoader work on any thread on Cocoa 2013-11-28 20:24:15 +11:00
Paul Betts 7599923404 Merge pull request #29 from paulcbetts/portable-for-all
Correctly type-forward System.Drawing and build Portable Libraries on Xamarin
2013-11-10 20:57:53 -08:00
Paul Betts a013c112a2 Enable type forwarding for Xamarin.* 2013-11-10 20:50:31 -08:00
Paul Betts 32a4fb1d8f Something something Visual Studio something 2013-11-10 20:50:15 -08:00
Paul Betts 5648a81449 Enable unifying Splat Portable types with built-in ones 2013-11-10 20:36:01 -08:00
Paul Betts eaf85088e5 Version bump to 0.3.4 2013-11-07 15:50:06 -08:00
Paul Betts 472a1763cb Fix WP8. Again. 2013-10-24 22:45:49 -07:00
Paul Betts f216ce4abd Version bump to 0.3.3 2013-10-17 13:45:09 -07:00
Paul Betts b054f254b4 Merge pull request #26 from TheAngryByrd/master
Looks like bitmap save in WinRT had an backwards inline if
2013-10-16 20:51:19 -07:00
Jimmy Byrd 1bd3cd1043 Looks like inline if was backwards 2013-10-16 23:39:32 -04:00
Paul Betts aa4391185a 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 thread. Fixes #25
2013-10-16 20:16:13 -07:00
Paul Betts 39d5c53108 Merge pull request #24 from christianlang/winrt-writeable-bitmap-loading
Fixed bitmap loading for WinRT
2013-10-16 14:37:44 -07:00
Christian Lang 0066bc30be Fixed bitmap decoding and use anti-aliasing 2013-10-16 13:48:19 +02:00
Paul Betts 9f23437ab8 Version bump to 0.3.2 2013-10-14 14:36:12 -07:00
Paul Betts ca13a2c842 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
2013-10-14 14:34:01 -07:00
Paul Betts 581980238a Merge pull request #22 from paulcbetts/winrt-resload-to-writeablebitmap
Bitmap LoadFromResource depend on Load method on WinRT
2013-10-11 23:09:14 -07:00
Richard Z.H. Wang 0f5bd697f9 LoadFromResource depend on Load method on WinRT
So it can load to a WriteableBitmap instead of BitmapImage, and use the
fallback loader if needed
2013-10-12 12:33:34 +11:00
Paul Betts c57020dee8 Merge pull request #21 from paulcbetts/fix-android-resource-lookup
Try the passed in string without an extension on Android for resource loading
2013-10-07 10:06:40 -07:00
Paul Betts b3ae8bfb6f Try the passed in string without an extension on Android for resource loading 2013-10-07 10:04:23 -07:00
Paul Betts dae033d06b Give some usage examples 2013-09-27 12:35:42 -07:00
Paul Betts 36541c1eea Version bump to 0.3.1 2013-09-27 12:12:16 -07:00
Paul Betts 7f96eff3d4 Make image decoding async on WinRT via WIC 2013-09-27 12:08:05 -07:00
Paul Betts acc7f09fde Merge pull request #20 from paulcbetts/winrt-bitmap-cleanup
WinRT bitmap cleanup
2013-09-27 11:45:44 -07:00