wine
22 years agoAttempt at fixing POLLHUP handling for Linux 2.2.x.
Alexandre Julliard [Fri, 21 Jun 2002 19:06:28 +0000 (19:06 +0000)] 
Attempt at fixing POLLHUP handling for Linux 2.2.x.

22 years agoMoved succeeding test out of todo block.
Alexandre Julliard [Fri, 21 Jun 2002 19:02:44 +0000 (19:02 +0000)] 
Moved succeeding test out of todo block.

22 years agoFixed regression caused by previous change.
Alexandre Julliard [Fri, 21 Jun 2002 19:00:13 +0000 (19:00 +0000)] 
Fixed regression caused by previous change.

22 years agoFixed ordinals to match the Windows values.
Mike McCormack [Thu, 20 Jun 2002 23:51:21 +0000 (23:51 +0000)] 
Fixed ordinals to match the Windows values.
Added a couple of stubs.

22 years agoCreate the server directory and socket file in /tmp.
Alexandre Julliard [Thu, 20 Jun 2002 23:21:27 +0000 (23:21 +0000)] 
Create the server directory and socket file in /tmp.
Use fcntl file locking to ensure exclusion on the server socket and to
better recover from crashes.
Flush the registry before closing the socket to avoid timeouts on the
client side.
Moved get_config_dir functionality to libwine.

22 years agoStore dirty flag in each registry key and use it to save only modified
Alexandre Julliard [Thu, 20 Jun 2002 23:18:56 +0000 (23:18 +0000)] 
Store dirty flag in each registry key and use it to save only modified
branches.

22 years agoMake sure that DRIVE_FindDriveRoot always returns an absolute path.
Alexandre Julliard [Thu, 20 Jun 2002 23:13:06 +0000 (23:13 +0000)] 
Make sure that DRIVE_FindDriveRoot always returns an absolute path.

22 years agoAdded dependency on program symlink for unit tests.
Alexandre Julliard [Thu, 20 Jun 2002 23:10:19 +0000 (23:10 +0000)] 
Added dependency on program symlink for unit tests.

22 years agoAdded regedit unit test, a couple minor changes to regedit.
Andriy Palamarchuk [Thu, 20 Jun 2002 23:09:33 +0000 (23:09 +0000)] 
Added regedit unit test, a couple minor changes to regedit.

22 years ago- VarAnd, VarCmp (Strings only), VarNot implemented.
Jason Edmeades [Thu, 20 Jun 2002 23:07:55 +0000 (23:07 +0000)] 
- VarAnd, VarCmp (Strings only), VarNot implemented.
- VarParseNumFromStr/VarNumFromParseNum handle negative currency
  numbers.
- More VarCmp support (Decimals and Dates).
- Date support for VB time only (0.0->1.0), corrected some date
  rounding and calculation errors around variant dates and the system
  time.
- Variant date support now round trips! (Date->Variant->Date) due to
  misuse of tm_mon (0..11 not 1..12).
- Better pre-1899 support for dates in the SYSTEMTIME format.
- VarBstrFromCy, VarCyFromStr implemented.
- VarFormat partial implementation (currency and date support).
- VarFormatFromTokens, VarTokenizeFormatString partial implementation
  as per w2k (dates only so far).
- Better debugging when dumping variants, and some additional trace
 points to help debugging.
- Fix to VarBstrCmp to handle null and empty string the same (as per
  w2k, different to msdn).
- Fix return from VarDateFromUdate.
- Correct definition of CY structure.

22 years agoAvoid loading programs into the DOS memory area.
Alexandre Julliard [Thu, 20 Jun 2002 22:54:26 +0000 (22:54 +0000)] 
Avoid loading programs into the DOS memory area.

22 years agoRemoved traces of the regedit unit tests.
Andriy Palamarchuk [Thu, 20 Jun 2002 22:46:04 +0000 (22:46 +0000)] 
Removed traces of the regedit unit tests.

22 years ago- Add routines to dump out tab items internally and externally
Guy L. Albertelli [Thu, 20 Jun 2002 22:45:29 +0000 (22:45 +0000)] 
- Add routines to dump out tab items internally and externally
- Adjust TAB_SetItemBounds to split vertical tabs more like the native.
- Document major difference in laying out the vertical tabs.
- Fix drawing of icons. Wrong item padding used in vertical case.
- Fixed size of horizontal padding.

22 years agoITypelib::Invoke: Handle different length arguments better, we also
Marcus Meissner [Thu, 20 Jun 2002 22:45:08 +0000 (22:45 +0000)] 
ITypelib::Invoke: Handle different length arguments better, we also
return 1 VARIANT only.

22 years agoPortability fix.
Steven Edwards [Thu, 20 Jun 2002 22:44:41 +0000 (22:44 +0000)] 
Portability fix.

22 years agoGive the import libs a proper name.
Steven Edwards [Thu, 20 Jun 2002 22:43:06 +0000 (22:43 +0000)] 
Give the import libs a proper name.

22 years ago'class' is a reserved word (C++).
Sander van Leeuwen [Thu, 20 Jun 2002 22:42:41 +0000 (22:42 +0000)] 
'class' is a reserved word (C++).

22 years agoFixed make install target to work even when nothing has been compiled
Alexandre Julliard [Fri, 14 Jun 2002 23:48:27 +0000 (23:48 +0000)] 
Fixed make install target to work even when nothing has been compiled
yet.
Added install-lib and install-dev targets to allow partial
installations; moved winemaker.man and winelauncher.in to better fit
in the new install categories.

22 years agoUnregister 16-bit dlls on module unload.
Alexandre Julliard [Fri, 14 Jun 2002 23:42:53 +0000 (23:42 +0000)] 
Unregister 16-bit dlls on module unload.

22 years agoImplemented recursive RegDeleteKey in Win95 emulation.
Mike McCormack [Fri, 14 Jun 2002 23:35:37 +0000 (23:35 +0000)] 
Implemented recursive RegDeleteKey in Win95 emulation.

22 years agoAdded GetCurrentHwProfileA.
Aric Stewart [Fri, 14 Jun 2002 23:32:46 +0000 (23:32 +0000)] 
Added GetCurrentHwProfileA.

22 years agoExtTextOutW: if GetFontLanguageInfo says that the font may require
Shachar Shemesh [Fri, 14 Jun 2002 23:29:16 +0000 (23:29 +0000)] 
ExtTextOutW: if GetFontLanguageInfo says that the font may require
reordering, call GetCharacterPlacementW and print the result.

22 years ago- Implemented a skeleton for GetFontLanguageInfo. Using const masks to
Shachar Shemesh [Fri, 14 Jun 2002 23:28:55 +0000 (23:28 +0000)] 
- Implemented a skeleton for GetFontLanguageInfo. Using const masks to
  match against the result of GetTextCharsetInfo. Not all attributes are
  implemented yet.
- Enhanced the implementation of GetCharacterPlacementW to support
  basic reordering. Not implementing the full BiDi algorithm yet.

22 years agoChanged the country's name to "IL" to conform to commonly held
Shachar Shemesh [Fri, 14 Jun 2002 23:27:18 +0000 (23:27 +0000)] 
Changed the country's name to "IL" to conform to commonly held
practices.

22 years ago- Dump out the TCITEM structure for appropriate messages.
Guy L. Albertelli [Fri, 14 Jun 2002 23:26:55 +0000 (23:26 +0000)] 
- Dump out the TCITEM structure for appropriate messages.
- Dump out the rectangle for the TCM_ADJUSTRECT message.

22 years agoSupport images on the tabs of pages that are added (not just the
Guy L. Albertelli [Fri, 14 Jun 2002 23:26:37 +0000 (23:26 +0000)] 
Support images on the tabs of pages that are added (not just the
first).

22 years agoRemoved install_libdir targets and centralized the symlinks creation
Alexandre Julliard [Fri, 14 Jun 2002 02:09:08 +0000 (02:09 +0000)] 
Removed install_libdir targets and centralized the symlinks creation
in the main dll makefile.

22 years ago- support DirectInput 8 interfaces.
Ove Kaaven [Fri, 14 Jun 2002 00:39:44 +0000 (00:39 +0000)] 
- support DirectInput 8 interfaces.
- implemented mouse wheel support.

22 years agoHandle argsize for VT_DATE.
Marcus Meissner [Fri, 14 Jun 2002 00:36:42 +0000 (00:36 +0000)] 
Handle argsize for VT_DATE.

22 years agoPartially implement NtOpenFile and NtReadFile.
Mike McCormack [Fri, 14 Jun 2002 00:36:20 +0000 (00:36 +0000)] 
Partially implement NtOpenFile and NtReadFile.

22 years agoUpdate the cursor for each window on receiving an X11 event, don't
Alexandre Julliard [Fri, 14 Jun 2002 00:08:40 +0000 (00:08 +0000)] 
Update the cursor for each window on receiving an X11 event, don't
wait for the SetCursor call.
Added EnterNotify handler to set the cursor on window map/unmap.

22 years agoStore the current cursor in the thread queue instead of globally.
Alexandre Julliard [Fri, 14 Jun 2002 00:07:05 +0000 (00:07 +0000)] 
Store the current cursor in the thread queue instead of globally.

22 years agoCosmetic fix.
Dmitry Timoshkov [Fri, 14 Jun 2002 00:01:44 +0000 (00:01 +0000)] 
Cosmetic fix.

22 years agoAdded PatBlt support in enhanced metafiles.
Huw D M Davies [Fri, 14 Jun 2002 00:00:56 +0000 (00:00 +0000)] 
Added PatBlt support in enhanced metafiles.

22 years agoFixed the names of some stock fonts.
Dmitry Timoshkov [Thu, 13 Jun 2002 23:59:53 +0000 (23:59 +0000)] 
Fixed the names of some stock fonts.

22 years agoStub for StiCreateInstance.
Aric Stewart [Thu, 13 Jun 2002 23:57:26 +0000 (23:57 +0000)] 
Stub for StiCreateInstance.

22 years agoAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers...
Alexandre Julliard [Thu, 13 Jun 2002 23:54:55 +0000 (23:54 +0000)] 
Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers.com>
Fixed memory leaks.

22 years agoFixed version info.
Dmitry Timoshkov [Thu, 13 Jun 2002 23:49:01 +0000 (23:49 +0000)] 
Fixed version info.

22 years agoFix handling of strings that do not finish with "||".
François Gouget [Thu, 13 Jun 2002 22:04:45 +0000 (22:04 +0000)] 
Fix handling of strings that do not finish with "||".
Fix the indentation of the while loop in TOOLBAR_AddStringW.

22 years agoAdded a few stubs.
Mike McCormack [Thu, 13 Jun 2002 22:02:17 +0000 (22:02 +0000)] 
Added a few stubs.

22 years agoAdded Bulgarian NLS definitions (with the help of Anton Zinoviev).
Dmitry Timoshkov [Thu, 13 Jun 2002 21:58:30 +0000 (21:58 +0000)] 
Added Bulgarian NLS definitions (with the help of Anton Zinoviev).

22 years agoReset signals to SIG_DFL before starting a child process.
François Gouget [Thu, 13 Jun 2002 21:57:38 +0000 (21:57 +0000)] 
Reset signals to SIG_DFL before starting a child process.

22 years agoAvoid crashes if window belongs to another process.
Dmitry Timoshkov [Thu, 13 Jun 2002 21:56:12 +0000 (21:56 +0000)] 
Avoid crashes if window belongs to another process.

22 years agoMake builtins pretend to be loaded from the system directory.
Alexandre Julliard [Thu, 13 Jun 2002 21:54:56 +0000 (21:54 +0000)] 
Make builtins pretend to be loaded from the system directory.

22 years agoDon't go through the export table if we are not tracing anything.
Alexandre Julliard [Thu, 13 Jun 2002 21:54:12 +0000 (21:54 +0000)] 
Don't go through the export table if we are not tracing anything.

22 years agoFor lines that contain a single field, the field is also the line key
Alexandre Julliard [Thu, 13 Jun 2002 21:52:44 +0000 (21:52 +0000)] 
For lines that contain a single field, the field is also the line key
(thanks to Aric Stewart).

22 years agoWhen processing the reg section we need to delete before adding.
Aric Stewart [Thu, 13 Jun 2002 21:51:45 +0000 (21:51 +0000)] 
When processing the reg section we need to delete before adding.
First pass implementation of UpdateIni.

22 years agoAdded an empty implementation for UuidFromStringA/W.
Mike McCormack [Thu, 13 Jun 2002 21:50:12 +0000 (21:50 +0000)] 
Added an empty implementation for UuidFromStringA/W.

22 years agoRestored MakeCriticalSectionGlobal that got lost somewhere.
Alexandre Julliard [Thu, 13 Jun 2002 21:46:46 +0000 (21:46 +0000)] 
Restored MakeCriticalSectionGlobal that got lost somewhere.

22 years agoDon't try to open CDROM device if none was specified.
Alexandre Julliard [Thu, 13 Jun 2002 21:46:02 +0000 (21:46 +0000)] 
Don't try to open CDROM device if none was specified.

22 years agoAdded support for CAL_ITWODIGITYEARMAX.
Ulrich Czekalla [Thu, 13 Jun 2002 21:44:15 +0000 (21:44 +0000)] 
Added support for CAL_ITWODIGITYEARMAX.

22 years agostruct _stat layout is different between crtdll and msvcrt.
Alexandre Julliard [Thu, 13 Jun 2002 21:42:01 +0000 (21:42 +0000)] 
struct _stat layout is different between crtdll and msvcrt.

22 years agoStore print dlg structure in a property instead of DWL_USER.
Alexandre Julliard [Thu, 13 Jun 2002 21:41:08 +0000 (21:41 +0000)] 
Store print dlg structure in a property instead of DWL_USER.

22 years agoAdded stubs for capGetDriverDescription.
Dmitry Timoshkov [Thu, 13 Jun 2002 21:38:52 +0000 (21:38 +0000)] 
Added stubs for capGetDriverDescription.

22 years agoAdded /g debug format to dump GUIDs.
Alexandre Julliard [Thu, 13 Jun 2002 21:37:41 +0000 (21:37 +0000)] 
Added /g debug format to dump GUIDs.

22 years agoDon't ask for source file in auto mode.
Alexandre Julliard [Thu, 13 Jun 2002 21:37:07 +0000 (21:37 +0000)] 
Don't ask for source file in auto mode.

22 years agoFix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and
Paul Millar [Thu, 13 Jun 2002 19:22:17 +0000 (19:22 +0000)] 
Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and
GetCurrencyFormatA.

22 years agoMake sure edit and listbox controls are of same ASCII/Unicode style as
Alexandre Julliard [Thu, 13 Jun 2002 19:20:43 +0000 (19:20 +0000)] 
Make sure edit and listbox controls are of same ASCII/Unicode style as
the combo box. Fixed a few MBCS issues with WM_GETTEXTLENGTH handling.

22 years agoSupport DirectSound 8 interfaces. Split interface implementations into
Ove Kaaven [Thu, 13 Jun 2002 19:15:06 +0000 (19:15 +0000)] 
Support DirectSound 8 interfaces. Split interface implementations into
separate files. Split primary buffer and secondary buffer interfaces
into separate implementations. Made the primary buffer state part of
the dsound object, so primary buffer objects can be created and
refcounted independently. Made the interfaces follow COM aggregation
rules more closely. Converted the dsound critical section to a R/W
lock to improve potential remixing concurrency. Fixed various bugs and
refcounting issues.

22 years agoCompleted implementation of comcat.dll, incl. Dll[Un]RegisterServer.
John K. Hohm [Thu, 13 Jun 2002 19:13:38 +0000 (19:13 +0000)] 
Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer.

22 years agoDon't use msvcrt.
Alexandre Julliard [Thu, 13 Jun 2002 19:12:14 +0000 (19:12 +0000)] 
Don't use msvcrt.

22 years agoReplaced stricmp/strnicmp with strcasecmp/strncasecmp.
Gregg Mattinson [Thu, 13 Jun 2002 19:11:53 +0000 (19:11 +0000)] 
Replaced stricmp/strnicmp with strcasecmp/strncasecmp.

22 years agoDisplay the name of the started process in the desktop title.
Uwe Bonnes [Thu, 13 Jun 2002 19:11:21 +0000 (19:11 +0000)] 
Display the name of the started process in the desktop title.

22 years agoFixed defaultGuiFont for Korean.
Won Kyu Park [Thu, 13 Jun 2002 19:10:55 +0000 (19:10 +0000)] 
Fixed defaultGuiFont for Korean.

22 years ago- Correct page rectangle calculation.
Guy L. Albertelli [Thu, 13 Jun 2002 19:10:28 +0000 (19:10 +0000)] 
- Correct page rectangle calculation.
- Improve traces.

22 years agoAuthors: Peter Hunnisett <peter@transgaming.com>, Ove Kaaven <ovek@transgaming.com>
Alexandre Julliard [Thu, 13 Jun 2002 19:09:55 +0000 (19:09 +0000)] 
Authors: Peter Hunnisett <peter@transgaming.com>, Ove Kaaven <ovek@transgaming.com>
- check for sockaddr being NULL.
- hackish implementation of WSADuplicateSocket.

22 years agoMapVirtualKey actually returns uppercase keys in Windows.
David Hammerton [Mon, 10 Jun 2002 23:02:41 +0000 (23:02 +0000)] 
MapVirtualKey actually returns uppercase keys in Windows.

22 years agoAuthors: David Hammerton <david@transgaming.com>, Peter Hunnisett <peter@transgaming...
Alexandre Julliard [Mon, 10 Jun 2002 23:02:19 +0000 (23:02 +0000)] 
Authors: David Hammerton <david@transgaming.com>, Peter Hunnisett <peter@transgaming.com>
- Fix TranslateMessage return code.
- Make GetKeyState work properly for apps that test 0x80 instead of
  0x8000.

22 years agoAdd more magic to find the start of the nametable.
Huw D M Davies [Mon, 10 Jun 2002 23:01:34 +0000 (23:01 +0000)] 
Add more magic to find the start of the nametable.

22 years agoMoved DC origin into device-specific structure.
Alexandre Julliard [Mon, 10 Jun 2002 22:52:47 +0000 (22:52 +0000)] 
Moved DC origin into device-specific structure.
Fixed handling of DC origin in X11 driver.

22 years agoADPCM nybble processing order was incorrect.
David D. Hagood [Mon, 10 Jun 2002 22:48:15 +0000 (22:48 +0000)] 
ADPCM nybble processing order was incorrect.

22 years agoFaster performance in TEXT_Ellipsify for long strings.
Paul Rupe [Mon, 10 Jun 2002 22:47:58 +0000 (22:47 +0000)] 
Faster performance in TEXT_Ellipsify for long strings.

22 years agoSupport for LVM_SUBITEMHITTEST; check for out-of-bounds subitem index
Paul Rupe [Mon, 10 Jun 2002 22:47:41 +0000 (22:47 +0000)] 
Support for LVM_SUBITEMHITTEST; check for out-of-bounds subitem index
in LISTVIEW_GetSubItemRect.

22 years agoAdded RunFileDlg with MRU list.
Nix N. Nix [Mon, 10 Jun 2002 02:34:36 +0000 (02:34 +0000)] 
Added RunFileDlg with MRU list.
Added template to all .rc files.

22 years agoSome grammar fixes.
Tony Lambregts [Mon, 10 Jun 2002 02:32:59 +0000 (02:32 +0000)] 
Some grammar fixes.

22 years agoAdded Korean resources.
Won-kyu Park [Mon, 10 Jun 2002 02:32:31 +0000 (02:32 +0000)] 
Added Korean resources.

22 years ago- Save and restore current directory in GetFileDialog95W if
Sander van Leeuwen [Mon, 10 Jun 2002 02:31:11 +0000 (02:31 +0000)] 
- Save and restore current directory in GetFileDialog95W if
  OFN_NOCHANGEDIR flag set.
- GetFileDialog95W: only convert ofn->lpTemplateName if it's a string
  resource id (fixes OpenOffice 1.0 file open dialog crash).
- Ignore OFN_FILEMUSTEXIST flag for save file dialog (fixes save
  dialog in ElstarFormular).
- Rewrote casts that some compilers don't accept.

22 years agoChanged DllOverrides so we use builtin rpcrt4, ole32, oleaut32.
Marcus Meissner [Mon, 10 Jun 2002 02:30:32 +0000 (02:30 +0000)] 
Changed DllOverrides so we use builtin rpcrt4, ole32, oleaut32.

22 years agoMerged the two serializer and unserializer functions into one, cleaned
Marcus Meissner [Mon, 10 Jun 2002 02:30:20 +0000 (02:30 +0000)] 
Merged the two serializer and unserializer functions into one, cleaned
them up.
VT_PTR: Handle NULL pointers by sending a cookie.
Added support for: VT_CARRAY, VT_DISPATCH, TKIND_RECORD, VT_VOID,
VT_UI1, VT_UI2, VT_ERROR, VT_UI4, VT_UINT.
Added a custom serializer for DISPPARAMS struct.

22 years agoAdded some debugoutput functions for TYPEATTR, IDLDESC, VARDESC.
Marcus Meissner [Mon, 10 Jun 2002 02:29:55 +0000 (02:29 +0000)] 
Added some debugoutput functions for TYPEATTR, IDLDESC, VARDESC.
Support more parameters in _invoke (needed for IDispatch::Invoke in
the marshaller).

22 years agoHandle ascii & unicode drag and drop structures in DragQueryFileA &
Sander van Leeuwen [Mon, 10 Jun 2002 02:29:09 +0000 (02:29 +0000)] 
Handle ascii & unicode drag and drop structures in DragQueryFileA &
DragQueryFileW.

22 years agoAuthors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer <lionel.ulmer@free.fr>
Alexandre Julliard [Mon, 10 Jun 2002 02:28:42 +0000 (02:28 +0000)] 
Authors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer <lionel.ulmer@free.fr>
Added implementation of wglSwapLayerBuffers.

22 years ago- Partially implement LdrGetDllHandle.
Mike McCormack [Mon, 10 Jun 2002 02:28:00 +0000 (02:28 +0000)] 
- Partially implement LdrGetDllHandle.
- Implement LdrGetProcedureAddress.

22 years agoUpdated so it's in line with README.
Vincent Béron [Mon, 10 Jun 2002 02:27:22 +0000 (02:27 +0000)] 
Updated so it's in line with README.

22 years agoRelease 20020605. wine-20020605
Alexandre Julliard [Wed, 5 Jun 2002 18:18:04 +0000 (18:18 +0000)] 
Release 20020605.

22 years agoUpdated README.fr so it's in line with README.
Vincent Béron [Wed, 5 Jun 2002 17:50:13 +0000 (17:50 +0000)] 
Updated README.fr so it's in line with README.

22 years agoAdded PCF_TOTALTIMEOUTS to comm properties.
Marcelo Welter [Wed, 5 Jun 2002 17:27:48 +0000 (17:27 +0000)] 
Added PCF_TOTALTIMEOUTS to comm properties.

22 years agoUpdate FreeBSD-related notes.
Gerald Pfeifer [Wed, 5 Jun 2002 17:26:57 +0000 (17:26 +0000)] 
Update FreeBSD-related notes.

22 years agoCheck access rights before renaming or deleting files (based on
Alexandre Julliard [Wed, 5 Jun 2002 00:47:38 +0000 (00:47 +0000)] 
Check access rights before renaming or deleting files (based on
patches by Uwe Bonnes and Dmitry Timoshkov).

22 years agoFrench translation of the README file.
Jean-Bruno Luginbühl [Wed, 5 Jun 2002 00:46:25 +0000 (00:46 +0000)] 
French translation of the README file.

22 years agoDuplicated wsprintf implementation in shlwapi.
Alexandre Julliard [Tue, 4 Jun 2002 23:11:09 +0000 (23:11 +0000)] 
Duplicated wsprintf implementation in shlwapi.

22 years agoDocumentation improvements.
Andreas Mohr [Tue, 4 Jun 2002 23:09:34 +0000 (23:09 +0000)] 
Documentation improvements.

22 years agoOnly allow tabs in popup menus, and make sure to never display them.
Andreas Mohr [Tue, 4 Jun 2002 23:08:16 +0000 (23:08 +0000)] 
Only allow tabs in popup menus, and make sure to never display them.

22 years agoAdded marshalling of IUnknown.
Marcus Meissner [Tue, 4 Jun 2002 22:14:06 +0000 (22:14 +0000)] 
Added marshalling of IUnknown.

22 years agoAPI files update.
Patrik Stridvall [Tue, 4 Jun 2002 22:13:21 +0000 (22:13 +0000)] 
API files update.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Tue, 4 Jun 2002 22:12:50 +0000 (22:12 +0000)] 
Fixed some issues found by winapi_check.

22 years agoAdded --debugmsg option to the debugger.
Alexandre Julliard [Tue, 4 Jun 2002 21:31:10 +0000 (21:31 +0000)] 
Added --debugmsg option to the debugger.

22 years agoMerged Martin Fuchs' file manager (with the help of Steven Edwards).
Alexandre Julliard [Tue, 4 Jun 2002 21:29:40 +0000 (21:29 +0000)] 
Merged Martin Fuchs' file manager (with the help of Steven Edwards).

22 years agoCheck if relay debugging is still on before printing something.
Alexandre Julliard [Tue, 4 Jun 2002 21:25:34 +0000 (21:25 +0000)] 
Check if relay debugging is still on before printing something.

22 years agonitialDir handling and InitialFile handling now agrees with MSDN
Jason Edmeades [Tue, 4 Jun 2002 21:23:12 +0000 (21:23 +0000)] 
nitialDir handling and InitialFile handling now agrees with MSDN
description, and testing on win2000 appears to agree.
ilename field not cleared when directory selected/clicked on.
OFN_NOVALIDATE field no longer causes traps, and appears to behave as
per w2k.