source: trunk/changelog@ 8595

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

* empty log message *

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