aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 3e92bf9f2bd5d03bc1e01f318d51ee3d6808b2a7 (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
2005-04-06  mallum,,,  <mallum@openedhand.com>

	* src/mbdesktop.c: (modules_init):
	* src/md5.c:
	* src/md5.h:
	Potentital overflow fixes via Andreas Gunnarsson

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

	* configure.ac:
	bump up version to 0.9.1

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

	* src/mbdesktop.h:
	Make sure 'fixed' font dont get used by default.

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

	* configure.ac:
	Bump up version to 0.9

2004-12-20  mallum <mallum@openedhand.com>

	* modules/tasks.c: (tasks_populate):
	* src/mbdesktop.c: (mbdesktop_set_icon):
	* src/mbdesktop_view.c: (mbdesktop_view_init_bg):
	* src/mbdesktop_win_plugin.c: (mbdesktop_win_plugin_reparent):
	Fixups to work with new 16bpp pixbuf code

2004-12-16  mallum <mallum@openedhand.com>

	* configure.ac:
	* src/Makefile.am:
	Add AC_LIBTOOL_DLOPEN to configure.ac ( patch via  Matt Dainty )
	SHould help non linux builds.

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

	* configure.ac:
	Bump libmb version check to 1.5.

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

	* modules/dotdesktop.c:
	Use mb_dotdesktop_get_exec().

	* configure.ac:
	Add AC_GNU_SOURCE.

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

	* src/mbdesktop.c (mbdesktop_init):
	Call setenv() to set DISPLAY is we were passed -display.

2004-08-30  mallum,,,  <mallum@handhelds.org>

	* data/mb-show-desktop.desktop:
	Add new X-MB-NoWindow key

2004-08-09  mallum,,,  <mallum@handhelds.org>

	reviewed by: <delete if not using a buddy>

	* configure.ac:
	Check for libmatchbox 1.3
	* modules/dotdesktop.c: (dotdesktop_init):
	* src/mbdesktop.c: (mbdesktop_switch_bg_theme), (get_module_list):
	* src/mbdesktop.h:
	* src/mbdesktop_item.c: (mbdesktop_item_cache),
	(mbdesktop_item_from_cache):
	Use new mb_util_get_homedir() for non reliance on set HOME env var.

2004-07-22  mallum  <mallum@handhelds.org>

	* configure.ac:
	* data/Makefile.am:
	* data/mbdesktop_modules.in:
	* modules/Makefile.am:
	* src/Makefile.am:

	Make modules not install in prefix/share but prefix/lib.
	Put modules config in sysconfdir
	Bump up version.

	* src/mbdesktop.c: (mbdesktop_main), (get_module_list), (main):
	* src/mbdesktop_item.c: (mbdesktop_item_new_with_params):
	* src/mbdesktop_view.c: (mbdesktop_view_paint_list),
	(mbdesktop_view_paint_items):
	Comment out window pluggin stuff for safe release
	Attempt to load images with no prefix ( by adding .png )

2004-04-08  Matthew Allum,,,  <mallum@openedhand.com>

	* modules/dotdesktop.c: (get_folder_from_name),
	(add_a_dotdesktop_item), (dotdesktop_init):
	Added simple mechansim for per user overide of .desktop 
        item -> vfolder mapping.

2004-04-06  Matthew Allum,,,  <mallum@openedhand.com>

	* Makefile.am:
	Add snapshot target

2004-02-25  Matthew Allum,,,  <mallum@openedhand.com>

	* src/mbdesktop.c: (sig_hup_reload_handler), (mbdesktop_init):
	Applied sashz patch for HUP reload support.

2004-02-16  Matthew Allum,,,  <mallum@openedhand.com>

	* src/mbdesktop.c: (handle_key_event),
	(mbdesktop_current_folder_view), (modules_init), (main):
	* src/mbdesktop_view.c: (mbdesktop_view_paint),
	(mbdesktop_view_paint_list), (mbdesktop_view_paint_items):
	* src/mbdesktop_win_plugin.c: (mbdesktop_win_plugin_reparent),
	(mbdesktop_win_plugin_config_event):
	More window plugin work - roughly working now.
	Allow desktop still to run if no modules are loaded

2004-02-14  Matthew Allum,,,  <mallum@openedhand.com>

	* configure.ac:
	Add AC_CONFIG_AUX_DIR(.)

	* src/Makefile.am:
	* src/mbdesktop.c: (mbdesktop_init), (mbdesktop_main), (main):
	* src/mbdesktop.h:
	* src/mbdesktop_view.c: (mbdesktop_view_paint_list),
	(mbdesktop_view_paint_items):
	* src/mbdesktop_win_plugin.c: (mbdesktop_win_plugin_init),
	(mbdesktop_win_plugin_load), (mbdesktop_win_plugin_reparent),
	(mbdesktop_win_plugin_configure_request),
	(mbdesktop_win_plugin_config_event):
	* src/mbdesktop_win_plugin.h:
	Add initial support for window plugins

2004-02-12  Matthew Allum,,,  <mallum@handhelds.org>

	* modules/dotdesktop.c: (dotdesktop_init):
	* modules/tasks.c: (tasks_populate):
	* src/mbdesktop.c: (mbdesktop_init), (modules_init):
	Change 'mbdesktop' warning references to 'matchbox-desktop'

2004-02-10 Matchbox-desktop-0.8 released - RELEASE_0_8 tag

2004-02-07  Matthew Allum,,,  <mallum@handhelds.org>

	* configure.ac:
	fix startup notification options

2004-02-07  Matthew Allum,,,  <mallum@handhelds.org>

	* modules/dotdesktop.c:
	Made sure config.h gets included

2004-02-07  Matthew Allum,,,  <mallum@handhelds.org>

	* modules/dotdesktop.c: (dotdesktop_init):
	dont read app entries twice

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

	* src/mbdesktop.c: (mbdesktop_progress_dialog_init),
	(mbdesktop_progress_dialog_set_percentage),
	(mbdesktop_progress_dialog_open):
	more dialog tweaks - size and bar color

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

	* src/mbdesktop.c: (mbdesktop_progress_dialog_init),
	(mbdesktop_progress_dialog_set_percentage):
	Improved progess dialog sizeing relative to desktop size

2004-02-06  Matthew Allum,,,  <mallum@openedhand.com>

	* src/item_tasks.c:
	* src/item_tasks.h:
	Removed obsoleted files
	* src/mbdesktop.c: (mbdesktop_set_scroll_buttons), (modules_init):
	* src/mbdesktop_item.c: (mbdesktop_item_set_icon_from_theme),
	(mbdesktop_item_set_image):
	Hardened matchbox against module failure and missing images when
	matchbox-common has not been installed. 

2004-02-06  Matthew Allum,,,  <mallum@openedhand.com>

	* configure.ac:
	* matchbox-desktop.pc.in:
	* src/Makefile.am:
	Fix matchbox-desktop.pc up

2004-02-06  Matthew Allum,,,  <mallum@openedhand.com>

	* data/Makefile.am:
	Fix typo to fix make dist

2004-02-05  Matthew Allum,,,  <mallum@openedhand.com>

	* configure.ac:
	Tweaks, added missing options
	
	* modules/Makefile.am:
	* modules/dotdesktop.c:
	* src/Makefile.am:
	* src/mbdesktop.h:
	Sort lib-startup-notification deps

2004-02-04  Matthew Allum, mallum@handhelds.org

	* data/Makefile.am:
	* data/mb-show-desktop.desktop:
	* data/mbdesktop.png:
	moved desktop application data here from panel


2004-02-03  Matthew Allum, mallum@handhelds.org

	* modules/Makefile.am:
	* modules/dotdesktop.c: (add_a_dotdesktop_item), (dotdesktop_init):
	Warnings cleanup.