Changeset 5378 for trunk/changelog


Ignore:
Timestamp:
Mar 26, 2001, 12:05:36 AM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5375 r5378  
    1 /* $Id: changelog,v 1.1320 2001-03-25 20:06:12 mike Exp $ */
     1/* $Id: changelog,v 1.1321 2001-03-25 22:02:14 sandervl Exp $ */
    22
    33 2001-03-25: Michal Necasek <michalnec@volny.cz>
     4    - KERNEL32: o Turn off all optimizations for exceptions.cpp in release build (!)
    45    - DINPUT:   o Fixed keyboard handling. Now arrow keys should work right
    56                  on both numpad and the separate arrow block among other things.
     
    78 2001-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
    89    - USER32:   o If a static window has children, then we can't return HTTRANSPARENT
    9                   for WM_NCHITTEST. For some reason PM then sends all mouse messages
    10                   to the parent of the static window; even if they are intended
     10                  for WM_NCHITTEST. For some reason PM then sends all mouse messages 
     11                  to the parent of the static window; even if they are intended 
    1112                  for the children of the static window.
    1213                  TODO: This could break some win32 apps (parent not receiving mouse
     
    4243                  (fixes crash in PowerDVD with release build of kernel32)
    4344
     45 2001-03-22: Michal Necasek <michalnec@volny.cz>
     46    - USER32:   o Show the mouse pointer in the exitlist handler of user32.
    4447                  (should restore the mouse pointer after a game crashes)
    4548
     
    8184                  now work as executed thru pec.exe.
    8285    - Kernel32: o Init VIO Console for Pe2Lx CUI images.
     86
     87                  [DirectDraw]
     88                  Fullscreen=[True|False|0|1]
     89
     90                  Don't blame me if your machine goes up in smoke after you've
     91                  turned fullscreen on ;-)
     92                  Note: It seems that fullscreen currently doesn't work right
     93                  with newer SDD releases for 8bpp apps, though 16/24/32bpp
     94                  should be OK (palette setting problems)
    8395
    8496 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
Note: See TracChangeset for help on using the changeset viewer.