source: trunk/changelog@ 7680

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

* empty log message *

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