Changeset 3762 for trunk/changelog
- Timestamp:
 - Jun 27, 2000, 8:20:46 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/changelog (modified) (7 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/changelog
r3758 r3762 1 /* $Id: changelog,v 1.1008 2000-06-26 12:24:31 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1009 2000-06-27 18:20:44 mike Exp $ */ 2 3 2000-06-27: Michal Necasek <michalnec@volny.cz> 4 - DINPUT: Fixed some key values, MS uses mostly raw scan 5 codes but not always, why am I not surprised? 2 6 3 7 2000-06-26: Sander van Leeuwen <sandervl@xs4all.nl> … … 6 10 in WinInvalidateRect/Region call -> fixes painting of 7 11 background bitmap in XWing vs Tie Fighter install app. 8 WinInvalidateRegion with fIncludeChildren=0 invalidates both 12 WinInvalidateRegion with fIncludeChildren=0 invalidates both 9 13 the parent and child windows (for !WS_CLIPCHILDREN window) 10 14 fIncludeChildren=1 -> invalidates only child (in xwing case … … 14 18 applying fixups. (fixes crash in IBM VisualAge Java setup) 15 19 16 2000-06-24: Michal Necasek <mike@mendelu.cz>17 20 - KERNEL32: When creating files and mode is readonly, change to 18 21 read/write (or else DosOpen fails) … … 76 79 - USER32: Region fixes (RedrawWindow) 77 80 Get/SetWindowRgn fixes 78 - INCLUDE\OS2WRAP.H: 81 - INCLUDE\OS2WRAP.H: 79 82 Added missing wrappers for GpiCreatePolygonRegion, 80 83 GpiCreateEllipticRegion & GpiCreateRoundRectRegion … … 89 92 - KERNEL32: - fix in HandleManager::DuplicateHandler to call 90 93 OSLibDosDupHandle() instead of CreateFile 91 - fix oslibdos.h FILE_ SetFilePointer constants 94 - fix oslibdos.h FILE_ SetFilePointer constants 92 95 were shifted by 1 93 96 - fix for signed negative 32-bit seek from llseek() … … 100 103 - USER32: Rewrote ExcludeUpdateRgn & GetUpdateRgn 101 104 Check if update rectangle is emtpy in PM WM_PAINT msg; 102 ignore it when that's the case 105 ignore it when that's the case 103 106 -> fixes excessive redrawing in Lotus Notes 104 107 - GDI32: Put back region apis … … 145 148 if update region doesn't include (part of) the nonclient area. 146 149 -> fixes RealPlayer 7 titlebar, borders & menu 147 GetTopWindow fix. (should work properly now) 150 GetTopWindow fix. (should work properly now) 148 151 149 152 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  