source: trunk/changelog@ 7723

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

* empty log message *

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