Changeset 1039 for trunk/changelog


Ignore:
Timestamp:
Sep 25, 1999, 11:27:08 AM (26 years ago)
Author:
dengert
Message:

fixed ClientToScreen adn ScreenToClient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1037 r1039  
    1  /* $Id: changelog,v 1.235 1999-09-24 22:47:48 sandervl Exp $ */
     1 /* $Id: changelog,v 1.236 1999-09-25 09:25:58 dengert Exp $ */
     2
     3 99-09-25: Daniela Engert <dani@ngrt.de>
     4        - USER32: ClientToScreen and ScreenToClient didn't work -> fixed.
    25
    36 99-09-24: David Raison <djr@lemur.co.uk>
    4         - OLE32: Ported remaining files pertaining to OLE32 from WINE
    5         - OLEAUT32: Patched OaBuildVersion to level 0x1E...
     7        - OLE32: Ported remaining files pertaining to OLE32 from WINE
     8        - OLEAUT32: Patched OaBuildVersion to level 0x1E...
    69
    710 99-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
    811        - USER32: Rewrote menu code to use Open32 (==PM) menu handles
    9                   Note: Uses mostly Open32 apis; they work fine, but maybe
    10                         we should write our own someday.
    11                   Cursor fixes. Not working in winhlp32 yet though.
     12                  Note: Uses mostly Open32 apis; they work fine, but maybe
     13                        we should write our own someday.
     14                  Cursor fixes. Not working in winhlp32 yet though.
    1215        - KERNEL32: Cursor & cursorgroup fixes
    1316
    1417 99-09-23: Patrick Haller <phaller@gmx.net>
    15         - KERNEL32:     Fix: WinImgRes:findResourceW erroneously tried to free 
     18        - KERNEL32:     Fix: WinImgRes:findResourceW erroneously tried to free
    1619                        numerical resource IDs instead of translated Unicode
    1720                        strings.
    1821        - USER32:       Fix: in USER32:HeapShared:getmoreShared()
    19                         Fix: in USER32:WIN32WMDIClient:childActivate() 
    20                         Fix: in USER32:WinMenu:GetSubMenu 
     22                        Fix: in USER32:WIN32WMDIClient:childActivate()
     23                        Fix: in USER32:WinMenu:GetSubMenu
    2124                                now returns Win32MenuRes object instead of PM handle
    22                         Fix: in USER32:WinMenu:GetSystemMenu 
     25                        Fix: in USER32:WinMenu:GetSystemMenu
    2326                                now returns Win32MenuRes object instead of PM handle
    2427                        Fix: in USER32:Char:CharPrevW intermixed arguments
     
    2629 99-09-23: Jens Wiessner <wiessnej@rfi.de>
    2730        - CRTDLL: Added stubs, implemented some stubs
    28         - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG, 
    29           OLECLI32, OLESVR32, PSAPI, RASPI32
    30                   Added dprintfs.
     31        - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG,
     32          OLECLI32, OLESVR32, PSAPI, RASPI32
     33                  Added dprintfs.
    3134
    3235 99-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
    3336        - WINMM: Changed WinPostMsg calls into PostMessageA as win32 window
    34                 handles are not the same as PM handles anymore.
     37                handles are not the same as PM handles anymore.
    3538        - USER32: Adding desktop window class. When user32 is loaded, a desktop
    36                   window object is created.
    37                   GetDesktopWindow returns handle of this window.
    38                   Winhlp32 no longer crashes immediately, but briefly shows
    39                   it's window before quitting.
    40                   Create windows always with HWND_TOP. The if statement (hwndLinkAfter)
    41                   in the CreateWindowExA method of Win32BaseWindow class messes
    42                   up the Z-order of dialog controls (i.e. buttons in a group box)
     39                  window object is created.
     40                  GetDesktopWindow returns handle of this window.
     41                  Winhlp32 no longer crashes immediately, but briefly shows
     42                  it's window before quitting.
     43                  Create windows always with HWND_TOP. The if statement (hwndLinkAfter)
     44                  in the CreateWindowExA method of Win32BaseWindow class messes
     45                  up the Z-order of dialog controls (i.e. buttons in a group box)
    4346        - COMDLG32: Fixed all common dialogs. (translate our handle to real PM handle)
    44        
     47
    4548 99-09-22: David Raison <djr@lemur.co.uk>
    4649        - KERNEL32: Return "Service Pack 3" as CSD string in GetVersionExA/W
     
    4851 99-09-22: Yuri Dario <mc6530@mclink.it>
    4952        - MISC: Fixed WINELIB macro's in wingdi.h, added fixes to headers
    50                 for VAC 3.6.5
     53                for VAC 3.6.5
    5154        - ODINCRT: Also link with SOMLIB (VAC 3.6.5)
    5255        - CRTDLL: Compilation fix for VAC 3.6.5
     
    5760 99-09-22: Rene Pronk <R.Pronk@twi.tudelft.nl>
    5861        - USER32: Changed WM_CHAR PM handling to generate WM_(SYS)KEYUP/DOWN
    59                   messages.
    60                   Note: Not complete as TranslateMessage doesn't translate
    61                         ascii keys to WM_CHAR messages.
     62                  messages.
     63                  Note: Not complete as TranslateMessage doesn't translate
     64                        ascii keys to WM_CHAR messages.
    6265
    6366 99-09-22: Sander van Leeuwen <sandervl@xs4all.nl>
    6467        - USER32: Removed GetDesktopWindow fix
    65                   Ported getNextDlgTabItem & getDlgItem
     68                  Ported getNextDlgTabItem & getDlgItem
    6669
    6770 99-09-21: Daniela Engert <dani@ngrt.de>
Note: See TracChangeset for help on using the changeset viewer.