comparison readme @ 1523:026c0b4d6ee9

Initial implmentation of DW_DRAW_NOAA on Mac... only works on pixmaps right now.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 31 Dec 2011 17:04:51 +0000
parents 8b84b752a363
children 5facb5380944
comparison
equal deleted inserted replaced
1522:c98b2ce2d5b2 1523:026c0b4d6ee9
48 If you set the background color of a widget to DW_RGB_TRANSPARENT... 48 If you set the background color of a widget to DW_RGB_TRANSPARENT...
49 it will attempt to use the background color of the parent. 49 it will attempt to use the background color of the parent.
50 Several types of widgets have this set by default now. 50 Several types of widgets have this set by default now.
51 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac. 51 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac.
52 Added auto-positioning on Mac; reimplemented auto-positioning on OS/2. 52 Added auto-positioning on Mac; reimplemented auto-positioning on OS/2.
53 Added DW_DRAW_NOAA which can be passed to dw_draw_*() API functions
54 that accept the flags parameter to disable anti-aliasing.
53 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. 55 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
54 Fixed bubble help not being displayed on Windows. 56 Fixed bubble help not being displayed on Windows.
55 Fixed menu bar items remaining highlighted on Mac. 57 Fixed menu bar items remaining highlighted on Mac.
56 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size(). 58 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
57 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags. 59 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags.