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