source: trunk/changelog@ 7686

Last change on this file since 7686 was 7686, checked in by achimha, 24 years ago

* empty log message *

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