source: trunk/changelog@ 7689

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

* empty log message *

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