Changeset 1406 for trunk/changelog


Ignore:
Timestamp:
Oct 22, 1999, 9:46:33 PM (26 years ago)
Author:
dengert
Message:

fix bad icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1400 r1406  
    1  /* $Id: changelog,v 1.353 1999-10-22 18:02:17 sandervl Exp $ */
     1 /* $Id: changelog,v 1.354 1999-10-22 19:46:33 dengert Exp $ */
     2
     3 99-10-22: Daniela Engert <dani@ngrt.de>
     4        - KERNEL32: fixed bad icon masks
    25
    36 99-10-22: Sander van Leeuwen <sandervl@xs4all.nl>
    47        - WINMM: Fixes for waveout playback (don't use callback when there
    5                 were errors when opening the device; return the correct
    6                 number of devices present) (Pinball no longer crashes when
    7                 there's no soundcard (driver) in OS/2)
    8                 Disabled logging of timeGetTime
    9         - KERNEL32: Disabled logging for _lread (calls ReadFile which does it's own logging)
    10                     Return XCPT_CONTINUE_SEARCH for unhandled exceptions if
    11                     an OS/2 app uses the Odin32 api. (instead of killing the app)
    12 
    13         - COMCTL32: Fixed tab width bug. (GetTextExtentPoint32A used for unicode strings)
    14                     Use Wine resource compiled with wrc. Removed all Native* resource loading.
    15                     Added version resource.
     8                were errors when opening the device; return the correct
     9                number of devices present) (Pinball no longer crashes when
     10                there's no soundcard (driver) in OS/2)
     11                Disabled logging of timeGetTime
     12        - KERNEL32: Disabled logging for _lread (calls ReadFile which does it's own logging)
     13                    Return XCPT_CONTINUE_SEARCH for unhandled exceptions if
     14                    an OS/2 app uses the Odin32 api. (instead of killing the app)
     15
     16        - COMCTL32: Fixed tab width bug. (GetTextExtentPoint32A used for unicode strings)
     17                    Use Wine resource compiled with wrc. Removed all Native* resource loading.
     18                    Added version resource.
    1619
    1720        - USER32: Fixed corruption of OS/2 exception chain in dc.cpp & caret.cpp
    18                   (fixes dll loading after the exe has started; i.e. after clicking
    19                    on the Find tab in winhlp32's Search dialog)
    20                   Do not send WM_COMMAND messages to the window handler before
    21                   it has receive it's WM_CREATE msg.
    22                   Winhlp32 crashes when that's done before WM_INITDIALOG, but
    23                   VPBuddy no longer responds to buttons when you refuse to
    24                   send messages before WM_INITDIALOG. (TODO)
    25                   Send WM_WINDOWPOSCHANGING/CHANGED messages from frame handler.
    26                   Fixed MapWindowPoints.
     21                  (fixes dll loading after the exe has started; i.e. after clicking
     22                   on the Find tab in winhlp32's Search dialog)
     23                  Do not send WM_COMMAND messages to the window handler before
     24                  it has receive it's WM_CREATE msg.
     25                  Winhlp32 crashes when that's done before WM_INITDIALOG, but
     26                  VPBuddy no longer responds to buttons when you refuse to
     27                  send messages before WM_INITDIALOG. (TODO)
     28                  Send WM_WINDOWPOSCHANGING/CHANGED messages from frame handler.
     29                  Fixed MapWindowPoints.
    2730        - INCLUDE\os2wrap.h: Fixed infinite recursion in GpiDestroyPS
    2831
     
    3336 99-10-21: Sander van Leeuwen <sandervl@xs4all.nl>
    3437        - KERNEL32: Increase reference count for LX dlls. (RegisterLxDll)
    35                     Set memory protection flags to READONLY for PAGE_NOACCESS
     38                    Set memory protection flags to READONLY for PAGE_NOACCESS
    3639        - USER32: Added support for SWP_NOSIZECHANGING to SetWindowPos
    37                   Fixed WM_ADJUSTWINDOWPOS (when position/size changed by app)
    38                   Combobox fixes (simple combobox works, more complex don't)
    39                   Don't check instance handle if handle == handle of exe for
    40                   class lookup.
    41         - GDI32: Fixed bug in DIBSection ctor (next ptr not initialized)
     40                  Fixed WM_ADJUSTWINDOWPOS (when position/size changed by app)
     41                  Combobox fixes (simple combobox works, more complex don't)
     42                  Don't check instance handle if handle == handle of exe for
     43                  class lookup.
     44        - GDI32: Fixed bug in DIBSection ctor (next ptr not initialized)
    4245
    4346 99-10-20: Edgar Buerkle <Edgar.Buerkle@gmx.net>
     
    4649 99-10-20: Sander van Leeuwen <sandervl@xs4all.nl>
    4750        - USER32: Added support for WM_WINDOWPOSCHANGING in default window handler
    48                   (ported from Wine 990815)
    49                   Convert back windowpos structure in WM_ADJUSTWINDOWPOS (NOT DONE)
    50                   Bugfixes for PM WM_WINDOWPOSCHANGED handling & OSLibMapSWPtoWINDOWPOS.
    51                   (Win32 WM_WINDOWPOSCHANGED now also sends window coordinates, not client)
    52                   Rewrote MapWindowPoints. (NOTE: Needs to be tested!)
    53                   Combobox bugfix (resizing listbox using old rectangle -> get current
    54                   one)
     51                  (ported from Wine 990815)
     52                  Convert back windowpos structure in WM_ADJUSTWINDOWPOS (NOT DONE)
     53                  Bugfixes for PM WM_WINDOWPOSCHANGED handling & OSLibMapSWPtoWINDOWPOS.
     54                  (Win32 WM_WINDOWPOSCHANGED now also sends window coordinates, not client)
     55                  Rewrote MapWindowPoints. (NOTE: Needs to be tested!)
     56                  Combobox bugfix (resizing listbox using old rectangle -> get current
     57                  one)
    5558
    5659 99-10-20: Patrick Haller <phaller@gmx.net>
     
    6366 99-10-19: Sander van Leeuwen <sandervl@xs4all.nl>
    6467        - KERNEL32: FindResource bugfix: "DIB" type is the same as "BITMAP"
    65                     (VPBuddy fix)
    66                     NOTE: Currently disabled. VPBuddy expects something other
    67                           than a pointer to the raw resource data for such
    68                           bitmaps. (TODO)
    69         - USER32: Windows without a parent have the desktop window as parent.
    70                   MDI additions.
    71                   Combobox bugfixes.
    72                   GetWindowTextA/W bugfixes (return 0 if there's no window name)
     68                    (VPBuddy fix)
     69                    NOTE: Currently disabled. VPBuddy expects something other
     70                          than a pointer to the raw resource data for such
     71                          bitmaps. (TODO)
     72        - USER32: Windows without a parent have the desktop window as parent.
     73                  MDI additions.
     74                  Combobox bugfixes.
     75                  GetWindowTextA/W bugfixes (return 0 if there's no window name)
    7376
    7477 99-10-19: Yuri Dario <mc6530@mclink.it>
    7578        - USER32: Initialize MDI client variables before calling Win32BaseWindow
    76                   constructor
     79                  constructor
    7780
    7881 99-10-19: Jens Wiessner <wiessnej@rfi.de>
     
    8487 99-10-18: Sander van Leeuwen <sandervl@xs4all.nl>
    8588        - USER32: Set/clear WS_VISIBLE flag in ShowWindow
    86                   Fix for scrollbar redraw
    87                   Put back original Wine code for LISTBOX_UpdateScroll.
    88                   Rewrote EnumChildWindows (winzip works quite well now!)
     89                  Fix for scrollbar redraw
     90                  Put back original Wine code for LISTBOX_UpdateScroll.
     91                  Rewrote EnumChildWindows (winzip works quite well now!)
    8992
    9093 99-10-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
Note: See TracChangeset for help on using the changeset viewer.