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