source: trunk/changelog@ 8567

Last change on this file since 8567 was 8567, checked in by sandervl, 24 years ago

* empty log message *

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