aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 59fb33541886bfc69cba78b2086bd5ec8b04701c (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
2008-06-06  Marcin Juszkiewicz  <hrw@openedhand.com>

	* libmb/mbexp.c:  (mb_util_next_utf8_char):
	Fixed length calculation for >8bit chars (CJKV).

2007-04-26  Tomas Frydrych  <tf@openedhand.com>

	* libmb/mbexp.c: 
	Added some (char*) casts to silence signedness warnings.
	(_clip_some_text):
	Speeded up pango branch by running the rendering pipeline
	only once.

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

	* configure.ac:
	Export CHECK_CFLAGS

2006-11-17  Matthew Allum  <mallum@openedhand.com>

	* libmb/Makefile.am:
	Fix typo switching XSET_CFLAGS <-> XSET_LIBS

2006-10-16  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbexp.c: (mb_font_get_txt_width), (_render_some_text):
	Use logical rather than ink rects for pango extents. 
	( maemo #41691 )    

2006-08-30  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbtray.c: (mb_tray_handle_xevent):
	Only handle exposes for tray window. Fixes issues
	when used with GTK.

2006-08-04  1.9 Released.

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

	* NEWS:
	* configure.ac:
	* libmb/Makefile.am:
	Bump up to 1.9

2006-07-27  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbutil.c:
	Fix mb_want_warning(s) typo

2006-07-26  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbdotdesktop.c:
	* libmb/mbexp.c:
	* libmb/mbmenu.c:
	* libmb/mbpixbuf.c:
	* libmb/mbtray.c:
	* libmb/mbutil.c:
	* libmb/mbutil.h:
	Remove various non-critical stderr warnings.
	Make old behaviour reproduce-able via setting MB_WARNINGS
	env var.

2006-06-09  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbtray.c: (_init_docking):
	Set PID hint correctly.

2006-03-07  Matthew Allum  <mallum@openedhand.com>

	* configure.ac:
	* libmb/Makefile.am:
	Bump up version to 1.8

2006-02-07  Matthew Allum  <mallum@openedhand.com>

	* configure.ac:
	pkg-config file generation tweaks.
	* libmb/mbtray.c:
	fix a warning.

2006-01-26  Matthew Allum  <mallum@openedhand.com>

	* libmb/Makefile.am:
	* libmb/mb.h:
	* libmb/mbmenu.c: (mb_menu_check_scroll_button):
	* libmb/mbtray.c:
	Fix xsettings never actually getting used :(
	A Little reformatting.

2006-01-24  Matthew Allum  <mallum@openedhand.com>

	* configure.ac:
	* libmb.pc.in:
	Rework pc file to use requires

2006-01-24  Matthew Allum  <mallum@openedhand.com>

	* libmb/hash.c:
	* libmb/mbdotdesktop.c:
	* libmb/mbexp.c:
	* libmb/mbexp.h:
	* libmb/mbmenu.c:	
	* libmb/mbpixbuf.c:
	* libmb/mbtray.c:
	* libmb/mbutil.c:
	Fix various GCC 4 warnings

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

	* libmb/mbexp.c: (mb_font_new_from_string):
	Return NULL when font can not be set. fixes bug #64 
	* libmb/mbtray.c: (mb_tray_app_set_poll_timeout):
	* libmb/mbtray.h:
	Allow for timeout to be cleared.

2006-01-19  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbdotdesktop.c: (_parse_desktop_entry):
	Backout 2005-10-12 change, needs proper fix 

2006-01-10  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbpixbuf.c: (mb_pixbuf_new_extended):
	Detach SHM test correctly via patch from Tapani

2005-10-12  Matthew Allum  <mallum@openedhand.com>

	* libmb/mbdotdesktop.c: (_parse_desktop_entry):
	Hack to allow parsing of [icon theme] .desktop files

2005-09-26  mallum  <mallum@openedhand.com>

	* libmb/mbexp.c: (mb_font_new), (mb_font_set_from_string),
	(mb_font_new_from_string):
	Safely handle a misconfigured Pango.

2005-08-26  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
	Tweak for people that try to compile without-x
	* libmb/mbexp.c: (_clip_some_text), (mb_font_render_simple):
	Dont put ellipses right after a space

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

	reviewed by: <delete if not using a buddy>

	* ChangeLog:
	* configure.ac:

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

	* configure.ac:
	Check for AC_PATH_XTRA fail.

2005-04-08 Release 1.7

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

	* configure.ac:
	* libmb/Makefile.am:
	Bump up version to 1.7

2005-03-30  mallum,,,  <mallum@openedhand.com>

	* libmb/mbpixbuf.c: (_load_xpm_file):
	Fix potential overflow in xmp loader. via Andreas Gunnarsson.

2005-03-29  mallum,,,  <mallum@openedhand.com>

	* libmb/mbdotdesktop.c: (_parse_desktop_entry):
	Fix pontential overflow by 1 in scanf call.
	* libmb/mbutil.c:
	Ditch alloca.h include.
	Fixes via ML post from Andreas Gunnarsson

2005-03-16  mallum,,,  <mallum@openedhand.com>

	* Makefile.am:
	* configure.ac:
	* tests/Makefile.am:
	* tests/menu/Makefile.am:
	Add tests/menu to dist and make sure make dist includes it.

2005-03-16  mallum,,,  <mallum@openedhand.com>

	* libmb/hash.c:
	* libmb/mbdotdesktop.c:
	* libmb/mbexp.c:
	* libmb/mbmenu.c:
	* libmb/mbpixbuf.c:
	* libmb/mbtray.c:
	* libmb/mbutil.c:
	Add _GNU_SOURCE define to fix -DXOPEN_SOURCE issues.

2005-03-07  Ross Burton  <ross@burtonini.com>

	* tests/Makefile.am:
	Add oh.h to pixbuf_SOURCES.

2005-02-22  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
        move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE

2005-02-22  mallum,,,  <mallum@openedhand.com>

	* libmb/mbtray.c: (get_xevent_timed):
	Make timeouts work more correctly. Fixes bug with large timeouts
	never getting called like with the clock applet.

2005-01-24  1.6 Released

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

	* libmb/Makefile.am:
	* libmb/mbexp.c:
	Bump up soname. add a comment to mbexp.c

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

	* configure.ac:
	Bump up version
	* libmb/mbmenu.c: (mb_menu_new):
	Change default font, avoiding fixed
	* libmb/mbpixbuf.c: (_paletteAlloc), (mb_pixbuf_get_pixel):
	* libmb/mbpixbuf.h:
	Add new x_pixel call

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

	* libmb/mbdotdesktop.c:
	Fix an infinite loop in mb_dotdesktop_folders_free.

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

	* libmb/mbpixbuf.c:
	Revert the _composite change, there are semantic differences.

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

	* libmb/mbexp.c:
	Fix a compile error.

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

	* configure.ac:
	* libmb/mbpixbuf.c:
	Endianess handling for 16bpp internal.

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

	* tests/Makefile.am:
	Put all CFLAGS definitions in here.

	* tests/dot-desktop.c:
	Remove suite_free call, recent check's do that for us.

	* tests/pixbuf.c:
	Add more tests, and run twice for 16bpp and 32bpp.

	* tests/gcov.sh:
	Script to run the tests and prepare a gcov coverage report.

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

	* libmb/mbpixbuf.c:
	Use _img_copy_composite() in _img_composite() instead of doing the
	same code twice.

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

	* libmb/mbpixbuf.c: (mb_pixbuf_img_get_pixel):
	* libmb/mbtray.c: (_set_icon_hint):
	Fix odditiy in set icons being yellow.

2005-01-04 1.5 Released 

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

	* libmb/mbexp.h:
	* libmb/mbpixbuf.h:
	* libmb/mbtray.h:
	Fix Doxygen doc warnings
	* libmb/mbtray.c: (_set_icon_hint):
	Remove minor compiler warning

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

	* configure.ac:
	Make check an --enable option ( eases x-compiling )

	* libmb/mbpixbuf.c: (mb_pixbuf_img_scale_down),
	(mb_pixbuf_img_render_to_drawable_with_gc):
	Fix alignment errors

	* libmb/mbtray.c: (mb_tray_app_new_with_display):
	Honour MB_SYNC env var.

2004-12-22  Ross Burton  <ross@openedhand.com>

	* tests/menu/*:
	Add test .directory files

	* tests/dot-desktop.c:
	Add a test to exercise the .directory parser.

2004-12-22  Ross Burton  <ross@openedhand.com>

	* libmb/mbdotdesktop.h:
	Document _get_exec and remove mb_dot_desktop_folders_get_entry, as
	it's totally broken.

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

	* tests/pixbuf.c:
	Change some numbers to be 16-bpp safe, and don't run the JPEG
	loader test unless JPEG was enabled.

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

	* libmb/mbpixbuf.c: (mb_pixbuf_new):
	* libmb/mbpixbuf.h:
	Add mb_pixbuf_destroy()

	* tests/oh.xpm, tests/oh.jpg
	Added new test images to load

	* tests/pixbuf.c: (compare_with_pixel), (START_TEST),
	(pixbuf_suite):
	Add xmp,jpg leader tests. Fix for 16bpp a little. 

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

	* libmb/mbpixbuf.c: (mb_pixbuf_new_extended), (mb_pixbuf_img_new),
	(mb_pixbuf_img_rgba_new), (mb_pixbuf_img_rgb_new),
	(mb_pixbuf_img_new_from_int_data), (mb_pixbuf_img_new_from_data),
	(mb_pixbuf_img_new_from_x_drawable), (mb_pixbuf_img_clone),
	(mb_pixbuf_img_free), (_mb_convert_24bpp_to_16bpp),
	(mb_pixbuf_img_new_from_file), (mb_pixbuf_img_fill),
	(mb_pixbuf_img_composite),
	(mb_pixbuf_img_copy_composite_with_alpha),
	(mb_pixbuf_img_copy_composite), (mb_pixbuf_img_copy),
	(mb_pixbuf_img_scale_down), (mb_pixbuf_img_scale_up),
	(mb_pixbuf_img_scale), (mb_pixbuf_img_render_to_drawable),
	(mb_pixbuf_img_render_to_drawable_with_gc),
	(mb_pixbuf_img_render_to_mask), (mb_pixbuf_img_data),
	(mb_pixbuf_img_get_pixel), (mb_pixbuf_img_plot_pixel),
	(mb_pixbuf_img_plot_pixel_with_alpha), (mb_pixbuf_img_transform):
	* libmb/mbpixbuf.h:
	Initial implementation of pixbuf 16bpp internal code. 

	* libmb/mbtray.c: (_set_icon_hint):
	* libmb/mbmenu.c: (mb_menu_xmenu_paint_active_item),
	(mb_menu_xmenu_paint):
	Improvements to not access image rgba member directly.  

	* tests/Makefile.am:
	Remove spurious comment.

2004-12-17  Ross Burton  <ross@openedhand.com>

	* test/pixbuf.c:
	* test/oh-scaled.png:
	Test simple scaling.

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

	* Makefile.am:
	* configure.ac:
	* tests/Makefile.am:
	Only build tests if 'check' present.

	* libmb/mbtray.c: (handle_configure), (_init_docking):
	Add some more debugging statements + commenting	

2004-12-10  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	* Makefile.am:
	* tests/*
	Add some unit tests for MBDotDesktop and MBPixbuf.

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

	* configure.ac:
	* libmb/Makefile.am:
	Bump up version to 1.5

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

	* libmb/mbdotdesktop.h:
	* libmb/mbdotdesktop.c:
	Add mb_dotdesktop_get_exec(), which expands any %-encoded
	variables.
	
2004-11-26  mallum  <mallum@handhelds.org>

	* COPYING:
	Add LGPL Version so auto* does not generate incorrect GPL one.

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

	* libmb/mbexp.c:
	When freeing a MbColor free the XftColor, and when freeing a
	MbFont unref the MbColor and the PangoContext.

2004-11-16  mallum <mallum@handhelds.org>
	    
	* libmb/mbexp.c: (mb_font_unref):
	Actually free up pango/core font resources properly.
	Should fix bug #101

2004-09-24 1.4 Released

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

	* configure.ac:
	Bump up version 
	* libmb/Makefile.am:
	Bump up lib version
	* libmb/mbexp.c: (mb_font_set_size_to_pixels):
	Optimise this. 
	* libmb/mbdotdesktop.h:	
	* libmb/mbmenu.h:
	* libmb/mbutil.h:
	Add missing C++ protection  

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

	* libmb/mbpixbuf.c: (mb_pixbuf_img_transform):
	Fix buggy broken rotation tranforms. 

2004-08-23 1.3 released. 

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

	* libmb/mbdotdesktop.h:
	Add missing include of mbutiil.h
	* libmb/mbpixbuf.c: (mb_pixbuf_img_render_to_drawable_with_gc),
	(mb_pixbuf_img_render_to_mask):
	Stop request shm paint event

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

	* libmb/mbdotdesktop.c: (mb_dot_desktop_icon_get_full_path):
	* libmb/mbutil.c: (mb_util_get_homedir),
	(mb_util_get_theme_full_path):
	* libmb/mbutil.h:
       Added mb_util_get_homedir() call.

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

	* libmb/mbexp.c: (mb_font_render_simple_get_width):
	* libmb/mbexp.h:
	Added mb_font_render_simple_get_width() call. 

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

	* libmb/mbexp.c: (_mb_font_load):
	Make sure pango font load returns correct success code.

2004-05-28  Matthew Allum,,,  <mallum@handhelds.org>

	* configure.ac:
	bump up version
	* libmb/mbexp.c: (mb_drawable_new):
	* libmb/mbpixbuf.c: (mb_pixbuf_get_pixel), (mb_pixbuf_new),
	(mb_pixbuf_new_extended), (mb_pixbuf_img_render_to_drawable),
	(mb_pixbuf_img_render_to_drawable_with_gc):
	* libmb/mbpixbuf.h:
	Add new call for handling ARGB32 Visuals better

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

	* libmb/mbexp.c: (mb_font_set_from_string):
	Make mb_font_set_from_string() try and load the requested font
	so it can feed a NULL back to the caller on failiure.
	Avoids 'mystery' exit when no fonts installed.

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

	* configure.ac:
	* libmb/Makefile.am:
	Add gcov and gprof magic

2004-03-17  Matthew Allum,,,  <mallum@handhelds.org>

	* configure.ac:
	Eek remove stray space.

2004-03-17  Matthew Allum,,,  <mallum@handhelds.org>

	* README:
	Add content.
	* configure.ac:
	* libmb/Makefile.am:
	bump up minor version.

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

	* Makefile.am:
	Added snapshot target

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

	* libmb/mbexp.c: (_clip_some_text), (mb_font_render_simple):
	Fix odd segv for really long trail clipped text. 

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

	* libmb/mbpixbuf.c: (mb_pixbuf_img_plot_pixel),
	(mb_pixbuf_img_plot_pixel_with_alpha):
	fix bounds checking.

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

	* libmb/mbexp.c: (_clip_some_text), (mb_font_render_simple):
	Harden font clipping

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

	* libmb/mbtray.c: (mb_tray_app_set_session),
	(mb_tray_app_get_session), (handle_configure), (_init_docking),
	(mb_tray_app_hide), (mb_tray_handle_xevent):
	* libmb/mbtray.h:
	Add mb_tray_app_get|set_session
	Fix unhide/hide fuctionality

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

	* configure.ac:
	Remove AM_MAINTAINER_MODE, add AC_CONFIG_AUX
	This seems to fix random missing .so naming problem

2004-02-10 libmatchbox-1.1 released

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

	* libmb/mbexp.h:
	Minor doc typo fixes

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

	* libmb/mbexp.h:
	* libmb/mbmenu.h:
	* libmb/mbpixbuf.h:
	* libmb/mbutil.c: (mb_exec), (mb_single_instance_get_window),
	(mb_single_instance_is_starting), (mb_util_get_theme_full_path):
	* libmb/mbutil.h:
	removed trailing ','s from enums. Added const * to mbutil funcs
	fixes bugs #66, #67

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

	* libmb/mbexp.h:
	* libmb/mbtray.h:
	Doc updates

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

	* configure.ac:
	* doc/Makefile.am:
	Type fixes

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

	* configure.ac:
	* libmb/mbmenu.c: (mb_menu_handle_xevent), (new_menu):
        Made sure XRefreshKeyboardMapping() gets called when it should.
	Fixed issue of key scrolling vars getting inited right. 

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

	* libmb/mbmenu.h:
	Removed bogus xpm.h include.

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

	* configure.ac:
	* libmb/Makefile.am:
	Stopped GCC flags leaking into libmb.pc

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

	* libmb/mb.h:
	* libmb/mbmenu.c:
	Fixed xsetting defines getting set right

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

	* libmb.pc.in:
	Fixed botched xsettings cflags entry