source: trunk/changelog@ 7697

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

* empty log message *

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