source: trunk/changelog@ 7903

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

* empty log message *

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