Changeset 1039 for trunk/changelog
- Timestamp:
- Sep 25, 1999, 11:27:08 AM (26 years ago)
- 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. 2 5 3 6 99-09-24: David Raison <djr@lemur.co.uk> 4 5 7 - OLE32: Ported remaining files pertaining to OLE32 from WINE 8 - OLEAUT32: Patched OaBuildVersion to level 0x1E... 6 9 7 10 99-09-24: Sander van Leeuwen <sandervl@xs4all.nl> 8 11 - USER32: Rewrote menu code to use Open32 (==PM) menu handles 9 10 11 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. 12 15 - KERNEL32: Cursor & cursorgroup fixes 13 16 14 17 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 16 19 numerical resource IDs instead of translated Unicode 17 20 strings. 18 21 - 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 21 24 now returns Win32MenuRes object instead of PM handle 22 Fix: in USER32:WinMenu:GetSystemMenu 25 Fix: in USER32:WinMenu:GetSystemMenu 23 26 now returns Win32MenuRes object instead of PM handle 24 27 Fix: in USER32:Char:CharPrevW intermixed arguments … … 26 29 99-09-23: Jens Wiessner <wiessnej@rfi.de> 27 30 - CRTDLL: Added stubs, implemented some stubs 28 - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG, 29 30 31 - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG, 32 OLECLI32, OLESVR32, PSAPI, RASPI32 33 Added dprintfs. 31 34 32 35 99-09-23: Sander van Leeuwen <sandervl@xs4all.nl> 33 36 - WINMM: Changed WinPostMsg calls into PostMessageA as win32 window 34 37 handles are not the same as PM handles anymore. 35 38 - USER32: Adding desktop window class. When user32 is loaded, a desktop 36 window object is created. 37 38 39 40 41 42 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) 43 46 - COMDLG32: Fixed all common dialogs. (translate our handle to real PM handle) 44 47 45 48 99-09-22: David Raison <djr@lemur.co.uk> 46 49 - KERNEL32: Return "Service Pack 3" as CSD string in GetVersionExA/W … … 48 51 99-09-22: Yuri Dario <mc6530@mclink.it> 49 52 - MISC: Fixed WINELIB macro's in wingdi.h, added fixes to headers 50 53 for VAC 3.6.5 51 54 - ODINCRT: Also link with SOMLIB (VAC 3.6.5) 52 55 - CRTDLL: Compilation fix for VAC 3.6.5 … … 57 60 99-09-22: Rene Pronk <R.Pronk@twi.tudelft.nl> 58 61 - USER32: Changed WM_CHAR PM handling to generate WM_(SYS)KEYUP/DOWN 59 60 61 62 messages. 63 Note: Not complete as TranslateMessage doesn't translate 64 ascii keys to WM_CHAR messages. 62 65 63 66 99-09-22: Sander van Leeuwen <sandervl@xs4all.nl> 64 67 - USER32: Removed GetDesktopWindow fix 65 68 Ported getNextDlgTabItem & getDlgItem 66 69 67 70 99-09-21: Daniela Engert <dani@ngrt.de>
Note:
See TracChangeset
for help on using the changeset viewer.