source: trunk/changelog@ 8578

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

* empty log message *

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