| [7950] | 1 | /* $Id: changelog,v 1.1985 2002-02-18 22:09:17 phaller Exp $ */
|
|---|
| [7715] | 2 |
|
|---|
| [7950] | 3 | 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 4 | - USER32: o fixed structure size for
|
|---|
| 5 | SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
|
|---|
| 6 | o fixed return code for GetModuleHandle()
|
|---|
| 7 | to 0 and SetLastError(ERROR_INVALID_HANDLE) for
|
|---|
| 8 | GetModuleHandle(0) in a ODIN32-LX environment
|
|---|
| 9 | o fixed GetModuleHandleW(NULL) string conversion
|
|---|
| 10 |
|
|---|
| [7946] | 11 | 2002-02-18: knut st. osmundsen <bird@anduin.net>
|
|---|
| 12 | - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
|
|---|
| 13 | QS*/qs typedefs. Hope this wont cause any problems...
|
|---|
| 14 |
|
|---|
| [7942] | 15 | 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 16 | - USER32: o Added function to force color to mono mouse cursor conversion
|
|---|
| 17 | (for mouse cursors with more than 2 colors)
|
|---|
| 18 |
|
|---|
| [7907] | 19 | 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 20 | - OLE32: o Extended logging added
|
|---|
| [7946] | 21 | o Resync with Wine (20020215)
|
|---|
| [7931] | 22 | (Out of process COM objects; InstallShield 6)
|
|---|
| [7917] | 23 | - OLEAUT32: o Partial resync with Wine (20020215)
|
|---|
| 24 | o Extended logging added
|
|---|
| [7920] | 25 | - COMCTL32: o Extended logging added
|
|---|
| [7930] | 26 | - KERNEL32: o Named pipe updates
|
|---|
| [7907] | 27 |
|
|---|
| [7903] | 28 | 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 29 | - SHELL32: o Extended logging added
|
|---|
| 30 |
|
|---|
| [7899] | 31 | 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 32 | - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
|
|---|
| 33 | o Added extended logging
|
|---|
| 34 |
|
|---|
| [7895] | 35 | 2002-02-12: Platon Fomichev <platon@innotek.de>
|
|---|
| 36 | - USER32: o Ignore keyboard messages (PM) with scancode 0
|
|---|
| 37 |
|
|---|
| [7892] | 38 | 2002-02-11: Platon Fomichev <platon@innotek.de>
|
|---|
| 39 | - USER32: o Fix for double enter keyboard messages
|
|---|
| 40 |
|
|---|
| [7884] | 41 | 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 42 | - KERNEL32/USER32:
|
|---|
| 43 | o Moved Char*, IsChar*, Oem* functions to kernel32
|
|---|
| 44 | (forwarders in user32)
|
|---|
| [7946] | 45 | - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
|
|---|
| [7889] | 46 | EndDialog & window dtor
|
|---|
| [7884] | 47 |
|
|---|
| [7868] | 48 | 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 49 | - USER32: o Extended logging added
|
|---|
| [7856] | 50 |
|
|---|
| [7868] | 51 | 2002-02-10: Platon Fomichev <platon@innotek.de>
|
|---|
| 52 | - USER32\PMKBDHK:
|
|---|
| 53 | o Fixes for shift-enter & shift-enter (numpad)
|
|---|
| [7870] | 54 | - USER32: o Numpad enter fix for GetKeyNameTextA
|
|---|
| [7868] | 55 |
|
|---|
| 56 | 2002-02-10: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 57 | - KERNEL32: o Translate strings used for Dos* functions from Windows
|
|---|
| 58 | to OS/2 codepage
|
|---|
| 59 | o Translate strings returned by Dos* functions from OS/2
|
|---|
| 60 | to Windows codepage
|
|---|
| 61 | - USER32: o Translate strings used to set the window title (OS/2 mode)
|
|---|
| 62 | from Windows to OS/2 codepage.
|
|---|
| 63 |
|
|---|
| [7852] | 64 | 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 65 | - KERNEL32: o Logging updates
|
|---|
| 66 | - INCLUDE\makefiles:
|
|---|
| 67 | o New rules for generating .def files
|
|---|
| [7851] | 68 |
|
|---|
| [7845] | 69 | 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 70 | - KERNEL32: o Implemented tracing of all exported functions
|
|---|
| 71 | (meant to replace ODINFUNCTION* macros; useful mainly
|
|---|
| 72 | to improve logging in Wine modules)
|
|---|
| 73 |
|
|---|
| [7841] | 74 | 2002-02-08: Platon Fomichev <platon@innotek.de>
|
|---|
| [7836] | 75 | - USER32: o Fixes for handling Shift-Enter & Alt-Enter
|
|---|
| 76 |
|
|---|
| [7835] | 77 | 2002-02-08: knut st. osmundsen <bird@anduin.net>
|
|---|
| 78 | - WRC: o Added codepage.c from kernel32 as a hotfix to the
|
|---|
| 79 | unresolved external issue. Only the get_char_typeW
|
|---|
| 80 | is enabled.
|
|---|
| 81 |
|
|---|
| [7830] | 82 | 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 83 | - KERNEL32: o Thread change: determine if thread callback is inside
|
|---|
| 84 | a PE dll. If it is, then force switch to win32 TIB.
|
|---|
| 85 | (necessary for Opera when loading win32 plugins)
|
|---|
| [7836] | 86 | o Use NLS resources from Wine (no longer rely on OS/2 unicode
|
|---|
| 87 | dll)
|
|---|
| 88 | o ole2nls update; now use GetLocaleInfoA/W from Wine
|
|---|
| [7830] | 89 |
|
|---|
| [7806] | 90 | 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 91 | - WSOCK32: o minor recv update for error handling
|
|---|
| [7809] | 92 | - USER32: o Ported TrackMouseEvent (Wine 20020122)
|
|---|
| [7812] | 93 | - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
|
|---|
| 94 | o Force switch to win32 FS selector when calling PE image
|
|---|
| 95 | entrypoints (necessary for Odin32 applications that use
|
|---|
| 96 | PE dlls (like Opera))
|
|---|
| [7816] | 97 | - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
|
|---|
| [7817] | 98 | comboex, imagelist) (20020122)
|
|---|
| 99 | - SHLWAPI: o Wine resync (20020122)
|
|---|
| [7806] | 100 |
|
|---|
| [7802] | 101 | 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 102 | - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
|
|---|
| 103 | SendNotifyMessageA/W from Wine (20020122)
|
|---|
| 104 | o Rewrote SendMessageA/W to behave more like Wine
|
|---|
| [7803] | 105 | (hook calls)
|
|---|
| [7802] | 106 |
|
|---|
| [7796] | 107 | 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 108 | - KERNEL32; o Added dummy executable class
|
|---|
| [7799] | 109 | o Ported GetTempPathA/W from Wine
|
|---|
| [7796] | 110 |
|
|---|
| [7787] | 111 | 2002-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 112 | - OLE32: o Fixed bug in OLE clipboard implementation; the handle
|
|---|
| 113 | returned by GetClipboardData is no longer valid after
|
|---|
| 114 | calling CloseClipboard. A copy of the data must be made.
|
|---|
| 115 |
|
|---|
| [7779] | 116 | 2002-01-20: Vitali Pelenyov <sunlover@anduin.net>
|
|---|
| 117 | - USER32: o Fix for position of fake window (CreateFakeWindowEx)
|
|---|
| 118 |
|
|---|
| [7776] | 119 | 2002-01-18: Vitali Pelenyov <sunlover@anduin.net>
|
|---|
| 120 | - KERNEL32: o GetDriveType fix for detection cdrom drives under certain
|
|---|
| 121 | circumstances (when cdrom is not the last drive letter)
|
|---|
| 122 |
|
|---|
| [7764] | 123 | 2002-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 124 | - USER32: o CreateFakeWindowEx change; need to specifiy window class
|
|---|
| [7766] | 125 | Added DestroyFakeWindow for deleting fake window object.
|
|---|
| [7764] | 126 | - KERNEL32: o Custom device driver changes for driver instance pointer
|
|---|
| 127 |
|
|---|
| [7758] | 128 | 2002-01-09: knut st. osmundsen <bird@anduin.net>
|
|---|
| 129 | - Tools/CmdQd:
|
|---|
| 130 | o Corrected bad fix from 2002-01-01.
|
|---|
| 131 |
|
|---|
| [7755] | 132 | 2002-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 133 | - KERNEL32: o Add driver data parameter to custom device driver calls
|
|---|
| 134 |
|
|---|
| 135 | 2002-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7745] | 136 | - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP
|
|---|
| 137 | systems (set default/ignore)
|
|---|
| [7735] | 138 | - USER32: o Fixed restoring of windows after minimizing/maximizing
|
|---|
| 139 | o Allocate more memory for 40x40 icon generation
|
|---|
| [7737] | 140 | o Fixed SetClipboardData for CF_UNICODETEXT (translate to
|
|---|
| [7743] | 141 | ascii and use CF_TEXT)
|
|---|
| [7735] | 142 |
|
|---|
| [7732] | 143 | 2002-01-06: knut st. osmundsen <bird@anduin.net>
|
|---|
| 144 | - DailyBuild:
|
|---|
| 145 | o - Do not distribute odin.ini.
|
|---|
| 146 |
|
|---|
| [7731] | 147 | 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7729] | 148 | - KERNEL32: o Changed HeapAlloc/HeapReAlloc:
|
|---|
| 149 | - round up size to next 8 bytes boundary
|
|---|
| 150 | - when reallocating memory block, don't use different
|
|---|
| 151 | memory block unless new size is larger than old size
|
|---|
| 152 | (rounded up to next 8 bytes boundary)
|
|---|
| [7732] | 153 | (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
|
|---|
| [7729] | 154 | fixes crashes in Opera 5.12 which relies on this 'feature')
|
|---|
| [7735] | 155 | - GDI32: o Print handle type name in SelectObject
|
|---|
| 156 | o EnumFontProcExW -> must restore FS in enum handler
|
|---|
| [7729] | 157 |
|
|---|
| [7731] | 158 | 2002-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7723] | 159 | - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives)
|
|---|
| 160 |
|
|---|
| [7731] | 161 | 2002-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7720] | 162 | - GDI32: o Better logging for some text functions
|
|---|
| 163 |
|
|---|
| [7719] | 164 | 2002-01-01: knut st. osmundsen <bird@anduin.net>
|
|---|
| 165 | - Tools/CmdQd:
|
|---|
| 166 | o Ignore the CmdQd kill returncode in clean2.
|
|---|
| [7732] | 167 |
|
|---|
| [7715] | 168 | 2001-12-31: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 169 | - GDI32: o Use critical section in dibsection class instead of vmutex
|
|---|
| 170 |
|
|---|
| [7711] | 171 | 2001-12-31: knut st. osmundsen <bird@anduin.net>
|
|---|
| 172 | - Tools/CmdQd:
|
|---|
| 173 | o Corrected bad statement in the clean2 rule.
|
|---|
| [6074] | 174 |
|
|---|
| [7697] | 175 | 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 176 | - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk)
|
|---|
| [7732] | 177 | o GetVolumeInformation: use original volume name to
|
|---|
| [7707] | 178 | determine maximum file name length
|
|---|
| [7709] | 179 | - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine)
|
|---|
| 180 | (fixes Opera 6 menu)
|
|---|
| [7732] | 181 | - GDI32: o BitBlt, StretchBlt: sync dib section if selected into
|
|---|
| [7712] | 182 | destination HDC
|
|---|
| 183 | (fixes Opera 6 background)
|
|---|
| [7697] | 184 |
|
|---|
| 185 | 2001-12-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 186 | - USER32: o Do not send WM_SETCURSOR when mouse is captured (SDK docs)
|
|---|
| 187 |
|
|---|
| [7686] | 188 | 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| [7692] | 189 | - USER32: o don't use hardcoded font height values for menu fonts. Query
|
|---|
| 190 | graphics driver instead (DevQueryCaps) so that we correctly
|
|---|
| 191 | take font settings into account (small, medium, large)
|
|---|
| [7686] | 192 |
|
|---|
| 193 | 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7680] | 194 | - USER32: o Use Wine version of DrawText(Ex)A/W
|
|---|
| 195 | (fixes underscore painting & positioning of text)
|
|---|
| [7732] | 196 | o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
|
|---|
| [7680] | 197 | WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN (verified in NT4)
|
|---|
| 198 | (fixes opening dialog buttons in Opera 6 (choose interface))
|
|---|
| 199 | o RedrawWindow change: call UpdateWindow if window has invalid
|
|---|
| 200 | rectangle and RDW_UPDATENOW flag set
|
|---|
| 201 | - GDI32: o Removed InternalDrawTextExA/W
|
|---|
| [7689] | 202 | - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
|
|---|
| [7680] | 203 |
|
|---|
| [7673] | 204 | 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 205 | - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
|
|---|
| [7676] | 206 | - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
|
|---|
| [7673] | 207 |
|
|---|
| [7671] | 208 | 2001-12-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 209 | - KERNEL32: o Print more information when a missing api is called
|
|---|
| 210 | (image that is responsible)
|
|---|
| 211 |
|
|---|
| [7659] | 212 | 2001-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 213 | - KERNEL32: o Allow all sections to be accessed when loading an executable/dll
|
|---|
| 214 | with LOAD_LIBRARY_AS_DATAFILE
|
|---|
| 215 | (fixes crashes when accessing resources outside the resource
|
|---|
| 216 | section in Opera 6 binaries)
|
|---|
| [7732] | 217 | - GDI32: o DIB Section blit: don't check source & destination sizes
|
|---|
| [7661] | 218 | with DC size (GpiDrawBits does that for us)
|
|---|
| 219 | (fixes the two bitmaps in the opening window of Opera 6
|
|---|
| [7665] | 220 | (choice between MDI & SDI interface))
|
|---|
| [7664] | 221 | - USER32: o GetClassNameW: return size in characters and truncate name
|
|---|
| [7665] | 222 | if buffer not large enough
|
|---|
| [7664] | 223 | (fixes crash in Opera 6 during startup)
|
|---|
| [7659] | 224 |
|
|---|
| [7649] | 225 | 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 226 | - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
|
|---|
| [7654] | 227 | o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
|
|---|
| [7652] | 228 | - TOOLS: o Created a tiny preload script, PreloadTools.cmd, which preload
|
|---|
| 229 | the tools which will be invoked during a make. (Too bad we can't
|
|---|
| 230 | do this with rexx scripts too...)
|
|---|
| [7649] | 231 |
|
|---|
| [7644] | 232 | 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7649] | 233 | - KERNEL32: o GetVolumeInformation changes:
|
|---|
| [7644] | 234 | - report JFS as NTFS
|
|---|
| 235 | - report UDF & CDFS as UDF & CDFS (no change)
|
|---|
| 236 | - report everthing else as FAT16
|
|---|
| 237 | (some applications make assumptions about maximium file size
|
|---|
| 238 | based on the volume name)
|
|---|
| 239 |
|
|---|
| [7638] | 240 | 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 241 | - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
|
|---|
| 242 |
|
|---|
| [7636] | 243 | 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 244 | - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
|
|---|
| 245 |
|
|---|
| [7628] | 246 | 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 247 | - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
|
|---|
| [7636] | 248 | o Enabled overlapped IO for custom device drivers
|
|---|
| [7628] | 249 |
|
|---|
| [7623] | 250 | 2001-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 251 | - USER32: o Added function to override name of the PM keyboard hook dll
|
|---|
| 252 | (custombuild)
|
|---|
| [7625] | 253 | - WINTRUST: o Added stub dll
|
|---|
| [7626] | 254 | - KERNEL32/USER32/ODINCRT:
|
|---|
| 255 | o Collect some simple statistics about memory & DC usage
|
|---|
| 256 | (will be extended & enhanced in the future)
|
|---|
| [7623] | 257 |
|
|---|
| [7615] | 258 | 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 259 | - USER32: o Put back old windows key scancodes
|
|---|
| [7619] | 260 | o Fix for handling Alt-F4 in default window handler
|
|---|
| [7649] | 261 | o SendInput fix; send message and clear extra info
|
|---|
| [7619] | 262 | afterwards
|
|---|
| 263 | - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
|
|---|
| 264 | NEVER delete the font object received by WM_SETFONT
|
|---|
| [7615] | 265 |
|
|---|
| [7611] | 266 | 2001-12-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 267 | - USER32: o Swallow message if WH_KEYBOARD_LL hook returns TRUE
|
|---|
| 268 | o Fixed windows key scancodes
|
|---|
| [7649] | 269 | o Do no generate a left control key message when Alt-Gr
|
|---|
| [7611] | 270 | is pressed (experimental change)
|
|---|
| 271 |
|
|---|
| [7607] | 272 | 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 273 | - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
|
|---|
| [7608] | 274 | TODO: generate accelerators in Odin
|
|---|
| [7607] | 275 |
|
|---|
| [7602] | 276 | 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 277 | - KERNEL32: o Overlapped IO updates
|
|---|
| 278 |
|
|---|
| [7595] | 279 | 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7597] | 280 | - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
|
|---|
| [7600] | 281 | - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
|
|---|
| [7595] | 282 |
|
|---|
| [7571] | 283 | 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 284 | - KERNEL32: o Added read & write functions to custom driver interface
|
|---|
| [7574] | 285 | o OdinSetVersion added to override windows version reported by
|
|---|
| 286 | Odin (Win98, WinME, NT4, Win2000, WinXP)
|
|---|
| [7586] | 287 | o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
|
|---|
| [7574] | 288 | o New versions available for odin.ini version override
|
|---|
| 289 | [WinVersion]
|
|---|
| 290 | Version=Win98 -> Windows 98
|
|---|
| 291 | Version=WinME -> Windows ME
|
|---|
| [7649] | 292 | Version=NT4 -> Windows NT4 SP6
|
|---|
| [7586] | 293 | Version=Win2000 -> Windows 2000 SP2 (default)
|
|---|
| [7574] | 294 | Version=WinXP -> Windows XP
|
|---|
| [7649] | 295 | o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
|
|---|
| [7576] | 296 | IOCTL_DISK_GET_MEDIA_TYPES
|
|---|
| [7578] | 297 | o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
|
|---|
| [7580] | 298 | structure) added
|
|---|
| 299 | o Added symbolic link for Windows 2000 device driver names
|
|---|
| 300 | \\.\Global -> \\.
|
|---|
| [7584] | 301 | o Clear GENERIC_WRITE flag if application tries to open
|
|---|
| 302 | readonly device (e.g. cdrom). This is not allowed in OS/2.
|
|---|
| [7582] | 303 | - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
|
|---|
| [7571] | 304 |
|
|---|
| [7563] | 305 | 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 306 | - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
|
|---|
| 307 | (verified in NT4, SP6)
|
|---|
| 308 | o Comm functions not valid for parallel port handles
|
|---|
| [7565] | 309 | o Overlapped IO updates
|
|---|
| 310 | o Com port now uses new overlapped class for overlapped IO
|
|---|
| 311 | o Call ExitProcess when executable entrypoint returns (LX images)
|
|---|
| 312 | o Be careful when cleaning up threads after ExitProcess has
|
|---|
| 313 | been called
|
|---|
| [7563] | 314 |
|
|---|
| [7558] | 315 | 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7561] | 316 | - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
|
|---|
| 317 | o Overlapped IO updates (still untested)
|
|---|
| [7558] | 318 | - DINPUT: o Link with guidlib.lib
|
|---|
| 319 | - GUIDLIB: o Include dinput.h for DirectInput GUIDs
|
|---|
| 320 |
|
|---|
| [7547] | 321 | 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 322 | - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
|
|---|
| 323 | handle manager functions
|
|---|
| 324 | o Removed dwType handle manager structure member; added
|
|---|
| 325 | win32 handle to structure
|
|---|
| 326 | (NOTE: All work in progress for new framework for overlapped IO)
|
|---|
| [7649] | 327 | o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
|
|---|
| [7558] | 328 | must be 0 if used with named pipes
|
|---|
| [7547] | 329 |
|
|---|
| [7542] | 330 | 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 331 | - KERNEL32: o parallel port support restricted to physical ports
|
|---|
| 332 | (LAN redirections not supported)
|
|---|
| 333 |
|
|---|
| [7540] | 334 | 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 335 | - COMCTL32: o Hack added for proper resizing of wizard property sheet in
|
|---|
| 336 | CVP. Not sure if it's always correct or whether it has a
|
|---|
| 337 | bad effect on other apps (none found so far).
|
|---|
| [7545] | 338 | - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
|
|---|
| [7540] | 339 |
|
|---|
| [7536] | 340 | 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 341 | - KERNEL32: o put in correct ioctl identifiers for parport support
|
|---|
| 342 | in winioctl.h
|
|---|
| [7538] | 343 | o parallel port support (hardware configuration) enabled
|
|---|
| [7536] | 344 |
|
|---|
| [7534] | 345 | 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 346 | - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
|
|---|
| 347 | o GetThreadPriority: return priority stored in TEB
|
|---|
| 348 | o Rewrote SetThreadPriority; allow it to change priority
|
|---|
| 349 | classes too. WGSS only changes delta in SetThreadPriority
|
|---|
| [7649] | 350 | and class in SetPriorityClass (but that one affects the whole
|
|---|
| [7534] | 351 | process, so it is rarely used by applications)
|
|---|
| [7649] | 352 | THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
|
|---|
| [7534] | 353 | THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
|
|---|
| 354 | THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
|
|---|
| 355 | THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
|
|---|
| 356 | THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
|
|---|
| 357 | THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
|
|---|
| 358 | THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
|
|---|
| 359 | o SetPriorityClass; just return success for now
|
|---|
| 360 |
|
|---|
| [7526] | 361 | 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 362 | - USER32: o Don't send WM_SIZE message to dialog before it receives
|
|---|
| 363 | WM_INITDIALOG
|
|---|
| 364 | (winzip 8.0 and Opera crash when sending this message too soon)
|
|---|
| 365 | (TODO: check in NT if this is really correct)
|
|---|
| [7528] | 366 | - COMCTL32: o Restored old property sheet code as latest Wine version
|
|---|
| 367 | causes too many new problems.
|
|---|
| [7526] | 368 |
|
|---|
| [7522] | 369 | 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 370 | - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
|
|---|
| 371 |
|
|---|
| [7520] | 372 | 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 373 | - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
|
|---|
| 374 | (completely broke debug build among other things)
|
|---|
| 375 |
|
|---|
| [7517] | 376 | 2000-12-01: Yuri Dario <mc6530@mclink.it>
|
|---|
| 377 | - USER32: o MENU_FindItem: extra check added for loops in menus
|
|---|
| 378 |
|
|---|