Changeset 2966 for trunk/changelog


Ignore:
Timestamp:
Mar 2, 2000, 2:20:34 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2964 r2966  
    1  /* $Id: changelog,v 1.766 2000-03-01 21:59:05 sandervl Exp $ */
     1 /* $Id: changelog,v 1.767 2000-03-02 13:20:34 sandervl Exp $ */
     2
     3 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - OPENGL\GLIDE:         Use Odin OS/2 api wrappers in fxos2.cpp
     5        - OPENGL\MESA:  Reapplied TLS fixes
     6        - OPENGL\MESA\3dfx:     Use c files from Mesa dir
    27
    38 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
     
    510
    611 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
    7         - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
    8                   (FindWindowExW was not working correctly either)
    9                   First send WM_NCACTIVATE, then WM_ACTIVATE
    10                   Fixed focus problems with Odin apps
    11                   (Call WinSetFocus in OSLibWinSetActiveWindow instead of
    12                    WinSetActiveWindow when a user clicks on the titlebar
    13                    of an inactive window & after sending WM_MOUSEACTIVATE)
    14                   TODO: Does WinSetActiveWindow work properly or should we
    15                         always call WinSetFocus???
    16                   Call Dinput handler when translating mouse & keyboard
    17                   messages (during Get/PeekMessage)
    18         - OPENGL: Always build release version of glide, mesa, glu32 & glut
    19                   Build mesa software & 3dfx dlls; don't build OS/2 opengl
    20                   wrapper anymore
    21         - OPENGL\GLIDE\CVG\GLIDE:
    22                   Disable instruction scheduling in release build -> messed up
    23                   colors when turned on (most likely VAC optimizer bug)
    24                   TODO: Somebody should also check this for the voodoo 1 glide dll.
    25         - OPENGL\GLIDE\CVG:
    26                   Fixed makefile
     12       - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
     13                 (FindWindowExW was not working correctly either)
     14                 First send WM_NCACTIVATE, then WM_ACTIVATE
     15                 Fixed focus problems with Odin apps
     16                 (Call WinSetFocus in OSLibWinSetActiveWindow instead of
     17                  WinSetActiveWindow when a user clicks on the titlebar
     18                  of an inactive window & after sending WM_MOUSEACTIVATE)
     19                 TODO: Does WinSetActiveWindow work properly or should we
     20                       always call WinSetFocus???
     21                 Call Dinput handler when translating mouse & keyboard
     22                 messages (during Get/PeekMessage)
     23       - OPENGL: Always build release version of glide, mesa, glu32 & glut
     24                 Build mesa software & 3dfx dlls; don't build OS/2 opengl
     25                 wrapper anymore
     26       - OPENGL\GLIDE\CVG\GLIDE:
     27                 Disable instruction scheduling in release build -> messed up
     28                 colors when turned on (most likely VAC optimizer bug)
     29                 TODO: Somebody should also check this for the voodoo 1 glide dll.
     30        - OPENGL\GLIDE\CVG:
     31                   Fixed makefile
    2732        - OPENGL\MESA\GL\gl.h
    28                   Removed circular header dependency (breaks build)
     33                   Removed circular header dependency (breaks build)
    2934        - OPENGL\MESA\3dfx:
    3035                  Copy 3dfx opengl32.dll to bin\glide
     
    3439 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
    3540        - USER32: Fixed dprintf in CreateWindowExW
    36                   Added left & right cursor keys to Win32BaseWindow::setExtendedKey
     41                 Added left & right cursor keys to Win32BaseWindow::setExtendedKey
    3742
    3843 2000-02-29: Edgar Buerkle <Edgar.Buerkle@gmx.net>
    3944        - USER32: Added support for keyboard hooks (fixes Moorhuhn)
    40                   in PeekMessage & GetMessage
     45                 in PeekMessage & GetMessage
    4146
    4247 2000-02-29: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
     
    5257 2000-02-29: Sander van Leeuwen <sandervl@xs4all.nl>
    5358        - OPENGL\MESA: Added Odin port of Mesa Opengl library
    54                        (Ported by Jeroen van den Horn)
     59                      (Ported by Jeroen van den Horn)
    5560          NOTE: The Mesa 3D graphics library has a different license
    56                 (see LICENSE.TXT in the Mesa directory)
     61               (see LICENSE.TXT in the Mesa directory)
    5762        - OPENGL\MESA\3DFX:
    58                        Added Odin port of 3dfx Voodoo Mesa GL
    59                        (tested with simple opengl samples only, but
    60                         this is the first hardware accelerated Opengl
    61                         implementation for OS/2!)
    62                        NOTE: This is not yet included in the daily build
     63                Added Odin port of 3dfx Voodoo Mesa GL
     64               (tested with simple opengl samples only, but
     65                this is the first hardware accelerated Opengl
     66                implementation for OS/2!)
    6367          NOTE: The Mesa 3dfx graphics library has a different license
    64                 (see LICENSE.TXT in the Mesa\3dfx directory)
     68               (see LICENSE.TXT in the Mesa\3dfx directory)
    6569        - KERNEL32: Only call ExitProcess the first time KillWin32Process
    6670                    is executed. Call DosExit otherwise.
     
    6973 2000-02-28: Sander van Leeuwen <sandervl@xs4all.nl>
    7074        - KERNEL32: Call ExitProcess in KillWin32Process to make sure
    71                     the dll libmain handlers are called after a crash.
    72                     (i.e. Glide needs this to restore the display)
     75                   the dll libmain handlers are called after a crash.
     76                   (i.e. Glide needs this to restore the display)
    7377        - INCLUDE\WIN: Added wgl definitions to wingdi.h
    7478
     
    109113 2000-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
    110114        - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
    111                         written by Craig Ballantyne. (Voodoo 1 & Voodoo 2)
    112                         NOTE: Includes 3dfx Glide license
    113                         NOTE: Both untested
     115                       written by Craig Ballantyne. (Voodoo 1 & Voodoo 2)
     116                       NOTE: Includes 3dfx Glide license
    114117
    115118 2000-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
    116119        - USER32: WS_MAXIMIZE & WS_MINIMIZE flags updated when necessary
    117                   Changed/fixed RedrawWindow -> fixes lack of erase background
    118                   msg in AbiWord rebar control & Papyrus start dialog
    119                   TODO: Pingpong.exe broken again. Need to fix this correctly
    120                   Hide caret in BeginPaint, show it in EndPaint
     120                 Changed/fixed RedrawWindow -> fixes lack of erase background
     121                 msg in AbiWord rebar control & Papyrus start dialog
     122                 TODO: Pingpong.exe broken again. Need to fix this correctly
     123                   Hide caret in BeginPaint, show it in EndPaint
    121124        - GDI32: CreateICA/W bugfix (Open32 tests lpszDriver for NULL even though it's ignored)
    122                  (fixes Papyrus error message about CreateIC)
     125                (fixes Papyrus error message about CreateIC)
    123126        - COMCTL32: Fixed wrong calling convention for property sheet handlers
    124                     (prsht.h in include\win)
    125                     This fixes crashes in VPBUDDY (preferences dialog) AND (!)
    126                     fixes the empty preferences dialog in both debug & release
    127                     builds.
    128                     NOTE: I've fixed similar bugs before. Somebody should verify
    129                           all comctl32 handlers...
     127                   (prsht.h in include\win)
     128                     This fixes crashes in VPBUDDY (preferences dialog) AND (!)
     129                   fixes the empty preferences dialog in both debug & release
     130                   builds.
     131                   NOTE: I've fixed similar bugs before. Somebody should verify
     132                         all comctl32 handlers...
    130133
    131134 2000-02-23: Christoph Bratschi <cbratschi@datacomm.ch>
    132135        - USER32: export 55AA pattern functions for COMCTL32
    133                   fixed EN_CHANGED
     136                   fixed EN_CHANGED
    134137        - COMCTL32: converted to C++ -> needs nmake dep
    135                     ported animate control
     138                     ported animate control
    136139
    137140 2000-02-22: Sander van Leeuwen <sandervl@xs4all.nl>
    138141        - WINMM/GDI32/KERNEL32/USER32: Fixed compile problems for release build
    139142        - USER32: Fixed bug in window class ctor (windowProc not set to 0)
    140                   (only showed up in release build)
     143                 (only showed up in release build)
    141144        - KERNEL32: Fixed bug in commitPage (winimagepeldr.cpp)
    142                     (only showed up in release build)
    143                     Fixed wrong calling convention for SetLastError calls
    144                     in OSLibiGetModuleHandleA
    145                     (only showed up in release build)
    146                     Fixed wrong calling convention for SetLastError calls
    147                     in oslibdos.cpp.
     145                   (only showed up in release build)
     146                   Fixed wrong calling convention for SetLastError calls
     147                   in OSLibiGetModuleHandleA
     148                   (only showed up in release build)
     149                   Fixed wrong calling convention for SetLastError calls
     150                   in oslibdos.cpp.
    148151
    149152 2000-02-22: Christoph Bratschi <cbratschi@datacomm.ch>
    150153        - COMCTL32: merged with Corel WINE 20000212
    151                     added common base functions
     154                     added common base functions
    152155
    153156 2000-02-21: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
     
    156159 2000-02-21: Christoph Bratschi <cbratschi@datacomm.ch>
    157160        - USER32: merged controls and nc code with Corel WINE 20000212
    158                   added WS_EX_CONTEXTHELP button
     161                   added WS_EX_CONTEXTHELP button
    159162
    160163 2000-02-21: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
     
    181184 2000-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
    182185        - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
    183                         written by Craig Ballantyne. (Voodoo 1)
    184                         NOTE: Includes 3dfx Glide license
     186                       written by Craig Ballantyne. (Voodoo 1)
     187                       NOTE: Includes 3dfx Glide license
    185188
    186189 2000-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
    187190        - KERNEL32: Fixed memory map view bug (main map deleted when there
    188                     were still views left) -> fixes crash when playing Realplayer
    189                     video (.rm) files
     191                   were still views left) -> fixes crash when playing Realplayer
     192                   video (.rm) files
    190193        - WINMM: Added new logging feature + fixed waveout query format bug
    191194
Note: See TracChangeset for help on using the changeset viewer.