source: trunk/changelog@ 8549

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

* empty log message *

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