Changeset 5763 for trunk/changelog
- Timestamp:
- May 19, 2001, 11:31:39 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5761 r5763 1 /* $Id: changelog,v 1.1430 2001-05-19 19:44:23 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1431 2001-05-19 21:31:39 bird Exp $ */ 2 3 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - win32k: o Added improovments from Rafal, better validation of the 5 paths which are found. Might cause some warnings for 6 some of you, but just read and ignore them. 7 Run configure.cmd (one of them)! 2 8 3 9 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl> 4 - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like 10 - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like 5 11 illegal values (TODO: check what NT does) 6 12 (fixes huge buttons in VirtualPC dialog (font with wrong … … 18 24 Takes 3 parameters, not 4. (Wine bug) 19 25 o Ordinal export 151 takes 3 parameters, not zero. 20 o Implemented SHLWAPI_151 (case sensitive string compare 26 o Implemented SHLWAPI_151 (case sensitive string compare 21 27 with length; ascii version of SHLWAPI_152) 22 o Implemented SHLWAPI_153 (case insensitive string compare 28 o Implemented SHLWAPI_153 (case insensitive string compare 23 29 with length (ascii)) 24 o Added SHLWAPI_154 (case insensitive string compare with 30 o Added SHLWAPI_154 (case insensitive string compare with 25 31 length (unicode)) 26 32 - USER32: o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs … … 39 45 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl> 40 46 - USER32: o InvalidateRect & InvalidateRgn must call RedrawWindow 41 with RDW_ALLCHILDREN flag. 47 with RDW_ALLCHILDREN flag. 42 48 (RealPlayer 8 install dialog doesn't have WS_CLIPCHILDREN 43 49 style -> InvalidateRect overwrites child windows (buttons)) … … 45 51 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl> 46 52 - USER32: o Destroy menu windows when they are no longer used. 47 (fixes activation problems with dialogs created after 53 (fixes activation problems with dialogs created after 48 54 selecting a menu item) 49 55 (TODO: sync with latest wine menu control sourcecode)
Note:
See TracChangeset
for help on using the changeset viewer.