Changeset 4465 for trunk/changelog
- Timestamp:
- Oct 9, 2000, 7:30:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r4462 r4465 1 /* $Id: changelog,v 1.1183 2000-10-09 02:32:29 phaller Exp $ */ 1 /* $Id: changelog,v 1.1184 2000-10-09 17:30:33 sandervl Exp $ */ 2 3 2000-10-09: Yuri Dario <mc6530@mclink.it> 4 - USER32: Corrected background brush for MDI windows 2 5 3 6 2000-10-09: Patrick Haller <phaller@gmx.net> … … 5 8 6 9 2000-10-08: Sander van Leeuwen <sandervl@xs4all.nl> 10 - USER32: FrameTrackFrame fix for child windows 11 Ported Wine's ShowOwnedPopups (not tested) 12 13 2000-10-08: Sander van Leeuwen <sandervl@xs4all.nl> 7 14 - USER32: GetMinMaxInfo fix for windows with both WS_THICKFRAME and 8 15 WS_BORDER style (differs from Wine; see comment in win32basepos.cpp 9 16 Win32BaseWindow::GetMinMaxInfo) 10 Fix for CS_OWNDC windows (origin needs to be changed after11 window size/position changes)17 Fix for CS_OWNDC windows (origin of client window needs to be changed 18 after window size/position changes) 12 19 Fix for ShowScrollBar (enabling/disabling both scrollbars at once did not work (vert)) 13 20 AdjustWindowRectEx fix: 14 21 Scrollbars aren't checked *UNLESS* the style includes a border (any border) 15 22 --> VERIFIED IN NT4, SP6 (fixes MFC apps with scrollbars + bar controls) 16 17 23 - KERNEL32: Do not export the toolhelp apis; NT4 doesn't do that. (only win9x) 18 24
Note:
See TracChangeset
for help on using the changeset viewer.