1 2009-12-04 Rolf Bjarne Kvinge <RKvinge@novell.com>
3 * Makefile.am: Remove mopen1.
5 * mopen1.*: Deleted. Managed code is mandatory now, this only crashes.
7 2009-07-02 Rolf Bjarne Kvinge <RKvinge@novell.com>
9 * mopen1.cpp: Update according to downloader API changes.
11 2009-05-27 Rolf Bjarne Kvinge <RKvinge@novell.com>
13 * mopen1.cpp: Update according to downloader API changes.
15 2009-05-02 Jeffrey Stedfast <fejj@novell.com>
17 * mopen1.cpp: Fixed the build by using guint32 instead of uint32_t
19 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
22 * mopen1.mdp: Add a project for each tool, and clean up some
23 of the existing projects.
25 2009-04-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
27 * Makefile.am: Fix install directories.
29 2009-04-09 Jackson Harper <jackson@ximian.com>
31 * mopen1.cpp: New method name.
33 2009-04-03 Aaron Bockover <abockover@novell.com>
35 * mopen.cs: Updated to use the new Moonlight.Gtk APIs
37 * Makefile.am: gtksilver -> Moonlight.Gtk
39 2009-04-01 Geoff Norton <gnorton@novell.com>
41 * mopen.cs: Support mopen directly from a uri.
43 2009-03-25 Jeffrey Stedfast <fejj@novell.com>
45 * mopen1.cpp (LoadXaml): Fixed call to Surface ctor (no longer
48 2008-11-05 Sebastien Pouliot <sebastien@ximian.com>
50 * mopen1.cpp: Add support for --timeout X to ease testing (mopen
51 brings the mono runtime in the picture) and show the help info when
52 no arguments are provided.
54 2008-11-03 Rolf Bjarne Kvinge <RKvinge@novell.com>
56 * mopen1.cpp: Add support for doing mopen1 video.wmv instead of having
57 to create xaml to test media.
59 2008-09-06 Chris Toshok <toshok@ximian.com>
61 * mopen.cs: remove the canvas-only restriction.
63 2008-08-28 Chris Toshok <toshok@ximian.com>
65 * mopen1.cpp (LoadXaml): track XamlLoader api change.
67 2008-08-17 Chris Toshok <toshok@ximian.com>
69 * Makefile.am: INCLUDE_MONO_RUNTIME ->
70 INCLUDE_DESKTOP_MANAGED_CODE.
72 2008-08-12 Jeffrey Stedfast <fejj@novell.com>
74 * mopen1.cpp (main): Allow gtk_init() to consume some args. Needed
77 2008-08-02 Miguel de Icaza <miguel@novell.com>
79 * mopen.cs: Make this use NDesk.Options as well.
81 2008-07-25 Chris Toshok <toshok@ximian.com>
83 * mopen1.cpp (LoadXaml): pass false to the Surface ctor, and use
84 ctors instead of the *_new functions.
86 2008-07-23 Jeffrey Stedfast <fejj@novell.com>
90 2008-07-18 Chris Toshok <toshok@ximian.com>
92 * mopen1.cpp (LoadXaml): create a MoonWindowGtk and initialize the
95 2008-06-27 Stephane Delcroix <sdelcroix@novell.com>
97 * mopen1.cpp: adapt for the downloader changes.
99 2008-06-05 Geoff Norton <gnorton@novell.com>
101 * mopen1.cpp: Update to call the new downloader_set_functions API.
102 We dont support mms in mopen1 at this time.
104 2008-05-20 Sebastien Pouliot <sebastien@ximian.com>
106 * Makefile.am: Fix mopen script to use mopen.exe
108 2008-05-13 Andrew Jorgensen <ajorgensen@novell.com>
110 * Makefile.am: Correct flags for mopen1 and only build mopen.exe if
113 2008-04-24 Fernando Herrera <fherrera@novell.com>
115 * Makefile.am: Fix "make -jN" build.
117 2008-04-17 Andrew Jorgensen <ajorgensen@novell.com>
119 * Makefile.am: Use AM_LDFLAGS, not LDFLAGS which is a user variable
121 2008-04-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
123 * Makefile.am: Remove warnings.
125 2008-04-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
127 * mopen1.cpp, Makefile.am: Added a native version of mopen which
128 (for the moment) can only open 1.0 xaml files.
130 2008-03-31 Sebastien Pouliot <sebastien@ximian.com>
132 * mopen.cs: add --timeout option to close mopen after X seconds.
133 Useful for testing/fuzzing a step farther than --parseonly can do.
135 2008-02-27 Larry Ewing <lewing@novell.com>
137 * mopen.cs: add --sync option to pass --sync to gtk_init.
139 2008-02-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
141 * mopen.in: Improve gdb support (no need to manually specify command line),
142 and add valgrind support.
144 2008-02-02 Miguel de Icaza <miguel@novell.com>
146 * mopen.cs: Release the Cairo Context when we are done.
148 2007-10-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
150 * mopen.cs: Use GtkSilver's LoadFile method instead of
151 LoadXaml, simplifies code a bit.
153 2007-10-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
155 * mopen.cs: Use the GtkSilver methods to load the xaml.
157 2007-09-22 Zoltan Varga <vargaz@gmail.com>
159 * mopen.cs: Update after Moonlight.RegisterLoader change.
161 2007-09-13 Jb Evain <jbevain@novell.com>
163 * Makefile.am: install the .mdb file.
165 2007-08-22 Sebastien Pouliot <sebastien@ximian.com>
167 * ChangeLog: New. Track changes.
168 * mopen.cs: Add a --parseonly option which is useful to gather stats
169 on xaml loading/processing and before any drawing operations. Can also
170 be useful to know if the xaml file is valid (0) or not (1).