summaryrefslogtreecommitdiffstats
path: root/Xoo/ChangeLog
blob: dae4583d1a6305aa0c9580fa5d69504f78881831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
2008-02-03  Sven Herzberg  <sven@imendio.com>

	* src/main.c:
	Use GOptionContext instead of parsing argv manually (#754)

2008-02-02  Sven Herzberg  <sven@imendio.com>

	Fix signedness warnings.

	* src/keys.c: (keys_xnest_connect): use an unsigned int for the number
	of children

2007-11-25  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	* NEWS:
	* xoo.doap:
	Version 0.8.

2007-11-25  Ross Burton  <ross@openedhand.com>

	* data/:
	Remove 770 skin.

2007-11-25  Ross Burton  <ross@openedhand.com>

	* src/main.c:
	Make the iPaq 4700 the default skin.

2007-11-25  Ross Burton  <ross@openedhand.com>

	* data/xoo.desktop:
	Remove Application category.

2007-11-14  Richard Purdie  <rpurdie@opened.com>
 
	* configure.ac:
	Stop -L/lib being added to compiler commandline and breaking builds
	$expat variable isn't used.

2007-08-06  Ross Burton  <ross@openedhand.com>

	* data/Makefile.am:
	* data/ipaq4700.xml:
	* data/ipaq4700.png:
	Add iPaq 4700 skin, thanks to kmeaw.

2007-05-21  Ross Burton  <ross@openedhand.com>

	* data/Makefile.am:
	* data/nokia-n800.xml:
	* data/nokia-n800.png:
	Add Nokia N800 skin, thanks to Renato Araujo, and INdT for the image.

2007-01-15  Ross Burton  <ross@openedhand.com>

	* src/main.c:
	Use Xephyr by default, and attempt to find a spare display instead
	of hard-coding :1.

2006-02-10  Ross Burton  <ross@openedhand.com>

	* src/config.c:
	Fix compile warnings.

2006-02-10  Ross Burton  <ross@openedhand.com>

	* data/Makefile.am:
	* data/nokia-770.png:
	* data/nokia-770.xml:
	Add the start of a Nokia 770 skin.

2006-02-10  Ross Burton  <ross@openedhand.com>

	* src/main.c:
	* src/callbacks.c:
	Use NULL rather than 0 to end execl() so that GCC doesn't
	complain.

2005-09-30  Ross Burton  <ross@openedhand.com>

	* data/Xoo.glade:
	* src/main.c:
	* src/fakedev.h:
	Don't set the device image as the back buffer for the fixed
	window, but rather use a GtkImage like normal people.

2005-09-05  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	* NEWS:
	Version 0.7.

2005-08-15  Ross Burton  <ross@openedhand.com>

	* src/main.c:
	* src/callbacks.c:
	* src/fakedev.h:
	Various fixes for themeing.  Set the size of the fixed widget not
	the window so the image doesn't get clipped by the size of the
	menu bar, and hide the menu bar when turning off decorations.
	
2005-01-28  mallum,,,  <mallum@openedhand.com>

	* src/Makefile.am:
	* src/callbacks.c: (on_select_device):
	Lower case binary name, Xoo -> xoo

2005-01-28  mallum,,,  <mallum@openedhand.com>

	* src/button.c:
	* src/callbacks.c: (on_about_activate), (on_delete_event_hide),
	(on_select_device):
	* src/callbacks.h:
	* src/config.c: (config_get_val):
	* src/fakedev.h:
	* src/keys.c: (keys_xnest_connect):
	* src/main.c: (fakeapp_new), (fakeapp_create_gui):
	* src/prefs.c: (on_prefs_apply_clicked):
	* src/prefs.h:
	Just run through gnu indent.	

2005-01-28  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
	Bump Up version

	* data/Makefile.am:
	* data/xoo.desktop:
	* data/xoo.svg:
	Add an icon for .dotdesktop

	* data/Xoo.glade:
	* src/callbacks.c: (on_about_activate), (on_delete_event_hide):
	* src/callbacks.h:
	* src/fakedev.h:
	* src/main.c: (fakeapp_new), (fakeapp_create_gui), (key_event),
	(fakeapp_start_server), (fakeapp_catch_sigchild),
	(fakeapp_restart_server), (usage), (main):
	* src/prefs.c: (gconf_prefs_init), (on_prefs_apply_clicked):
	* src/prefs.h:
	Add support for: 
            - Setting command to run on startup
            - Changing device on the fly ( via very nasty hack )
	Also wrap some code at 80 chars.    

2005-01-25  Ross Burton  <ross@burtonini.com>

	* data/Makefile.am:
	* data/xoo.desktop:
	Added .desktop file

2005-01-12  mallum,,,  <mallum@openedhand.com>

	* website/default.css:
	* website/index.html:
	Update website, renaming.
	* TODO:
	Added.

2005-01-12  mallum,,,  <mallum@openedhand.com>

	* README:
	* configure.ac:
	* data/Makefile.am:
	* data/Xoo.glade:
	* data/matchbox-nest.glade:
	* src/Makefile.am:
	* src/button.c:
	* src/callbacks.c:
	* src/config.c:
	* src/fakedev.h:
	* src/keys.c:
	* src/main.c: (fakeapp_new):
	* src/prefs.c:
	* src/prefs.h:
	Rename matchbox-nest -> Xoo

2004-12-03  mallum,,,  <mallum@openedhand.com>

	* Makefile.am:
	Add snapshot target
	* src/prefs.c: (onpreferences_activate):
	Remove unused var.

2004-12-02  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	Bump version.

	* src/prefs.c:
	Be aggressive about saving prefs and restarting the server, to
	avoid hastles with command-line options.

2004-12-02  mallum,,,  <mallum@openedhand.com>

	* data/matchbox-nest.glade:
	Change 'ok' -> 'Apply', Update copyright in about dialog.
	* src/keys.c: (keys_xnest_connect), (keys_init):
	* src/main.c: (fakeapp_start_server), (fakeapp_restart_server):
	Attempt to make server start failure messages more useful

2004-12-02  Ross Burton  <ross@burtonini.com>

	* data/matchbox-nest.glade:
	Rename the Send Signal menu item.

	* src/main.c:
	* src/fakedev.h:
	Disable the Send Debug Signal menu item unless Xephyr is being
	used.

2004-11-30  Ross Burton  <ross@burtonini.com>

	* data/matchbox-nest.glade:
	Add an About dialog, and redesign the Prefs dialog.

	* src/fakedev.h:
	* src/callbacks.c:
	* src/callbacks.h:
	Add an about window and generalise the hide-on-delete handler.
	
	* src/prefs.c:
	* src/prefs.h:
	Restart the server if the prefs are changed.
	
	* src/main.c:
	Handle the about window, and handle a restarting server correctly.

	* src/keys.c:
	Fix a leak.
	
2004-11-30  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	Version 0.4.

2004-11-15  Ross Burton  <ross@burtonini.com>

	* data/matchbox-nest.glade:
	* src/fakedev.h:
	* src/keys.c:
	* src/main.c:
	Make the keyboard events work again.

2004-11-14  Ross Burton  <ross@burtonini.com>

	* src/main.c:
	Make the hardware buttons work again by making them visible...

2004-11-12  mallum  <mallum@handhelds.org>

	* src/config.c: (config_reinit):
	Add config_reinit ( just a stub for now ).

	* src/main.c: (fakeapp_new), (fakeapp_start_server),
	(fakeapp_catch_sigchild), (fakeapp_restart_server), (usage),
	(main):
	Hack signal handling to detect 'crashing' xserver.
	Add fakeapp_restart_server().
	Add --xnest-bin-options cmd line switch. Default it to '-ac' 
	Change start_server() to execv with --xnest-bin-options 	

2004-11-12  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	Look for GConf at configure time.
	
	* data/matchbox-nest.glade:
	Remove a separator, so when the Prefs entry is hidden the menu
	doesn't look silly.

	* src/Makefile.am:
	Only build with prefs.[ch] if GConf was found.

	* src/fakedev.h:
	* src/main.c:
	Only hook up the Preferences dialog if GConf was found.

	* src/prefs.c:
	Handle xnest_bin_options being NULL.

2004-11-11  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	Look for GConf.

	* data/matchbox-nest.glade:
	Add Preferences dialogue.

	* src/Makefile.am:
	* src/callbacks.h:
	* src/fakedev.h:
	* src/main.c:
	* src/prefs.h:
	* src/prefs.c:
	Add a preferences dialogue.

2004-11-11  Ross Burton  <ross@burtonini.com>

	* src/button.c:
	* src/config.c:
	* src/keys.c:
	Sanity check, add missing includes.

2004-11-10  Ross Burton  <ross@burtonini.com>

	* src/main.c:
	Stop leaking GCs.

2004-11-09  Ross Burton  <ross@burtonini.com>

	* data/Makefile.am:
	Add the glade file to EXTRA_DIST.

2004-11-08  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	Look for GTK+, not libmb.

	* data/Makefile.am:
	* data/matchbox-next.glade:
	* src/Makefile.am:
	* src/fakedev.h:
	* src/button.c:
	* src/callbacks.[ch]:
	* src/config.c:
	* src/main.c:
	Port to GTK+, adding a few new features en route.

2004-06-04  Matthew Allum,,,  <mallum@handhelds.org>

	reviewed by: <delete if not using a buddy>

	* src/fakedev.h:
	* src/main.c: (fakeapp_new), (fakeapp_create_gui), (usage), (main):
	Allow user to set window title

2004-06-04  Matthew Allum,,,  <mallum@handhelds.org>

	* AUTHORS:
	* COPYING:
	* INSTALL:
	* Makefile.am:
	* README:
	* autogen.sh:
	* configure.ac:
	* data/Makefile.am:
	* data/dot.png:
	* data/ipaq3800.png:
	* data/ipaq3800.xml:
	* src/Makefile.am:
	* src/button.c: (button_new), (button_find_from_win),
	(button_press), (button_release), (button_activate):
	* src/config.c: (config_load_file), (config_get_val),
	(config_load_image), (config_handle_button_tag),
	(config_handle_device_tag), (config_xml_start_cb), (config_init):
	* src/fakedev.h:
	* src/keys.c: (keys_xnest_connect), (keys_send_key), (keys_init):
	* src/main.c: (fakeapp_new), (fakeapp_create_gui),
	(fakeapp_start_server), (get_xevent_timed), (fakeapp_event_loop),
	(usage), (main):
	Initial Import into CVS.