wine
19 years agoFix some gcc 4.0 warnings.
Mike McCormack [Fri, 12 Aug 2005 10:35:46 +0000 (10:35 +0000)] 
Fix some gcc 4.0 warnings.

19 years agoAdd a configure test for xmlReadMemory.
Mike McCormack [Fri, 12 Aug 2005 10:35:17 +0000 (10:35 +0000)] 
Add a configure test for xmlReadMemory.

19 years agoDon't import MSVCRTD.DLL and don't fail when it could not be loaded.
Saulius Krasuckas [Fri, 12 Aug 2005 10:33:50 +0000 (10:33 +0000)] 
Don't import MSVCRTD.DLL and don't fail when it could not be loaded.

19 years agoWin98 returns HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) on failure.
Saulius Krasuckas [Fri, 12 Aug 2005 10:33:37 +0000 (10:33 +0000)] 
Win98 returns HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) on failure.

19 years agoAdded RNIGetCompatibleVersion implementation.
Jacek Caban [Fri, 12 Aug 2005 10:33:13 +0000 (10:33 +0000)] 
Added RNIGetCompatibleVersion implementation.

19 years agoCheck the GetPidlFromDataObject's doSelected parameter before calling
Michael Jung [Fri, 12 Aug 2005 10:33:06 +0000 (10:33 +0000)] 
Check the GetPidlFromDataObject's doSelected parameter before calling
a method on it.

19 years agoUse wine_get_dos_file_name instead of GetFullPathName.
Michael Jung [Fri, 12 Aug 2005 10:32:47 +0000 (10:32 +0000)] 
Use wine_get_dos_file_name instead of GetFullPathName.

19 years agoUse nsIWebBrowserStream to load html.
Jacek Caban [Thu, 11 Aug 2005 18:36:48 +0000 (18:36 +0000)] 
Use nsIWebBrowserStream to load html.

19 years agoMake 16-bit task properly inherit the current directory of their
Alexandre Julliard [Thu, 11 Aug 2005 18:36:36 +0000 (18:36 +0000)] 
Make 16-bit task properly inherit the current directory of their
parent (based on a patch by Richard Cohen).

19 years agoImplement SHLoadIndirectString.
Huw Davies [Thu, 11 Aug 2005 18:35:15 +0000 (18:35 +0000)] 
Implement SHLoadIndirectString.

19 years agoFix text color for "button" style tabs when theming is enabled.
Frank Richter [Thu, 11 Aug 2005 18:35:00 +0000 (18:35 +0000)] 
Fix text color for "button" style tabs when theming is enabled.

19 years agoAdd theming for status bar control.
Frank Richter [Thu, 11 Aug 2005 18:34:45 +0000 (18:34 +0000)] 
Add theming for status bar control.

19 years agoAdd theming for the progress control.
Frank Richter [Thu, 11 Aug 2005 18:34:35 +0000 (18:34 +0000)] 
Add theming for the progress control.

19 years agoTurn off gcc 4.0's builtin wchar inlines.
Mike McCormack [Thu, 11 Aug 2005 17:12:18 +0000 (17:12 +0000)] 
Turn off gcc 4.0's builtin wchar inlines.

19 years agoAdded more secur32.dll tests and fixed missing constants in
Kai Blin [Thu, 11 Aug 2005 17:08:06 +0000 (17:08 +0000)] 
Added more secur32.dll tests and fixed missing constants in
winerror.h.

19 years agoImplement ldap_delete* functions.
Hans Leidekker [Thu, 11 Aug 2005 17:07:12 +0000 (17:07 +0000)] 
Implement ldap_delete* functions.
Add missing spec file entries.

19 years agoAdd WC_COMBOBOX.
Frank Richter [Thu, 11 Aug 2005 17:06:41 +0000 (17:06 +0000)] 
Add WC_COMBOBOX.

19 years agoFix a crash on startup when /proc/ide does not exist.
Frank Richter [Thu, 11 Aug 2005 17:05:47 +0000 (17:05 +0000)] 
Fix a crash on startup when /proc/ide does not exist.

19 years agoAdd theming for the rebar control.
Frank Richter [Thu, 11 Aug 2005 17:05:18 +0000 (17:05 +0000)] 
Add theming for the rebar control.

19 years agoAdd theming for the monthcal control.
Frank Richter [Thu, 11 Aug 2005 17:05:00 +0000 (17:05 +0000)] 
Add theming for the monthcal control.

19 years agoAdded support for aggregation in about protocol.
Jacek Caban [Thu, 11 Aug 2005 17:04:45 +0000 (17:04 +0000)] 
Added support for aggregation in about protocol.

19 years agoFix the return value of SHELL_Argify() so it once again returns true
Francois Gouget [Thu, 11 Aug 2005 17:04:31 +0000 (17:04 +0000)] 
Fix the return value of SHELL_Argify() so it once again returns true
if a '%1' or equivalent placeholder was found. This fixes
ShellExecuteEx(lpFile="foo.txt", lpClass="txtfile").

19 years agoDefine WIN32_NO_STATUS so we don't get 'duplicate macro' errors when
Francois Gouget [Thu, 11 Aug 2005 17:04:07 +0000 (17:04 +0000)] 
Define WIN32_NO_STATUS so we don't get 'duplicate macro' errors when
compiling with the PSDK and MSVC.
Add some types that are not defined by the PSDK.

19 years agoAdded a wine_get_dos_file_name function in kernel32 as a wrapper
Alexandre Julliard [Thu, 11 Aug 2005 11:07:17 +0000 (11:07 +0000)] 
Added a wine_get_dos_file_name function in kernel32 as a wrapper
around the new wine_unix_to_nt_file_name.

19 years agoRemoved a useless header file.
Alexandre Julliard [Thu, 11 Aug 2005 10:59:51 +0000 (10:59 +0000)] 
Removed a useless header file.

19 years agoImplement LZDone in lzexpand, as the 32 bit one moved to kernel.
Vincent Béron [Thu, 11 Aug 2005 10:58:35 +0000 (10:58 +0000)] 
Implement LZDone in lzexpand, as the 32 bit one moved to kernel.

19 years agoIncrement the document's refcount when creating the root element.
Mike McCormack [Thu, 11 Aug 2005 10:58:11 +0000 (10:58 +0000)] 
Increment the document's refcount when creating the root element.

19 years agoImplement IXMLDOMElement::get_tagName.
Mike McCormack [Thu, 11 Aug 2005 10:57:58 +0000 (10:57 +0000)] 
Implement IXMLDOMElement::get_tagName.

19 years agoFix gcc 4.0 warnings.
Mike McCormack [Thu, 11 Aug 2005 10:57:47 +0000 (10:57 +0000)] 
Fix gcc 4.0 warnings.

19 years agoAllow the palette to be set and retrieved.
Oliver Stieber [Thu, 11 Aug 2005 10:57:20 +0000 (10:57 +0000)] 
Allow the palette to be set and retrieved.

19 years agoAdded a wine_unix_to_nt_file_name function to do proper pathname
Alexandre Julliard [Thu, 11 Aug 2005 10:41:26 +0000 (10:41 +0000)] 
Added a wine_unix_to_nt_file_name function to do proper pathname
conversions instead of relying on GetFullPathName hacks.

19 years agoSet remove to TRUE in accept_hardware_message for messages that should
Alexandre Julliard [Thu, 11 Aug 2005 10:36:03 +0000 (10:36 +0000)] 
Set remove to TRUE in accept_hardware_message for messages that should
go to a different thread. Simplify the code a bit.

19 years agoAdd some missing LDAP definitions.
Dmitry Timoshkov [Thu, 11 Aug 2005 10:33:42 +0000 (10:33 +0000)] 
Add some missing LDAP definitions.

19 years agoCorrect size check.
Steven Edwards [Thu, 11 Aug 2005 10:33:29 +0000 (10:33 +0000)] 
Correct size check.

19 years agoCorrect definition of SFGAO_STORAGEANCESTOR.
Steven Edwards [Thu, 11 Aug 2005 10:33:21 +0000 (10:33 +0000)] 
Correct definition of SFGAO_STORAGEANCESTOR.

19 years agoImplement IXMLDOMDocument::loadXML.
Mike McCormack [Thu, 11 Aug 2005 10:32:36 +0000 (10:32 +0000)] 
Implement IXMLDOMDocument::loadXML.

19 years agoRemove redundant include.
Steven Edwards [Thu, 11 Aug 2005 10:32:22 +0000 (10:32 +0000)] 
Remove redundant include.

19 years agoCorrect a typo in winapi_local.pm.
Vincent Béron [Thu, 11 Aug 2005 10:32:10 +0000 (10:32 +0000)] 
Correct a typo in winapi_local.pm.

19 years agoAnother update to win*.api.
Vincent Béron [Thu, 11 Aug 2005 10:32:02 +0000 (10:32 +0000)] 
Another update to win*.api.

19 years agoTrack the state of softwareVertexProcessing.
Oliver Stieber [Thu, 11 Aug 2005 10:31:40 +0000 (10:31 +0000)] 
Track the state of softwareVertexProcessing.

19 years agoCorrect the starting values of MIN, MAX and MIP filter, they now match
Oliver Stieber [Thu, 11 Aug 2005 10:31:04 +0000 (10:31 +0000)] 
Correct the starting values of MIN, MAX and MIP filter, they now match
the initial values in opengl.

19 years agoFixed a bug in EM_STREAMOUT RichEdit message handler which truncated
Phil Krylov [Thu, 11 Aug 2005 10:30:41 +0000 (10:30 +0000)] 
Fixed a bug in EM_STREAMOUT RichEdit message handler which truncated
some streamed text.

19 years agoMove includes of interfaces to mshtml_private.h.
Jacek Caban [Thu, 11 Aug 2005 10:30:30 +0000 (10:30 +0000)] 
Move includes of interfaces to mshtml_private.h.

19 years agoFix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKEY. They are not
Francois Gouget [Thu, 11 Aug 2005 10:29:44 +0000 (10:29 +0000)] 
Fix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKEY. They are not
disjoint flags.

19 years agoRemove unneeded wine/library.h include.
Francois Gouget [Thu, 11 Aug 2005 10:29:03 +0000 (10:29 +0000)] 
Remove unneeded wine/library.h include.
Use lstrlenW() instead of the Wine-specific strlenW(). This also lets
us get rid of the wine/unicode.h include.
Define the InitializeObjectAttributes() macro if not using Wine's
winternl.h header.

19 years agoDirectly use the PEB version fields in GetVersion.
Alexandre Julliard [Wed, 10 Aug 2005 15:02:28 +0000 (15:02 +0000)] 
Directly use the PEB version fields in GetVersion.

19 years agoPartial implementation of DeleteMenuWrap.
Huw Davies [Wed, 10 Aug 2005 15:01:07 +0000 (15:01 +0000)] 
Partial implementation of DeleteMenuWrap.

19 years agoDefine DCX_USESTYLE if it is not defined already. Fixes the
Francois Gouget [Wed, 10 Aug 2005 15:00:44 +0000 (15:00 +0000)] 
Define DCX_USESTYLE if it is not defined already. Fixes the
compilation with the PSDK.

19 years agoDefine RTL_HANDLE and RTL_HANDLE_TABLE if not using Wine's winternl.h
Francois Gouget [Wed, 10 Aug 2005 15:00:32 +0000 (15:00 +0000)] 
Define RTL_HANDLE and RTL_HANDLE_TABLE if not using Wine's winternl.h
header. Fixes the compilation with the PSDK.

19 years agoSynchronize winldap.h with winldap_private.h.
Hans Leidekker [Wed, 10 Aug 2005 15:00:21 +0000 (15:00 +0000)] 
Synchronize winldap.h with winldap_private.h.

19 years agoImplemented RtlGetNtProductType.
Alexandre Julliard [Wed, 10 Aug 2005 14:48:45 +0000 (14:48 +0000)] 
Implemented RtlGetNtProductType.

19 years agoCorrect more mismatches between spec files and comments about export
Francois Gouget [Wed, 10 Aug 2005 14:45:58 +0000 (14:45 +0000)] 
Correct more mismatches between spec files and comments about export
number.

19 years agoAdd trailing '\n's to trace() call.
Francois Gouget [Wed, 10 Aug 2005 14:42:48 +0000 (14:42 +0000)] 
Add trailing '\n's to trace() call.

19 years agoThe PSDK does not define a TreeView_InsertItemA() macro so use
Francois Gouget [Wed, 10 Aug 2005 14:42:32 +0000 (14:42 +0000)] 
The PSDK does not define a TreeView_InsertItemA() macro so use
TreeView_InsertItem() instead.

19 years agoUnicodify wineesd.
Francois Gouget [Wed, 10 Aug 2005 14:42:23 +0000 (14:42 +0000)] 
Unicodify wineesd.
Fixes WIDM_GETDEVCAPS and WODM_GETDEVCAPS.
Call Unicode functions instead of their Ansi equivalent when possible.

19 years agoImplement ldap_add* functions.
Hans Leidekker [Wed, 10 Aug 2005 14:41:53 +0000 (14:41 +0000)] 
Implement ldap_add* functions.

19 years agoMoved the version initialization to ntdll.
Alexandre Julliard [Wed, 10 Aug 2005 13:12:27 +0000 (13:12 +0000)] 
Moved the version initialization to ntdll.
Properly set the version fields in the PEB.
Removed some no longer used structures.

19 years agoByteswap the resources if we detect that the header is in the wrong
Alexandre Julliard [Wed, 10 Aug 2005 13:04:23 +0000 (13:04 +0000)] 
Byteswap the resources if we detect that the header is in the wrong
endianness.

19 years agoChange some Dll* functions so they are exported by name like on
Francois Gouget [Wed, 10 Aug 2005 13:02:43 +0000 (13:02 +0000)] 
Change some Dll* functions so they are exported by name like on
Windows.
Update the documentation accordingly.

19 years agoFrench localization for wldap32.
Jonathan Ernst [Wed, 10 Aug 2005 13:00:51 +0000 (13:00 +0000)] 
French localization for wldap32.

19 years agoUpdate the documentation to reflect the fact that the LZ* functions
Francois Gouget [Wed, 10 Aug 2005 13:00:38 +0000 (13:00 +0000)] 
Update the documentation to reflect the fact that the LZ* functions
are implemented in kernel32.dll now.

19 years agoAdd helpers for converting (arrays of) LDAPMod structures into
Hans Leidekker [Wed, 10 Aug 2005 13:00:21 +0000 (13:00 +0000)] 
Add helpers for converting (arrays of) LDAPMod structures into
different encodings.

19 years agoImplement IUnknown_EnumObjects.
Huw Davies [Wed, 10 Aug 2005 13:00:05 +0000 (13:00 +0000)] 
Implement IUnknown_EnumObjects.

19 years ago- Fix regression in GetPrivateProfileString16 for key=NULL.
Richard Cohen [Wed, 10 Aug 2005 12:59:38 +0000 (12:59 +0000)] 
- Fix regression in GetPrivateProfileString16 for key=NULL.
- Check return values in Profile tests.

19 years agoUse the proper WOW functions everywhere instead of the K32WOW variant.
Alexandre Julliard [Wed, 10 Aug 2005 10:59:19 +0000 (10:59 +0000)] 
Use the proper WOW functions everywhere instead of the K32WOW variant.

19 years agoMake use of now full and correct HKLM\HARDWARE\DEVICES\Scsi.
Vitaliy Margolen [Wed, 10 Aug 2005 10:52:22 +0000 (10:52 +0000)] 
Make use of now full and correct HKLM\HARDWARE\DEVICES\Scsi.

19 years agoUse /proc filesystem to create HKLM\HARDWARE\DEVICEMAP\Scsi entries.
Vitaliy Margolen [Wed, 10 Aug 2005 10:52:10 +0000 (10:52 +0000)] 
Use /proc filesystem to create HKLM\HARDWARE\DEVICEMAP\Scsi entries.

19 years agoFixed harmless /tmp problem.
Marcus Meissner [Wed, 10 Aug 2005 10:51:50 +0000 (10:51 +0000)] 
Fixed harmless /tmp problem.

19 years agoMake sure we don't call the graphics driver after process detach.
Alexandre Julliard [Wed, 10 Aug 2005 09:56:23 +0000 (09:56 +0000)] 
Make sure we don't call the graphics driver after process detach.

19 years agoCreate a node object and use it to hold libxml2 pointers.
Mike McCormack [Wed, 10 Aug 2005 09:54:22 +0000 (09:54 +0000)] 
Create a node object and use it to hold libxml2 pointers.

19 years agoInit nsWebBrowser window while creating nscontainer.
Jacek Caban [Wed, 10 Aug 2005 09:54:02 +0000 (09:54 +0000)] 
Init nsWebBrowser window while creating nscontainer.

19 years agoCorrect mismatches between spec files and comments about export
Vincent Béron [Wed, 10 Aug 2005 09:53:47 +0000 (09:53 +0000)] 
Correct mismatches between spec files and comments about export
number.

19 years agoUse #include "foo.h" for including Windows headers in dlls/, use
Vincent Béron [Wed, 10 Aug 2005 09:51:40 +0000 (09:51 +0000)] 
Use #include "foo.h" for including Windows headers in dlls/, use
#include <bar.h> for including Windows headers in include/.

19 years agoBrowse to the directory if a directory name is typed into the edit box
Troy Rollo [Wed, 10 Aug 2005 09:50:29 +0000 (09:50 +0000)] 
Browse to the directory if a directory name is typed into the edit box
of a file dialog and the confirmation button (or Enter key) is hit.
Return any file name in the edit box if OFN_NOVALIDATE is set and
OFN_FILEMUSTEXIST is not, even if that file name includes a path name
or is the name of a folder.

19 years agoUse HAVE_LDAP_H when checking if ldap.h is available.
Vincent Béron [Wed, 10 Aug 2005 09:49:11 +0000 (09:49 +0000)] 
Use HAVE_LDAP_H when checking if ldap.h is available.

19 years agogcc 4.0 warning fixes.
Mike McCormack [Wed, 10 Aug 2005 09:48:58 +0000 (09:48 +0000)] 
gcc 4.0 warning fixes.

19 years agoAnother update to the win*.api files.
Vincent Béron [Wed, 10 Aug 2005 09:48:43 +0000 (09:48 +0000)] 
Another update to the win*.api files.

19 years agoSince windows/ is gone, headers for user are only in
Vincent Béron [Wed, 10 Aug 2005 09:48:31 +0000 (09:48 +0000)] 
Since windows/ is gone, headers for user are only in
dlls/user/. Remove kludge from winapi_check.

19 years agoRemove local declarations already in included public headers.
Vincent Béron [Wed, 10 Aug 2005 09:48:15 +0000 (09:48 +0000)] 
Remove local declarations already in included public headers.

19 years agoFix gcc 4.0 warnings.
Mike McCormack [Wed, 10 Aug 2005 09:47:19 +0000 (09:47 +0000)] 
Fix gcc 4.0 warnings.

19 years agoUse ERR instead of DPRINTF in dump_pidl_hex.
Alexandre Julliard [Tue, 9 Aug 2005 20:48:17 +0000 (20:48 +0000)] 
Use ERR instead of DPRINTF in dump_pidl_hex.

19 years agoIgnore prelink failures.
Alexandre Julliard [Tue, 9 Aug 2005 20:47:18 +0000 (20:47 +0000)] 
Ignore prelink failures.

19 years ago- Beginning implementation of true IPersistMoniker::Load.
Jacek Caban [Tue, 9 Aug 2005 20:46:05 +0000 (20:46 +0000)] 
- Beginning implementation of true IPersistMoniker::Load.
- THIS macros cleanup.

19 years agoDon't call process attach notification during process shutdown.
Alexandre Julliard [Tue, 9 Aug 2005 20:45:46 +0000 (20:45 +0000)] 
Don't call process attach notification during process shutdown.
Make sure we don't insert a module in the same list twice.

19 years agoReport BINDSTATUS_MIMETYPEAVAILABLE in AboutProtocol::Start.
Jacek Caban [Tue, 9 Aug 2005 20:35:36 +0000 (20:35 +0000)] 
Report BINDSTATUS_MIMETYPEAVAILABLE in AboutProtocol::Start.

19 years agoImplement ldap_{get,set}_option{A,W}.
Hans Leidekker [Tue, 9 Aug 2005 20:35:17 +0000 (20:35 +0000)] 
Implement ldap_{get,set}_option{A,W}.

19 years ago_CreateAllAccessSecurityAttributes takes three parameters.
Huw Davies [Tue, 9 Aug 2005 20:34:57 +0000 (20:34 +0000)] 
_CreateAllAccessSecurityAttributes takes three parameters.

19 years agoSpecify a base address for kernel and ntdll.
Alexandre Julliard [Tue, 9 Aug 2005 11:19:01 +0000 (11:19 +0000)] 
Specify a base address for kernel and ntdll.

19 years agoInitialize and clean up libxml2 in DllMain.
Mike McCormack [Tue, 9 Aug 2005 11:17:47 +0000 (11:17 +0000)] 
Initialize and clean up libxml2 in DllMain.

19 years agoAdded support for the --image-base linker option in winegcc using the
Alexandre Julliard [Tue, 9 Aug 2005 11:12:29 +0000 (11:12 +0000)] 
Added support for the --image-base linker option in winegcc using the
prelink tool.

19 years agoAdded a VIRTUAL_alloc_teb function to allocate TEBs while making sure
Alexandre Julliard [Tue, 9 Aug 2005 10:43:47 +0000 (10:43 +0000)] 
Added a VIRTUAL_alloc_teb function to allocate TEBs while making sure
they don't end up above the address space limit.

19 years agoGet rid of the almost empty tmarshal.h file.
Alexandre Julliard [Tue, 9 Aug 2005 10:38:54 +0000 (10:38 +0000)] 
Get rid of the almost empty tmarshal.h file.

19 years agoFix some gcc 4.0 warnings.
Mike McCormack [Tue, 9 Aug 2005 10:37:50 +0000 (10:37 +0000)] 
Fix some gcc 4.0 warnings.

19 years agoThe temp buffer always stores WCHARs, fixed its type and got rid of a
Alexandre Julliard [Tue, 9 Aug 2005 10:36:45 +0000 (10:36 +0000)] 
The temp buffer always stores WCHARs, fixed its type and got rid of a
number of casts.

19 years agoMoved a number of definitions that are not needed in other files into
Alexandre Julliard [Tue, 9 Aug 2005 10:34:21 +0000 (10:34 +0000)] 
Moved a number of definitions that are not needed in other files into
vartype.c

19 years agoitss doesn't need an import library.
Alexandre Julliard [Tue, 9 Aug 2005 10:32:27 +0000 (10:32 +0000)] 
itss doesn't need an import library.

19 years agoMark DllMain and similar exports as private.
Alexandre Julliard [Tue, 9 Aug 2005 10:31:35 +0000 (10:31 +0000)] 
Mark DllMain and similar exports as private.

19 years agoAdded a warning for DllGetVersion and DllInstall not being declared
Alexandre Julliard [Tue, 9 Aug 2005 10:24:05 +0000 (10:24 +0000)] 
Added a warning for DllGetVersion and DllInstall not being declared
private. Also warn when one of the Dll* functions is using a different
internal name.

19 years agoMake CreateWindow with invalid menu handle test pass on Wine.
Dmitry Timoshkov [Tue, 9 Aug 2005 10:22:45 +0000 (10:22 +0000)] 
Make CreateWindow with invalid menu handle test pass on Wine.

19 years agoFix gcc 4.0 warnings.
Mike McCormack [Tue, 9 Aug 2005 10:22:03 +0000 (10:22 +0000)] 
Fix gcc 4.0 warnings.