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