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