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
RevLine 
[7946]1/* $Id: changelog,v 1.1984 2002-02-18 15:22:59 bird Exp $ */
[7715]2
[7946]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
[7942]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
[7907]11 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
12 - OLE32: o Extended logging added
[7946]13 o Resync with Wine (20020215)
[7931]14 (Out of process COM objects; InstallShield 6)
[7917]15 - OLEAUT32: o Partial resync with Wine (20020215)
16 o Extended logging added
[7920]17 - COMCTL32: o Extended logging added
[7930]18 - KERNEL32: o Named pipe updates
[7907]19
[7903]20 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
21 - SHELL32: o Extended logging added
22
[7899]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
[7895]27 2002-02-12: Platon Fomichev <platon@innotek.de>
28 - USER32: o Ignore keyboard messages (PM) with scancode 0
29
[7892]30 2002-02-11: Platon Fomichev <platon@innotek.de>
31 - USER32: o Fix for double enter keyboard messages
32
[7884]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)
[7946]37 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
[7889]38 EndDialog & window dtor
[7884]39
[7868]40 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
41 - USER32: o Extended logging added
[7856]42
[7868]43 2002-02-10: Platon Fomichev <platon@innotek.de>
44 - USER32\PMKBDHK:
45 o Fixes for shift-enter & shift-enter (numpad)
[7870]46 - USER32: o Numpad enter fix for GetKeyNameTextA
[7868]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
[7852]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
[7851]60
[7845]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
[7841]66 2002-02-08: Platon Fomichev <platon@innotek.de>
[7836]67 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
68
[7835]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
[7830]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)
[7836]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
[7830]81
[7806]82 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
83 - WSOCK32: o minor recv update for error handling
[7809]84 - USER32: o Ported TrackMouseEvent (Wine 20020122)
[7812]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))
[7816]89 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
[7817]90 comboex, imagelist) (20020122)
91 - SHLWAPI: o Wine resync (20020122)
[7806]92
[7802]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
[7803]97 (hook calls)
[7802]98
[7796]99 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
100 - KERNEL32; o Added dummy executable class
[7799]101 o Ported GetTempPathA/W from Wine
[7796]102
[7787]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
[7779]108 2002-01-20: Vitali Pelenyov <sunlover@anduin.net>
109 - USER32: o Fix for position of fake window (CreateFakeWindowEx)
110
[7776]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
[7764]115 2002-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
116 - USER32: o CreateFakeWindowEx change; need to specifiy window class
[7766]117 Added DestroyFakeWindow for deleting fake window object.
[7764]118 - KERNEL32: o Custom device driver changes for driver instance pointer
119
[7758]120 2002-01-09: knut st. osmundsen <bird@anduin.net>
121 - Tools/CmdQd:
122 o Corrected bad fix from 2002-01-01.
123
[7755]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>
[7745]128 - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP
129 systems (set default/ignore)
[7735]130 - USER32: o Fixed restoring of windows after minimizing/maximizing
131 o Allocate more memory for 40x40 icon generation
[7737]132 o Fixed SetClipboardData for CF_UNICODETEXT (translate to
[7743]133 ascii and use CF_TEXT)
[7735]134
[7732]135 2002-01-06: knut st. osmundsen <bird@anduin.net>
136 - DailyBuild:
137 o - Do not distribute odin.ini.
138
[7731]139 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7729]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)
[7732]145 (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
[7729]146 fixes crashes in Opera 5.12 which relies on this 'feature')
[7735]147 - GDI32: o Print handle type name in SelectObject
148 o EnumFontProcExW -> must restore FS in enum handler
[7729]149
[7731]150 2002-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
[7723]151 - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives)
152
[7731]153 2002-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
[7720]154 - GDI32: o Better logging for some text functions
155
[7719]156 2002-01-01: knut st. osmundsen <bird@anduin.net>
157 - Tools/CmdQd:
158 o Ignore the CmdQd kill returncode in clean2.
[7732]159
[7715]160 2001-12-31: Sander van Leeuwen <sandervl@xs4all.nl>
161 - GDI32: o Use critical section in dibsection class instead of vmutex
162
[7711]163 2001-12-31: knut st. osmundsen <bird@anduin.net>
164 - Tools/CmdQd:
165 o Corrected bad statement in the clean2 rule.
[6074]166
[7697]167 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
168 - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk)
[7732]169 o GetVolumeInformation: use original volume name to
[7707]170 determine maximum file name length
[7709]171 - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine)
172 (fixes Opera 6 menu)
[7732]173 - GDI32: o BitBlt, StretchBlt: sync dib section if selected into
[7712]174 destination HDC
175 (fixes Opera 6 background)
[7697]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
[7686]180 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
[7692]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)
[7686]184
185 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
[7680]186 - USER32: o Use Wine version of DrawText(Ex)A/W
187 (fixes underscore painting & positioning of text)
[7732]188 o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
[7680]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
[7689]194 - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
[7680]195
[7673]196 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
197 - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
[7676]198 - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
[7673]199
[7671]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
[7659]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)
[7732]209 - GDI32: o DIB Section blit: don't check source & destination sizes
[7661]210 with DC size (GpiDrawBits does that for us)
211 (fixes the two bitmaps in the opening window of Opera 6
[7665]212 (choice between MDI & SDI interface))
[7664]213 - USER32: o GetClassNameW: return size in characters and truncate name
[7665]214 if buffer not large enough
[7664]215 (fixes crash in Opera 6 during startup)
[7659]216
[7649]217 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
218 - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
[7654]219 o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
[7652]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...)
[7649]223
[7644]224 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
[7649]225 - KERNEL32: o GetVolumeInformation changes:
[7644]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
[7638]232 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
233 - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
234
[7636]235 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
236 - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
237
[7628]238 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
239 - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
[7636]240 o Enabled overlapped IO for custom device drivers
[7628]241
[7623]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)
[7625]245 - WINTRUST: o Added stub dll
[7626]246 - KERNEL32/USER32/ODINCRT:
247 o Collect some simple statistics about memory & DC usage
248 (will be extended & enhanced in the future)
[7623]249
[7615]250 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
251 - USER32: o Put back old windows key scancodes
[7619]252 o Fix for handling Alt-F4 in default window handler
[7649]253 o SendInput fix; send message and clear extra info
[7619]254 afterwards
255 - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
256 NEVER delete the font object received by WM_SETFONT
[7615]257
[7611]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
[7649]261 o Do no generate a left control key message when Alt-Gr
[7611]262 is pressed (experimental change)
263
[7607]264 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
265 - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
[7608]266 TODO: generate accelerators in Odin
[7607]267
[7602]268 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
269 - KERNEL32: o Overlapped IO updates
270
[7595]271 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
[7597]272 - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
[7600]273 - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
[7595]274
[7571]275 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
276 - KERNEL32: o Added read & write functions to custom driver interface
[7574]277 o OdinSetVersion added to override windows version reported by
278 Odin (Win98, WinME, NT4, Win2000, WinXP)
[7586]279 o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
[7574]280 o New versions available for odin.ini version override
281 [WinVersion]
282 Version=Win98 -> Windows 98
283 Version=WinME -> Windows ME
[7649]284 Version=NT4 -> Windows NT4 SP6
[7586]285 Version=Win2000 -> Windows 2000 SP2 (default)
[7574]286 Version=WinXP -> Windows XP
[7649]287 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
[7576]288 IOCTL_DISK_GET_MEDIA_TYPES
[7578]289 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
[7580]290 structure) added
291 o Added symbolic link for Windows 2000 device driver names
292 \\.\Global -> \\.
[7584]293 o Clear GENERIC_WRITE flag if application tries to open
294 readonly device (e.g. cdrom). This is not allowed in OS/2.
[7582]295 - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
[7571]296
[7563]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
[7565]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
[7563]306
[7558]307 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7561]308 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
309 o Overlapped IO updates (still untested)
[7558]310 - DINPUT: o Link with guidlib.lib
311 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
312
[7547]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)
[7649]319 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
[7558]320 must be 0 if used with named pipes
[7547]321
[7542]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
[7540]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).
[7545]330 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
[7540]331
[7536]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
[7538]335 o parallel port support (hardware configuration) enabled
[7536]336
[7534]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
[7649]342 and class in SetPriorityClass (but that one affects the whole
[7534]343 process, so it is rarely used by applications)
[7649]344 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
[7534]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
[7526]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)
[7528]358 - COMCTL32: o Restored old property sheet code as latest Wine version
359 causes too many new problems.
[7526]360
[7522]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
[7520]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
[7517]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.