comparison readme @ 1483:73f2ad84d4ec

Fixed OS/2 windows being shown when setting position/size. Moved the OS/2 specific DW_OS2_NEW_WINDOW flag into os2/dw.c. Deprecated and essentially removed DW_FCF_SHELLPOSITION and DW_FCF_NOBYTEALIGN. These were OS/2 specific and are set automatically now... FCF_SHELLPOSITION was causing the positioning problems that necessitated the window being shown to set the size and position. Right now SHELLPOSITION isn't used at all... causing shell positioning to not work. I hope to have a way to allow shell positioning to work again soon but the idea I had to do this did not work.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 23 Dec 2011 15:58:13 +0000
parents e0212278f794
children 8b84b752a363
comparison
equal deleted inserted replaced
1482:dd584f431f9f 1483:73f2ad84d4ec
48 Several types of widgets have this set by default now. 48 Several types of widgets have this set by default now.
49 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac. 49 Added faster and less buggy layout engine 2.0 for OS/2, Windows and Mac.
50 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. 50 Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac.
51 Fixed bubble help not being displayed on Windows. 51 Fixed bubble help not being displayed on Windows.
52 Fixed menu bar items remaining highlighted on Mac. 52 Fixed menu bar items remaining highlighted on Mac.
53 Fixed OS/2 and Windows showing windows during dw_window_set_pos/size().
54 Deprecated DW_FCF_NOBYTEALIGN and DW_FCF_SHELLPOSITION flags.
53 55
54 Dynamic Windows Documentation is available at: 56 Dynamic Windows Documentation is available at:
55 57
56 http://dbsoft.org/dw_help.php 58 http://dbsoft.org/dw_help.php
57 59