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