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
RevLine 
[7686]1/* $Id: changelog,v 1.1925 2001-12-26 14:48:22 achimha Exp $ */
[6074]2
[7686]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>
[7680]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
[7673]16 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
17 - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
[7676]18 - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
[7673]19
[7671]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
[7659]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)
[7661]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
[7665]32 (choice between MDI & SDI interface))
[7664]33 - USER32: o GetClassNameW: return size in characters and truncate name
[7665]34 if buffer not large enough
[7664]35 (fixes crash in Opera 6 during startup)
[7659]36
[7649]37 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
38 - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
[7654]39 o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
[7652]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...)
[7649]43
[7644]44 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
[7649]45 - KERNEL32: o GetVolumeInformation changes:
[7644]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
[7638]52 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
53 - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
54
[7636]55 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
56 - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
57
[7628]58 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
59 - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
[7636]60 o Enabled overlapped IO for custom device drivers
[7628]61
[7623]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)
[7625]65 - WINTRUST: o Added stub dll
[7626]66 - KERNEL32/USER32/ODINCRT:
67 o Collect some simple statistics about memory & DC usage
68 (will be extended & enhanced in the future)
[7623]69
[7615]70 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
71 - USER32: o Put back old windows key scancodes
[7619]72 o Fix for handling Alt-F4 in default window handler
[7649]73 o SendInput fix; send message and clear extra info
[7619]74 afterwards
75 - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
76 NEVER delete the font object received by WM_SETFONT
[7615]77
[7611]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
[7649]81 o Do no generate a left control key message when Alt-Gr
[7611]82 is pressed (experimental change)
83
[7607]84 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
85 - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
[7608]86 TODO: generate accelerators in Odin
[7607]87
[7602]88 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
89 - KERNEL32: o Overlapped IO updates
90
[7595]91 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
[7597]92 - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
[7600]93 - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
[7595]94
[7571]95 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
96 - KERNEL32: o Added read & write functions to custom driver interface
[7574]97 o OdinSetVersion added to override windows version reported by
98 Odin (Win98, WinME, NT4, Win2000, WinXP)
[7586]99 o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
[7574]100 o New versions available for odin.ini version override
101 [WinVersion]
102 Version=Win98 -> Windows 98
103 Version=WinME -> Windows ME
[7649]104 Version=NT4 -> Windows NT4 SP6
[7586]105 Version=Win2000 -> Windows 2000 SP2 (default)
[7574]106 Version=WinXP -> Windows XP
[7649]107 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
[7576]108 IOCTL_DISK_GET_MEDIA_TYPES
[7578]109 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
[7580]110 structure) added
111 o Added symbolic link for Windows 2000 device driver names
112 \\.\Global -> \\.
[7584]113 o Clear GENERIC_WRITE flag if application tries to open
114 readonly device (e.g. cdrom). This is not allowed in OS/2.
[7582]115 - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
[7571]116
[7563]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
[7565]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
[7563]126
[7558]127 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7561]128 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
129 o Overlapped IO updates (still untested)
[7558]130 - DINPUT: o Link with guidlib.lib
131 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
132
[7547]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)
[7649]139 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
[7558]140 must be 0 if used with named pipes
[7547]141
[7542]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
[7540]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).
[7545]150 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
[7540]151
[7536]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
[7538]155 o parallel port support (hardware configuration) enabled
[7536]156
[7534]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
[7649]162 and class in SetPriorityClass (but that one affects the whole
[7534]163 process, so it is rarely used by applications)
[7649]164 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
[7534]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
[7526]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)
[7528]178 - COMCTL32: o Restored old property sheet code as latest Wine version
179 causes too many new problems.
[7526]180
[7522]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
[7520]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
[7517]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.