Commit Graph

93195 Commits (b93e29f0ee0006e4469782db740f20cdae6b5be2)
 

Author SHA1 Message Date
Christian Costa 1adda4cfbc d3drm: Remove unused variable. 2013-01-04 12:14:14 +01:00
Christian Costa b742b98c55 d3dx9_36: Implement ID3DXFileImpl_RegisterTemplates + tests. 2013-01-04 12:14:07 +01:00
Jacek Caban 732376d5b9 atl: Added support for category maps in AtlModuleRegisterServer. 2013-01-04 12:01:22 +01:00
Jacek Caban cc18fc0f14 atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterServer). 2013-01-04 12:01:15 +01:00
Frédéric Delanoy 73df62c95b po: Update French translation. 2013-01-04 12:01:02 +01:00
Vincent Povirk 47217eaa83 winex11.drv: Flush property notify events before deleting properties. 2013-01-04 12:00:15 +01:00
Vincent Povirk 4013dc85e9 winex11.drv: Select property change events on selection request windows. 2013-01-04 12:00:08 +01:00
Andrew Talbot 1a45569f72 d3dx9_36: Avoid signed-unsigned integer comparisons. 2013-01-04 11:59:32 +01:00
Andrew Talbot 1af3862186 d3dxof: Avoid signed-unsigned integer comparisons. 2013-01-04 11:59:23 +01:00
Detlef Riekenberg b6663f8a52 conhost.exe: Add stub program. 2013-01-03 16:46:55 +01:00
Detlef Riekenberg 892f1181c3 api-ms-win-security-base-l1-1-0: Add dll. 2013-01-03 16:46:12 +01:00
Detlef Riekenberg 8f022fd4c7 ntoskrnl.exe: Update version resource. 2013-01-03 16:45:18 +01:00
Detlef Riekenberg 2844f62cd7 api-ms-win-downlevel-user32-l1-1-0: Add version resource. 2013-01-03 16:45:07 +01:00
Hans Leidekker 2390ef9232 wmiutils/tests: Add more tests. 2013-01-03 16:44:27 +01:00
Hans Leidekker 1a16bf4459 wmiutils: Don't prepend a backslash if WBEMPATH_GET_NAMESPACE_ONLY is specified. 2013-01-03 16:44:21 +01:00
Hans Leidekker f776b64fa6 wmiutils: Fix buffer size query in IWbemPath::GetText. 2013-01-03 16:44:14 +01:00
Nikolay Sivov 67c57b216c comctl32/listview: Improve LVM_GETSUBITEMRECT implementation for out-of-bounds item indices. 2013-01-03 16:44:07 +01:00
Henri Verbeet 3046a2cbef wined3d: Get rid of some useless braces in draw_primitive(). 2013-01-03 16:43:45 +01:00
Henri Verbeet 85d12b320c wined3d: Recognize any "X.Org" GL vendor as Mesa. 2013-01-03 16:43:36 +01:00
Henri Verbeet cf4f09cf85 wined3d: Simplify select_card_amd_mesa() a bit.
We can use the same code for the Gallium and "classic" drivers, and the
classic drivers are no longer supported upstream anyway.
2013-01-03 16:43:32 +01:00
Henri Verbeet 06729ed74f ddraw: Avoid LPD3DTLVERTEX. 2013-01-03 16:43:24 +01:00
Henri Verbeet edf8058e3c ddraw: Avoid LPD3DHVERTEX. 2013-01-03 16:43:19 +01:00
Alexandre Julliard 2c0b470019 advapi32/tests: Fix test failures on older Windows versions. 2013-01-03 11:58:49 +01:00
Jacek Caban 6de3e39aa4 atl100: Added AtlUnadvise implementation. 2013-01-03 11:58:48 +01:00
Jacek Caban e57b22b960 atl100: Added AtlAdvise implementation. 2013-01-03 11:58:48 +01:00
Jacek Caban ded419707a user32: Initialize cbSize of NONCLIENTMETRICSW struct in GetSystemMetrics. 2013-01-03 11:58:47 +01:00
Dmitry Timoshkov 2b455abb93 wineps.drv/generic.ppd: Change default page extents to A4 to match *DefaultPageSize. 2013-01-03 11:58:47 +01:00
Julian Rüger c903135dbe po: Update German translation. 2013-01-03 11:58:38 +01:00
Andrew Talbot c39f7e7fdb d3drm: Avoid signed-unsigned integer comparisons. 2013-01-03 11:52:16 +01:00
Andrew Talbot 2cf00836ef d3dx9_36: Avoid signed-unsigned integer comparisons. 2013-01-03 11:52:08 +01:00
André Hentschel fc5a2aa05c netstat: Implement the UDP table output. 2013-01-03 11:50:10 +01:00
André Hentschel c25c7f8049 netstat: Parse command line arguments. 2013-01-03 11:50:02 +01:00
André Hentschel 7357b65d62 netstat: Make functions static. 2013-01-03 11:49:51 +01:00
Vincent Povirk 5e3e7304a1 windowscodecs: Add test showing CreateBitmapFromMemory copies the data. 2013-01-03 11:49:43 +01:00
André Hentschel 0004788e96 winedbg: Add modified immediate dataprocessing operators to Thumb2 disassembler. 2013-01-02 18:15:03 +01:00
André Hentschel 87fbe4ca10 winedbg: Add plain binary dataprocessing operators to Thumb2 disassembler. 2013-01-02 18:14:59 +01:00
Alexandre Julliard defcfde17c winex11: Add an option to disable shaping of layered window to work around compositor bugs. 2013-01-02 18:09:34 +01:00
Jacek Caban fdcbd3137a iphlpapi: Added support for direct routes when using NET_RT_DUMP. 2013-01-02 17:11:53 +01:00
Hans Leidekker 988ff08754 wmiutils: Add tests. 2013-01-02 13:36:43 +01:00
Hans Leidekker 0199a94329 wmiutils: Support more flags in IWbemPath::GetText. 2013-01-02 13:36:24 +01:00
Hans Leidekker 3843482668 wmiutils: Implement IWbemPath::GetNamespaceCount. 2013-01-02 13:36:18 +01:00
Hans Leidekker 8059192e12 wmiutils: Parse the path passed to IWbemPath::SetText. 2013-01-02 13:36:14 +01:00
Hans Leidekker ee9c242295 wmiutils: Register WbemDefPath. 2013-01-02 13:36:09 +01:00
Hans Leidekker 7e936825e2 wmiutils: Validate parameters in IWbemPath::SetText and IWbemPath::GetText. 2013-01-02 13:36:04 +01:00
Hans Leidekker 0ee1b888a2 wmiutils: Introduce memory allocation helpers. 2013-01-02 13:36:00 +01:00
Alexandre Julliard 63a89f9be2 Update copyright info for 2013. 2013-01-02 13:35:54 +01:00
Andrew Talbot 2d7595fd2a crypt32: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:54 +01:00
Andrew Talbot bb7ca4379e cryptui: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:53 +01:00
Andrew Talbot 80e4d899ed d3dcompiler_43: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:53 +01:00
Andrew Talbot 23fde785ee comctl32: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:52 +01:00