stub out things to get the beatles xbox site up and running
[moon.git] / class / System.Windows / System.Windows.Interop / ChangeLog
blob21a6ec496bf07213d6262c8ae859c726d445fa01
1 2009-11-13  Chris Toshok  <toshok@ximian.com>
3         * Settings.cs: stub out EnableGPUAcceleration.
5 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
7         * Content.cs: Add null-check in RegisterEvent (a null value
8         would cause bad side effects). Reduce UnregisterEvent visibility.
10         r: rolf
12 2009-10-05  Sebastien Pouliot  <sebastien@ximian.com> 
14         * Settings.cs: Add comment about refresh rate validation
16         r: alan
18 2009-10-01  Sebastien Pouliot  <sebastien@ximian.com>
20         * SilverlightHost.cs (IsVersionSupported): Fix unit test
22         r: alan
24 2009-09-23  Chris Toshok  <toshok@ximian.com>
26         * Content.cs: use the new event registration stuff.
28         r: spouliot, andriea
30 2009-06-18  Sebastien Pouliot  <sebastien@ximian.com>
32         * PluginHost.cs: Remove RootUri - it did not work (e.g. a relative
33         path in the source or an absolute source URI) and is not needed
34         anymore.
35         * SilverlightHost.cs: Use the "original" (before any redirection)
36         URI for source using new p/invokes.
38 2009-06-12  Alan McGovern  <amcgovern@novell.com>
40         * Content.cs: Ensure that the handlers for Resized and
41           FullScreen are only registered once.
43 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
45         * PluginHost.cs: Initialize "xap_uri" when we set the plugin 
46         handle. This makes it available sooner (than Application) to
47         use WebClient in Deployement.
48         * SilverlightHost.cs: Use PluginHost to return Source Uri.
50 2009-04-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
52         * PluginHost.cs:
53         * SilverlightHost.cs: Generate all P/Invoke methods.
55 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
57         * Content.cs (IsFullScreen): Remove MonoTODO and FIXME since this 
58         check already exists in the runtime.
60 2009-04-03  Sebastien Pouliot  <sebastien@ximian.com> 
62         * Settings.cs: Implement EnableHTMLAccess and Windowless properties
63         and add MonoTODO on the other, non-implemented, properties.
65 2009-03-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
67         * SilverlightHost.cs: Implement IsLoaded, Background and
68           IsVersionSupported.
70 2009-02-06  Sebastien Pouliot  <sebastien@ximian.com> 
72         * BrowserHost.cs: Remove file
73         * Content.cs: Move some logic from (old) BrowserHost here
75 2009-02-03  Geoff Norton  <gnorton@novell.com>
77         * Content.cs: Wire up Resize and FullScreenChange events.
79 2009-01-30  Geoff Norton  <gnorton@novell.com>
81         * Content.cs: Implement IsFullscreen.
83 2009-01-26  Geoff Norton  <gnorton@novell.com>
85         * Settings.cs: Surface lives in Deployment now.
87 2008-12-11  Andreia Gaita  <shana@jitted.com>
89         * Settings, SilverlightHost.cs: Settings getter implementation, for
90           using the MaxFrameRate property
92 2008-11-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
94         * HostingRenderTargetBitmap.cs: Added InputMethod, ICommand,
95           HostingRenderTargetBitmap. Corcompare fixes.
97 2008-09-11  Sebastien Pouliot  <sebastien@ximian.com>
99         * Content.cs: Don't typecast int into uint when we return doubles.
100         Added note for IsFullscreen setter which needs to work only when
101         called from user generated keyboard and mouse events.
103 2008-09-10  Sebastien Pouliot  <sebastien@ximian.com>
105         * SilverlightHost.cs: Fix to call the right p/invoke that returns
106         the URI to the XAP file.
108 2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
110         * Settings.cs, Content.cs, SilverlightHost.cs: Gui-compare fixes.