source: trunk/changelog@ 8591

Last change on this file since 8591 was 8591, checked in by bird, 23 years ago

* empty log message *

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