source: trunk/changelog@ 1747

Last change on this file since 1747 was 1747, checked in by hugh, 26 years ago

DDRAW DSOUND changes added

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