aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 0e6e6eca144594537fdd15a994c21561f1f4498e (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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
2007-06-12  Jorn Baayen  <jorn@openedhand.com>

	* matchbox-panel/mb-panel-scaling-image.c:
	(mb_panel_scaling_image_init),
	(mb_panel_scaling_image_set_property),
	(mb_panel_scaling_image_get_property),
	(mb_panel_scaling_image_dispose),
	(mb_panel_scaling_image_finalize), (reload_icon),
	(icon_theme_changed_cb), (mb_panel_scaling_image_realize),
	(mb_panel_scaling_image_unrealize),
	(mb_panel_scaling_image_screen_changed),
	(mb_panel_scaling_image_class_init), (mb_panel_scaling_image_new),
	(mb_panel_scaling_image_set_icon),
	(mb_panel_scaling_image_get_icon):
	* matchbox-panel/mb-panel-scaling-image.h:

	Added 'caching' property for caching undisplayed pixbufs.

2007-04-17  Jorn Baayen  <jorn@openedhand.com>

	* applets/windowselector/windowselector.c: (screen_changed_cb):

	Commented vile code. :)

2007-04-17  Jorn Baayen  <jorn@openedhand.com>

	* applets/windowselector/windowselector.c: (rebuild_menu),
	(position_menu), (toggled_cb):
	Destroy menu on selection-done.

2007-04-17  Jorn Baayen  <jorn@openedhand.com>

	* applets/windowselector/windowselector.c: (rebuild_menu),
	(menu_hide_cb), (filter_func), (mb_panel_applet_create):
	Fix indent ..

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

	* applets/windowselector/windowselector.c:
	Don't fetch window icons if they won't be displayed.

2007-04-14  Ross Burton  <ross@openedhand.com>

	* applets/windowselector/windowselector.c:
	Set no relief.

2007-04-14  Ross Burton  <ross@openedhand.com>

	* applets/windowselector/windowselector.c:
	Quick hack to replace the menu bar with a toggle button.  This
	isn't finished and leaks, but it works around the weird theme bug.

2007-04-13  Ross Burton  <ross@openedhand.com>

	* applets/windowselector/windowselector.c:
	Use the scaling image widget.

2007-04-13  Ross Burton  <ross@openedhand.com>

	* applets/windowselector/mb-applet-windowselector.png:
	Update with Sato icon.

2007-04-13  Ross Burton  <ross@openedhand.com>

	* applets/windowselector/windowselector.c:
	Disable the code that changes the icon to reflect the current window.

2007-04-11  Jorn Baayen  <jorn@openedhand.com>

	* matchbox-panel/mb-panel.c: (main):
	Name frame depending on orientation.

2007-04-10  Jorn Baayen  <jorn@openedhand.com>

	* matchbox-panel/mb-panel.c: (main):
	Replace alignment with frame for padding.

2007-04-10  Jorn Baayen  <jorn@openedhand.com>

	* matchbox-panel/mb-panel.c: (load_applet), (main):
	Fix indent.

2007-04-10  Matthew Allum  <mallum@openedhand.com>

	* applets/showdesktop/Makefile.am:
	Add desktop active image.

2007-04-10  Matthew Allum  <mallum@openedhand.com>

	* matchbox-panel/mb-panel.c: 
	Add some default padding to panel edges.

2007-04-09  Jorn Baayen  <jorn@openedhand.com>

	* matchbox-panel/mb-panel-scaling-image.c:
	(mb_panel_scaling_image_init),
	(mb_panel_scaling_image_set_property),
	(mb_panel_scaling_image_get_property), (reload_icon),
	(mb_panel_scaling_image_class_init):
	* matchbox-panel/mb-panel-scaling-image.h:
	Add 'orientation' property.
	(Instead of determining orientation using black magic)

	* applets/battery/battery.c: (mb_panel_applet_create):
	* applets/launcher/launcher.c: (mb_panel_applet_create):
	Set orientation on icon.

	* applets/showdesktop/showdesktop.c: (show_desktop_applet_free),
	(sync), (screen_changed_cb), (button_clicked_cb),
	(mb_panel_applet_create):
	Change icon on state change instead of being a toggle button.

2007-03-12  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	Remove AM_MAINTAINER_MODE.

2007-02-22  Ross Burton  <ross@openedhand.com>

	* applets/windowselector/Makefile.am:
	* applets/windowselector/windowselector.c:
	* applets/windowselector/mb-applet-windowselector.png:
	Ship a window selector icon.

2007-02-01  Matthew Allum  <mallum@openedhand.com>

	* applets/clock/clock.c: 
	Set clock text color to match icons
	Update battery and showdesktop icons

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

	* configure.ac:
	Use gmodule-export, as we export symbols.

	* matchbox-panel/Makefile.am:
	Add --export-dynamic as a Poky bug means gmodule-export doesn't
	have it.

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

	* applets/showdesktop/showdesktop.c:
	* applets/showdesktop/mb-applet-showdesktop.png:
	* applets/showdesktop/Makefile.am:
	Ship the icon, as Poky currently doesn't have an icon theme.

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

	* configure.ac:
	Disable static libraries, they are useless here.

	* applets/*/Makefile.am:
	Disable library versioning.

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

	* matchbox-panel.pc.in:
	Add a variable for the applet library directory.

2007-01-23  Matthew Allum  <mallum@openedhand.com>

	* applets/showdesktop/showdesktop.c:
	Use a 'simpler' named icon and dont draw a frame around it.	

	* matchbox-panel/mb-panel.c: 
	Be a bit more informative when an applet cant be loaded.
	(via mickeyl)

2006-12-22  Matthew Allum  <mallum@openedhand.com>

	* matchbox-panel/mb-panel.c: 
	Add support for being parented in titlebar.

2006-08-24  Jorn Baayen  <jorn@openedhand.com>

	* applets/windowselector/windowselector.c: (sync_icon):

	Use "panel-window-menu" icon when there is no active app window.

2006-08-24  Jorn Baayen  <jorn@openedhand.com>

	* applets/windowselector/windowselector.c: (sync_icon),
	(rebuild_menu):

	Use default icon if no icon is specified.

2006-08-24  Jorn Baayen  <jorn@openedhand.com>

	* applets/windowselector/windowselector.c: (window_get_icon),
	(rebuild_menu), (button_press_event_cb), (filter_func),
	(screen_changed_cb):

	Show active task icon.

2006-08-24  Jorn Baayen  <jorn@openedhand.com>

	* applets/showdesktop/showdesktop.c: (sync):

	Add nitems check.

	* applets/windowselector/windowselector.c: (get_utf8_property),
	(get_text_property), (window_get_icon),
	(window_menu_item_activate_cb), (rebuild_menu), (menu_hide_cb),
	(button_press_event_cb), (filter_func), (screen_changed_cb):

	Use window icons.

2006-08-23  Jorn Baayen  <jorn@openedhand.com>

	* applets/battery/battery.c: (timeout):

	memset0 apm_info. Thanks valgrind.

2006-08-23  Jorn Baayen  <jorn@openedhand.com>

	* applets/Makefile.am:
	* applets/windowselector/Makefile.am:
	* applets/windowselector/windowselector.c:
	* configure.ac:

	Added window selector applet. Still needs work to make icons
	show up.

	* applets/showdesktop/showdesktop.c: (show_desktop_applet_free),
	(sync), (filter_func), (screen_changed_cb):

	Perform initial sync.

2006-08-23  Jorn Baayen  <jorn@openedhand.com>

	* applets/showdesktop/showdesktop.c: (show_desktop_applet_free),
	(filter_func), (screen_changed_cb):

	Monitor root window correctly.

2006-08-23  Jorn Baayen  <jorn@openedhand.com>

	* applets/battery/Makefile.am:
	* applets/battery/data/Makefile.am:
	* applets/clock/Makefile.am:
	* applets/launcher/Makefile.am:
	* applets/showdesktop/Makefile.am:
	* applets/systray/Makefile.am:
	* matchbox-panel/Makefile.am:

	Makefile cleanups.

2006-08-22  Jorn Baayen  <jorn@openedhand.com>

	* applets/battery/battery.c: (timeout), (mb_panel_applet_create):
	* applets/clock/clock.c: (initial_timeout),
	(mb_panel_applet_create):
	* applets/launcher/launcher.c: (grab_notify_cb),
	(mb_panel_applet_create):
	* applets/showdesktop/showdesktop.c: (button_toggled_cb),
	(mb_panel_applet_create):
	* applets/systray/systray.c: (screen_changed_cb),
	(mb_panel_applet_create):
	* matchbox-panel/mb-panel-scaling-image.c: (reload_icon),
	(mb_panel_scaling_image_class_init),
	(mb_panel_scaling_image_set_icon):
	* matchbox-panel/mb-panel.c: (load_applet), (load_applets), (main):
	* matchbox-panel/mb-panel.h:

	Better size handling. No more manual sizing of applets needed.

2006-08-22  Jorn Baayen  <jorn@openedhand.com>

	* matchbox-panel/mb-panel-scaling-image.c: (find_icon),
	(reload_icon), (icon_theme_changed_cb),
	(mb_panel_scaling_image_screen_changed),
	(mb_panel_scaling_image_class_init), (mb_panel_scaling_image_new),
	(mb_panel_scaling_image_set_icon):

	Cleanup.

2006-08-22  Jorn Baayen  <jorn@openedhand.com>

	* applets/clock/clock.c:
	* applets/launcher/launcher.c: (mb_panel_applet_create):
	* applets/showdesktop/showdesktop.c: (mb_panel_applet_create):
	* matchbox-panel/Makefile.am:
	* matchbox-panel/mb-panel-scaling-image.c:
	* matchbox-panel/mb-panel-scaling-image.h:
	* matchbox-panel/mb-panel.h:

	Moved scaling icon theme icon logic into its own GtkImage subclass,
	and use this in the launcher and showdesktop applets.

	Don't look at MBPanelScalingImage yet or your eyes will burn!
	It still needs severe cleanup

2006-08-22  Jorn Baayen  <jorn@openedhand.com>

	* configure.ac:
	* applets/Makefile.am:
	* applets/showdesktop/Makefile.am:
	* applets/showdesktop/showdesktop.c:

	Added 'Show Desktop' button applet. Still needs to get an icon
	packed into it.

	* applets/clock/clock.c: (timeout), (mb_panel_applet_create):

	Put stuff into ClockApplet data structure.

	* applets/launcher/launcher.c: (button_release_event_cb),
	(mb_panel_applet_create):
	* applets/systray/systray.c:

	Use screen-changed signal correctly.

2006-08-22  Jorn Baayen  <jorn@openedhand.com>

	* applets/battery/Makefile.am:
	* applets/battery/battery.c: (timeout), (mb_panel_applet_create):
	* applets/battery/data/Makefile.am:
	* configure.ac:

	Use icons from gnome-power-manager for battery applet for now.

2006-08-21  Jorn Baayen  <jorn@openedhand.com>

	* applets/Makefile.am:
	* applets/battery/Makefile.am:
	* applets/battery/battery.c:
	* configure.ac:

	Add skels for a battery applet. Built only if libapm is available.
	Needs graphics.

	* applets/launcher/launcher.c: (launcher_data_free),
	(mb_panel_applet_create):

	Initialize icon_theme and icon_theme_changed_id to NULL and 0.
	
2006-08-21  Jorn Baayen  <jorn@openedhand.com>

	* applets/systray/Makefile.am:
	* applets/systray/systray.c: (tray_icon_added_cb),
	(message_sent_cb), (message_cancelled_cb), (screen_changed_cb),
	(mb_panel_applet_create):
	* configure.ac:

	Added optional support for tray icon messages using libnotify.

2006-08-21  Jorn Baayen  <jorn@openedhand.com>

	* applets/Makefile.am:
	* applets/clock.c:
	* applets/clock/Makefile.am:
	* applets/clock/clock.c:
	* applets/launcher.c:
	* applets/launcher/Makefile.am:
	* applets/launcher/launcher.c:
	* applets/systray/Makefile.am:
	* applets/systray/eggmarshalers.list:
	* applets/systray/eggtraymanager.c:
	* applets/systray/eggtraymanager.h:
	* applets/systray/systray.c:
	* configure.ac:

	Added system tray applet & moved applets into their own folders.

2006-08-19  Jorn Baayen  <jorn@openedhand.com>

	* applets/launcher.c:

	Rewrite icon lookup code.

2006-08-19  Jorn Baayen  <jorn@openedhand.com>

	* COPYING:
	* applets/clock.c:
	* applets/launcher.c:
	* matchbox-panel/mb-panel.c:
	* matchbox-panel/mb-panel.h:

	License as GPL.

2006-08-19  Jorn Baayen  <jorn@openedhand.com>

	* applets/launcher.c: (panel_find_icon), (icon_theme_changed_cb):

	Handle errors when loading icons.

2006-08-18  Jorn Baayen  <jorn@openedhand.com>

	* applets/launcher.c: (launcher_data_free), (exec_to_argv),
	(button_press_event_cb), (button_release_event_cb),
	(grab_notify_cb), (mb_panel_applet_create):

	Scale icons. Icon lookup code still needs a bit of a cleanup.

2006-08-18  Jorn Baayen  <jorn@openedhand.com>

	* applets/clock.c: (mb_panel_applet_create):

	Add a bit of padding around the clock.

2006-08-18  Jorn Baayen  <jorn@openedhand.com>

	* applets/clock.c: (mb_panel_applet_create):
	* applets/launcher.c: (mb_panel_applet_create):
	* matchbox-panel/mb-panel.c: (main):

	Name widgets, so that they can be themed.

2006-08-18  Jorn Baayen  <jorn@openedhand.com>

	* applets/launcher.c: (exec_to_argv), (button_press_event_cb),
	(button_release_event_cb), (grab_notify_cb),
	(mb_panel_applet_create):

	Use a GtkEventBox rather than a GtkButton.

2006-08-18  Jorn Baayen  <jorn@openedhand.com>

	* autogen.sh:

	Remove gtkdocize.

	* matchbox-panel/mb-panel.c: (main):

	--geometry overrides child size requests.