source: trunk/changelog@ 7720

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

* empty log message *

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