Changeset 3161 for trunk/changelog


Ignore:
Timestamp:
Mar 18, 2000, 10:17:58 PM (26 years ago)
Author:
mike
Message:

Fixed callconvention bug, added src transblt code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3158 r3161  
    1  /* $Id: changelog,v 1.817 2000-03-18 19:47:38 sandervl Exp $ */
     1 /* $Id: changelog,v 1.818 2000-03-18 21:17:55 mike Exp $ */
     2
     3 2000-03-18: Michal Necasek <mike@mendelu.cz>
     4        - DDRAW: Fixed messed up DPA callback calling convention
     5                 Added some transparent blit code which was
     6                 mysteriously missing
    27
    38 2000-03-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
    4         - MSVCRT: Implemented _EH_prolog
     9        - MSVCRT: Implemented _EH_prolog
    510
    611 2000-03-18: Christoph Bratschi <cbratschi@datacomm.ch>
    7         - USER32: merged with Corel WINE 20000317
    8                   added GCL_HICONSM support
    9                   fixed messagebox with no icon
    10         - COMCTL32: merged with Corel WINE 20000317 + bug fixes
     12        - USER32: merged with Corel WINE 20000317
     13                  added GCL_HICONSM support
     14                  fixed messagebox with no icon
     15        - COMCTL32: merged with Corel WINE 20000317 + bug fixes
    1116
    1217 2000-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
    13         - ODINCRT: Added FS wrapper for _fdopen
     18        - ODINCRT: Added FS wrapper for _fdopen
    1419                   (fixes crash at exit in Professional MineSweeper when
    1520                    selection About Odin from the system menu)
    16                
     21
    1722 2000-03-17: Christoph Bratschi <cbratschi@datacomm.ch>
    18         - COMCTL32: fixed trackbar buddy alignment
    19                     added useful internal tooltip styles
     23        - COMCTL32: fixed trackbar buddy alignment
     24                    added useful internal tooltip styles
    2025
    2126 2000-03-17: Sander van Leeuwen <sandervl@xs4all.nl>
    22         - WSOCK32: Semaphore protection for relay slot alloc/free
     27        - WSOCK32: Semaphore protection for relay slot alloc/free
    2328                   Fixed bug in WSAAsyncSelect.  Allow more than one
    2429                   async call per window for RelayAlloc call. If it's not
     
    2631                   overwriting slots for other async calls. (WSAAsyncGetHostName
    2732                   in RealPlayer 7)
    28         - KERNEL32: Fixed handle creation for thread 0.
     33        - KERNEL32: Fixed handle creation for thread 0.
    2934
    3035 2000-03-16: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
     
    4045
    4146 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>
    42         - USER32: Fixed virtual keycode of return key
     47        - USER32: Fixed virtual keycode of return key
    4348                  TODO: Not done for all keys. Should probably looks at the
    4449                        scancode (not virtual char) to translate keys.
    45         - GDI32:  RP7 calls CreateDIBSection with HDC 0; Call
     50        - GDI32:  RP7 calls CreateDIBSection with HDC 0; Call
    4651                  GetWindowDC(GetDesktopWindow()) in that case
    4752                  -> fixes crash (result of CreateDIBSection failure)
     
    4954                        this to be sure nothing else caused this problem.
    5055                  (Note: most recent RealPlayer 7 version only)
    51         - KERNEL32: Semaphore protection of handle alloc
     56        - KERNEL32: Semaphore protection of handle alloc
    5257                    Added handlemanager class for thread handles
    5358                    Added workaround for Open32 WaitForSingleObject bug
     
    6065
    6166 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>
    62         - USER32: implemented much faster LB_SETCOUNT
     67        - USER32: implemented much faster LB_SETCOUNT
    6368
    6469 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
    65         - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection
     70        - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection
    6671                  (why was this commented out?)
    6772                  Fixed combobox: Clear CBF_SELCHANGE flag before calling
     
    7176                  -> fixes infinite loops in RealPlayer 7 (type name of file
    7277                     previously used in edit box; last letter entered -> crash)
    73                   AdjustWindowRectEx bugfix (reported by Robert Lalla)
     78                  AdjustWindowRectEx bugfix (reported by Robert Lalla)
    7479                  Don't clear WS_POPUP flag. (HAS_THINFRAME depends on it)
    7580                  -> fixes wrong resolution changes in Quake 2
    7681                  Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)
    7782
    78         - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
     83        - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
    7984                    CreateFile. (otherwise it fails) -> fixes RealPlayer 7
    8085                    Basic (new update).
     
    8792
    8893 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
    89         - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like
     94        - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like
    9095                    i.e. 'c:'; needs to be changed into 'c:\'
    9196
    9297 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
    93         - include\winconst.h: Fixed KEY_ALL_ACCESS definition
     98        - include\winconst.h: Fixed KEY_ALL_ACCESS definition
    9499                              (reported by Yuri Dario)
    95         - DSOUND: Replaced dsound by new version
    96         - USER32: Replaced os2.h includes by os2wrap.h
     100        - DSOUND: Replaced dsound by new version
     101        - USER32: Replaced os2.h includes by os2wrap.h
    97102                  Set message nr, wParam & lParam to 0 for dummy messages
    98103                  (to prevent keyboard or mouse messages swallowed by dinput
    99104                   from being dispatched)
    100         - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)
     105        - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)
    101106        - WSOCK32: Fixed bug in setsockopt for SO_SNDBUF/SO_RCVBUF (OS/2's
    102107                   winsock returns WSAEINVAL if size > 64k)
     
    106111
    107112 2000-03-11: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
    108         - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)
     113        - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)
    109114
    110115 2000-03-11: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
     
    115120
    116121 2000-03-11: Sander van Leeuwen <sandervl@xs4all.nl>
    117         - OPENGL\GLUT: Fixed compile problems + cleanup
     122        - OPENGL\GLUT: Fixed compile problems + cleanup
    118123                       (use C(XX)FLAGS_WIN32APP so you don't have to
    119124                        explicitely specify which api type you use (ascii or unicode)!)
    120125
    121         - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide
    122         - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined
     126        - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide
     127        - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined
    123128
    124129 2000-03-11: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
Note: See TracChangeset for help on using the changeset viewer.