source: trunk/changelog@ 8569

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

* empty log message *

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