source: trunk/changelog@ 8561

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

* empty log message *

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