source: trunk/changelog@ 8574

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

* empty log message *

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