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
RevLine 
[8549]1/* $Id: changelog,v 1.2122 2002-06-02 12:42:34 sandervl Exp $ */
[7715]2
[8546]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
[8549]8 - KERNEL32: o LogException: check lockcount before changing it on entry
[8547]9 (it is not always > 0 -> previously caused hang in exception
10 handler (zombie process))
[8546]11
[8536]12 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
13 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
14 performance
[8538]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)
[8536]22
[8531]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
[8534]28 2002-05-31: Platon Fomichev <platon@innotek.de>
29 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
30
[8529]31 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
32 - WINMM: o Mixer fixes
33
[8527]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
[8511]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)
[8516]41 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
42 o mixerGetLineInfoW fix
[8523]43 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
44 wrt cx parameter (when set to zero)
[8519]45 (fixes properties dialog of sndvol32.exe (windows mixer app))
[8521]46 o Updated status control to latest Wine & applied two
47 bugfixes (already sent to wine-patches)
[8511]48
[8513]49 2002-05-29: Platon Fomichev <platon@innotek.de>
50 - USER32: o GetAsyncKeyState fix for VK_MENU
[8525]51 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
52 (invalidate control to prevent leftovers of size grip)
[8513]53
[8505]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
[8509]58 o Support added for master volume (ioctl90 mode)
[8507]59 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
60 o Wave recording now works
[8505]61
62 2002-05-28: Platon Fomichev <platon@innotek.de>
[8502]63 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
[8503]64 - KERNEL32: o Debugger updates
[8502]65
[8494]66 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
67 - WINMM: o Completely implemented mixerGetControlDetailsA/W
68 o Mixer updates
[8496]69 - TESTAPP\MIXER:
70 o Test application for mixer functions
[8494]71
[8487]72 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
73 - WINMM: o Fix for soundcards without ioctl90 mixer support
[8491]74 o Many mixer updates
[8487]75
[8484]76 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
77 - WINMM: o More mixer updates (not yet finished)
78
[8475]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
[8484]82 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
[8475]83 - WINMM: o Mixer updates (not yet finished)
84
[8473]85 2002-05-23: Platon Fomichev <platon@innotek.de>
86 - USER32: o Keyboard fixes for right alt & right shift
87
[8484]88 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
[8466]89 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
90 (fixes RealPlayer (PostThreadMessage))
[8467]91 - WINMM: o Added debug wrappers
[8471]92 o Started with mixer api rewrite
[8466]93
[8484]94 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
[8460]95 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
96
[8484]97 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
[8458]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
[8455]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
[8451]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
[8484]113 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
[8447]114 - OLEAUT32: o Resync with latest Wine
[8453]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
[8447]118
[8435]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
[8484]128 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
[8425]129 - NTDLL: o Partial resync with Wine
[8430]130 - KERNEL32: o Export some functions for NTDLL
131 o Fixed creation of logfile for executables on readonly volumes
132 o RegQueryInfoKeyW fix
[8437]133 o TLS fix for pe2lx images
134 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
135 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
136 SystemParametersInfoA parameters
[8440]137 - OLE32: o Resync with latest Wine
[8425]138
[8484]139 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
[8414]140 - DINPUT: o Made mouse code reentrant
[8417]141 - GDI32: o Fix for EnumFontFamiliesA/W
[8419]142 - SETUPAPI: o Resync with latest Wine
[8414]143
[8484]144 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
[8435]145 - KERNEL32: o CustForce2GBFileSize function added to force
[8407]146 GetVolumeInformation to tell the app all partitions are FAT
147 (2 GB file size limitation)
[8412]148 - COMCTL32: o Merged property sheet control with latest Wine version
[8407]149
[8405]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
[8402]154 2002-05-10: Platon Fomichev <platon@innotek.de>
155 - KERNEL32: o Parallel port updates (use resource manager to query
156 hardware configuration)
157
[8484]158 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
[8399]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
[8484]165 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
[8435]166 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
[8395]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:\))
[8399]174 o GetVolumeInformation change: keep file system name if
175 NTFS or FAT32
176 o Implemented unmounted volume and physical disk access
[8395]177
[8484]178 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
[8383]179 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
180 toolbar, tab, pager, nativefont, imagelist code
181 o Updated license (LGPL) for comctl32
[8388]182 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
183 in NTDLL)
[8390]184 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
[8395]185 - KERNEL32: o Implemented volume & volume mountpoint functions
[8393]186 (win2k and up)
[8435]187 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
[8395]188 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
[8383]189
190 2002-05-08: Platon Fomichev <platon@innotek.de>
191 - COMCTL32: o Merged listview control with latest Wine
192
[8484]193 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
[8379]194 - USER32: o WH_MOUSE_LL hook fixes
195
[8378]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
[8376]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
[8484]205 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
[8371]206 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
207
[8484]208 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
[8363]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.