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