source: trunk/changelog@ 8663

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

* empty log message *

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