source: trunk/changelog@ 8576

Last change on this file since 8576 was 8576, checked in by sandervl, 23 years ago

* empty log message *

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