source: trunk/changelog@ 1789

Last change on this file since 1789 was 1789, checked in by achimha, 26 years ago

* empty log message *

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