source: trunk/changelog@ 7899

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

* empty log message *

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