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