comparison readme.txt @ 1839:22225eb286e5

Fixes for building with MINGW64 (specifically http://tdm-gcc.tdragon.net/). Currently a few things are missing, themes and HTML rendering but it builds in both 32bit and 64bit mode. There are also warnings generated by gcc every time the source calls a Windows API macro. (unused result warning).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 19 Nov 2012 19:52:36 +0000
parents 09a7202edb53
children 1558f5e14f83
comparison
equal deleted inserted replaced
1838:ca304f28de3b 1839:22225eb286e5
31 Added DW_FCF_TEXTURED flag on Mac, which enables textured backgrounds 31 Added DW_FCF_TEXTURED flag on Mac, which enables textured backgrounds
32 which had been the default on Mac prior to 2.5. 32 which had been the default on Mac prior to 2.5.
33 Added keyboard support for non-entryfield controls on Mac. 33 Added keyboard support for non-entryfield controls on Mac.
34 Added tab support for notebook controls on Windows and OS/2 and in 34 Added tab support for notebook controls on Windows and OS/2 and in
35 the process rewrote and optimized the existing tab code. 35 the process rewrote and optimized the existing tab code.
36 Added bitmap button support for dw_window_set_bitmap().
37 Added full alpha channel support for bitmaps from file on GTK2.
38 Improved transparency support for pixmaps/bitmaps from file on OS/2.
36 Fixed tab support for bitmap buttons which broke in 2.4 on Windows. 39 Fixed tab support for bitmap buttons which broke in 2.4 on Windows.
37 Fixed a notebook crash early in creation on Mac. 40 Fixed a notebook crash early in creation on Mac.
38 Fixed unusable scrollbars on Ubuntu Linux when overlay scrollbars 41 Fixed unusable scrollbars on Ubuntu Linux when overlay scrollbars
39 are enabled. We now disable overlay scrollbars when creating. 42 are enabled. We now disable overlay scrollbars when creating.
40 Fixed dw_window_function() not working on non-toplevel windows on 43 Fixed dw_window_function() not working on non-toplevel windows on
41 Windows and OS/2. 44 Windows and OS/2.
45 Fixed building 64bit with Visual C 2012 and MINGW gcc on Windows.
42 46
43 Dynamic Windows Documentation is available at: 47 Dynamic Windows Documentation is available at:
44 48
45 http://dbsoft.org/dw_help.php 49 http://dbsoft.org/dw_help.php
46 50