Changeset 2974 for trunk/changelog


Ignore:
Timestamp:
Mar 2, 2000, 8:18:04 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2972 r2974  
    1  /* $Id: changelog,v 1.768 2000-03-02 14:52:08 sandervl Exp $ */
     1 /* $Id: changelog,v 1.769 2000-03-02 19:18:04 sandervl Exp $ */
    22
    33 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
     
    77        - WINMM: Fixed DartWaveOut::getPosition (overflow)
    88                 (fixes mp3 playback in RealPlayer 7)
     9        - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash
     10                    if app wants to change dir to "\")
     11                    Create shell folders + shell keys
     12                    (NOTE: This has to be done in the odin install program
     13                           once we have one)
    914
    1015 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
     
    1217
    1318 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
    14        - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
    15                  (FindWindowExW was not working correctly either)
    16                  First send WM_NCACTIVATE, then WM_ACTIVATE
    17                  Fixed focus problems with Odin apps
    18                  (Call WinSetFocus in OSLibWinSetActiveWindow instead of
    19                   WinSetActiveWindow when a user clicks on the titlebar
    20                   of an inactive window & after sending WM_MOUSEACTIVATE)
    21                  TODO: Does WinSetActiveWindow work properly or should we
    22                        always call WinSetFocus???
    23                  Call Dinput handler when translating mouse & keyboard
    24                  messages (during Get/PeekMessage)
    25        - OPENGL: Always build release version of glide, mesa, glu32 & glut
    26                  Build mesa software & 3dfx dlls; don't build OS/2 opengl
    27                  wrapper anymore
    28        - OPENGL\GLIDE\CVG\GLIDE:
    29                  Disable instruction scheduling in release build -> messed up
    30                  colors when turned on (most likely VAC optimizer bug)
    31                  TODO: Somebody should also check this for the voodoo 1 glide dll.
     19        - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
     20                  (FindWindowExW was not working correctly either)
     21                  First send WM_NCACTIVATE, then WM_ACTIVATE
     22                  Fixed focus problems with Odin apps
     23                  (Call WinSetFocus in OSLibWinSetActiveWindow instead of
     24                   WinSetActiveWindow when a user clicks on the titlebar
     25                   of an inactive window & after sending WM_MOUSEACTIVATE)
     26                  TODO: Does WinSetActiveWindow work properly or should we
     27                        always call WinSetFocus???
     28                  Call Dinput handler when translating mouse & keyboard
     29                  messages (during Get/PeekMessage)
     30        - OPENGL: Always build release version of glide, mesa, glu32 & glut
     31                  Build mesa software & 3dfx dlls; don't build OS/2 opengl
     32                  wrapper anymore
     33        - OPENGL\GLIDE\CVG\GLIDE:
     34                  Disable instruction scheduling in release build -> messed up
     35                  colors when turned on (most likely VAC optimizer bug)
     36                  TODO: Somebody should also check this for the voodoo 1 glide dll.
    3237        - OPENGL\GLIDE\CVG:
    33                    Fixed makefile
     38                  Fixed makefile
    3439        - OPENGL\MESA\GL\gl.h
    35                    Removed circular header dependency (breaks build)
     40                  Removed circular header dependency (breaks build)
    3641        - OPENGL\MESA\3dfx:
    37                    Copy 3dfx opengl32.dll to bin\glide
     42                  Copy 3dfx opengl32.dll to bin\glide
    3843
    3944 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
Note: See TracChangeset for help on using the changeset viewer.