source: trunk/changelog@ 8571

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

* empty log message *

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