wine
19 years agoAdd helpers for converting (arrays of) LDAPSortKey, LDAPAPIInfo, and
Hans Leidekker [Mon, 8 Aug 2005 11:03:40 +0000 (11:03 +0000)] 
Add helpers for converting (arrays of) LDAPSortKey, LDAPAPIInfo, and
LDAPAPIFeatureInfo structures into different encodings.

19 years agoThe listbox test shows that the control id must be stored in WPARAM
Francois Gouget [Mon, 8 Aug 2005 11:02:54 +0000 (11:02 +0000)] 
The listbox test shows that the control id must be stored in WPARAM
for the WM_DRAWITEM message.
Fix the listbox test so CreateWindow() does not fail on Windows.

19 years agoReverse the direction of raw SCSI commands.
Tobias Gruetzmacher [Mon, 8 Aug 2005 11:02:32 +0000 (11:02 +0000)] 
Reverse the direction of raw SCSI commands.

19 years agoFix call to GetMenuItemInfo and unicodify while we're at it.
Huw Davies [Mon, 8 Aug 2005 11:02:16 +0000 (11:02 +0000)] 
Fix call to GetMenuItemInfo and unicodify while we're at it.

19 years agoHandle loading strings over 64k from the string table.
Mike McCormack [Mon, 8 Aug 2005 11:01:56 +0000 (11:01 +0000)] 
Handle loading strings over 64k from the string table.

19 years agoUpdate German resource file.
Henning Gerhardt [Mon, 8 Aug 2005 11:01:40 +0000 (11:01 +0000)] 
Update German resource file.

19 years ago- Don't keep track of the number of TB buttons.
James Hawkins [Mon, 8 Aug 2005 11:01:31 +0000 (11:01 +0000)] 
- Don't keep track of the number of TB buttons.
- Call the W version of SetWindowLongPtr.

19 years agoAllow the WINED3DSBT_IMPL to be applied so that states can be synced
Oliver Stieber [Mon, 8 Aug 2005 11:01:17 +0000 (11:01 +0000)] 
Allow the WINED3DSBT_IMPL to be applied so that states can be synced
between render target contexts.

19 years agoRemove dxguid dependency.
Oliver Stieber [Mon, 8 Aug 2005 11:00:56 +0000 (11:00 +0000)] 
Remove dxguid dependency.

19 years agoFix comment about hack.
Jacek Caban [Wed, 3 Aug 2005 21:27:03 +0000 (21:27 +0000)] 
Fix comment about hack.

19 years agoAdded IOleCommandTarget::Exec implementation.
Jacek Caban [Wed, 3 Aug 2005 21:26:40 +0000 (21:26 +0000)] 
Added IOleCommandTarget::Exec implementation.

19 years agoRemoved the broken mmap64 configure check, and moved the
Alexandre Julliard [Wed, 3 Aug 2005 21:25:10 +0000 (21:25 +0000)] 
Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.

19 years agoSet the apha channel to opaque when locking X8R8G8B8 backbuffers.
Oliver Stieber [Wed, 3 Aug 2005 21:17:08 +0000 (21:17 +0000)] 
Set the apha channel to opaque when locking X8R8G8B8 backbuffers.

19 years agoImplement DrawThemeEdge().
Frank Richter [Wed, 3 Aug 2005 21:16:45 +0000 (21:16 +0000)] 
Implement DrawThemeEdge().

19 years agoMoved support for non power 2 texture to hardware.
Oliver Stieber [Wed, 3 Aug 2005 19:49:05 +0000 (19:49 +0000)] 
Moved support for non power 2 texture to hardware.
Fix for the texture state separation patches, ApplyTextureStates is
now called instead of being commented out.

19 years agoSet some default values for truesize sizing that seem closer to
Frank Richter [Wed, 3 Aug 2005 19:47:51 +0000 (19:47 +0000)] 
Set some default values for truesize sizing that seem closer to
Windows.

19 years agoGet rid of the no longer used regedit test.
Alexandre Julliard [Wed, 3 Aug 2005 19:36:51 +0000 (19:36 +0000)] 
Get rid of the no longer used regedit test.

19 years agoMerged some of the header checks to reduce the size of the generated
Alexandre Julliard [Wed, 3 Aug 2005 19:21:04 +0000 (19:21 +0000)] 
Merged some of the header checks to reduce the size of the generated
configure script a bit.

19 years agoCall the USER driver directly to check for X events on RDW_UPDATENOW
Alexandre Julliard [Wed, 3 Aug 2005 19:16:01 +0000 (19:16 +0000)] 
Call the USER driver directly to check for X events on RDW_UPDATENOW
instead of calling MsgWaitForMultipleObjects.

19 years agoAdded description for crosstest.
Detlef Riekenberg [Wed, 3 Aug 2005 19:15:03 +0000 (19:15 +0000)] 
Added description for crosstest.

19 years agoImprove on a fixup for the difference between opengl and directx pixel
Oliver Stieber [Wed, 3 Aug 2005 19:14:19 +0000 (19:14 +0000)] 
Improve on a fixup for the difference between opengl and directx pixel
centering of vertexes.

19 years agoCorrection to earlier assertion patch to allow for buf_mixpos ==
Alex Villacís Lasso [Wed, 3 Aug 2005 19:13:58 +0000 (19:13 +0000)] 
Correction to earlier assertion patch to allow for buf_mixpos ==
buflen in non-looping case, fixes looping of one-off mixed samples
introduced by previous patch.

19 years agoAs per MSDN, INTERNET_OPTION_CONNECTED_STATE should take a DWORD
Robert Shearman [Wed, 3 Aug 2005 19:13:27 +0000 (19:13 +0000)] 
As per MSDN, INTERNET_OPTION_CONNECTED_STATE should take a DWORD
instead of the INTERNET_CONNECTED_INFO structure.

19 years agoThe default image layout is HORIZONTAL, not VERTICAL.
Frank Richter [Wed, 3 Aug 2005 19:13:01 +0000 (19:13 +0000)] 
The default image layout is HORIZONTAL, not VERTICAL.

19 years agoHack to make the main heap critical section have a proper debug info
Alexandre Julliard [Wed, 3 Aug 2005 16:03:15 +0000 (16:03 +0000)] 
Hack to make the main heap critical section have a proper debug info
structure.

19 years agoImplemented an Esound driver.
Peter Åstrand [Wed, 3 Aug 2005 15:53:26 +0000 (15:53 +0000)] 
Implemented an Esound driver.

19 years agoDon't call WaitForMultipleObjectsEx if we are just polling for pending
Alexandre Julliard [Wed, 3 Aug 2005 15:47:30 +0000 (15:47 +0000)] 
Don't call WaitForMultipleObjectsEx if we are just polling for pending
X events.

19 years agoMore comm tests.
Uwe Bonnes [Wed, 3 Aug 2005 15:43:46 +0000 (15:43 +0000)] 
More comm tests.

19 years agoImplement WaitCommEvent by polling the appropriate data sources.
Uwe Bonnes [Wed, 3 Aug 2005 15:43:17 +0000 (15:43 +0000)] 
Implement WaitCommEvent by polling the appropriate data sources.

19 years agoAnother fix to use magenta as the default transparent color.
Frank Richter [Wed, 3 Aug 2005 15:42:43 +0000 (15:42 +0000)] 
Another fix to use magenta as the default transparent color.

19 years agoAdd stubs for NdrMapCommAndFaultStatus, conformant string marshaling
Robert Shearman [Wed, 3 Aug 2005 14:55:57 +0000 (14:55 +0000)] 
Add stubs for NdrMapCommAndFaultStatus, conformant string marshaling
and context handle functions.

19 years ago- The header global variable is NULL when not generating a header so
Robert Shearman [Wed, 3 Aug 2005 14:55:22 +0000 (14:55 +0000)] 
- The header global variable is NULL when not generating a header so
  don't try to use it in functions that may be called by the client
  code.
- Make the functions that take char * take const char *.

19 years agoDon't free previous buffer in NdrGetBuffer.
Robert Shearman [Wed, 3 Aug 2005 14:55:05 +0000 (14:55 +0000)] 
Don't free previous buffer in NdrGetBuffer.

19 years agoFix a gcc 4.0 -Wpointer-sign warning.
Mike McCormack [Wed, 3 Aug 2005 14:54:38 +0000 (14:54 +0000)] 
Fix a gcc 4.0 -Wpointer-sign warning.

19 years agoAdd support for horizontal & vertical alignment when doing truesize
Frank Richter [Wed, 3 Aug 2005 14:54:28 +0000 (14:54 +0000)] 
Add support for horizontal & vertical alignment when doing truesize
sizing.

19 years agoSet up tests for secur32.
Kai Blin [Wed, 3 Aug 2005 13:08:49 +0000 (13:08 +0000)] 
Set up tests for secur32.

19 years agoFree the allocated command line string.
James Hawkins [Wed, 3 Aug 2005 12:34:03 +0000 (12:34 +0000)] 
Free the allocated command line string.

19 years agoAdd support for the BT_NONE background type.
Frank Richter [Wed, 3 Aug 2005 12:32:59 +0000 (12:32 +0000)] 
Add support for the BT_NONE background type.

19 years agoAdd a tab control to the navigation pane.
James Hawkins [Wed, 3 Aug 2005 11:46:52 +0000 (11:46 +0000)] 
Add a tab control to the navigation pane.

19 years agoAdd hottracking support for the header control.
Frank Richter [Wed, 3 Aug 2005 11:45:19 +0000 (11:45 +0000)] 
Add hottracking support for the header control.

19 years agoImplement GetThemeBackgroundExtent().
Frank Richter [Wed, 3 Aug 2005 11:45:02 +0000 (11:45 +0000)] 
Implement GetThemeBackgroundExtent().

19 years agoDon't convert the return value on failure in VerQueryValueA/W.
Alexandre Julliard [Wed, 3 Aug 2005 11:04:13 +0000 (11:04 +0000)] 
Don't convert the return value on failure in VerQueryValueA/W.

19 years agogcc 4.0 RegSetValueEx warning fixes.
Mike McCormack [Wed, 3 Aug 2005 11:03:44 +0000 (11:03 +0000)] 
gcc 4.0 RegSetValueEx warning fixes.

19 years agogcc 4.0 warning fixes for Interlocked* functions.
Mike McCormack [Wed, 3 Aug 2005 11:03:05 +0000 (11:03 +0000)] 
gcc 4.0 warning fixes for Interlocked* functions.

19 years agoBack out the previous stencil patch and slightly improve on the old
Oliver Stieber [Wed, 3 Aug 2005 11:01:15 +0000 (11:01 +0000)] 
Back out the previous stencil patch and slightly improve on the old
functionality.

19 years agoMove the setting of states from device to basetexture, states that
Oliver Stieber [Wed, 3 Aug 2005 11:00:28 +0000 (11:00 +0000)] 
Move the setting of states from device to basetexture, states that
relate to the opengl texture object will only be updated when they are
out of sync, this reduces the number of texture object state changes
during game play in Axis and allies from several hundreds to 0 or 1.

19 years agoImplemented the IXMLDOMElement interface.
Mike McCormack [Wed, 3 Aug 2005 10:58:47 +0000 (10:58 +0000)] 
Implemented the IXMLDOMElement interface.

19 years agoImplement LdapUnicodeToUTF8, LdapUTF8ToUnicode,
Hans Leidekker [Wed, 3 Aug 2005 10:58:14 +0000 (10:58 +0000)] 
Implement LdapUnicodeToUTF8, LdapUTF8ToUnicode,
ldap_dn2ufn*, ldap_explode_dn*, ldap_get_dn*,
ldap_memfree*, ldap_ufn2dn* and ldap_value_free*.

19 years agoAdd German resourced for hhctrl.ocx.
Henning Gerhardt [Wed, 3 Aug 2005 10:57:28 +0000 (10:57 +0000)] 
Add German resourced for hhctrl.ocx.

19 years ago- Add the HH Child window class.
James Hawkins [Wed, 3 Aug 2005 10:56:55 +0000 (10:56 +0000)] 
- Add the HH Child window class.
- Create the Navigation and HTML panes as HH Child windows.

19 years agoAdd real stub for MsiConfigureFeatureW.
Steven Edwards [Wed, 3 Aug 2005 10:56:43 +0000 (10:56 +0000)] 
Add real stub for MsiConfigureFeatureW.

19 years agoAdded about protocol implementation.
Jacek Caban [Wed, 3 Aug 2005 10:56:26 +0000 (10:56 +0000)] 
Added about protocol implementation.

19 years agoRemove unneeded theming check.
Frank Richter [Wed, 3 Aug 2005 10:56:14 +0000 (10:56 +0000)] 
Remove unneeded theming check.

19 years agoImplement support for the ST_TILE background stretching mode.
Frank Richter [Wed, 3 Aug 2005 10:55:40 +0000 (10:55 +0000)] 
Implement support for the ST_TILE background stretching mode.

19 years agoImplement IOCTL_SCSI_GET_INQUIRY_DATA.
Vitaliy Margolen [Wed, 3 Aug 2005 10:55:12 +0000 (10:55 +0000)] 
Implement IOCTL_SCSI_GET_INQUIRY_DATA.

19 years agoImplemented Get/SetDllDirectory.
Alexandre Julliard [Tue, 2 Aug 2005 14:56:53 +0000 (14:56 +0000)] 
Implemented Get/SetDllDirectory.

19 years ago- Add the toolbar to the viewer window.
James Hawkins [Tue, 2 Aug 2005 14:55:11 +0000 (14:55 +0000)] 
- Add the toolbar to the viewer window.
- Load the toolbar button text from the resource file.

19 years agoRemoved a noisy trace.
Alexandre Julliard [Tue, 2 Aug 2005 14:42:51 +0000 (14:42 +0000)] 
Removed a noisy trace.

19 years agoUse WLDAP32_LDAP_NO_MEMORY instead of LDAP_NO_MEMORY.
Hans Leidekker [Tue, 2 Aug 2005 14:42:10 +0000 (14:42 +0000)] 
Use WLDAP32_LDAP_NO_MEMORY instead of LDAP_NO_MEMORY.

19 years agoAdded test for IShellFolder_ParseDisplayName.
Saulius Krasuckas [Tue, 2 Aug 2005 14:41:51 +0000 (14:41 +0000)] 
Added test for IShellFolder_ParseDisplayName.

19 years agoMove TESTLIST from EXTRA_SRCS to C_SRCS in test makefiles to free up
Robert Shearman [Tue, 2 Aug 2005 14:36:13 +0000 (14:36 +0000)] 
Move TESTLIST from EXTRA_SRCS to C_SRCS in test makefiles to free up
EXTRA_SRCS for other purposes.

19 years agoImplement DllMain and store the Dll hinstance.
James Hawkins [Tue, 2 Aug 2005 14:35:56 +0000 (14:35 +0000)] 
Implement DllMain and store the Dll hinstance.

19 years agoImplemented a few trivial ntdll functions that have been added in
Alexandre Julliard [Tue, 2 Aug 2005 11:38:51 +0000 (11:38 +0000)] 
Implemented a few trivial ntdll functions that have been added in
recent Windows versions.

19 years agoInitial implementation of msxml3 based on libxml2.
Mike McCormack [Tue, 2 Aug 2005 11:29:04 +0000 (11:29 +0000)] 
Initial implementation of msxml3 based on libxml2.

19 years agoFixed white space handling on the last line (reported by Jeremy
Alexandre Julliard [Tue, 2 Aug 2005 10:00:32 +0000 (10:00 +0000)] 
Fixed white space handling on the last line (reported by Jeremy
White).
Avoid parsing the same line twice when it contains trailing spaces.

19 years agoAdd tests for repainting windows with CS_PARENTDC class style.
Lauri Tulmin [Tue, 2 Aug 2005 09:56:25 +0000 (09:56 +0000)] 
Add tests for repainting windows with CS_PARENTDC class style.

19 years agoUse the new RtlExitUserThread function instead of exporting
Alexandre Julliard [Tue, 2 Aug 2005 09:55:40 +0000 (09:55 +0000)] 
Use the new RtlExitUserThread function instead of exporting
wine_server_exit_thread.

19 years agoAdded QueryStatus implementation.
Jacek Caban [Tue, 2 Aug 2005 09:50:19 +0000 (09:50 +0000)] 
Added QueryStatus implementation.

19 years agoDon't rely on ldap structure when headers are not available.
Hans Leidekker [Tue, 2 Aug 2005 09:49:41 +0000 (09:49 +0000)] 
Don't rely on ldap structure when headers are not available.

19 years agoAdd German resource file for WLDAP32.
Henning Gerhardt [Tue, 2 Aug 2005 09:49:27 +0000 (09:49 +0000)] 
Add German resource file for WLDAP32.

19 years agoAdded DllCanUnloadNow implementation.
Jacek Caban [Tue, 2 Aug 2005 09:49:06 +0000 (09:49 +0000)] 
Added DllCanUnloadNow implementation.

19 years agoPrevent dsb->buf_mixpos from ever remaining past dsb->buflen even if
Alex Villacís Lasso [Tue, 2 Aug 2005 09:47:32 +0000 (09:47 +0000)] 
Prevent dsb->buf_mixpos from ever remaining past dsb->buflen even if
not in DSBPLAY_LOOPING case, to prevent assertion failure in
DSOUND_MixInBuffer.

19 years agoUse STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead of bit
Vitaly Lipatov [Tue, 2 Aug 2005 09:47:18 +0000 (09:47 +0000)] 
Use STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead of bit
operations.

19 years agoAdded commented out stubs for a bunch of new functions.
Alexandre Julliard [Mon, 1 Aug 2005 14:59:26 +0000 (14:59 +0000)] 
Added commented out stubs for a bunch of new functions.

19 years agoProperly sort the function prototypes.
Alexandre Julliard [Mon, 1 Aug 2005 14:53:53 +0000 (14:53 +0000)] 
Properly sort the function prototypes.

19 years agoFixed the build without make depend.
Alexandre Julliard [Mon, 1 Aug 2005 14:52:37 +0000 (14:52 +0000)] 
Fixed the build without make depend.

19 years agoProperly sort the spec file entries.
Alexandre Julliard [Mon, 1 Aug 2005 14:52:01 +0000 (14:52 +0000)] 
Properly sort the spec file entries.

19 years agoImplement ldap_compare* functions.
Hans Leidekker [Mon, 1 Aug 2005 14:51:17 +0000 (14:51 +0000)] 
Implement ldap_compare* functions.

19 years agoFixed IOCTL_SCSI_GET_ADDRESS.
Vitaliy Margolen [Mon, 1 Aug 2005 14:50:59 +0000 (14:50 +0000)] 
Fixed IOCTL_SCSI_GET_ADDRESS.

19 years agoFixed regression in DPA_Search.
Alexandre Julliard [Mon, 1 Aug 2005 14:50:36 +0000 (14:50 +0000)] 
Fixed regression in DPA_Search.

19 years ago- Use Gecko to render HTML.
Jacek Caban [Mon, 1 Aug 2005 10:59:45 +0000 (10:59 +0000)] 
- Use Gecko to render HTML.
- Get rid of Mozilla ActiveX Control in MSHTML.

19 years agoImplement ldap_err2string.
Hans Leidekker [Mon, 1 Aug 2005 10:59:09 +0000 (10:59 +0000)] 
Implement ldap_err2string.

19 years agoSeparate the setting of the DirectX texture and sampler states from
Oliver Stieber [Mon, 1 Aug 2005 10:58:31 +0000 (10:58 +0000)] 
Separate the setting of the DirectX texture and sampler states from
the setting of OpenGL states (now in applyTextureStateState and
applySamplerState).

19 years agoFix sync tests on Win98/ME.
Felix Nawothnig [Mon, 1 Aug 2005 10:57:13 +0000 (10:57 +0000)] 
Fix sync tests on Win98/ME.

19 years agoFix module tests on Win9x.
Felix Nawothnig [Mon, 1 Aug 2005 10:57:04 +0000 (10:57 +0000)] 
Fix module tests on Win9x.

19 years agoSync ws2_32.spec with XP.
Andreas Mohr [Mon, 1 Aug 2005 10:56:49 +0000 (10:56 +0000)] 
Sync ws2_32.spec with XP.

19 years agoWarning fixes.
Mike McCormack [Mon, 1 Aug 2005 09:22:26 +0000 (09:22 +0000)] 
Warning fixes.

19 years agoAdd beginnings of the Help viewer.
James Hawkins [Mon, 1 Aug 2005 09:21:53 +0000 (09:21 +0000)] 
Add beginnings of the Help viewer.

19 years agogcc 4.0 warning fix.
Mike McCormack [Mon, 1 Aug 2005 09:21:03 +0000 (09:21 +0000)] 
gcc 4.0 warning fix.

19 years agoSeparate the management of DirectX states and openGL states.
Oliver Stieber [Mon, 1 Aug 2005 09:20:55 +0000 (09:20 +0000)] 
Separate the management of DirectX states and openGL states.

19 years agoAdded stubbed support for ScriptGetFontProperties.
Oliver Stieber [Mon, 1 Aug 2005 09:18:53 +0000 (09:18 +0000)] 
Added stubbed support for ScriptGetFontProperties.

19 years agoFix DPA_Search for sorted arrays.
Felix Nawothnig [Mon, 1 Aug 2005 09:18:23 +0000 (09:18 +0000)] 
Fix DPA_Search for sorted arrays.

19 years agoFixed an off by one error in enumdisplaymodes, allowing sims 2 to
Oliver Stieber [Sat, 30 Jul 2005 19:11:38 +0000 (19:11 +0000)] 
Fixed an off by one error in enumdisplaymodes, allowing sims 2 to
start up.

19 years agoAdded a separate device object to keep track of inodes that are on the
Alexandre Julliard [Sat, 30 Jul 2005 19:09:43 +0000 (19:09 +0000)] 
Added a separate device object to keep track of inodes that are on the
same device.

19 years agoTidy up some of the formatting in drawprim and add missing strided
Oliver Stieber [Sat, 30 Jul 2005 19:06:14 +0000 (19:06 +0000)] 
Tidy up some of the formatting in drawprim and add missing strided
data.

19 years agoValidate that the texture is no larger than the graphics cards largest
Oliver Stieber [Sat, 30 Jul 2005 19:05:58 +0000 (19:05 +0000)] 
Validate that the texture is no larger than the graphics cards largest
supported texture.

19 years agoFix comm tests on Win9x.
Felix Nawothnig [Sat, 30 Jul 2005 19:04:30 +0000 (19:04 +0000)] 
Fix comm tests on Win9x.

19 years agoImprove regsvr32 output.
Andreas Mohr [Sat, 30 Jul 2005 19:04:14 +0000 (19:04 +0000)] 
Improve regsvr32 output.

19 years agoRemove the no longer used ConvertVersionInfo32To16 function.
Paul Vriens [Sat, 30 Jul 2005 19:04:01 +0000 (19:04 +0000)] 
Remove the no longer used ConvertVersionInfo32To16 function.
Add a (forgotten) RtlFreeUnicodeString.

19 years agoFix remaining thread tests on WinME.
Felix Nawothnig [Sat, 30 Jul 2005 19:03:46 +0000 (19:03 +0000)] 
Fix remaining thread tests on WinME.