source: trunk/changelog@ 8591

Last change on this file since 8591 was 8591, checked in by bird, 23 years ago

* empty log message *

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