1 2009-09-23 Chris Toshok <toshok@ximian.com>
3 * DownloadProgressEventArgs.cs: there's no reason to maintain a
4 reference to the native peer in this class. The fields are all
5 read-only and can be initialized in the ctor.
7 * BitmapImage.cs: remove autogenerated events.
11 2009-09-18 Jeffrey Stedfast <fejj@novell.com>
13 * WriteableBitmap.cs: Get rid of unused member variables.
17 2009-08-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
19 * BitmapImage.cs: Updated according to API changes in RoutedEventArgs.
23 2009-08-12 Chris Toshok <toshok@ximian.com>
25 * WriteableBitmap.cs: we need to pin the pixel data in both ctors,
26 so factor that out into PinAndSetBitmapData. Also, pass false to
27 bitmap_source_set_bitmap_data, so unmanaged won't free our buffer.
28 it's freed in our finalizer. fixes the double free on shutdown.
30 * BitmapSource.cs (SetSource): pass true for @own to
31 bitmap_source_set_bitmap_data.
33 2009-08-12 Chris Toshok <toshok@ximian.com>
35 * WriteableBitmap.cs: track changes to the api from SL3 beta to
38 2009-08-10 Chris Toshok <toshok@ximian.com>
40 * BitmapImage.cs: move SetSource from here...
42 * BitmapSource.cs: to here.
44 2009-04-02 Larry Ewing <lewing@novell.com>
46 * WriteableBitmap.cs: Land Geoffs Render changes.
48 2009-04-02 Geoff Norton <gnorton@novell.com>
50 * WriteableBitmap.cs: Avoid a integer overflow that could have us
51 allocating some bogus amount of memory, or writing into random memory.
53 2009-03-31 Geoff Norton <gnorton@novell.com>
55 * WriteableBitmap.cs: Ensure that we cannot let user code write out to
58 2009-03-30 Geoff Norton <gnorton@novell.com>
60 * BitmapImage.cs: Fix event registration to have the proper types.
62 2009-03-29 Geoff Norton <gnorton@novell.com>
64 * BitmapImage.cs: Move to the new SL3 api and hook up all the events
65 * BitmapSource.cs, WriteableBitmap.cs: New SL3 api
67 2009-01-21 Geoff Norton <gnorton@novell.com>
69 * BitmapImage.cs: Clean up and handle all this in native now.
71 2009-01-12 Sebastien Pouliot <sebastien@ximian.com>
73 * DownloadProgressEventArgs.cs: Fix API to match SL2
75 2008-08-24 Geoff Norton <gnorton@novell.com>
77 * BitmapImage.cs: Dont attempt to read a resource stream unless we
80 2008-08-24 Geoff Norton <gnorton@novell.com>
82 * BitmapImage.cs: The URI passed to a BitmapImage isn't always
83 a download, it can specify a resource/content in the xap.
85 2008-08-23 Geoff Norton <gnorton@novell.com>
87 * BitmapImage.cs: Implement support for getting a BitmapImage from
88 a Uri instead of a stream.
90 2008-08-18 Geoff Norton <gnorton@novell.com>
92 * BitmapImage.cs: Keep a reference to the stream around for later use.
94 2008-08-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
96 * RenderTargetBitmap.cs: Added RenderTargetBitmap.
98 2008-08-09 Chris Toshok <toshok@ximian.com>
100 * DownloadProgressEventArgs.cs: new stubs.
102 * BitmapImage.cs: new stubs.