source: trunk/changelog@ 8565

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

* empty log message *

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