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