source: trunk/changelog@ 8546

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

* empty log message *

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