source: trunk/changelog@ 7931

Last change on this file since 7931 was 7931, checked in by sandervl, 24 years ago

* empty log message *

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