Jacek Caban
6f4c5f1dd8
urlmon: Added support for 'Run' setup hook.
2013-01-04 17:43:54 +01:00
Dmitry Timoshkov
03724685d6
windowscodecs: Implement ComponentFactory_CreateBitmapFromMemory.
2013-01-04 17:43:45 +01:00
Henri Verbeet
44b462c9b4
wined3d: Just restore state->user_stream in wined3d_device_draw_indexed_primitive_strided().
2013-01-04 12:17:01 +01:00
Henri Verbeet
b557f5ba3a
wined3d: Don't touch state->user_stream in wined3d_device_process_vertices().
...
device_stream_info_from_declaration() no longer cares about
state->user_stream.
2013-01-04 12:16:56 +01:00
Henri Verbeet
76a2864a3b
wined3d: state->user_stream is always FALSE in device_stream_info_from_declaration().
...
Since user pointer draws were removed, state->user_stream will only ever be
set for "strided" draws, and device_stream_info_from_declaration() is never
called for those.
2013-01-04 12:16:49 +01:00
Henri Verbeet
29cb3c1d90
ddraw: Avoid LPD3DVIEWPORT.
2013-01-04 12:16:40 +01:00
Henri Verbeet
293f362d55
ddraw: Avoid LPD3DMATRIX.
2013-01-04 12:16:27 +01:00
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