source: trunk/changelog@ 8603

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

* empty log message *

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