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