comparison readme.txt @ 1784:86ace55df07b

Added UTF8/Wide conversion functions on OS/2 and Windows... Updated the readme file and some comment cleanups.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 24 Jul 2012 23:33:50 +0000
parents d81bebc5c8cc
children 09a7202edb53
comparison
equal deleted inserted replaced
1783:9de6d1cc8fb8 1784:86ace55df07b
25 OS/2 is currently missing the HTML widget because the system does 25 OS/2 is currently missing the HTML widget because the system does
26 not support it by default. Looking into importing functionality 26 not support it by default. Looking into importing functionality
27 from available libraries (Firefox, Webkit, Qt, etc). 27 from available libraries (Firefox, Webkit, Qt, etc).
28 28
29 Changes from version 2.3: 29 Changes from version 2.3:
30 Added support for MacOS 10.8 Mountain Lion.
30 Added fullscreen support on Mac for resizable windows on Lion. 31 Added fullscreen support on Mac for resizable windows on Lion.
31 Added UNICODE build mode on Windows allowing UTF-8 encoded text. 32 Added UNICODE build mode on Windows allowing UTF-8 encoded text.
32 ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS 33 ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS
33 Added support for antialiased drawing on Windows via GDI+. 34 Added support for antialiased drawing on Windows via GDI+.
34 Added UNICODE build mode on OS/2 using codepage 1208 (UTF-8) as the 35 Added UNICODE build mode on OS/2 using codepage 1208 (UTF-8) as the
45 Added toolbar control support to replace existing bitmap buttons on Windows. 46 Added toolbar control support to replace existing bitmap buttons on Windows.
46 Added dw_filesystem_set_column_title() to fill a hole in localization. 47 Added dw_filesystem_set_column_title() to fill a hole in localization.
47 Added new optional UTF-8 parameter to the key press callback. 48 Added new optional UTF-8 parameter to the key press callback.
48 This is a pointer to a UTF-8 string representing the key pressed. 49 This is a pointer to a UTF-8 string representing the key pressed.
49 The buffer pointed to is only good for the duration of the callback. 50 The buffer pointed to is only good for the duration of the callback.
51 Added UTF-8/Wide string conversion functions for Unicode buffer management.
50 Fixed dwindows-config --version not returning the version at all. 52 Fixed dwindows-config --version not returning the version at all.
51 Fixed value changed events not working for spinbuttons on OS/2 and Windows. 53 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
52 Fixed issues drawing arcs on GTK2, GTK3 and Mac. 54 Fixed issues drawing arcs on GTK2, GTK3 and Mac.
53 Fixed a crash in the color chooser on Mac running Lion. 55 Fixed a crash in the color chooser on Mac running Lion.
54 Fixed a layout issue with render widgets on OS/2. 56 Fixed a layout issue with render widgets on OS/2.
59 Fixed issues rendering to printer pixmaps on Windows with GDI+ enabled. 61 Fixed issues rendering to printer pixmaps on Windows with GDI+ enabled.
60 Fixed dw_window_set_bitmap_from_data() prefering the resource ID 62 Fixed dw_window_set_bitmap_from_data() prefering the resource ID
61 over the data passed in on most platforms. 63 over the data passed in on most platforms.
62 Fixed dw_container_delete_row() failing and/or crashing on Mac. 64 Fixed dw_container_delete_row() failing and/or crashing on Mac.
63 Fixed memory and resource leaks on Windows and Mac. 65 Fixed memory and resource leaks on Windows and Mac.
66 Fixed incorrect display of status text fields on Mac 10.5 and 10.8.
67 Fixed compiler warnings on Mac 10.5 and 10.8 by checking selectors directly
68 and removing use of now deprecated APIs.
69 Fixed incorrect display of textured background non-resizable windows on Mac.
64 Updated the test program removing deprecated flags and using new ones. 70 Updated the test program removing deprecated flags and using new ones.
65 71
66 Dynamic Windows Documentation is available at: 72 Dynamic Windows Documentation is available at:
67 73
68 http://dbsoft.org/dw_help.php 74 http://dbsoft.org/dw_help.php