source: trunk/changelog@ 1800

Last change on this file since 1800 was 1800, checked in by cbratschi, 26 years ago

* empty log message *

File size: 16.4 KB
RevLine 
[1800]1 /* $Id: changelog,v 1.464 1999-11-21 17:07:05 cbratschi Exp $ */
[1567]2
[1795]3 99-11-21: Christoph Bratschi <cbratschi@datacomm.ch>
4 - KERNEL32: Fixed trailing newline bug in LoadMessageA/W,
5 updated to WINE 991031 level
[1800]6 - USER32: fixed window text handling
7 added static WM_GETTEXT for SS_ICON style
[1795]8
[1787]9 99-11-21: Achim Hasenmueller <achimha@innotek.de>
[1791]10 - USER32: send WM_SETTEXT for edit and static text controls
[1787]11 in SetWindowTextA/W
[1791]12 Fixes for original Windows colors (still not
13 accurate though)
14 - COMCTL32: stubbed ImageList_Read and ImageList_Write -
[1789]15 implementation missing because OLE stream support
16 required
[1787]17
[1780]18 99-11-19: Christoph Bratschi <cbratschi@datacomm.ch>
19 - USER32: fixed listbox scrolling
20
[1777]21 99-11-14: Achim Hasenmueller <achimha@innotek.de>
22 - COMCTL32: Merged with WINE 991114
23
[1771]24 99-11-18: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
25 - KERNEL32: Win32Pe2LxImage didn't issue the setFullPath(szFileName)
26 call during construction.
27 Added a invalid pointer test in OS2Heap::Free which checks
28 that lpMem is within the user address space. (Fixes
29 WinZip 7.0 crash.)
30
[1763]31 99-11-17: Christoph Bratschi <cbratschi@datacomm.ch>
32 - USER32/COMCTL32: Fixed cursor handling
33
[1772]34*****************************Official Alpha 5 version*********************************
35
[1747]36 99-11-14 Markus Montkowski <mmontkowski@gmx.de>
37 - DDRAW: Code cleanup and some fixes in handling blts in the virtuel buffers.
38 Set IOPL =3 for all DXgames needed for RA (Red Alert).
39 - DSOUND: Implemented a fake soundcard so that the bufferpos does advance.
40 Needed for RA. ToDO: Use better calulation for HiresTimers
41
[1743]42 99-11-14: David Raison <djr@lemur.co.uk>
43 - OLEAUT32: Tidy up IPicture implentation - now handles fOwn.
44
[1736]45 99-11-14: Achim Hasenmueller <achimha@innotek.de>
46 - COMCTL32: Fixed strdupAtoW/WtoA calls
[1791]47 Implemented missing undocumented string functions
[1736]48
[1731]49 99-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
50 - USER32: Implemented GetMenuItemRect
[1734]51 Fixed SetParent bug (use frame (not client) handle)
[1740]52 Fixed createControls for dialogs (set windowname for ids)
53 Ported LookupIconIdFromDirectory(Ex) (Wine, 991031)
54 Fixed OSLibWinEnableWindow (need to enable/disable both frame and client)
[1748]55 Partly ported Wine CopyImage for cursors & icons (disabled
56 because it doesn't work correctly)
57 Workaround for double height of icon masks -> doesn't work
58 100% correctly and IS A DIRTY HACK. (Open32 bug)
[1731]59
60 99-11-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
61 - USER32: Fixed WindowFromPoint
62
[1729]63 99-11-14: David Raison <djr@lemur.co.uk>
64 - OLEAUT32: Added beginnings of IPicture interface for VB6 support.
65 Mostly stubs, but enough to get a simple VB6 app started.
66 ICreatePictureIndirect updated.
67
[1723]68 99-11-13: Christoph Bratschi <cbratschi@datacomm.ch>
69 - USER32: fixed more edit bugs
70 merged controls with wine-991031
71
[1719]72 99-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
73 - KERNEL32: Fixed problem with ReadFile & aliased memory
74 (DosRead doesn't like writing to memory addresses
75 returned by DosAliasMem -> search for original
76 memory mapped pointer and use that one)
77 -> fixes problems in Lotus Notes 5.0
[1728]78 Also commit these pages before calling DosRead as exceptions
79 in the kernel can't be handled by us.
[1722]80 - KERNEL32\PELDR:
81 Better error reporting
82 - COMDLG32: Fixed bug in strlen: first check if pointer != NULL (FILEDLG95_InitUI)
[1771]83 Bugfix: ofn->lpTemplateName can be string id, so
[1722]84 don't always treat it as a string
85 Check pointer returned by CBGetItemDataPtr, if != -1, then
86 it's a string. (FILEDLG95_OnOpen)
[1719]87
[1716]88 99-11-12: Christoph Bratschi <cbratschi@datacomm.ch>
89 - USER32: fixed several edit bugs
90
[1710]91 99-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
92 - GDI32: Changes + fixes in DIBSection bitblt (fixes Quake 2)
[1714]93 - KERNEL32: Added handlemanager class for device drivers
94 Put devio.cpp in device driver class. (NOT TESTED)
[1710]95
96 99-11-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
97 - KERNEL32: Wrote file io replacement apis (preliminary version)
98 (not enabled)
99
100 99-11-12: Jens Wiessner <wiessnej@rfi.de>
101 - IMAGEHLP,IMM32,OLECLI32,OLEDLG,OLESVR32,PSAPI,RASAPI32
102 Updates
103 - MSVCRT: Added stubs
104
[1701]105 99-11-11: Sander van Leeuwen <sandervl@xs4all.nl>
106 - USER32: Implemented GetWindowContextHelpId & SetWindowContextHelpId
107 Implemented GetKeyboardState (NOT TESTED)
108 Ported SwitchToThisWindow, GetKeyboardLayout, TranslateCharsetInfo
109 GetKeyboardLayoutNameA/W (991031)
110 Fixed Win32Dialog::SetWindowLongA for dlg proc.
111 - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW
112 (NEWTEXTMETRICW is different from NEWTEXTMETRICA)
[1706]113 - KERNEL32: Turn off debugging by default when compiling the nodebuginfo
114 build (can be enabled by setting the env. variable WIN32LOG_ENABLED)
115 Fixes for GetVersionSize/Struct for images that aren't loaded.
116 Fixed heap corruption in GetEnvironmentVariableW.
[1701]117
[1692]118 99-11-10: Christoph Bratschi <cbratschi@datacomm.ch>
119 - USER32: ShowScrollBar: create not existing scrollbars
120
[1689]121 99-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
122 - KERNEL32: Rewrote OSLibDosAllocMem to only return addresses
123 aligned at 64kb boundaries (that's what NT's VirtualAlloc
124 does and it fixes problems with MS Word & StarCraft)
125 Fixed wrong dprintf in GetProcAddress.
126 Added code to VirtualAlloc for committing pages of memory mapped
127 files. (Word needs this)
128 - USER32: Implemented WindowFromDC
129 Call WinWaitMsg from WaitMessage instead of calling Open32 api.
130 Added wvsnprintfA export (required for NTDLL)
131 - NTDLL: Link with user32.lib, don't import by name directly
132 (needs to be done for the kernel32 forwards too)
133 - GDI32: Removed flipping of bitmaps in dibsection (no longer necessary)
134
[1684]135 99-11-10: Patrick Haller <phaller@gmx.net>
136 - COMDLG32: Fix: erroneous filter data for GetOpenFileName now tolerated
[1699]137 Open32 keeps to close to the docs :)
[1695]138 - SHELL32: Add: update to WINE19991108
[1699]139 - GDI32: Add: Font remapping via ODIN.INI (MS Sans Serif -> WarpSans)
[1684]140
[1681]141 99-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
[1689]142 - PE2LX: Added OLE32 to the lie list. New Base class.
143 - WIN32K: Disabled Yield - this solves problems running win32k
144 at SMP kernels and logging problems on all kernels.
145 Added some parameters.
[1681]146
[1672]147 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
148 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK
149 to buttons if key == mnemonic for that control)
150
[1665]151 99-11-09: Christoph Bratschi <cbratschi@datacomm.ch>
152 - GDI32: fixed line functions -> don't draw end pixel
153 - COMCTL32/USER32: removed some old workarounds
154 - USER32: fixed system resource handling
155
[1661]156 99-11-09: Sander van Leeuwen <sandervl@xs4all.nl>
157 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's
158 OLE32.dll
159 - OLE32/OLEAUT32/AVIFIL32: compilation fixes
160 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api
161 translated up to maxlen characters -> heap corruption
162 in Solitaire. Translate upto min(stringlength+1, maxlen).
163 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA)
164 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2)
165 Odin.ini in bin directory needs to be present for PE loader
166 (includes renaming entries for OLE32 & NETAPI32)
167 NOTE: Dll name in ole32.lib has changed, so a complete recompilation
168 is required!
169 NOTE 2: We might need to add some code to the file io apis in case
170 dirty apps try to read directly from system dlls.
171 - KERNEL32: No need to export private apis by name & ordinal (ord is enough)
[1681]172 - INCLUDE\odinwrap.h
[1672]173 added wrappers that don't print dbg messages (regardless
174 of whether DEBUG is defined or not)
175 - INCLUDE\misc.h: Added dprintf2 function for extensive logging
176 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2
177 Changed makefiles to enable dprintf2 (DEBUGALL)
178 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption
[1676]179 - USER32: Fixed LoadMenuIndirectW (didn't call new code)
[1661]180
[1653]181 99-11-09: Patrick Haller <phaller@gmx.net>
182 - NTDLL: Add: various new functions added (DbgXXX)
183
[1648]184 99-11-08: Markus Montkowski <mmontkowski@gmx.de>
185 - WING32: Added first implementation of this old 32bit DLL.
186
[1645]187 99-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
188 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
189 (remove terminating backslash if present)
190
[1638]191 99-11-08: Patrick Haller <phaller@gmx.net>
[1681]192 - COMCTL32: Fix: EDIT: if obtaining font information fails,
[1638]193 prevent division by zero
[1650]194 - NTDLL: Add: numerous integer arithmetic functions added
[1638]195
[1635]196 99-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
197 - KERNEL32: Fixed bug in thread handler (exception handler set
198 at wrong moment)
[1643]199 Ported Wine critical section code (991031), Open32
200 doesn't correctly fill in the CRITICAL_SECTION structure.
201 Limit size of memory mapped files.
[1635]202 - USER32: PostThreadMessageA/W fix
203
204 99-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
205 - DINPUT: Ported Wine code (991031) (not tested yet)
206 - USER32: Added code for sending mouse events to dinput.dll
207 Added PM <-> win32 key translation (used in dinput.dll)
208
209 99-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
210 - USER32: GetMenuStringW fix
211
[1617]212 99-11-05: Achim Hasenmueller <achimha@innotek.de>
213 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
214 Added logging, warnings for stub functions
[1623]215 - KERNEL32: Source code cleanup, fix warnings
216 - USER32: Source code cleanup, fix warnings
[1617]217
[1614]218 99-11-05: Patrick Haller <phaller@gmx.net>
219 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
220 This only cures the symptoms, not the origin!
221
[1611]222 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
223 - USER32: Fixed InsertMenuA
224 Message translation fix for WM_USER+n messages (GetMessage)
225 Extra translation.
226 Rewrote/Ported LoadStringA/W (similar to Wine now)
227 - KERNEL32: Changed FindResource, string id translation should be done
228 in LoadStringA/W (done that way in Wine)
[1619]229 Fixed GetModuleHandleA
[1611]230
[1608]231 99-11-05: Jens Wiessner <wiessnej@rfi.de>
232 - MSVFW32: Updated to Wine level 991031
233 - IMM32: Replaced some FIXME entries with dprintf;
234 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
235 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
236 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
237
238 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
239 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
240 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
241 NULL pointer checks in hasWindowName/hasClassName/FindClass
[1611]242 Message translation fix for WM_USER+n messages
[1608]243 - OLE32: Always create OLE window class
244 - KERNEL32: Null pointer check in lstrcmpiA
245 - SHELL32: Corrected export of Shell_GetCachedImageIndex
246
[1598]247 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
248 - SHLWAPI: Fixed makefile
249 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
250 (fixes winhlp32 & comboboxes)
251
[1590]252 99-11-04: Patrick Haller <phaller@gmx.net>
253 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]254 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]255 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]256 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]257
[1586]258 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
259 - Makefiles: Changes to build the libraries first
260
[1578]261 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
262 - COMDLG32: Import from shlwapi as the original Wine code does
263 - SHELLL32: Added exports
264 - SHLWAPI: Link with shell32.lib for forwarders + added exports
265 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
266 Fixed CreateIconIndirect (Wine file dialog now shows button
267 icons correctly)
268 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
269 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
270 a lot of apps (button.exe/style.exe/header4.exe)
271 (fix = call default frame handler when receiving this msg
272 when the window hasn't been 'created' yet)
273
[1571]274 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]275 - USER32: fixed modal dialogs
[1582]276 added WM_CONTEXTMENU
277 - COMCTL32: implemented statusbar size grip
[1571]278
[1570]279 99-11-03: Patrick Haller <phaller@gmx.net>
[1681]280 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]281 and bugfix in SearchPathW
[1573]282 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]283 Fix LoadBitmapA checked for incorrect return value
[1570]284
[1569]285 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]286 - DDRAW: Changed debug output to DDRAW: ...
[1569]287 Copied Framebuffer if in colorconversion mode for Normal Blits to
[1577]288 the primary surface. => Map Editor of Red Alert works.
[1569]289
[1567]290 00-11-02: Achim Hasenmueller <achimha@innotek.de>
291 - COMCTL32: Incorporated latest WINE 991031 updates
292 Note: listview doesn't paint properly now. Will be fixed later.
293
294 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
[1564]295 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]296
[1563]297 99-11-02: Patrick Haller <phaller@gmx.net>
298 - SHELL32: Up to current WINE level
299 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
300
[1544]301 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
[1681]302 - INCLUDE\odinwrap.h:
[1544]303 fixed wrong define (_ODINWARP instead of _ODINWRAP)
304 Only check the heap for consistency when DEBUG_ODINHEAP is
305 defined.
306 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
307 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
308 arrive before the dialog received it's WM_INITDIALOG msg)
309 Fixed more FS corruption in dc.cpp.
310 - SHELL32: Added extra exports for comdlg32
[1554]311 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1544]312 Find & Replace dialogs enabled, Wine code called for
313 file dialogs if the app supplies a dialog template.
314 NOTE: Disabled for now. Comctl32 isn't stable enough
315 for the Win95 style Wine comdlg dialogs.
316 Fixed check for find/replace dialog. Notepad uses 32 byte
317 buffer, so why does the wine code fail for < 80 bytes?
318 Fixed display of find/replace dialog -> if not hooked
319 show dialog!
320 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
321 start two nmake process to build everything on two cpus.
322
[1541]323 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
324 - USER32: Delete all process windows & classes in exitlist handler
325 Set hwndInsertBehind to HWND_BOTTOM for group boxes
326 (fixes problems when groupbox control is defined after
327 controls inside it in dialog template)
328 Mouse activate fix.
[1544]329 Don't activate child windows in ShowWindow.
[1541]330 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
331 audio hardware present.
332
333
[1537]334 99-11-01: Daniela Engert <dani@ngrt.de>
335 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
336 (fixes missing text in WELCOME)
[1531]337
[1537]338 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
339
340 This is a hack!
341
342 Dialog controls which contain/surround other controls *need* to be
343 created with the WS_CLIPSIBLINGS style.
344
345 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.