[1625] | 1 | /* $Id: changelog,v 1.419 1999-11-05 17:55:42 achimha Exp $ */
|
---|
[1567] | 2 |
|
---|
[1617] | 3 | 99-11-05: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 4 | - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
|
---|
| 5 | Added logging, warnings for stub functions
|
---|
[1623] | 6 | - KERNEL32: Source code cleanup, fix warnings
|
---|
| 7 | - USER32: Source code cleanup, fix warnings
|
---|
[1617] | 8 |
|
---|
[1614] | 9 | 99-11-05: Patrick Haller <phaller@gmx.net>
|
---|
| 10 | - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
|
---|
| 11 | This only cures the symptoms, not the origin!
|
---|
| 12 |
|
---|
[1611] | 13 | 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 14 | - USER32: Fixed InsertMenuA
|
---|
| 15 | Message translation fix for WM_USER+n messages (GetMessage)
|
---|
| 16 | Extra translation.
|
---|
| 17 | Rewrote/Ported LoadStringA/W (similar to Wine now)
|
---|
| 18 | - KERNEL32: Changed FindResource, string id translation should be done
|
---|
| 19 | in LoadStringA/W (done that way in Wine)
|
---|
[1619] | 20 | Fixed GetModuleHandleA
|
---|
[1611] | 21 |
|
---|
[1608] | 22 | 99-11-05: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 23 | - MSVFW32: Updated to Wine level 991031
|
---|
| 24 | - IMM32: Replaced some FIXME entries with dprintf;
|
---|
| 25 | - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
|
---|
| 26 | - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
|
---|
| 27 | - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
|
---|
| 28 |
|
---|
| 29 | 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
---|
| 30 | - GDI32: Fixes for StretchDIBits & GetDIBColorTable
|
---|
| 31 | - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
|
---|
| 32 | NULL pointer checks in hasWindowName/hasClassName/FindClass
|
---|
[1611] | 33 | Message translation fix for WM_USER+n messages
|
---|
[1608] | 34 | - OLE32: Always create OLE window class
|
---|
| 35 | - KERNEL32: Null pointer check in lstrcmpiA
|
---|
| 36 | - SHELL32: Corrected export of Shell_GetCachedImageIndex
|
---|
| 37 |
|
---|
[1598] | 38 | 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 39 | - SHLWAPI: Fixed makefile
|
---|
| 40 | - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
|
---|
| 41 | (fixes winhlp32 & comboboxes)
|
---|
| 42 |
|
---|
[1590] | 43 | 99-11-04: Patrick Haller <phaller@gmx.net>
|
---|
| 44 | - WNETAP32: Add: numerous undocumented functions stubbed
|
---|
[1591] | 45 | - ADVAPI32: Add: LsaXXX-functions stubbed
|
---|
[1593] | 46 | - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
|
---|
[1603] | 47 | - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
|
---|
[1590] | 48 |
|
---|
[1586] | 49 | 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
|
---|
| 50 | - Makefiles: Changes to build the libraries first
|
---|
| 51 |
|
---|
[1578] | 52 | 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 53 | - COMDLG32: Import from shlwapi as the original Wine code does
|
---|
| 54 | - SHELLL32: Added exports
|
---|
| 55 | - SHLWAPI: Link with shell32.lib for forwarders + added exports
|
---|
| 56 | - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
|
---|
| 57 | Fixed CreateIconIndirect (Wine file dialog now shows button
|
---|
| 58 | icons correctly)
|
---|
| 59 | Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
|
---|
| 60 | Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
|
---|
| 61 | a lot of apps (button.exe/style.exe/header4.exe)
|
---|
| 62 | (fix = call default frame handler when receiving this msg
|
---|
| 63 | when the window hasn't been 'created' yet)
|
---|
| 64 |
|
---|
[1571] | 65 | 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[1577] | 66 | - USER32: fixed modal dialogs
|
---|
[1582] | 67 | added WM_CONTEXTMENU
|
---|
| 68 | - COMCTL32: implemented statusbar size grip
|
---|
[1571] | 69 |
|
---|
[1570] | 70 | 99-11-03: Patrick Haller <phaller@gmx.net>
|
---|
[1573] | 71 | - KERNEL32: Fix: undocumented behaviour in SearchPathA
|
---|
[1570] | 72 | and bugfix in SearchPathW
|
---|
[1573] | 73 | - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
|
---|
[1590] | 74 | Fix LoadBitmapA checked for incorrect return value
|
---|
[1570] | 75 |
|
---|
[1569] | 76 | 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
|
---|
[1577] | 77 | - DDRAW: Changed debug output to DDRAW: ...
|
---|
[1569] | 78 | Copied Framebuffer if in colorconversion mode for Normal Blits to
|
---|
[1577] | 79 | the primary surface. => Map Editor of Red Alert works.
|
---|
[1569] | 80 |
|
---|
[1567] | 81 | 00-11-02: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 82 | - COMCTL32: Incorporated latest WINE 991031 updates
|
---|
| 83 | Note: listview doesn't paint properly now. Will be fixed later.
|
---|
| 84 |
|
---|
| 85 | 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
|
---|
[1564] | 86 | - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
|
---|
[1486] | 87 |
|
---|
[1563] | 88 | 99-11-02: Patrick Haller <phaller@gmx.net>
|
---|
| 89 | - SHELL32: Up to current WINE level
|
---|
| 90 | - SHLWAPI: Created (in WINE it mostly links to SHELL32)
|
---|
| 91 |
|
---|
[1544] | 92 | 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 93 | - INCLUDE\odinwrap.h:
|
---|
| 94 | fixed wrong define (_ODINWARP instead of _ODINWRAP)
|
---|
| 95 | Only check the heap for consistency when DEBUG_ODINHEAP is
|
---|
| 96 | defined.
|
---|
| 97 | - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
|
---|
| 98 | (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
|
---|
| 99 | arrive before the dialog received it's WM_INITDIALOG msg)
|
---|
| 100 | Fixed more FS corruption in dc.cpp.
|
---|
| 101 | - SHELL32: Added extra exports for comdlg32
|
---|
[1554] | 102 | - COMDLG32: Ported Wine file & find common dialogs (991031)
|
---|
[1544] | 103 | Find & Replace dialogs enabled, Wine code called for
|
---|
| 104 | file dialogs if the app supplies a dialog template.
|
---|
| 105 | NOTE: Disabled for now. Comctl32 isn't stable enough
|
---|
| 106 | for the Win95 style Wine comdlg dialogs.
|
---|
| 107 | Fixed check for find/replace dialog. Notepad uses 32 byte
|
---|
| 108 | buffer, so why does the wine code fail for < 80 bytes?
|
---|
| 109 | Fixed display of find/replace dialog -> if not hooked
|
---|
| 110 | show dialog!
|
---|
| 111 | - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
|
---|
| 112 | start two nmake process to build everything on two cpus.
|
---|
| 113 |
|
---|
[1541] | 114 | 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 115 | - USER32: Delete all process windows & classes in exitlist handler
|
---|
| 116 | Set hwndInsertBehind to HWND_BOTTOM for group boxes
|
---|
| 117 | (fixes problems when groupbox control is defined after
|
---|
| 118 | controls inside it in dialog template)
|
---|
| 119 | Mouse activate fix.
|
---|
[1544] | 120 | Don't activate child windows in ShowWindow.
|
---|
[1541] | 121 | - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
|
---|
| 122 | audio hardware present.
|
---|
| 123 |
|
---|
| 124 |
|
---|
[1537] | 125 | 99-11-01: Daniela Engert <dani@ngrt.de>
|
---|
| 126 | - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
|
---|
| 127 | (fixes missing text in WELCOME)
|
---|
[1531] | 128 |
|
---|
[1537] | 129 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
---|
| 130 |
|
---|
| 131 | This is a hack!
|
---|
| 132 |
|
---|
| 133 | Dialog controls which contain/surround other controls *need* to be
|
---|
| 134 | created with the WS_CLIPSIBLINGS style.
|
---|
| 135 |
|
---|
| 136 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
---|