source: trunk/changelog@ 8553

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

* empty log message *

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