source: trunk/changelog@ 8678

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

* empty log message *

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