source: trunk/changelog@ 7799

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

* empty log message *

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