Changeset 1282 for trunk/changelog
- Timestamp:
- Oct 14, 1999, 11:26:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1278 r1282 1 /* $Id: changelog,v 1.31 5 1999-10-14 02:46:07 birdExp $ */1 /* $Id: changelog,v 1.316 1999-10-14 09:26:20 sandervl Exp $ */ 2 2 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> 3 3 - PE2LX: New implementation in src\win32k\pe2lx. … … 16 16 - WIN32K: Compiles and links. But Not Tested! 17 17 18 99-10-13: Sander van Leeuwen <sandervl@xs4all.nl> 18 99-10-14: Edgar Buerkle <Edgar.Buerkle@gmx.net> 19 - USER32: lstrcmpW: check for null pointers 20 RemovePropA SetPropA bugfixes (wrong wnd handle) 21 22 99-10-14: Sander van Leeuwen <sandervl@xs4all.nl> 19 23 - USER32: Fixed shrinking listbox in shell about dialog. 20 24 (add border size to size during window creation & SetWindowPos) … … 24 28 -> Don't allow WM_WINDOWPOSCHANGED messages until after WM_NCCREATE. 25 29 Removed previous OSLibMapWINDOWPOStoSWP bugfix. 26 30 <<<<<<< ChangeLog 27 31 Default dialog xBaseUnit = 10, yBaseUnit = 20. 32 Only set FCF_TASKLIST bit when parent == desktop & window 33 has titlebar. (too many Opera windows in tasklist) 34 Clear unsupported frame styles (i.e. no titlebar & minimize/maximize button) 35 - USER32: Rewrote window creation. All Odin windows are OS/2 frames. 36 2nd half of window/dialog creation carried out during OS/2 37 WM_CREATE message. 38 NOTE: This isn't working correctly yet! PM does some weird things with 39 frames that have negative coordinates. 40 41 ======= 42 43 Default dialog xBaseUnit = 10, yBaseUnit = 20. 44 >>>>>>> 1.315 28 45 - COMCTL32: Check infoPtr in toolbar during WM_ERASEBKGND 46 - KERNEL32: Added wprocess.cpp dependency for include\win\thread.h 47 Bugfix for loading dlls in pe loader -> increase reference count 48 In iLoadLibrary first check if the dll has already been loaded. 29 49 30 50 99-10-13: Patrick Haller <phaller@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.