aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 7a66b02e6e528d00f3783d4f8d1cadcd5201575d (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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
2008-02-14  Ross Burton  <ross@openedhand.com>

	* applets/battery/data/:
	* applets/battery/battery.c:
	Don't use private icons, use the icon theme.

2008-02-13  Ross Burton  <ross@openedhand.com>

	* applets/showdesktop/Makefile.am:
	* applets/windowselector/Makefile.am:
	Don't try and install files I just deleted.

2008-02-13  Ross Burton  <ross@openedhand.com>

	* applets/showdesktop/showdesktop.c:
	Use "user-desktop" stock icon instead of custom icons.
	
	* applets/showdesktop/mb-applet-showdesktop-active.png:
	* applets/showdesktop/mb-applet-showdesktop.png:
	Delete.

2008-02-13  Ross Burton  <ross@openedhand.com>

	* applets/windowselector/windowselector.c:
	Use icons from the icon theme.
	
	* applets/windowselector/mb-applet-windowselector.png:
	Delete.

2008-02-12  Ross Burton  <ross@openedhand.com>

	* matchbox-panel/mb-panel-scaling-image.c:
	Reload the icon on size allocation.

2008-02-08  Ross Burton  <ross@openedhand.com>

	* applets/notify/mb-notification.[ch]:
	Subclass event box and emit a signal when clicked.
	
	* applets/notify/notify-store.[ch]:
	Add a reason argument to the public close method.
	
	* applets/notify/applet.c:
	Tie all of that together, so clicking on notifications removes
	them.

2008-02-07  Ross Burton  <ross@openedhand.com>

	* applets/systray/Makefile.am:
	* applets/systray/systray.c:
	Don't bother using libnotify for the balloon messages, nothing
	uses them.

2008-02-06  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	Look for DBus

	* applets/Makefile:
	* applets/notify/*:
	Basic notification-daemon implementation as an applet.  Needs
	work, but its usable.

2008-02-04  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	* applets/Makefile.am:
	* applets/brightness/*:
	Add a brightness applet, thanks Manuel Teira.

2008-02-01  Thomas Wood  <thomas@openedhand.com>

	* applets/windowselector/mb-applet-windowselector.png:
	Updated icon

2008-01-17  Ross Burton  <ross@openedhand.com>

	* applets/systray/na-tray-manager.c:
	Add extra cast to silence compiler.

2008-01-17  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	* applets/Makefile.am:
	* applets/startup-notify/Makefile.am:
	* applets/startup-notify/startup.c:
	Add new startup notification applet which uses libnotify instead
	of appearing in the panel.

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

	* applets/launcher/launcher.c:
	* applets/showdesktop/showdesktop.c:
	* applets/clock/clock.c:
	Clear freshly allocated structures just to be safe.

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

	* matchbox-panel/mb-panel.c:
	Fix stupid mistake in previous commit which removed an atom.

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

	* matchbox-panel/mb-panel.c:
	Intern the atoms in a single call instead of many calls.

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

	* matchbox-panel/mb-panel.c:
	Mark more strings for translation, include config.h, and fix
	indentation.

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

	* configure.ac:
	Fix typo.

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

	* configure.ac:
	Use AC_HELP_STRING, make the help output reflect reality, and fix
	building without libstartup-notification.

2007-08-08  Rob Bradford  <rob@openedhand.com>

	* applets/showdesktop/Makefile.am:
	* applets/startup/data/Makefile.am:
	* applets/windowselector/Makefile.am:
	Make sure various data files are included in the dist.

2007-07-22  Rob Bradford  <rob@openedhand.com>

	* applets/windowselector/windowselector.c:
	(mb_panel_applet_create):
	Fix coding style.

2007-07-13  Rob Bradford  <rob@openedhand.com>

	* applets/windowselector/windowselector.c: (update_current_app):
	Remove the use of gtk_image_clear since that is only available in 2.8
	and later.

2007-07-13  Rob Bradford  <rob@openedhand.com>

	* applets/windowselector/windowselector.c:
	(get_current_app_window), (update_current_app), (filter_func),
	(screen_changed_cb), (mb_panel_applet_create):
	Use the 'id' attribute for the windowselector to provide alternative
	display modes. Four modes are available:
	  'static-icon' which shows the same icon all the time, 
	  'dynamic-icon' which acts like the GNOME window selector with the icon 
	  changing based on the current app,
	  'name' gives just the name for the current window like the window selector 
	  in Matchbox,
	  'icon-name' is the same but with the current app icon included as
	  well.

2007-07-12  Matthew Allum  <mallum@openedhand.com>

	* applets/startup/data/hourglass-*.png
	Hopefully fix startup icons

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

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

	Padding to 4.

2007-07-05  Jorn Baayen  <jorn@openedhand.com>

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

	Pack applets with a padding of 3 pixels.

2007-07-05  Matthew Allum  <mallum@openedhand.com>

	* matchbox-panel/mb-panel.c:
	Request not to receive key focus on panel window.

2007-06-22  Matthew Allum  <mallum@openedhand.com>

	* applets/startup/data/hourglass-*.png
	Update startup icons with Neils 'spinner' from fluttr.

2007-06-21  Marcin Juszkiewicz <hrw@openedhand.com>

	* applets/battery/battery.c: (mb_panel_applet_create:

	Fixed APM checking - libapm has insane return codes.

2007-06-21  Rob Bradford  <rob@openedhand.com>

	* applets/systray/Makefile.am:
	* applets/systray/eggmarshalers.list:
	* applets/systray/eggtraymanager.c:
	* applets/systray/eggtraymanager.h:
	* applets/systray/na-marshal.list:
	* applets/systray/na-tray-manager.c: (na_tray_manager_init),
	(na_tray_manager_class_init), (na_tray_manager_finalize),
	(na_tray_manager_set_property), (na_tray_manager_get_property),
	(na_tray_manager_new), (na_tray_manager_plug_removed),
	(na_tray_manager_make_socket_transparent),
	(na_tray_manager_socket_exposed),
	(na_tray_manager_socket_style_set),
	(na_tray_manager_handle_dock_request), (pending_message_free),
	(na_tray_manager_handle_client_message_message_data),
	(na_tray_manager_handle_begin_message),
	(na_tray_manager_handle_cancel_message),
	(na_tray_manager_handle_client_message_opcode),
	(na_tray_manager_window_filter),
	(na_tray_manager_selection_clear_event),
	(na_tray_manager_unmanage),
	(na_tray_manager_set_orientation_property),
	(na_tray_manager_manage_screen_x11),
	(na_tray_manager_manage_screen),
	(na_tray_manager_check_running_screen_x11),
	(na_tray_manager_check_running), (na_tray_manager_get_child_title),
	(na_tray_manager_set_orientation),
	(na_tray_manager_get_orientation):
	* applets/systray/na-tray-manager.h:
	* applets/systray/systray.c: (force_icon_redraw), (style_set_cb),
	(tray_icon_added_cb), (message_sent_cb), (message_cancelled_cb),
	(screen_changed_cb), (mb_panel_applet_create):
	Remove the eggtraymanager code and replace with the na-tray-manager
	code from gnome-panel/applets/notification_area.
	Force a redraw of the embedded icons when the style is changed to
	ensure that they get updated.

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

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

	Don't build startup applet if libsn is not available.
	Fixes #613.

2007-06-14  Jorn Baayen  <jorn@openedhand.com>

	* applets/startup/startup.c:

	Clean up indentation.

2007-06-14  Jorn Baayen  <jorn@openedhand.com>

	* applets/Makefile.am:
	* applets/startup/Makefile.am:
	* applets/startup/data/Makefile.am:
	* applets/startup/startup.c:
	* configure.ac:

	Added startup notification applet. Ported from mb-panel1 by
	Stefan Schmidt <stefan@datenfreihafen.org>.

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.