comparison debian/changelog @ 1787:6762e29938a2

Update OS/2 readme with important information about the 2.4 build. Update license and debian packaging files.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 03 Aug 2012 21:08:31 +0000
parents f0a4731bc40e
children 1558f5e14f83
comparison
equal deleted inserted replaced
1786:9a32d4216f24 1787:6762e29938a2
1 dwindows (2.4-1) unstable; urgency=low
2
3 * Added dw_menu_delete_item() for removing menu items.
4 Now you can use dw_window_destroy() on menu items handles also.
5 * Renamed compat.c and compat.h to dwcompat.c and dwcompat.h respectively.
6 * Added support for MacOS 10.8 Mountain Lion.
7 * Added fullscreen support on Mac for resizable windows on Lion.
8 * Added UNICODE build mode on Windows allowing UTF-8 encoded text.
9 ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS
10 * Added support for antialiased drawing on Windows via GDI+.
11 * Added UNICODE build mode on OS/2 using codepage 1208 (UTF-8) as the
12 active codepage; Non-Unicode mode will use the default codepage.
13 * Added support for Control-Click on Mac for button press events.
14 * Added DW_POINTER() macro for casting parameters to (void *).
15 * Added dw_box_unpack() and dw_box_unpack_at_index() for removing items
16 from boxes without destroying them. Also allows removal of padding.
17 * Added GBM (Generalized Bitmap Module) support for OS/2 and eCS for loading
18 Non-OS/2 native file formats. GBM comes with eCS 1.2 and later.
19 It is also available at http://hobbes.nmsu.edu
20 * Added resizing HICNs to 24x24 max size on platforms which do not
21 do it automatically (Mac and GTK). OS/2 and Windows limit the size.
22 * Added toolbar control support to replace existing bitmap buttons on Windows.
23 * Added dw_filesystem_set_column_title() to fill a hole in localization.
24 * Added new optional UTF-8 parameter to the key press callback.
25 This is a pointer to a UTF-8 string representing the key pressed.
26 The buffer pointed to is only good for the duration of the callback.
27 * Added UTF-8/Wide string conversion functions for Unicode buffer management.
28 * Fixed dwindows-config --version not returning the version at all.
29 * Fixed value changed events not working for spinbuttons on OS/2 and Windows.
30 * Fixed issues drawing arcs on GTK2, GTK3 and Mac.
31 * Fixed a crash in the color chooser on Mac running Lion.
32 * Fixed a layout issue with render widgets on OS/2.
33 * Fixed an expose event issue on OS/2.
34 * Fixed an issue with GTK 3.4 due to properties being inherited from the parent.
35 * Fixed issues with bitmap buttons using icon/pointers on OS/2 and Windows.
36 * Fixed an issue with dw_window_destroy() on Mac.
37 * Fixed issues rendering to printer pixmaps on Windows with GDI+ enabled.
38 * Fixed dw_window_set_bitmap_from_data() prefering the resource ID
39 over the data passed in on most platforms.
40 * Fixed dw_container_delete_row() failing and/or crashing on Mac.
41 * Fixed memory and resource leaks on Windows and Mac.
42 * Fixed incorrect display of status text fields on Mac 10.5 and 10.8.
43 * Fixed compiler warnings on Mac 10.5 and 10.8 by checking selectors directly
44 and removing use of now deprecated APIs.
45 * Fixed incorrect display of textured background non-resizable windows on Mac.
46 * Updated the test program removing deprecated flags and using new ones.
47
48 -- Brian Smith <brian@dbsoft.org> Sun, 3 Aug 2012 08:00:00 +1000
49
1 dwindows (2.3-1) unstable; urgency=low 50 dwindows (2.3-1) unstable; urgency=low
2 51
3 * Added dw_menu_delete_item() for removing menu items. 52 * Added dw_menu_delete_item() for removing menu items.
4 Now you can use dw_window_destroy() on menu items handles also. 53 Now you can use dw_window_destroy() on menu items handles also.
5 * Added dw_app_dir() which attempts to locate private application data 54 * Added dw_app_dir() which attempts to locate private application data