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