~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to gtk/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-10-31  Chris Toshok  <toshok@ximian.com>
 
2
 
 
3
        * gtk.cs: track change to api - get/set_transparent is on
 
4
        MoonWindow now, not Surface.
 
5
 
 
6
2008-10-14  Stephane Delcroix  <sdelcroix@novell.com>
 
7
 
 
8
        * gtk.cs: new moon_window_gtk_new ctor signature
 
9
 
 
10
2008-09-06  Chris Toshok  <toshok@ximian.com>
 
11
 
 
12
        * ManagedDownloader.cs: remove GetTempFile.
 
13
 
 
14
        * gtk.cs: reformat the comments, remove all references to Canvas,
 
15
        and allow the toplevel (now called Content) to be a UIElement.
 
16
 
 
17
2008-08-25  Jeffrey Stedfast  <fejj@novell.com>
 
18
 
 
19
        * gtk.cs: Call DependencyObject.EnsureInitialized ()
 
20
 
 
21
2008-07-25  Chris Toshok  <toshok@ximian.com>
 
22
 
 
23
        * gtk.cs: pass "true" for silverlight2 in surface_new.  this might
 
24
        not be totally correct (people might want 1.0 apps in gtksilver),
 
25
        but I bet it'll serve.
 
26
 
 
27
2008-07-18  Chris Toshok  <toshok@ximian.com>
 
28
 
 
29
        * gtk.cs: create a MoonWindowGtk and pass that to surface_new.
 
30
 
 
31
2008-06-09  Geoff Norton  <gnorton@novell.com>
 
32
        
 
33
        * gtk.cs:
 
34
        * ManagedDownloader.cs: Update delegates to the new open prototype.
 
35
 
 
36
2008-05-23  Geoff Norton  <gnorton@novell.com>
 
37
 
 
38
        * Makefile.am: Dont remove index.xml when cleaning
 
39
 
 
40
2008-04-30  Fernando Herrera  <fherrera@novell.com>
 
41
 
 
42
        * ManagedDownloader.cs: Don't use our own temporal file, just write to
 
43
        the downloader, so we can use a ProgressiveSource for http streams.
 
44
 
 
45
2008-04-24  Fernando Herrera  <fherrera@novell.com>
 
46
 
 
47
        * Makefile.am: Fix "make -jN" build.
 
48
 
 
49
2008-04-21  Geoff Norton  <gnorton@novell.com>
 
50
 
 
51
        * index.xml: Updated for the new monodoc format.
 
52
        
 
53
2008-04-16  Andrew Jorgensen  <ajorgensen@novell.com>
 
54
 
 
55
        * Makefile.am: $(builddir) isn't available on older systems, use
 
56
        $(top_builddir)
 
57
 
 
58
2008-04-16  Andrew Jorgensen  <ajorgensen@novell.com>
 
59
 
 
60
        * Makefile.am: Doc directories don't exist during dist
 
61
 
 
62
2008-04-10  Fernando Herrera  <fherrera@novell.com>
 
63
 
 
64
        * ManagedDownloader.cs (Open): check first if the uri starts with "/".
 
65
 
 
66
2008-03-11  Chris Toshok  <toshok@ximian.com>
 
67
 
 
68
        * ManagedDownloader.cs: downloader_get_surface ->
 
69
        event_object_get_surface.
 
70
 
 
71
2008-03-10  Sebastien Pouliot  <sebastien@ximian.com>
 
72
 
 
73
        * ManagedDownloader.cs: Avoid crash if the download was aborted 
 
74
        (e.g. when the XAML parser rejects it's input).
 
75
 
 
76
2008-03-10  Chris Toshok  <toshok@ximian.com>
 
77
 
 
78
        * ManagedDownloader.cs: time_manager_add_tick_call requires us to
 
79
        pass in the proper TimeManager now, get the downloader's Surface's
 
80
        TimeManager.
 
81
 
 
82
2008-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
 
83
 
 
84
        * gtk.cs: Added CreateFromString and InitializeFromXaml allowing xaml to be
 
85
          loaded when multiple surfaces are used (these methods should be called 
 
86
          instead of XamlReader.Load/Control.InitializeFromXaml in agclr).
 
87
 
 
88
2008-03-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
 
89
 
 
90
        * gtk.cs: Specify the surface when loading xaml, allowing multiple surfaces
 
91
          to be loaded in the same appdomain.
 
92
 
 
93
2008-02-25  Chris Toshok  <toshok@ximian.com>
 
94
 
 
95
        * gtk.cs: use surface_get_widget, not surface_get_drawing_area.
 
96
 
 
97
2008-02-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
 
98
 
 
99
        * ManagedDownloader.cs: Don't do anything in the tick callbacks if the
 
100
          downloader has been aborted or destroyed.
 
101
 
 
102
2008-01-10  Andrew Jorgensen  <ajorgensen@novell.com>
 
103
 
 
104
        * Makefile.am: Remove reference to docs/Gtk.Moonlight.xml
 
105
        because newer monodocer renames it.
 
106
 
 
107
2008-01-10  Jeffrey Stedfast  <fejj@novell.com>
 
108
 
 
109
        * Makefile.am: In order for building where builddir != srcdir to
 
110
        work, we need to reference the docs directory as '$(srcdir)/docs/'
 
111
        and not just 'docs/'
 
112
 
 
113
2007-10-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>
 
114
 
 
115
        * gtk.cs: Use the XamlLoader in the LoadFile overload as well. 
 
116
        Set the surface of the domain for the XamlLoader.
 
117
 
 
118
2007-10-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
 
119
 
 
120
        * gtk.cs: Use the XamlLoader in agclr.
 
121
 
 
122
2007-10-08  Rolf Bjarne Kvinge  <RKvinge@novell.com>
 
123
 
 
124
        * gtk.cs: Use platform invokes in agmono instead of declaring them
 
125
        again. Added a Resize method to resize the surface. Added a LoadXaml
 
126
        to load a xaml string. Fixed LoadFile to work again.
 
127
 
 
128
2007-09-26  Andrew Jorgensen  <ajorgensen@novell.com>
 
129
 
 
130
        * Makefile.am: Add $(DESTDIR) to gacutil command for rpm packaging
 
131
 
 
132
2007-08-20  Chris Toshok  <toshok@ximian.com>
 
133
 
 
134
        * ManagedDownloader.cs: fix this the right way, by keeping the
 
135
        local file case, just putting it in the Download delegate.
 
136
 
 
137
2007-08-20  Chris Toshok  <toshok@ximian.com>
 
138
 
 
139
        * ManagedDownloader.cs: remove the special case for files - it
 
140
        breaks the async semantics of the downloader class, and keeps
 
141
        mopen from working with monotone.
 
142
 
 
143
2007-07-16  Miguel de Icaza  <miguel@novell.com>
 
144
 
 
145
        * ManagedDownloader.cs: Do not use the auto_reset event after the
 
146
        finished callback, because the downloader might just trigger a new
 
147
        download and we would have pending events in the queue that are
 
148
        never executed.    Fixes loop downloaded crash.
 
149
 
 
150
2007-07-06  Miguel de Icaza  <miguel@novell.com>
 
151
 
 
152
        * Makefile: add support for uploading the docs to the server.
 
153
 
 
154
        * gtk.cs: Eliminate traces of get_response_func, this is now
 
155
        handled in the C++ runtime.
 
156
 
 
157
2007-07-04  Miguel de Icaza  <miguel@novell.com>
 
158
 
 
159
        * ManagedDownloader.cs: Do not go the expensive route if we are
 
160
        getting a file:// uri, just get directly from the file system.
 
161
 
 
162
2007-07-03  Miguel de Icaza  <miguel@novell.com>
 
163
 
 
164
        * ManagedDownloader.cs: Adapt to the new downloading framework
 
165
        that requires us to notify with a filename where the results have
 
166
        been placed. 
 
167
 
 
168
        (Download): Now places the file in a temporary file.   The TODO
 
169
        file has been updated with thoughts on how to cache this.
 
170
 
 
171
        (Start): Special case for files in the local file system, notify
 
172
        the downloader immediately of the transfer being finished.
 
173
        
 
174
        (dowloader_notify_error, downloader_notify_finished): new
 
175
        pinvokes, used to notify of completion and errors.
 
176
 
 
177
2007-06-25  Everaldo Canuto  <ecanuto@novell.com>
 
178
 
 
179
        * mopen.cs: When --desklet difine also --transparent.
 
180
 
 
181
2007-06-25  Everaldo Canuto  <ecanuto@novell.com>
 
182
 
 
183
        * mopen.cs: Use XRoot and YRoot instead of X and Y in drag-and-drop event.
 
184
 
 
185
2007-06-25  Everaldo Canuto  <ecanuto@novell.com>
 
186
 
 
187
        * mopen.cs: Add mouse drag-and-drop event.
 
188
 
 
189
2007-06-25  Everaldo Canuto  <ecanuto@novell.com>
 
190
 
 
191
        * mopen.cs: Fix mopen crash when canvas size is not specified. We should
 
192
        have a better stuff for this, just get it working right now.
 
193
 
 
194
2007-06-25  Everaldo Canuto  <ecanuto@novell.com>
 
195
 
 
196
        * mopen.cs: Use cavas size for silver and window size.
 
197
 
 
198
2007-06-25  Everaldo Canuto  <ecanuto@novell.com>
 
199
 
 
200
        * mopen.cs: Add support for "--desklet" option, it removes window decoration
 
201
        and will add some other desklet related stuff. Also add "--help"