source: trunk/changelog@ 8597

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

* empty log message *

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