source: trunk/changelog@ 7719

Last change on this file since 7719 was 7719, checked in by bird, 24 years ago

* empty log message *

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