source: trunk/changelog@ 7982

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

* empty log message *

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