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