aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: e66dd1c664719656c7bba1a57043ce41e1eb1138 (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
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.