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