Alexandre Julliard
305aca28b4
makefiles: Avoid creating an intermediate rc file for test binaries.
2011-05-22 12:50:10 +02:00
Henri Verbeet
427803a981
wined3d: Make wined3d.h a normal header file again.
2011-05-19 10:07:50 +02:00
Alexandre Julliard
4422d22cfe
configure: Create a wine64 symlink in 64-bit build trees.
2011-05-10 14:04:42 +02:00
Dylan Smith
c44ab0cd41
include: Generate rmxftmpl.h from rmxftmpl.x using new build tool.
2011-05-05 16:31:59 +02:00
Dylan Smith
e6a824d5fe
tools: Add a tool to build .x template files.
2011-05-05 16:31:59 +02:00
Piotr Caban
3660bf72a7
include: Added IDocObjectService interface definition.
2011-03-11 11:50:05 +01:00
Alexandre Julliard
417b70bf44
makefiles: Add rules to update po files from .mc files in maintainer mode.
2011-01-24 21:34:23 +01:00
Alexandre Julliard
4a5c687069
actxprxy: Add proxies for shldisp.idl.
2011-01-19 17:43:45 +01:00
Alexander Morozov
535f0bce59
shell32: Added typelib.
2011-01-19 14:31:45 +01:00
Alexandre Julliard
9771ad8ca7
makefiles: Generate .res files directly from message files.
2011-01-18 16:56:02 +01:00
Alexandre Julliard
367fd228d8
makefiles: Add rules to rebuild the po files in maintainer mode.
2011-01-04 17:05:21 +01:00
Alexandre Julliard
efc319bfa5
hhctrl.ocx: Add a typelib and register it.
2010-12-22 17:10:23 +01:00
Alexandre Julliard
41d6a92349
msxml2: Add an msxml2 library that contains the v2.6 msxml typelib.
2010-12-21 13:56:42 +01:00
Alexandre Julliard
25ccc90b42
msxml: Add an msxml library that contains the v2.0 msxml typelib.
2010-12-21 13:25:20 +01:00
Alexandre Julliard
f6b6c7bade
include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl.
2010-12-21 12:17:11 +01:00
Alexandre Julliard
0a0862001b
loader: Build the preloader for x86-64.
2010-12-16 17:59:24 +01:00
Jacek Caban
eda1787b3c
jscript: Move some of registration process to IRegistrar mechanism.
2010-12-16 11:49:11 +01:00
Alexandre Julliard
5293d1fd03
msxml4: Add a typelib resource.
2010-12-09 20:52:26 +01:00
Alexandre Julliard
092af1be37
gameux: Add a typelib resource.
2010-12-09 11:40:12 +01:00
Alexandre Julliard
2f0371e84d
wuapi: Add a typelib resource.
2010-12-09 11:40:08 +01:00
Alexandre Julliard
79bab49904
infosoft: Convert dll registration to the IRegistrar mechanism.
2010-12-07 15:59:41 +01:00
Alexandre Julliard
15ccabc9a8
makefiles: Add common rules for installing the main man page.
2010-12-05 16:17:58 +01:00
Austin English
78a1df139e
winepath: Add a manpage.
2010-11-26 12:13:31 +01:00
Austin English
76725fbb68
regedit: Add a manpage.
2010-11-26 12:13:18 +01:00
Austin English
c43c31fe47
wineconsole: Add a manpage.
2010-11-26 12:12:50 +01:00
Austin English
8d821bd933
wineboot: Add a manpage.
2010-11-26 12:12:41 +01:00
Austin English
68daebb681
winecfg: Add a manpage.
2010-11-24 18:00:08 +01:00
Austin English
d2989f0d09
winefile: Add a manpage.
2010-11-24 17:59:59 +01:00
Austin English
82415fff99
winemine: Add a manpage.
2010-11-24 17:59:59 +01:00
Austin English
f30fa2f4f1
regsvr32: Add a manpage.
2010-11-23 13:21:52 +01:00
Austin English
ac0f13100e
notepad: Add a manpage.
2010-11-23 13:21:28 +01:00
Austin English
97d11dbf59
msiexec: Add a manpage.
2010-11-15 15:02:58 +01:00
Alexandre Julliard
32ad286d06
atl: Move atliface.idl to the global includes.
2010-11-12 11:47:19 +01:00
Vincent Povirk
498752dd10
include: Rename cor.h to cor.idl.
2010-11-11 16:40:35 +01:00
Alexandre Julliard
40977bf1d2
shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array.
2010-11-11 12:24:46 +01:00
Alexandre Julliard
62c37253e6
msxml6: Add a typelib resource.
2010-11-10 12:09:22 +01:00
Hans Leidekker
58352b9443
include: Add winsxs.idl.
2010-11-03 16:07:30 +01:00
Rico Schüller
512a47c576
include: Move D3D_SRV_DIMENSION to d3dcommon.h.
2010-10-26 11:52:37 +02:00
Anders Jonsson
7665d27b95
kernel32: Add Swedish translation.
2010-10-25 12:41:40 +02:00
Damjan Jovanovic
32f9173998
windowscodecs: Add COM proxies and stubs.
2010-10-22 15:49:37 +02:00
Jacek Caban
4c5c1f93bc
include: Added d3d10_1.idl.
2010-10-05 13:00:22 +02:00
Vincent Povirk
c7d82418a6
include: Add declaration for ICLRMetaHost.
2010-10-04 16:26:59 +02:00
Adam Martinson
4f78c04ec8
msxml3: XSLPattern support.
...
Parse XSLPattern queries and translate them into equivalent XPath queries.
XSLPattern built-in functions/operators are translated to their XPath
counterparts where applicable. If no direct XPath counterpart exists,
they are registered as custom XPath functions for the sake of speed where
possible. As a last resort, they are translated into compound XPath
expressions to accomplish the task, if more slowly.
If the parser encounters an error, the original XSLPattern query is
returned, as this is more likely to work than a mangled one.
2010-10-04 16:18:54 +02:00
Nikolay Sivov
3780b08239
include: Add xml DOMDocument60 definition.
2010-08-30 11:27:23 +02:00
Matteo Bruni
5dcb2e4b7e
d3dcompiler: Move shader assembler implementation from d3dx9_36.
2010-08-25 17:34:24 +02:00
Alexandre Julliard
9188bd647b
winetest: Include the build info also in the standard build.
2010-08-21 17:19:48 +02:00
Matteo Bruni
70962ee4d8
d3dcompiler_43: Add dll directory.
2010-08-02 15:14:01 +02:00
Jacek Caban
d83a08c429
wscript.exe: Added IHost stub implementation.
2010-07-29 17:34:07 +02:00
Jacek Caban
0a4e40ba3d
wscript.exe: Added IHost typelib.
2010-07-29 17:33:36 +02:00
Matteo Bruni
d36aba067f
include: Add the ID3D10Blob interface.
2010-07-28 16:28:20 +02:00