Commit graph

12692 commits

Author SHA1 Message Date
Mike McCormack
50a6d970f5 gcc 4.0 warning fixes for Interlocked* functions. 2005-08-03 11:03:05 +00:00
Oliver Stieber
d708acd979 Back out the previous stencil patch and slightly improve on the old
functionality.
2005-08-03 11:01:15 +00:00
Oliver Stieber
bb6f9b022b 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.
2005-08-03 11:00:28 +00:00
Mike McCormack
3b5c2221cc Implemented the IXMLDOMElement interface. 2005-08-03 10:58:47 +00:00
Hans Leidekker
2be395db76 Implement LdapUnicodeToUTF8, LdapUTF8ToUnicode,
ldap_dn2ufn*, ldap_explode_dn*, ldap_get_dn*,
ldap_memfree*, ldap_ufn2dn* and ldap_value_free*.
2005-08-03 10:58:14 +00:00
Henning Gerhardt
9332f2bb56 Add German resourced for hhctrl.ocx. 2005-08-03 10:57:28 +00:00
James Hawkins
eece303c9a - Add the HH Child window class.
- Create the Navigation and HTML panes as HH Child windows.
2005-08-03 10:56:55 +00:00
Steven Edwards
cbec713615 Add real stub for MsiConfigureFeatureW. 2005-08-03 10:56:43 +00:00
Jacek Caban
f193c26554 Added about protocol implementation. 2005-08-03 10:56:26 +00:00
Frank Richter
db5b331f3a Remove unneeded theming check. 2005-08-03 10:56:14 +00:00
Frank Richter
59e5ce9d87 Implement support for the ST_TILE background stretching mode. 2005-08-03 10:55:40 +00:00
Vitaliy Margolen
fa9c730cf6 Implement IOCTL_SCSI_GET_INQUIRY_DATA. 2005-08-03 10:55:12 +00:00
Alexandre Julliard
dab980e0fc Implemented Get/SetDllDirectory. 2005-08-02 14:56:53 +00:00
James Hawkins
3e00dec827 - Add the toolbar to the viewer window.
- Load the toolbar button text from the resource file.
2005-08-02 14:55:11 +00:00
Alexandre Julliard
760ff4338d Removed a noisy trace. 2005-08-02 14:42:51 +00:00
Hans Leidekker
810a5b0fa0 Use WLDAP32_LDAP_NO_MEMORY instead of LDAP_NO_MEMORY. 2005-08-02 14:42:10 +00:00
Saulius Krasuckas
60f2d44e1f Added test for IShellFolder_ParseDisplayName. 2005-08-02 14:41:51 +00:00
Robert Shearman
078201608a Move TESTLIST from EXTRA_SRCS to C_SRCS in test makefiles to free up
EXTRA_SRCS for other purposes.
2005-08-02 14:36:13 +00:00
James Hawkins
7f66a3dc7f Implement DllMain and store the Dll hinstance. 2005-08-02 14:35:56 +00:00
Alexandre Julliard
55ad6cc520 Implemented a few trivial ntdll functions that have been added in
recent Windows versions.
2005-08-02 11:38:51 +00:00
Mike McCormack
dcc2d6c254 Initial implementation of msxml3 based on libxml2. 2005-08-02 11:29:04 +00:00
Alexandre Julliard
57cd2df559 Fixed white space handling on the last line (reported by Jeremy
White).
Avoid parsing the same line twice when it contains trailing spaces.
2005-08-02 10:00:32 +00:00
Lauri Tulmin
99889b846a Add tests for repainting windows with CS_PARENTDC class style. 2005-08-02 09:56:25 +00:00
Alexandre Julliard
4de75b5a6f Use the new RtlExitUserThread function instead of exporting
wine_server_exit_thread.
2005-08-02 09:55:40 +00:00
Jacek Caban
0a93f42b80 Added QueryStatus implementation. 2005-08-02 09:50:19 +00:00
Hans Leidekker
fa043b06ba Don't rely on ldap structure when headers are not available. 2005-08-02 09:49:41 +00:00
Henning Gerhardt
c3cd80949a Add German resource file for WLDAP32. 2005-08-02 09:49:27 +00:00
Jacek Caban
2f93763e24 Added DllCanUnloadNow implementation. 2005-08-02 09:49:06 +00:00
Alex Villacís Lasso
7840becd3f Prevent dsb->buf_mixpos from ever remaining past dsb->buflen even if
not in DSBPLAY_LOOPING case, to prevent assertion failure in
DSOUND_MixInBuffer.
2005-08-02 09:47:32 +00:00
Vitaly Lipatov
2af4200877 Use STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead of bit
operations.
2005-08-02 09:47:18 +00:00
Alexandre Julliard
7be607f7c0 Added commented out stubs for a bunch of new functions. 2005-08-01 14:59:26 +00:00
Alexandre Julliard
1f9a5d348b Fixed the build without make depend. 2005-08-01 14:52:37 +00:00
Alexandre Julliard
525d857087 Properly sort the spec file entries. 2005-08-01 14:52:01 +00:00
Hans Leidekker
7a264997d5 Implement ldap_compare* functions. 2005-08-01 14:51:17 +00:00
Vitaliy Margolen
0cb33a9d51 Fixed IOCTL_SCSI_GET_ADDRESS. 2005-08-01 14:50:59 +00:00
Alexandre Julliard
90c3c89aea Fixed regression in DPA_Search. 2005-08-01 14:50:36 +00:00
Jacek Caban
068fa0aa21 - Use Gecko to render HTML.
- Get rid of Mozilla ActiveX Control in MSHTML.
2005-08-01 10:59:45 +00:00
Hans Leidekker
38d350ef00 Implement ldap_err2string. 2005-08-01 10:59:09 +00:00
Oliver Stieber
d344162f41 Separate the setting of the DirectX texture and sampler states from
the setting of OpenGL states (now in applyTextureStateState and
applySamplerState).
2005-08-01 10:58:31 +00:00
Felix Nawothnig
71a03671b7 Fix sync tests on Win98/ME. 2005-08-01 10:57:13 +00:00
Felix Nawothnig
7c44e00699 Fix module tests on Win9x. 2005-08-01 10:57:04 +00:00
Andreas Mohr
ecd3abd48a Sync ws2_32.spec with XP. 2005-08-01 10:56:49 +00:00
Mike McCormack
82f9c97cbf Warning fixes. 2005-08-01 09:22:26 +00:00
James Hawkins
8db2c26da8 Add beginnings of the Help viewer. 2005-08-01 09:21:53 +00:00
Oliver Stieber
5615513877 Separate the management of DirectX states and openGL states. 2005-08-01 09:20:55 +00:00
Oliver Stieber
b671180c6a Added stubbed support for ScriptGetFontProperties. 2005-08-01 09:18:53 +00:00
Felix Nawothnig
9fb00ff5c8 Fix DPA_Search for sorted arrays. 2005-08-01 09:18:23 +00:00
Oliver Stieber
d15e2f1472 Fixed an off by one error in enumdisplaymodes, allowing sims 2 to
start up.
2005-07-30 19:11:38 +00:00
Oliver Stieber
386470bedc Tidy up some of the formatting in drawprim and add missing strided
data.
2005-07-30 19:06:14 +00:00
Oliver Stieber
cc884e0ae6 Validate that the texture is no larger than the graphics cards largest
supported texture.
2005-07-30 19:05:58 +00:00