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