| [7268] | 1 | /* $Id: changelog,v 1.1811 2001-10-29 14:21:39 bird Exp $ */
|
|---|
| [6074] | 2 |
|
|---|
| [7260] | 3 | 2001-10-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - KERNEL32: o Always IOCTL_DISK/DSK_GETLOCKSTATUS for IOCTL_STORAGE_CHECK_VERIFY
|
|---|
| 5 | (handle doesn't need to be valid for this ioctl)
|
|---|
| [7268] | 6 | - USER32: o Send WM_DEVICECHANGE to top-level windows when a CD is
|
|---|
| [7261] | 7 | inserted or removed (poll CD status every 100ms)
|
|---|
| [7260] | 8 |
|
|---|
| [7258] | 9 | 2001-10-29: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 10 | - BUILD: o strip EAs from binary before executing LXLITE on it to
|
|---|
| 11 | prevent errors in LXLITE if the file is on a LAN Server
|
|---|
| 12 | JFS volume
|
|---|
| 13 |
|
|---|
| [7260] | 14 | 2001-10-29: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| [7255] | 15 | - NTDLL: o _ultow and RtlIntegerToUnicodeString.
|
|---|
| [7268] | 16 | - Makefiles:
|
|---|
| 17 | o Remove dummy.c in clean rule.
|
|---|
| [7255] | 18 |
|
|---|
| [7242] | 19 | 2001-10-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7243] | 20 | - COMCTL32: o LISTVIEW_GetItemWidth bugfix: item can never be bigger
|
|---|
| [7242] | 21 | than the client area
|
|---|
| [7243] | 22 | - USER32: o Fixes for Set/GetWindowLong for dialogs. (unicode flag not
|
|---|
| [7242] | 23 | passed to parent class methods)
|
|---|
| [7249] | 24 | o Added SetDialogHook function for custom build
|
|---|
| [7246] | 25 | - KERNEL32: o Added RegisterCustomDriver
|
|---|
| [7250] | 26 | o Added SetDefaultLanguage to override default language
|
|---|
| [7242] | 27 |
|
|---|
| [7236] | 28 | 2001-10-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7233] | 29 | - KERNEL32: o IOCTL_SCSI_GET_ADDRESS: fail if wnaspi32 not loaded
|
|---|
| [7236] | 30 | - WINMM: o Added option to turn off audio by setting a key in the registry
|
|---|
| [7233] | 31 | HKEY_LOCAL_MACHINE\\System\\CustomBuild
|
|---|
| 32 | DisableAudio = [0|1] (DWORD type)
|
|---|
| [7236] | 33 | - USER32: o CreateIconIndirect bugfix
|
|---|
| [7233] | 34 |
|
|---|
| [7252] | 35 | 2001-10-26: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 36 | - FastDep: o Corrected crash on bad dependency file.
|
|---|
| 37 |
|
|---|
| [7226] | 38 | 2001-10-26: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 39 | - WNASPI32: o don't fail DLL loading if ASPI library fails to init
|
|---|
| 40 |
|
|---|
| [7233] | 41 | 2001-10-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7218] | 42 | - KERNEL32: o Better implementation of IOCTL_CDROM(DISK/STORAGE)_CHECK_VERIFY
|
|---|
| 43 | o CDROM ioctls: Use signature returned by IOCD_IDENTIFY ioctl
|
|---|
| 44 | o Implemented IOCTL_CDROM_READ_TOC
|
|---|
| 45 |
|
|---|
| [7211] | 46 | 2001-10-26: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 47 | - USER32: o fixed ESC keyboard event
|
|---|
| 48 | o fixed passing thru special key events to the frame window
|
|---|
| [7212] | 49 | o partial fix for shift key processing
|
|---|
| [7214] | 50 | o fixed right shift processing (and possibly numerous
|
|---|
| 51 | other extended keys)
|
|---|
| [7217] | 52 | o fixed this &%$&%! Alt-Gr-Key-Emulation
|
|---|
| [7252] | 53 | remaining issues:
|
|---|
| [7217] | 54 | AltGr won't toggle GetAsyncKeyState() or GetKeyState()
|
|---|
| [7211] | 55 |
|
|---|
| [7201] | 56 | 2001-10-25: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 57 | - USER32: o fixed scancodes for [Pause] and [PrtScr]
|
|---|
| 58 |
|
|---|
| [7199] | 59 | 2001-10-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 60 | - USER32: o Fixed sending of WM_ACTIVATEAPP messages. Only send them
|
|---|
| 61 | to top-level windows when application gains or loses focus
|
|---|
| 62 | from/to a window of another process.
|
|---|
| [7206] | 63 | o Fix for window tracking with thin frame (moving/sizing
|
|---|
| 64 | window left tracks on the screen (fullscreen dragging disabled))
|
|---|
| [7203] | 65 | - KERNEL32: o Never use DosError to disable hard errors! Use SetErrorMode
|
|---|
| 66 | *and* restore old error mode afterwards.
|
|---|
| 67 | o IOCTL_DISK_GET_DRIVE_GEOMETRY change:
|
|---|
| [7252] | 68 | Applications can use this IOCTL to check if the floppy has
|
|---|
| 69 | been changed. OSLibDosGetDiskGeometry won't fail when that
|
|---|
| 70 | happens so we read one byte from the disk and return
|
|---|
| [7203] | 71 | ERROR_MEDIA_CHANGED if it fails with ERROR_WRONG_DISK.
|
|---|
| [7252] | 72 | - COMCTL32: o ListView: LVM_SETITEMA: update item even when 'new' text is
|
|---|
| [7206] | 73 | the same.
|
|---|
| 74 | (CVP depends on this)
|
|---|
| [7199] | 75 |
|
|---|
| [7192] | 76 | 2001-10-24: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 77 | - USER32: o added translation between PM Scancodes and
|
|---|
| 78 | Windows Scancodes
|
|---|
| 79 | Note: Open32 uses always PM Scancodes!
|
|---|
| 80 | o fixed GetKeyNameText as far as possible
|
|---|
| [7199] | 81 | Despite we'll have to implement a flexible keyboard
|
|---|
| 82 | layout scheme in the future.
|
|---|
| [7192] | 83 |
|
|---|
| [7186] | 84 | 2001-10-24: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 85 | - PMKBDHK: o link statically with C runtime
|
|---|
| 86 |
|
|---|
| [7181] | 87 | 2001-10-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 88 | - USER32: o SCROLLBAR: Only set focus to scrollbar control if it has
|
|---|
| 89 | the WS_TABSTOP style (bugfix taken from Wine)
|
|---|
| [7184] | 90 | o IsWindowVisible: check for WS_CHILD style before checking
|
|---|
| 91 | parents
|
|---|
| 92 | (CVP: fixes moving of dialog with invisible owner)
|
|---|
| [7188] | 93 | o Frame tracking: activate and bring window to top when
|
|---|
| 94 | control key is not pressed (OS/2 look)
|
|---|
| 95 | (fixes activation by clicking on title bar and you can now
|
|---|
| 96 | track frame without activating it)
|
|---|
| [7193] | 97 | o Double mouse click sent two up messages
|
|---|
| 98 | o Double click on system menu now closes window
|
|---|
| [7197] | 99 | (SetCapture interferes with double click message generation)
|
|---|
| [7199] | 100 | - WINMM: o Dynamically load MDM; Windows applications (that don't
|
|---|
| [7197] | 101 | require sound) will no longer fail when MMPM/2 isn't available.
|
|---|
| [7181] | 102 |
|
|---|
| [7169] | 103 | 2001-10-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 104 | - COMCTL32: o ListView: WM_KEYDOWN -> if WM_NOTIFY returns TRUE, then
|
|---|
| 105 | don't process key anymore; the app did it for us
|
|---|
| 106 | o ListView: First focus change didn't work
|
|---|
| [7173] | 107 | o Partial implementation of draglists. Only sends DL_BEGINDRAG
|
|---|
| 108 | DRAGLISTMSGSTRING message which is enough for CVP.
|
|---|
| [7172] | 109 | - USER32: o Fixed moving of window with RMB
|
|---|
| [7169] | 110 |
|
|---|
| [7167] | 111 | 2001-10-23: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7166] | 112 | - USER32: o major improvement on keyboard handling
|
|---|
| 113 | Special AltGr mapping missing yet
|
|---|
| 114 | o partial fix to GetKeyNameText(),
|
|---|
| 115 | two Open32 bugs remaining:
|
|---|
| 116 | (injected scancodes ignored (undoc),
|
|---|
| 117 | extended key bit ignored)
|
|---|
| 118 |
|
|---|
| 119 | 2001-10-22: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7153] | 120 | - TESTAPP: o added keyboard test program for low-level testing
|
|---|
| [7252] | 121 | of the keyboard routines
|
|---|
| [7153] | 122 | (Queue, WH_KEYBOARD, WH_KEYBOARD_LL)
|
|---|
| [7157] | 123 | - PMKBDHK: o added initial version
|
|---|
| 124 | - USER32: o enabled PMKBDHK
|
|---|
| 125 | o fixed minor issue in WH_KEYBOARD_LL
|
|---|
| 126 | - SHELL32: o minor speedup in PIDL handling
|
|---|
| 127 | - KERNEL32: o removed experimental heap handle cache stats
|
|---|
| [7153] | 128 |
|
|---|
| [7147] | 129 | 2001-10-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 130 | - WSOCK32: o Fix for sending FD_CLOSE notification when connection
|
|---|
| 131 | is closed at the remote end.
|
|---|
| 132 |
|
|---|
| [7144] | 133 | 2001-10-20: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 134 | - WNASPI32: o do not fail in init routine in case ASPIROUT.SYS
|
|---|
| 135 | is not present. Just return errors from all calls
|
|---|
| 136 | if this is the case.
|
|---|
| 137 | TODO: refine calls to not return any ASPI devices!
|
|---|
| 138 |
|
|---|
| [7141] | 139 | 2001-10-19: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 140 | - WSOCK32: o implemented error bit handling in Winsock 2.0
|
|---|
| [7167] | 141 | event semaphore notification for async select
|
|---|
| [7141] | 142 |
|
|---|
| [7135] | 143 | 2001-10-19: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 144 | - COMCTL32: o updated listview and status to wine level
|
|---|
| [7138] | 145 | - COMDLG32: o fix crash in FileDlg95 (used freed memory object)
|
|---|
| [7135] | 146 |
|
|---|
| [7121] | 147 | 2001-10-18: knut stange osmundsen <kosmunds@csc.com>
|
|---|
| 148 | - odin32.*.vac3*.mk:
|
|---|
| 149 | o Added /noignorecase to ILIBFLAGS. Object libraries
|
|---|
| 150 | is now using case sensitive names. This removes some
|
|---|
| 151 | warnings during custombuild and fixes a duplicate symbol
|
|---|
| 152 | problem in kKrnlLibR3.
|
|---|
| 153 |
|
|---|
| [7112] | 154 | 2001-10-18: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 155 | - USER32: o temporarily backed out a change from earlier today
|
|---|
| 156 | in the color pointer conversion code that causes
|
|---|
| 157 | severe regressions. Look for @@@AH in oslibres.cpp
|
|---|
| 158 |
|
|---|
| [7105] | 159 | 2001-10-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 160 | - DDRAW: o Check if DirectDraw object is associated with Clipper.
|
|---|
| 161 | - SHELL32: o Compile fix for release build
|
|---|
| [7106] | 162 | - USER32: o Fix for pointer conversion
|
|---|
| [7108] | 163 | o Notify visible region callback when WM_SHOW arrives.
|
|---|
| 164 | For some reason we don't receive a WM_VRNENABLED message
|
|---|
| 165 | when a window is shown for the first time.
|
|---|
| 166 | - KERNEL32: o Check for NULL handler in RtlRaiseException/RtlUnwind
|
|---|
| [7114] | 167 | - GDI32: o Removed wrong warnings about GpiQueryBitmapBits
|
|---|
| [7105] | 168 |
|
|---|
| [7094] | 169 | 2001-10-17: knut stange osmundsen <kosmunds@csc.com>
|
|---|
| 170 | - common: o Corrected bug in kFile buffering which caused impdef to
|
|---|
| 171 | crash in some cases.
|
|---|
| 172 |
|
|---|
| [7087] | 173 | 2001-10-17: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 174 | - SHELL32: o WINE resync 20011017
|
|---|
| [7092] | 175 | - KERNEL32: o minor heap optimization
|
|---|
| 176 | - USER32: o minor handle mgmt optimizations
|
|---|
| [7101] | 177 | - CRTDLL32: o RegisterLxDll() in initterm was missing (WINPROJ)
|
|---|
| [7087] | 178 |
|
|---|
| [7083] | 179 | 2001-10-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 180 | - DDRAW: o Fixes for DDBLT_COLORFILL
|
|---|
| [7089] | 181 | - WS2_32: o Added stubs for WSAEnumProtocolsA/W
|
|---|
| [7096] | 182 | - USER32: o SetFocus fix; don't always activate window because that
|
|---|
| [7121] | 183 | changes the z-order which interferes (among other things)
|
|---|
| 184 | with GetNextDlgTabItem & GetNextDlgGroupItem
|
|---|
| 185 | o Removed some GetNextDlgGroupItem changes which are no longer
|
|---|
| [7096] | 186 | necessary due to the SetFocus fix
|
|---|
| [7083] | 187 |
|
|---|
| [7077] | 188 | 2001-10-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 189 | - KERNEL32, CUSTOMBUILD, USER32:
|
|---|
| 190 | o Custom build fixes + changes
|
|---|
| [7081] | 191 | o GlobalMemoryStatus: limit amount of virtual memory to 2GB - 1
|
|---|
| 192 | Some applications interpret this value as a signed long.
|
|---|
| [7077] | 193 | - USER32: o Fix for pointer conversion
|
|---|
| 194 |
|
|---|
| [7073] | 195 | 2001-10-16: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 196 | - WSOCK32: o enabled receive and send timeout socket options
|
|---|
| 197 | (SO_SNDTIMEO, SO_RCVTIMEO)
|
|---|
| 198 |
|
|---|
| [7062] | 199 | 2001-10-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7067] | 200 | - KERNEL32, USER32, WNASPI32, DDRAW:
|
|---|
| [7062] | 201 | o Custom build updates
|
|---|
| 202 |
|
|---|
| [7044] | 203 | 2001-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 204 | - USER32: o Convert color cursor to monochrome if it only uses two colors.
|
|---|
| [7094] | 205 | This overcomes a silly limitation in some less advanced
|
|---|
| [7059] | 206 | display drivers. (SDD still has no support for color cursors!)
|
|---|
| [7044] | 207 | (fixes mouse cursor flickering & screen distortion when
|
|---|
| 208 | accessing the frame buffer directly)
|
|---|
| 209 | NOTE: This is a partial solution only. Real color cursors
|
|---|
| 210 | still use GRADD's rather poor software emulation.
|
|---|
| 211 |
|
|---|
| [7039] | 212 | 2001-10-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 213 | - WSOCK32: o Overwrite IP header length in sendto for raw sockets
|
|---|
| 214 | with IP_HDRINCL option set.
|
|---|
| [7094] | 215 | (fixes errors for apps that use big endian format for
|
|---|
| [7039] | 216 | the length word)
|
|---|
| 217 | o WSAEnumNetworkEvents now reports (some) events properly
|
|---|
| 218 | o Call WSACleanup during dll unload in case application
|
|---|
| 219 | forgot to do that.
|
|---|
| 220 |
|
|---|
| [7037] | 221 | 2000-10-12: Yuri Dario <mc6530@mclink.it>
|
|---|
| 222 | - USER32: o GetNextDlgGroupItem fix for infinite loop in Opera
|
|---|
| 223 |
|
|---|
| [7035] | 224 | 2001-10-12: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 225 | - KERNEL32: o use bounce buffers if end of buffer crosses
|
|---|
| 226 | tiled region barrier, not start of buffer
|
|---|
| [7036] | 227 | (yeah, being nit-picking here, OS/2 will actually
|
|---|
| 228 | never give you a memory object that crosses the boundary...)
|
|---|
| [7035] | 229 |
|
|---|
| [7029] | 230 | 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 231 | - include: o debugtools.h: memory corruption in debugstr_()
|
|---|
| 232 | - KERNEL32: o (cheap) heap lookup acceleration
|
|---|
| 233 | o better profiler calibration :)
|
|---|
| [7033] | 234 | o bounce buffers for DeviceIoControl() with
|
|---|
| 235 | high memory buffers
|
|---|
| [7032] | 236 | - SHELL32: o ~10% speed improvement on shell folder operations ;-)
|
|---|
| [7029] | 237 |
|
|---|
| [7017] | 238 | 2001-10-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 239 | - USER32: o SetScrollRange: return error if min > max or out of range
|
|---|
| 240 | (ERROR_INVALID_SCROLLBAR_RANGE)
|
|---|
| 241 | (behaviour of NT4, SP6)
|
|---|
| [7094] | 242 | o Scrollbar control window not disabled properly when using
|
|---|
| 243 | EnableWindow instead of EnableScrollbar. (handle WM_ENABLE
|
|---|
| [7019] | 244 | and call EnableScrollbar)
|
|---|
| 245 | o Forward WM_SYSCOMMAND to Parent (for scrollbar control window
|
|---|
| 246 | with size grip style)
|
|---|
| [7024] | 247 | - WSOCK32: o Implemented IP_HDRINCL, IP_TTL & IP_TOS for set/getsockopt
|
|---|
| 248 | - WS2_32: o Translate IPPROTO_IP options in getsockopt before calling
|
|---|
| 249 | wsock32
|
|---|
| [7019] | 250 |
|
|---|
| [7011] | 251 | 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7094] | 252 | - KERNEL32: o added ODIN performance profiler
|
|---|
| [7011] | 253 | (perf_0.log for PROFILE builds)
|
|---|
| [7016] | 254 | - SHELL32: o ~30% speed improvement on shell folder operations
|
|---|
| [7011] | 255 |
|
|---|
| [6980] | 256 | 2001-10-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 257 | - USER32: o Do not blindly add ODIN_FUNCTION macros to functions that
|
|---|
| 258 | get called very often. (like IsWindow, GetParent & IsWindowVisible)
|
|---|
| 259 | This tends to make logfiles very big...
|
|---|
| 260 | - WSOCK32: o Added IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_MULTICAST_LOOP &
|
|---|
| 261 | IP_MULTICAST_TTL to setsockopt
|
|---|
| [6993] | 262 | o Add support for WS2_32 IPPROTO_IP options
|
|---|
| 263 | - WS2_32: o Translate IPPROTO_IP options in setsockopt before calling
|
|---|
| 264 | wsock32
|
|---|
| [6980] | 265 | - DDRAW: o Commented out DiveAcquire/DeaquireFrameBuffer for now
|
|---|
| 266 | (surflock/unlock)
|
|---|
| 267 |
|
|---|
| [6979] | 268 | 2001-10-10: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 269 | - KERNEL32: o added IOCTL_CDROM_EJECT_MEDIA
|
|---|
| 270 | IOCTL_CDROM_LOAD_MEDIA
|
|---|
| 271 | IOCTL_CDROM_PAUSE_AUDIO
|
|---|
| 272 | IOCTL_CDROM_STOP_AUDIO
|
|---|
| 273 | IOCTL_CDROM_RESUME_AUDIO
|
|---|
| [6985] | 274 | IOCTL_CDROM_PLAY_AUDIO_MSF
|
|---|
| [6979] | 275 | o added IOCTL_STORAGE_EJECT_MEDIA
|
|---|
| 276 | IOCTL_STORAGE_LOAD_MEDIA
|
|---|
| [6985] | 277 | IOCTL_DISK_EJECT_MEDIA
|
|---|
| 278 | IOCTL_DISK_CHECK_VERIFY
|
|---|
| [6994] | 279 | - IPHLPAPI: o added fake version of GetAdaptersInfo()
|
|---|
| [6998] | 280 | - ODINWRAP: o standard C compiler compatibility
|
|---|
| [7001] | 281 | - MAKE: o fixes to the profile make include
|
|---|
| 282 | - SHELL32: o PIDL: instrumentation for performance tuning
|
|---|
| [6979] | 283 |
|
|---|
| [6974] | 284 | 2001-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 285 | - KERNEL32: o Image header page must be readonly
|
|---|
| 286 | o Temporarily disabled high memory usage for heap
|
|---|
| 287 |
|
|---|
| [6969] | 288 | 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 289 | - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
|
|---|
| [6971] | 290 | o added further messages to wndmsg.cpp
|
|---|
| [6969] | 291 | - KERNEL32: o added further error codes to error2WinError
|
|---|
| 292 |
|
|---|
| [6964] | 293 | 2001-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 294 | - USER32: o WM_WINDOWPOSCHANGED: activation fix; must clear FF_NOACTIVATESWP
|
|---|
| 295 | if mp2 & AWP_ACTIVATE
|
|---|
| 296 | (fixes activation of some inactive windows; used to be
|
|---|
| 297 | activated but not brought to the top)
|
|---|
| 298 |
|
|---|
| [6959] | 299 | 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 300 | - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
|
|---|
| [7094] | 301 | - USER32: o Eliminated flickering during frame sizing due to
|
|---|
| [6962] | 302 | unnecessary drawing
|
|---|
| 303 | o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
|
|---|
| 304 | o WM_TRACKFRAME: call Frame_SysCommandSizeMove with SC_MOVE+HTCAPTION
|
|---|
| [6959] | 305 |
|
|---|
| [6953] | 306 | 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7094] | 307 | - QUARTZ/OLEAUT32:
|
|---|
| [6953] | 308 | o Wine 20011004 resync
|
|---|
| [6955] | 309 | - KERNEL32: o Reduce overhead for heap allocation
|
|---|
| 310 | o Always allocate heap memory from high memory (if available)
|
|---|
| [6956] | 311 | o Allocate extra heap memory in 64kb units
|
|---|
| [7094] | 312 | MUST use 64kb here or else we are at risk of running out
|
|---|
| 313 | of virtual memory space. (when allocating 4kb we actually
|
|---|
| [6956] | 314 | get 4kb + 60k uncommited)
|
|---|
| [7094] | 315 | (fixes out of resources error while loading big movies
|
|---|
| [6956] | 316 | in The Playa)
|
|---|
| [6953] | 317 |
|
|---|
| [6949] | 318 | 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 319 | - DDRAW: o Added stretching support for blitting to the screen
|
|---|
| 320 | (the Playa can now play movies in fullscreen mode)
|
|---|
| 321 |
|
|---|
| [6939] | 322 | 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [6940] | 323 | - WINMM: o Allocate handle for new timer and verify handle
|
|---|
| [7094] | 324 | is valid before using it.
|
|---|
| [6939] | 325 | (prevents crashes when app attempts to delete timer twice
|
|---|
| 326 | (DivX 4))
|
|---|
| 327 | - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
|
|---|
| 328 | o Take clipping into account in SurfBlt4. Windowed DirectDraw
|
|---|
| [7094] | 329 | blitting now seems to work well.
|
|---|
| [6939] | 330 | (only tried DivX 4; needs more testing)
|
|---|
| [6940] | 331 | - USER32: o Rewrote sizing & moving of windows (frame tracking)
|
|---|
| 332 | (ported Wine version + fixed some bugs)
|
|---|
| 333 | Some applications (e.g. RealPlayer) resize themselves
|
|---|
| 334 | when receiving WM_SIZING msgs. Not possible to send those
|
|---|
| 335 | with PM's frame tracking.
|
|---|
| 336 | TODO: fix flickering of size border (dynamic drag off)
|
|---|
| 337 | TODO: WM_SIZING handling not 100% correct yet
|
|---|
| 338 | TODO: Must display size/move cursor when starting action
|
|---|
| 339 | from system menu
|
|---|
| 340 | o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
|
|---|
| [6943] | 341 | - OLEAUT32: o Wine update
|
|---|
| [6939] | 342 |
|
|---|
| [6931] | 343 | 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 344 | - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
|
|---|
| [7094] | 345 | (Some dlls (divx codec) call CoFreeUnusedLibraries which
|
|---|
| [6940] | 346 | unloads the same dll if we use CoLoadLibrary (-> crash)
|
|---|
| [6931] | 347 | NT's regsvr32 doesn't use CoLoadLibrary either)
|
|---|
| [6939] | 348 | - USER32: o OSLibWinGetMsg bugfix
|
|---|
| [6931] | 349 |
|
|---|
| [6926] | 350 | 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 351 | - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
|
|---|
| 352 |
|
|---|