Changeset 3762 for trunk/changelog


Ignore:
Timestamp:
Jun 27, 2000, 8:20:46 PM (25 years ago)
Author:
mike
Message:

Fixed some key values in DInput

File:
1 edited

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?
    26
    37 2000-06-26: Sander van Leeuwen <sandervl@xs4all.nl>
     
    610                   in WinInvalidateRect/Region call -> fixes painting of
    711                   background bitmap in XWing vs Tie Fighter install app.
    8                    WinInvalidateRegion with fIncludeChildren=0 invalidates both 
     12                   WinInvalidateRegion with fIncludeChildren=0 invalidates both
    913                   the parent and child windows (for !WS_CLIPCHILDREN window)
    1014                   fIncludeChildren=1 -> invalidates only child (in xwing case
     
    1418                   applying fixups. (fixes crash in IBM VisualAge Java setup)
    1519
    16  2000-06-24: Michal Necasek <mike@mendelu.cz>
    1720    - KERNEL32:    When creating files and mode is readonly, change to
    1821                   read/write (or else DosOpen fails)
     
    7679    - USER32:      Region fixes (RedrawWindow)
    7780                   Get/SetWindowRgn fixes
    78     - INCLUDE\OS2WRAP.H: 
     81    - INCLUDE\OS2WRAP.H:
    7982                   Added missing wrappers for GpiCreatePolygonRegion,
    8083                   GpiCreateEllipticRegion & GpiCreateRoundRectRegion
     
    8992    - KERNEL32:     - fix in HandleManager::DuplicateHandler to call
    9093                      OSLibDosDupHandle() instead of CreateFile
    91                     - fix oslibdos.h FILE_ SetFilePointer constants 
     94                    - fix oslibdos.h FILE_ SetFilePointer constants
    9295                      were shifted by 1
    9396                    - fix for signed negative 32-bit seek from llseek()
     
    100103    - USER32:       Rewrote ExcludeUpdateRgn & GetUpdateRgn
    101104                    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
    103106                    -> fixes excessive redrawing in Lotus Notes
    104107    - GDI32:        Put back region apis
     
    145148                    if update region doesn't include (part of) the nonclient area.
    146149                    -> fixes RealPlayer 7 titlebar, borders & menu
    147                     GetTopWindow fix. (should work properly now)                 
     150                    GetTopWindow fix. (should work properly now)
    148151
    149152 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
Note: See TracChangeset for help on using the changeset viewer.