source: trunk/changelog@ 7709

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

* empty log message *

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