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