[8598] | 1 | /* $Id: changelog,v 1.2139 2002-06-08 11:38:47 sandervl Exp $ */
|
---|
[7715] | 2 |
|
---|
[8598] | 3 | 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[8595] | 4 | - SHELL32: o Moved resource files to subdir
|
---|
| 5 | - COMDLG32: o Compile fix + moved resource files to subdir
|
---|
[8598] | 6 | - KERNEL32: o Export OSLibDosDevIOCtl
|
---|
| 7 | - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
|
---|
| 8 | (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
|
---|
| 9 | package from May 2001 (or newer) or recent JJSCDROM)
|
---|
| 10 | - DDRAW: o Fixed clipping bug with non-frame windows
|
---|
[8595] | 11 |
|
---|
[8597] | 12 | 2002-06-08: knut st. osmundsen <bird@anduin.net>
|
---|
| 13 | - TOOLS\WRC:o Compile fix
|
---|
| 14 |
|
---|
[8592] | 15 | 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 16 | - SHLWAPI: o Resync with latest Wine & added LGPL license
|
---|
| 17 | - SHELL32: o Some updates for upcoming resync
|
---|
| 18 |
|
---|
[8590] | 19 | 2002-06-06: knut st. osmundsen <bird@anduin.net>
|
---|
[8591] | 20 | - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
|
---|
[8590] | 21 |
|
---|
[8581] | 22 | 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
|
---|
[8590] | 23 | - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
|
---|
[8581] | 24 | opening an existing file
|
---|
| 25 |
|
---|
[8578] | 26 | 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 27 | - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
|
---|
| 28 |
|
---|
[8576] | 29 | 2002-06-06: Platon Fomichev <platon@innotek.de>
|
---|
| 30 | - SHELL32: o Always expand root when initializing treeview
|
---|
| 31 | o Do not sort tree in TVN_ITEMEXPANDINGA
|
---|
| 32 |
|
---|
[8569] | 33 | 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 34 | - WINMM: o Put back original DART buffer size selection code
|
---|
| 35 | (new one messes up e.g. RealPlayer)
|
---|
[8571] | 36 | o Postpone recording when waveInStart called without
|
---|
| 37 | any buffers in the queue. Start in during next
|
---|
| 38 | waveInAddBuffer call.
|
---|
[8573] | 39 | o Fixed DART waveout resume
|
---|
[8569] | 40 |
|
---|
[8565] | 41 | 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 42 | - USER32: o Fix for AltGr key combinations
|
---|
[8567] | 43 | - WINMM: o Updates for wave playback
|
---|
[8565] | 44 |
|
---|
[8554] | 45 | 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 46 | - USER32, OLE32:
|
---|
| 47 | o Drag and drop fixes
|
---|
[8561] | 48 | - BIN\ODINBUG:
|
---|
| 49 | o Update by Herwig Bauernfeind (0.5.6a)
|
---|
| 50 | - DOC\MANUAL:
|
---|
| 51 | o Users manual sources by Herwig Bauernfeind
|
---|
| 52 | - DOC: o Added odinuser.inf by Herwig Bauernfeind
|
---|
[8554] | 53 |
|
---|
[8546] | 54 | 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 55 | - USER32\CONTROLS:
|
---|
| 56 | o New dll for user32 controls (latest Wine)
|
---|
| 57 | (not activated, not finished (resync))
|
---|
| 58 | - USER32: o Moved drag & drop code to seperate file
|
---|
[8550] | 59 | o Updates for OLE drag 'n drop
|
---|
[8549] | 60 | - KERNEL32: o LogException: check lockcount before changing it on entry
|
---|
[8547] | 61 | (it is not always > 0 -> previously caused hang in exception
|
---|
| 62 | handler (zombie process))
|
---|
[8550] | 63 | - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
|
---|
| 64 | - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
|
---|
| 65 | (todo: Odin app -> WPS)
|
---|
[8546] | 66 |
|
---|
[8536] | 67 | 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 68 | - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
|
---|
| 69 | performance
|
---|
[8538] | 70 | o DragQueryFileW fix
|
---|
| 71 | - WINMM: o Implemented minimal control change notification
|
---|
| 72 | - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
|
---|
| 73 | control (probably not 100% correct)
|
---|
| 74 | - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
|
---|
[8590] | 75 | (works in notepad; drag file object from WPS into notepad
|
---|
[8538] | 76 | window)
|
---|
[8536] | 77 |
|
---|
[8531] | 78 | 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 79 | - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
|
---|
| 80 | - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
|
---|
| 81 | (with LLMHF_INJECTED flag set)
|
---|
| 82 |
|
---|
[8534] | 83 | 2002-05-31: Platon Fomichev <platon@innotek.de>
|
---|
| 84 | - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
|
---|
| 85 |
|
---|
[8529] | 86 | 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 87 | - WINMM: o Mixer fixes
|
---|
| 88 |
|
---|
[8527] | 89 | 2002-05-30: Platon Fomichev <platon@innotek.de>
|
---|
| 90 | - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
|
---|
| 91 | (seems to be done in windows)
|
---|
| 92 |
|
---|
[8511] | 93 | 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 94 | - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
|
---|
| 95 | (fixes AbiWord keyboard input)
|
---|
[8516] | 96 | - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
|
---|
| 97 | o mixerGetLineInfoW fix
|
---|
[8590] | 98 | - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
|
---|
[8523] | 99 | wrt cx parameter (when set to zero)
|
---|
[8519] | 100 | (fixes properties dialog of sndvol32.exe (windows mixer app))
|
---|
[8521] | 101 | o Updated status control to latest Wine & applied two
|
---|
| 102 | bugfixes (already sent to wine-patches)
|
---|
[8511] | 103 |
|
---|
[8513] | 104 | 2002-05-29: Platon Fomichev <platon@innotek.de>
|
---|
| 105 | - USER32: o GetAsyncKeyState fix for VK_MENU
|
---|
[8525] | 106 | - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
|
---|
| 107 | (invalidate control to prevent leftovers of size grip)
|
---|
[8513] | 108 |
|
---|
[8505] | 109 | 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 110 | - REGSVR32: o Fixed startup
|
---|
| 111 | - WINMM: o Completely implemented mixerSetControlDetails
|
---|
| 112 | o Mixer updates
|
---|
[8509] | 113 | o Support added for master volume (ioctl90 mode)
|
---|
[8507] | 114 | o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
|
---|
| 115 | o Wave recording now works
|
---|
[8505] | 116 |
|
---|
| 117 | 2002-05-28: Platon Fomichev <platon@innotek.de>
|
---|
[8502] | 118 | - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
|
---|
[8503] | 119 | - KERNEL32: o Debugger updates
|
---|
[8502] | 120 |
|
---|
[8494] | 121 | 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 122 | - WINMM: o Completely implemented mixerGetControlDetailsA/W
|
---|
| 123 | o Mixer updates
|
---|
[8496] | 124 | - TESTAPP\MIXER:
|
---|
| 125 | o Test application for mixer functions
|
---|
[8494] | 126 |
|
---|
[8487] | 127 | 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 128 | - WINMM: o Fix for soundcards without ioctl90 mixer support
|
---|
[8491] | 129 | o Many mixer updates
|
---|
[8487] | 130 |
|
---|
[8484] | 131 | 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 132 | - WINMM: o More mixer updates (not yet finished)
|
---|
| 133 |
|
---|
[8475] | 134 | 2002-05-23: Yuri Dario <mc6530@mclink.it>
|
---|
| 135 | - USER32: o Don't beep when unable to find menu item when alt key pressed
|
---|
| 136 |
|
---|
[8484] | 137 | 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8475] | 138 | - WINMM: o Mixer updates (not yet finished)
|
---|
| 139 |
|
---|
[8473] | 140 | 2002-05-23: Platon Fomichev <platon@innotek.de>
|
---|
| 141 | - USER32: o Keyboard fixes for right alt & right shift
|
---|
| 142 |
|
---|
[8484] | 143 | 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8466] | 144 | - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
|
---|
| 145 | (fixes RealPlayer (PostThreadMessage))
|
---|
[8467] | 146 | - WINMM: o Added debug wrappers
|
---|
[8471] | 147 | o Started with mixer api rewrite
|
---|
[8466] | 148 |
|
---|
[8484] | 149 | 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8460] | 150 | - KERNEL32: o Round stack top & bottom (TIB) to page boundary
|
---|
| 151 |
|
---|
[8484] | 152 | 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8458] | 153 | - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
|
---|
| 154 | since a dll that depends on dlls with an exitlist handler
|
---|
| 155 | doesn't get properly unloaded (initterm not called for unload
|
---|
| 156 | nor for a 2nd load)
|
---|
| 157 |
|
---|
[8455] | 158 | 2002-05-20: Dmitry Froloff <froloff@os2.ru>
|
---|
| 159 | - KERNEL32: o Removed 64 MB memory mapped file limit
|
---|
| 160 | o Fix for opening memory mapped file with size larger than
|
---|
| 161 | the file size
|
---|
| 162 |
|
---|
[8451] | 163 | 2002-05-17: Platon Fomichev <platon@innotek.de>
|
---|
| 164 | - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
|
---|
| 165 | if window is not visible (fixes endless loop in
|
---|
| 166 | property sheet when switching page with keyboard)
|
---|
| 167 |
|
---|
[8484] | 168 | 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8447] | 169 | - OLEAUT32: o Resync with latest Wine
|
---|
[8453] | 170 | - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
|
---|
| 171 | (IOCTL_CDROM_CURRENT_POSITION only)
|
---|
| 172 | o IOCTL_CDROM_READ_TOC fix
|
---|
[8447] | 173 |
|
---|
[8435] | 174 | 2002-05-16: knut st. osmundsen <bird@anduin.net>
|
---|
| 175 | - MAKE: o Merged in latest changes.
|
---|
| 176 | o Create NewConfigure.cmd for this environment.
|
---|
| 177 | Try NewConfigure.cmd -? first.
|
---|
| 178 | (Do 'nmake needed' before calling this. (stupid!))
|
---|
| 179 | o Please note that this is still not 100% configured for
|
---|
| 180 | Odin32 yet. But eventually it will replace the existing
|
---|
| 181 | make system.
|
---|
| 182 |
|
---|
[8484] | 183 | 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8425] | 184 | - NTDLL: o Partial resync with Wine
|
---|
[8430] | 185 | - KERNEL32: o Export some functions for NTDLL
|
---|
| 186 | o Fixed creation of logfile for executables on readonly volumes
|
---|
| 187 | o RegQueryInfoKeyW fix
|
---|
[8437] | 188 | o TLS fix for pe2lx images
|
---|
| 189 | - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
|
---|
[8590] | 190 | SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
|
---|
[8437] | 191 | SystemParametersInfoA parameters
|
---|
[8440] | 192 | - OLE32: o Resync with latest Wine
|
---|
[8425] | 193 |
|
---|
[8484] | 194 | 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8414] | 195 | - DINPUT: o Made mouse code reentrant
|
---|
[8417] | 196 | - GDI32: o Fix for EnumFontFamiliesA/W
|
---|
[8419] | 197 | - SETUPAPI: o Resync with latest Wine
|
---|
[8414] | 198 |
|
---|
[8484] | 199 | 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8435] | 200 | - KERNEL32: o CustForce2GBFileSize function added to force
|
---|
[8407] | 201 | GetVolumeInformation to tell the app all partitions are FAT
|
---|
| 202 | (2 GB file size limitation)
|
---|
[8412] | 203 | - COMCTL32: o Merged property sheet control with latest Wine version
|
---|
[8407] | 204 |
|
---|
[8405] | 205 | 2002-05-14: Platon Fomichev <platon@innotek.de>
|
---|
| 206 | - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
|
---|
| 207 | SWP_FOCUS(DE)ACTIVATE message.
|
---|
| 208 |
|
---|
[8402] | 209 | 2002-05-10: Platon Fomichev <platon@innotek.de>
|
---|
| 210 | - KERNEL32: o Parallel port updates (use resource manager to query
|
---|
| 211 | hardware configuration)
|
---|
| 212 |
|
---|
[8484] | 213 | 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8399] | 214 | - KERNEL32: o Applications are now allowed to read physical disks or
|
---|
| 215 | mounted partitions. Write access is only allowed for
|
---|
| 216 | unmounted partitions or floppy disks.
|
---|
| 217 | o Implemented GetFileSize for disk objects; corrected
|
---|
| 218 | return value for some failures (-1)
|
---|
| 219 |
|
---|
[8484] | 220 | 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8435] | 221 | - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
|
---|
[8395] | 222 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
| 223 | o Implemented GetVolumeNameForVolumeMountPointA/W for disk
|
---|
| 224 | mountpoints (e.g. C:\)
|
---|
| 225 | o Rewrote FindFirst/NextVolume to use LVM interface (if
|
---|
| 226 | availabe; else fail)
|
---|
| 227 | o Extended GetDriveType & GetVolumeInformation for volume
|
---|
| 228 | names (instead of only disk names (e.g. C:\))
|
---|
[8399] | 229 | o GetVolumeInformation change: keep file system name if
|
---|
| 230 | NTFS or FAT32
|
---|
| 231 | o Implemented unmounted volume and physical disk access
|
---|
[8395] | 232 |
|
---|
[8484] | 233 | 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8383] | 234 | - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
|
---|
| 235 | toolbar, tab, pager, nativefont, imagelist code
|
---|
| 236 | o Updated license (LGPL) for comctl32
|
---|
[8388] | 237 | - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
|
---|
| 238 | in NTDLL)
|
---|
[8390] | 239 | - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
|
---|
[8395] | 240 | - KERNEL32: o Implemented volume & volume mountpoint functions
|
---|
[8393] | 241 | (win2k and up)
|
---|
[8435] | 242 | o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
|
---|
[8395] | 243 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
[8383] | 244 |
|
---|
| 245 | 2002-05-08: Platon Fomichev <platon@innotek.de>
|
---|
| 246 | - COMCTL32: o Merged listview control with latest Wine
|
---|
| 247 |
|
---|
[8484] | 248 | 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8379] | 249 | - USER32: o WH_MOUSE_LL hook fixes
|
---|
| 250 |
|
---|
[8378] | 251 | 2002-05-07: Platon Fomichev <platon@innotek.de>
|
---|
| 252 | - USER32: o Listbox/combobox fix for MFC apps
|
---|
| 253 | o SetParent doesn't change WS_CHILD style
|
---|
| 254 | o Experimental change for getParent
|
---|
| 255 |
|
---|
[8376] | 256 | 2002-05-07: knut st. osmundsen <bird@anduin.net>
|
---|
| 257 | - CmdQd: o The daemon shouldn't inherit standard handles when started.
|
---|
| 258 | (Hung the daily build, since we use tee to do logging.)
|
---|
| 259 |
|
---|
[8484] | 260 | 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8371] | 261 | - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
|
---|
| 262 |
|
---|
[8484] | 263 | 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8363] | 264 | - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
|
---|
| 265 | translation array
|
---|
| 266 |
|
---|