source: trunk/changelog@ 1825

Last change on this file since 1825 was 1825, checked in by davidr, 26 years ago

OLEAUT32: Split each state class into a single source

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