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
Line 
1/* $Id: changelog,v 1.1977 2002-02-14 12:09:28 sandervl Exp $ */
2
3 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
4 - SHELL32: o Extended logging added
5
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
10 2002-02-12: Platon Fomichev <platon@innotek.de>
11 - USER32: o Ignore keyboard messages (PM) with scancode 0
12
13 2002-02-11: Platon Fomichev <platon@innotek.de>
14 - USER32: o Fix for double enter keyboard messages
15
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)
20 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
21 EndDialog & window dtor
22
23 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
24 - USER32: o Extended logging added
25
26 2002-02-10: Platon Fomichev <platon@innotek.de>
27 - USER32\PMKBDHK:
28 o Fixes for shift-enter & shift-enter (numpad)
29 - USER32: o Numpad enter fix for GetKeyNameTextA
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
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
43
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
49 2002-02-08: Platon Fomichev <platon@innotek.de>
50 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
51
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
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)
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
64
65 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
66 - WSOCK32: o minor recv update for error handling
67 - USER32: o Ported TrackMouseEvent (Wine 20020122)
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))
72 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
73 comboex, imagelist) (20020122)
74 - SHLWAPI: o Wine resync (20020122)
75
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
80 (hook calls)
81
82 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
83 - KERNEL32; o Added dummy executable class
84 o Ported GetTempPathA/W from Wine
85
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
91 2002-01-20: Vitali Pelenyov <sunlover@anduin.net>
92 - USER32: o Fix for position of fake window (CreateFakeWindowEx)
93
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
98 2002-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
99 - USER32: o CreateFakeWindowEx change; need to specifiy window class
100 Added DestroyFakeWindow for deleting fake window object.
101 - KERNEL32: o Custom device driver changes for driver instance pointer
102
103 2002-01-09: knut st. osmundsen <bird@anduin.net>
104 - Tools/CmdQd:
105 o Corrected bad fix from 2002-01-01.
106
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>
111 - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP
112 systems (set default/ignore)
113 - USER32: o Fixed restoring of windows after minimizing/maximizing
114 o Allocate more memory for 40x40 icon generation
115 o Fixed SetClipboardData for CF_UNICODETEXT (translate to
116 ascii and use CF_TEXT)
117
118 2002-01-06: knut st. osmundsen <bird@anduin.net>
119 - DailyBuild:
120 o - Do not distribute odin.ini.
121
122 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
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)
128 (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
129 fixes crashes in Opera 5.12 which relies on this 'feature')
130 - GDI32: o Print handle type name in SelectObject
131 o EnumFontProcExW -> must restore FS in enum handler
132
133 2002-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
134 - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives)
135
136 2002-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
137 - GDI32: o Better logging for some text functions
138
139 2002-01-01: knut st. osmundsen <bird@anduin.net>
140 - Tools/CmdQd:
141 o Ignore the CmdQd kill returncode in clean2.
142
143 2001-12-31: Sander van Leeuwen <sandervl@xs4all.nl>
144 - GDI32: o Use critical section in dibsection class instead of vmutex
145
146 2001-12-31: knut st. osmundsen <bird@anduin.net>
147 - Tools/CmdQd:
148 o Corrected bad statement in the clean2 rule.
149
150 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
151 - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk)
152 o GetVolumeInformation: use original volume name to
153 determine maximum file name length
154 - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine)
155 (fixes Opera 6 menu)
156 - GDI32: o BitBlt, StretchBlt: sync dib section if selected into
157 destination HDC
158 (fixes Opera 6 background)
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
163 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
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)
167
168 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
169 - USER32: o Use Wine version of DrawText(Ex)A/W
170 (fixes underscore painting & positioning of text)
171 o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
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
177 - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
178
179 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
180 - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
181 - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
182
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
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)
192 - GDI32: o DIB Section blit: don't check source & destination sizes
193 with DC size (GpiDrawBits does that for us)
194 (fixes the two bitmaps in the opening window of Opera 6
195 (choice between MDI & SDI interface))
196 - USER32: o GetClassNameW: return size in characters and truncate name
197 if buffer not large enough
198 (fixes crash in Opera 6 during startup)
199
200 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
201 - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
202 o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
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...)
206
207 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
208 - KERNEL32: o GetVolumeInformation changes:
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
215 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
216 - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
217
218 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
219 - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
220
221 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
222 - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
223 o Enabled overlapped IO for custom device drivers
224
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)
228 - WINTRUST: o Added stub dll
229 - KERNEL32/USER32/ODINCRT:
230 o Collect some simple statistics about memory & DC usage
231 (will be extended & enhanced in the future)
232
233 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
234 - USER32: o Put back old windows key scancodes
235 o Fix for handling Alt-F4 in default window handler
236 o SendInput fix; send message and clear extra info
237 afterwards
238 - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
239 NEVER delete the font object received by WM_SETFONT
240
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
244 o Do no generate a left control key message when Alt-Gr
245 is pressed (experimental change)
246
247 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
248 - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
249 TODO: generate accelerators in Odin
250
251 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
252 - KERNEL32: o Overlapped IO updates
253
254 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
255 - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
256 - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
257
258 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
259 - KERNEL32: o Added read & write functions to custom driver interface
260 o OdinSetVersion added to override windows version reported by
261 Odin (Win98, WinME, NT4, Win2000, WinXP)
262 o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
263 o New versions available for odin.ini version override
264 [WinVersion]
265 Version=Win98 -> Windows 98
266 Version=WinME -> Windows ME
267 Version=NT4 -> Windows NT4 SP6
268 Version=Win2000 -> Windows 2000 SP2 (default)
269 Version=WinXP -> Windows XP
270 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
271 IOCTL_DISK_GET_MEDIA_TYPES
272 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
273 structure) added
274 o Added symbolic link for Windows 2000 device driver names
275 \\.\Global -> \\.
276 o Clear GENERIC_WRITE flag if application tries to open
277 readonly device (e.g. cdrom). This is not allowed in OS/2.
278 - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
279
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
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
289
290 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
291 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
292 o Overlapped IO updates (still untested)
293 - DINPUT: o Link with guidlib.lib
294 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
295
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)
302 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
303 must be 0 if used with named pipes
304
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
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).
313 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
314
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
318 o parallel port support (hardware configuration) enabled
319
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
325 and class in SetPriorityClass (but that one affects the whole
326 process, so it is rarely used by applications)
327 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
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
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)
341 - COMCTL32: o Restored old property sheet code as latest Wine version
342 causes too many new problems.
343
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
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
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.