source: trunk/changelog@ 7978

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

* empty log message *

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