source: trunk/changelog@ 7946

Last change on this file since 7946 was 7946, checked in by bird, 24 years ago

* empty log message *

File size: 17.8 KB
Line 
1/* $Id: changelog,v 1.1984 2002-02-18 15:22:59 bird Exp $ */
2
3 2002-02-18: knut st. osmundsen <bird@anduin.net>
4 - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
5 QS*/qs typedefs. Hope this wont cause any problems...
6
7 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
8 - USER32: o Added function to force color to mono mouse cursor conversion
9 (for mouse cursors with more than 2 colors)
10
11 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
12 - OLE32: o Extended logging added
13 o Resync with Wine (20020215)
14 (Out of process COM objects; InstallShield 6)
15 - OLEAUT32: o Partial resync with Wine (20020215)
16 o Extended logging added
17 - COMCTL32: o Extended logging added
18 - KERNEL32: o Named pipe updates
19
20 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
21 - SHELL32: o Extended logging added
22
23 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
24 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
25 o Added extended logging
26
27 2002-02-12: Platon Fomichev <platon@innotek.de>
28 - USER32: o Ignore keyboard messages (PM) with scancode 0
29
30 2002-02-11: Platon Fomichev <platon@innotek.de>
31 - USER32: o Fix for double enter keyboard messages
32
33 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
34 - KERNEL32/USER32:
35 o Moved Char*, IsChar*, Oem* functions to kernel32
36 (forwarders in user32)
37 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
38 EndDialog & window dtor
39
40 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
41 - USER32: o Extended logging added
42
43 2002-02-10: Platon Fomichev <platon@innotek.de>
44 - USER32\PMKBDHK:
45 o Fixes for shift-enter & shift-enter (numpad)
46 - USER32: o Numpad enter fix for GetKeyNameTextA
47
48 2002-02-10: Dmitry Froloff <froloff@os2.ru>
49 - KERNEL32: o Translate strings used for Dos* functions from Windows
50 to OS/2 codepage
51 o Translate strings returned by Dos* functions from OS/2
52 to Windows codepage
53 - USER32: o Translate strings used to set the window title (OS/2 mode)
54 from Windows to OS/2 codepage.
55
56 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
57 - KERNEL32: o Logging updates
58 - INCLUDE\makefiles:
59 o New rules for generating .def files
60
61 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
62 - KERNEL32: o Implemented tracing of all exported functions
63 (meant to replace ODINFUNCTION* macros; useful mainly
64 to improve logging in Wine modules)
65
66 2002-02-08: Platon Fomichev <platon@innotek.de>
67 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
68
69 2002-02-08: knut st. osmundsen <bird@anduin.net>
70 - WRC: o Added codepage.c from kernel32 as a hotfix to the
71 unresolved external issue. Only the get_char_typeW
72 is enabled.
73
74 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
75 - KERNEL32: o Thread change: determine if thread callback is inside
76 a PE dll. If it is, then force switch to win32 TIB.
77 (necessary for Opera when loading win32 plugins)
78 o Use NLS resources from Wine (no longer rely on OS/2 unicode
79 dll)
80 o ole2nls update; now use GetLocaleInfoA/W from Wine
81
82 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
83 - WSOCK32: o minor recv update for error handling
84 - USER32: o Ported TrackMouseEvent (Wine 20020122)
85 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
86 o Force switch to win32 FS selector when calling PE image
87 entrypoints (necessary for Odin32 applications that use
88 PE dlls (like Opera))
89 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
90 comboex, imagelist) (20020122)
91 - SHLWAPI: o Wine resync (20020122)
92
93 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
94 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
95 SendNotifyMessageA/W from Wine (20020122)
96 o Rewrote SendMessageA/W to behave more like Wine
97 (hook calls)
98
99 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
100 - KERNEL32; o Added dummy executable class
101 o Ported GetTempPathA/W from Wine
102
103 2002-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
104 - OLE32: o Fixed bug in OLE clipboard implementation; the handle
105 returned by GetClipboardData is no longer valid after
106 calling CloseClipboard. A copy of the data must be made.
107
108 2002-01-20: Vitali Pelenyov <sunlover@anduin.net>
109 - USER32: o Fix for position of fake window (CreateFakeWindowEx)
110
111 2002-01-18: Vitali Pelenyov <sunlover@anduin.net>
112 - KERNEL32: o GetDriveType fix for detection cdrom drives under certain
113 circumstances (when cdrom is not the last drive letter)
114
115 2002-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
116 - USER32: o CreateFakeWindowEx change; need to specifiy window class
117 Added DestroyFakeWindow for deleting fake window object.
118 - KERNEL32: o Custom device driver changes for driver instance pointer
119
120 2002-01-09: knut st. osmundsen <bird@anduin.net>
121 - Tools/CmdQd:
122 o Corrected bad fix from 2002-01-01.
123
124 2002-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
125 - KERNEL32: o Add driver data parameter to custom device driver calls
126
127 2002-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
128 - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP
129 systems (set default/ignore)
130 - USER32: o Fixed restoring of windows after minimizing/maximizing
131 o Allocate more memory for 40x40 icon generation
132 o Fixed SetClipboardData for CF_UNICODETEXT (translate to
133 ascii and use CF_TEXT)
134
135 2002-01-06: knut st. osmundsen <bird@anduin.net>
136 - DailyBuild:
137 o - Do not distribute odin.ini.
138
139 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
140 - KERNEL32: o Changed HeapAlloc/HeapReAlloc:
141 - round up size to next 8 bytes boundary
142 - when reallocating memory block, don't use different
143 memory block unless new size is larger than old size
144 (rounded up to next 8 bytes boundary)
145 (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
146 fixes crashes in Opera 5.12 which relies on this 'feature')
147 - GDI32: o Print handle type name in SelectObject
148 o EnumFontProcExW -> must restore FS in enum handler
149
150 2002-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
151 - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives)
152
153 2002-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
154 - GDI32: o Better logging for some text functions
155
156 2002-01-01: knut st. osmundsen <bird@anduin.net>
157 - Tools/CmdQd:
158 o Ignore the CmdQd kill returncode in clean2.
159
160 2001-12-31: Sander van Leeuwen <sandervl@xs4all.nl>
161 - GDI32: o Use critical section in dibsection class instead of vmutex
162
163 2001-12-31: knut st. osmundsen <bird@anduin.net>
164 - Tools/CmdQd:
165 o Corrected bad statement in the clean2 rule.
166
167 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
168 - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk)
169 o GetVolumeInformation: use original volume name to
170 determine maximum file name length
171 - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine)
172 (fixes Opera 6 menu)
173 - GDI32: o BitBlt, StretchBlt: sync dib section if selected into
174 destination HDC
175 (fixes Opera 6 background)
176
177 2001-12-28: Sander van Leeuwen <sandervl@xs4all.nl>
178 - USER32: o Do not send WM_SETCURSOR when mouse is captured (SDK docs)
179
180 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
181 - USER32: o don't use hardcoded font height values for menu fonts. Query
182 graphics driver instead (DevQueryCaps) so that we correctly
183 take font settings into account (small, medium, large)
184
185 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
186 - USER32: o Use Wine version of DrawText(Ex)A/W
187 (fixes underscore painting & positioning of text)
188 o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
189 WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN (verified in NT4)
190 (fixes opening dialog buttons in Opera 6 (choose interface))
191 o RedrawWindow change: call UpdateWindow if window has invalid
192 rectangle and RDW_UPDATENOW flag set
193 - GDI32: o Removed InternalDrawTextExA/W
194 - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
195
196 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
197 - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
198 - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
199
200 2001-12-22: Sander van Leeuwen <sandervl@xs4all.nl>
201 - KERNEL32: o Print more information when a missing api is called
202 (image that is responsible)
203
204 2001-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
205 - KERNEL32: o Allow all sections to be accessed when loading an executable/dll
206 with LOAD_LIBRARY_AS_DATAFILE
207 (fixes crashes when accessing resources outside the resource
208 section in Opera 6 binaries)
209 - GDI32: o DIB Section blit: don't check source & destination sizes
210 with DC size (GpiDrawBits does that for us)
211 (fixes the two bitmaps in the opening window of Opera 6
212 (choice between MDI & SDI interface))
213 - USER32: o GetClassNameW: return size in characters and truncate name
214 if buffer not large enough
215 (fixes crash in Opera 6 during startup)
216
217 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
218 - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
219 o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
220 - TOOLS: o Created a tiny preload script, PreloadTools.cmd, which preload
221 the tools which will be invoked during a make. (Too bad we can't
222 do this with rexx scripts too...)
223
224 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
225 - KERNEL32: o GetVolumeInformation changes:
226 - report JFS as NTFS
227 - report UDF & CDFS as UDF & CDFS (no change)
228 - report everthing else as FAT16
229 (some applications make assumptions about maximium file size
230 based on the volume name)
231
232 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
233 - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
234
235 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
236 - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
237
238 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
239 - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
240 o Enabled overlapped IO for custom device drivers
241
242 2001-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
243 - USER32: o Added function to override name of the PM keyboard hook dll
244 (custombuild)
245 - WINTRUST: o Added stub dll
246 - KERNEL32/USER32/ODINCRT:
247 o Collect some simple statistics about memory & DC usage
248 (will be extended & enhanced in the future)
249
250 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
251 - USER32: o Put back old windows key scancodes
252 o Fix for handling Alt-F4 in default window handler
253 o SendInput fix; send message and clear extra info
254 afterwards
255 - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
256 NEVER delete the font object received by WM_SETFONT
257
258 2001-12-11: Sander van Leeuwen <sandervl@xs4all.nl>
259 - USER32: o Swallow message if WH_KEYBOARD_LL hook returns TRUE
260 o Fixed windows key scancodes
261 o Do no generate a left control key message when Alt-Gr
262 is pressed (experimental change)
263
264 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
265 - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
266 TODO: generate accelerators in Odin
267
268 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
269 - KERNEL32: o Overlapped IO updates
270
271 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
272 - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
273 - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
274
275 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
276 - KERNEL32: o Added read & write functions to custom driver interface
277 o OdinSetVersion added to override windows version reported by
278 Odin (Win98, WinME, NT4, Win2000, WinXP)
279 o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
280 o New versions available for odin.ini version override
281 [WinVersion]
282 Version=Win98 -> Windows 98
283 Version=WinME -> Windows ME
284 Version=NT4 -> Windows NT4 SP6
285 Version=Win2000 -> Windows 2000 SP2 (default)
286 Version=WinXP -> Windows XP
287 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
288 IOCTL_DISK_GET_MEDIA_TYPES
289 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
290 structure) added
291 o Added symbolic link for Windows 2000 device driver names
292 \\.\Global -> \\.
293 o Clear GENERIC_WRITE flag if application tries to open
294 readonly device (e.g. cdrom). This is not allowed in OS/2.
295 - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
296
297 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
298 - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
299 (verified in NT4, SP6)
300 o Comm functions not valid for parallel port handles
301 o Overlapped IO updates
302 o Com port now uses new overlapped class for overlapped IO
303 o Call ExitProcess when executable entrypoint returns (LX images)
304 o Be careful when cleaning up threads after ExitProcess has
305 been called
306
307 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
308 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
309 o Overlapped IO updates (still untested)
310 - DINPUT: o Link with guidlib.lib
311 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
312
313 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
314 - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
315 handle manager functions
316 o Removed dwType handle manager structure member; added
317 win32 handle to structure
318 (NOTE: All work in progress for new framework for overlapped IO)
319 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
320 must be 0 if used with named pipes
321
322 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
323 - KERNEL32: o parallel port support restricted to physical ports
324 (LAN redirections not supported)
325
326 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
327 - COMCTL32: o Hack added for proper resizing of wizard property sheet in
328 CVP. Not sure if it's always correct or whether it has a
329 bad effect on other apps (none found so far).
330 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
331
332 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
333 - KERNEL32: o put in correct ioctl identifiers for parport support
334 in winioctl.h
335 o parallel port support (hardware configuration) enabled
336
337 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
338 - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
339 o GetThreadPriority: return priority stored in TEB
340 o Rewrote SetThreadPriority; allow it to change priority
341 classes too. WGSS only changes delta in SetThreadPriority
342 and class in SetPriorityClass (but that one affects the whole
343 process, so it is rarely used by applications)
344 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
345 THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
346 THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
347 THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
348 THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
349 THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
350 THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
351 o SetPriorityClass; just return success for now
352
353 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
354 - USER32: o Don't send WM_SIZE message to dialog before it receives
355 WM_INITDIALOG
356 (winzip 8.0 and Opera crash when sending this message too soon)
357 (TODO: check in NT if this is really correct)
358 - COMCTL32: o Restored old property sheet code as latest Wine version
359 causes too many new problems.
360
361 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
362 - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
363
364 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
365 - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
366 (completely broke debug build among other things)
367
368 2000-12-01: Yuri Dario <mc6530@mclink.it>
369 - USER32: o MENU_FindItem: extra check added for loops in menus
370
Note: See TracBrowser for help on using the repository browser.