comparison readme.txt @ 1769:d81bebc5c8cc

Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency. This commit should change all exports and references appropriately.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jul 2012 10:51:28 +0000
parents 227e13044ce3
children 86ace55df07b
comparison
equal deleted inserted replaced
1768:227e13044ce3 1769:d81bebc5c8cc
33 Added support for antialiased drawing on Windows via GDI+. 33 Added support for antialiased drawing on Windows via GDI+.
34 Added UNICODE build mode on OS/2 using codepage 1208 (UTF-8) as the 34 Added UNICODE build mode on OS/2 using codepage 1208 (UTF-8) as the
35 active codepage; Non-Unicode mode will use the default codepage. 35 active codepage; Non-Unicode mode will use the default codepage.
36 Added support for Control-Click on Mac for button press events. 36 Added support for Control-Click on Mac for button press events.
37 Added DW_POINTER() macro for casting parameters to (void *). 37 Added DW_POINTER() macro for casting parameters to (void *).
38 Added dw_box_remove() and dw_box_remove_at_index() for removing items 38 Added dw_box_unpack() and dw_box_unpack_at_index() for removing items
39 from boxes without destroying them. Also allows removal of padding. 39 from boxes without destroying them. Also allows removal of padding.
40 Added GBM (Generalized Bitmap Module) support for OS/2 and eCS for loading 40 Added GBM (Generalized Bitmap Module) support for OS/2 and eCS for loading
41 Non-OS/2 native file formats. GBM comes with eCS 1.2 and later. 41 Non-OS/2 native file formats. GBM comes with eCS 1.2 and later.
42 It is also available at http://hobbes.nmsu.edu 42 It is also available at http://hobbes.nmsu.edu
43 Added resizing HICNs to 24x24 max size on platforms which do not 43 Added resizing HICNs to 24x24 max size on platforms which do not