Nikolay Sivov
65bcdb2c80
xmllite: Implement PI parsing.
2013-01-07 13:38:00 +01:00
Marcus Meissner
2bc8e076e0
advapi32: Close hTemp on error (Coverity).
2013-01-07 11:13:27 +01:00
Marcus Meissner
18c51a9c00
oledb32: Avoid leaking propsets on error paths (Coverity).
2013-01-07 11:13:07 +01:00
Henri Verbeet
da817d8e91
ddraw: Get rid of some redundant code in IDirect3DImpl_GetCaps().
...
dwTextureBlendCaps is overwritten later, and (potentially) uninitialized here.
2013-01-07 11:12:28 +01:00
Henri Verbeet
3e7c800e9c
wined3d: Get rid of the user_stream field from wined3d_state.
...
All remaining uses are equivalent to "device->up_strided". (Which should of
course eventually go away as well.)
2013-01-07 11:12:23 +01:00
Henri Verbeet
5b42297a31
wined3d: Remove a redundant condition in the indexbuffer() state handler.
...
Strided draws don't use VBOs.
2013-01-07 11:12:19 +01:00
Francois Gouget
f963f93964
Assorted spelling fixes.
2013-01-07 11:10:40 +01:00
Francois Gouget
6ada0608bf
msvcrt/tests: Add a trailing '\n' to a win_skip() call.
2013-01-07 11:10:30 +01:00
Michael Stefaniuc
3b4bb9dcf3
winmm: Add missing LeaveCriticalSection on error paths (Smatch).
2013-01-07 11:09:30 +01:00
Michael Stefaniuc
4bdb5b55ec
atl100: Fix a mem leak on an error path (Smatch).
2013-01-07 11:09:23 +01:00
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
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
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
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
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
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
Vincent Povirk
5e3e7304a1
windowscodecs: Add test showing CreateBitmapFromMemory copies the data.
2013-01-03 11:49:43 +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
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
Andrew Talbot
a377563b00
advapi32: Avoid signed-unsigned integer comparisons.
2013-01-02 13:35:52 +01:00
Andrew Talbot
d03b13c534
cabinet: Avoid signed-unsigned integer comparisons.
2013-01-02 13:35:51 +01:00
Andrew Eikum
93348b21f7
winmm: Don't map the device if WAVE_FORMAT_DIRECT is given.
2013-01-02 13:35:51 +01:00
Hans Leidekker
8d0551b98d
winhttp/tests: Accept another error from WinHttpGetProxyForUrl.
2013-01-02 13:15:18 +01:00
Henri Verbeet
8e9f0af2a9
d3d10core/tests: Add a small test for ID3D10Device_CreateRasterizerState().
2013-01-02 13:15:16 +01:00
Henri Verbeet
5d38662235
d3d10core: Only create unique rasterizer state objects.
2013-01-02 13:15:14 +01:00
Henri Verbeet
4f9814c536
d3d10core: Implement d3d10_rasterizer_state_GetDesc().
2013-01-02 13:11:22 +01:00
Andrew Eikum
d6c0e8159b
wininet: Fail on URLs without a scheme.
2013-01-02 13:10:51 +01:00
Jacek Caban
9704fcaf73
atl100: Fixed NULL catmap handling in AtlRegisterClassCategoriesHelper.
2013-01-02 13:10:25 +01:00
Caron Jensen
e51bd12315
wined3d: Add new Radeon HD 6570 GL renderer string.
2012-12-28 20:32:40 +01:00
Jacek Caban
5487d2c35a
urlmon: Fixed some tests on IE10.
2012-12-28 20:32:40 +01:00
Jacek Caban
c0cfd44ce9
atl: Reimplemented AtlModuleRegisterTypeLib on top of AtlRegisterTypeLib.
2012-12-28 20:32:39 +01:00
Jacek Caban
ef3f65b5ff
atl80: Added AtlRegisterTypeLib implementation (based on AtlModuleRegisterTypeLib).
2012-12-28 20:32:38 +01:00
Jacek Caban
7d23d3ecd6
atl100: Added support for typelibs in separate files in AtlLoadTypeLib.
2012-12-28 20:32:38 +01:00
Nikolay Sivov
5c2005ea14
xmllite: Implement decoding new input chunk from stream, use it for comment parsing.
2012-12-28 20:32:30 +01:00
Nikolay Sivov
3e8d4e76e5
oledb32: Support data source properties from init string passed to GetDataSource().
2012-12-28 18:20:04 +01:00
Jacek Caban
f877fe9ba4
wininet: Properly handle output buffer size in InternetGetCookieA.
2012-12-28 11:26:56 +01:00
Jacek Caban
0c02e35841
wininet: Properly handle output buffer size in InternetGetCookieW.
2012-12-28 11:26:52 +01:00
Andrew Eikum
8f03c51e55
winmm: Reroute WAVE_MAPPER devices as the default device changes.
2012-12-28 11:26:40 +01:00
Marcus Meissner
bc5d953f7e
xmllite: Remove duplicated statement (Coverity).
2012-12-28 11:26:19 +01:00
Marcus Meissner
7750dd8ec4
advapi32: Do not use invalid pSD value (Coverity).
2012-12-28 11:26:09 +01:00
Marcus Meissner
ab6369231f
winhttp: Do not free name too early (Coverity).
2012-12-28 11:25:58 +01:00
Marcus Meissner
e0fa39b3e0
oleaut32: Mark PropertyPageSiteVtbl static.
2012-12-28 11:25:34 +01:00
Marcus Meissner
02722c4d8e
usp10: Mark SHAPE_ApplyOpenTypePositions as hidden.
2012-12-28 11:25:25 +01:00
Alexandre Julliard
227fc26e63
gdi32: Use the correct physdev for each driver call (Coverity).
2012-12-27 20:53:25 +01:00
Christian Costa
dabde6a04f
d3dx9_36: Check proper signature for DIB files.
2012-12-27 18:47:54 +01:00
Christian Costa
95433ccd3c
d3dx9_36: Implement D3DXFileCreate with stubbed ID3DXFile interface + basic tests.
2012-12-27 18:47:54 +01:00
Maarten Lankhorst
f5abeb8471
dsound: Use a thread instead of a timer for greater precision.
2012-12-27 18:47:53 +01:00
Jacek Caban
8dc7a72a14
atl: Added locking to AtlModuleExtractCreateWndData.
2012-12-27 18:47:53 +01:00
Jacek Caban
dc160df8e9
atl: Changed AtlModuleInit FIXME to TRACE.
2012-12-27 18:47:53 +01:00
Chae Jong Bin
e8307fe160
wininet: Add stub for DeleteWpadCacheForNetworks.
2012-12-27 17:15:40 +01:00
Chae Jong Bin
fee3d67030
urlmon: Add stub for FlushUrlmonZonesCache.
2012-12-27 17:15:40 +01:00
Alexandre Julliard
59c30130a0
ntdll: Remove unused include.
2012-12-27 17:15:40 +01:00
Piotr Caban
bcf4467b86
msvcrt: Return error in stat function when path is specified with trailing slash character.
2012-12-27 17:15:39 +01:00
Dmitry Timoshkov
cf9dbcc3c8
windowscodecs: Add some tests for IWICImagingFactory_CreateBitmapFromMemory.
2012-12-27 12:08:28 +01:00
Andrew Eikum
b73da85dec
winmm: Open WAVE_MAPPER devices in their own devices array.
2012-12-27 12:08:21 +01:00
Andrew Eikum
68679158b6
winmm: Don't give a period time to IAudioClient::Initialize.
2012-12-27 12:08:14 +01:00
Frédéric Delanoy
720f1bb7eb
appwiz.cpl: Fix a leak (coverity).
2012-12-27 12:07:52 +01:00
Nikolay Sivov
ec4de1f9fe
oledb32: Partial implementation of GetDataSource().
2012-12-27 12:07:38 +01:00
Andrew Eikum
4ab4bc5d09
winmm: Rearrange device mapping when a new default device is chosen.
2012-12-26 18:23:06 +01:00
Jacek Caban
99065bb65f
atl: Backport some tests from atl100.
2012-12-26 18:23:05 +01:00
Jacek Caban
1a111423dd
atl100: Fixed a typo.
2012-12-26 18:23:05 +01:00
Jacek Caban
65493cf137
atl: Use atlbase.h in tests.
2012-12-26 18:23:05 +01:00
Piotr Caban
6e485f13c0
msvcrt: NULL terminate program arguments list in __getmainargs.
2012-12-26 18:23:05 +01:00
Frédéric Delanoy
04fb8a913c
xdg: Fix a file handle leak (coverity).
2012-12-26 18:23:05 +01:00
Piotr Caban
eaa1b70603
msvcrt: Added _strnicmp_l implementation.
2012-12-26 18:23:05 +01:00
Ričardas Barkauskas
2c8ea6ebff
comctl32: Avoid code duplication by reusing PROPSHEET_GetPageIndex.
2012-12-26 18:23:04 +01:00
Ričardas Barkauskas
379d492b12
comctl32: Use index value if property sheet page isn't found.
2012-12-26 18:23:04 +01:00
Nikolay Sivov
beffac006c
xmllite: Shrink buffer when enough data processed.
2012-12-26 18:23:04 +01:00
Ken Thomases
d8a0da9d8f
winemac.drv: Implement GetMonitorInfo.
2012-12-26 18:23:03 +01:00
Ken Thomases
21c4fc3326
winemac.drv: Implement EnumDisplayMonitors.
2012-12-26 18:23:03 +01:00
Ken Thomases
ce0f9b3128
winemac.drv: Tell git's diff engine to recognize Objective-C source files.
2012-12-26 18:23:03 +01:00
Dmitry Timoshkov
95d98d0bfc
wineps.drv: Update dmPaperWidth/Height when dmPaperSize is being changed through UI.
2012-12-26 18:23:03 +01:00
Nikolay Sivov
a701528fec
msxml3: Remove separate structures for test interfaces.
2012-12-24 17:35:30 +01:00
Nikolay Sivov
f445da0afa
msxml3: Make callback data available for ready state event handler.
2012-12-24 17:35:23 +01:00
Jacek Caban
56c094186f
atl100: Added AtlRegisterClassCategoriesHelper implementation.
2012-12-24 17:35:08 +01:00
Jacek Caban
674d3a1242
mshtml: Removed no longer used nsIProfile declaration.
2012-12-24 14:38:02 +01:00
Christian Costa
6ebf7a37fe
dmsynth: Dump data passed to Download method.
2012-12-24 14:36:32 +01:00
Christian Costa
c6694e6dec
dmusic: Implement SynthPortImpl_IDirectMusicPort_DownloadInstrument.
2012-12-24 14:36:21 +01:00
Christian Costa
494fbc69ca
dmusic: Move IDirectMusicDownloadedInstrument to port.c since it is port dependant and perform COM cleanup.
2012-12-24 14:36:14 +01:00
Dmitry Timoshkov
0f7ed96fda
wineps.drv: Update dmFormName when merging DEVMODE structures.
2012-12-24 14:35:16 +01:00
Dmitry Timoshkov
383318bc02
wineps.drv: Properly handle dmFormName in unicode DEVMODE structure.
2012-12-24 14:35:03 +01:00
Dmitry Timoshkov
ef489d647a
wineps.drv: Update dmFormName when dmPaperSize is being changed through UI.
2012-12-24 14:34:57 +01:00
Dmitry Timoshkov
c374201be1
wineps.drv: Make sure that DEVMODE fields changed through UI are marked as set.
2012-12-24 14:34:36 +01:00
Dmitry Timoshkov
11a69ab5aa
wineps.drv: Add an ability to select device resolution from UI.
2012-12-24 14:34:27 +01:00
Piotr Caban
dbec250635
msvcrt: Added _stricmp_l implementation.
2012-12-24 13:34:04 +01:00
Jacek Caban
7726e01844
jscript: Don't pass 'this' argument to DISPID_VALUE of pure IDispatch interfaces.
2012-12-24 13:33:14 +01:00
Frédéric Delanoy
8ec82dfaae
d3drm: Fix a leak (coverity).
2012-12-24 13:33:06 +01:00
Andrew Eikum
08f73e2a07
winmm: Use a separate array to map the default device.
2012-12-24 13:32:58 +01:00
Andrew Talbot
431b4f52d6
shlwapi: Indentation fix.
2012-12-24 13:32:42 +01:00
Andrew Talbot
c78f8d7405
user32: Indentation fix.
2012-12-24 13:32:38 +01:00
Andrew Talbot
c5ce8c8e08
usp10: Indentation fix.
2012-12-24 13:31:42 +01:00
Andrew Talbot
c61b14cbcc
wined3d: Indentation fix.
2012-12-24 13:30:20 +01:00
Andrew Talbot
9acc966688
winex11.drv: Indentation fix.
2012-12-24 13:30:11 +01:00
Piotr Caban
a62e3f6442
wininet: NULL terminate cookie data in load_persistent_cookie function.
2012-12-21 17:29:03 +01:00
Piotr Caban
2f35659035
wininet: Fixed CreateUrlCacheEntryW behaviour on URLs without '\' and '/' characters.
2012-12-21 17:28:59 +01:00
Jacek Caban
99d1a8529b
jscript: Added null and undefined values support to to_object.
2012-12-21 17:28:55 +01:00
Hans Leidekker
c092d82500
wmiutils: Implement IWbemPath::SetText and IWbemPath::GetText.
2012-12-21 14:19:03 +01:00
Hans Leidekker
633a5741b5
wmiutils: Add a stub implementation of IWbemPath.
2012-12-21 14:18:35 +01:00
Hans Leidekker
d010497474
wmiutils: Rename wmiutils.idl to wmiutils_classes.idl.
2012-12-21 14:16:38 +01:00
Hans Leidekker
4933dc78c6
pdh: Accept the local machine name in counter paths.
2012-12-21 14:15:45 +01:00
Hans Leidekker
ec1ae3b6e6
winhttp/tests: Make sure proxy settings are restored.
2012-12-21 14:15:36 +01:00
Piotr Caban
6e38d5beef
msvcr100: Added _aligned_msize implementation.
2012-12-21 14:15:25 +01:00
Piotr Caban
dfca87db71
msvcrt: Added _set_fmode and _get_fmode implementation.
2012-12-21 14:14:53 +01:00
Alexandre Julliard
4289bd44de
winspool.drv: Remove a todo that succeeds now.
2012-12-21 13:54:30 +01:00
Christian Costa
898c2954e0
dmusic: Use static variables for instrument header and id instead of using pointer.
2012-12-21 13:54:29 +01:00
Christian Costa
bf0605c08a
dmusic: Implement instrument regions loading.
2012-12-21 13:54:23 +01:00
Ken Thomases
fd269e4dca
winemac: Implement GetDeviceCaps().
2012-12-21 12:08:38 +01:00
Detlef Riekenberg
828882745a
api-ms-win-core-winrt-error-l1-1-0: Add dll.
2012-12-21 11:44:16 +01:00
Detlef Riekenberg
98d0d621e7
api-ms-win-core-winrt-string-l1-1-0: Add dll.
2012-12-21 11:43:37 +01:00
Detlef Riekenberg
71e11c0c1a
api-ms-win-downlevel-advapi32-l2-1-0: Add dll.
2012-12-21 11:42:53 +01:00
Detlef Riekenberg
7d6e592b0b
api-ms-win-downlevel-shell32-l1-1-0: Add dll.
2012-12-21 11:40:43 +01:00
Detlef Riekenberg
38a69f0c1d
api-ms-win-downlevel-shlwapi-l2-1-0: Add dll.
2012-12-21 11:40:02 +01:00
Andrew Talbot
1d7a407f6d
shell32: Indentation fix.
2012-12-21 11:37:22 +01:00
Andrew Talbot
d7d1e40240
rsaenh: Indentation fix.
2012-12-21 11:37:14 +01:00
Andrew Talbot
b2b4bb9a12
oleaut32: Indentation fix.
2012-12-21 11:37:01 +01:00
Christian Costa
f30c18f3d2
dmusic: Set instrument stream position where the instrument begins, not at the beginning of the instruments list. Simplify CustomLoad accordingly.
2012-12-20 18:30:16 +01:00
Christian Costa
cdf727ebd1
dmloader: Use dump_DMUS_OBJECTDESC to dump data to avoid truncation in TRACE.
2012-12-20 18:29:46 +01:00
Jörg Höhle
a39e423f6f
mmdevapi: Avoid lock contention after SetEvent.
2012-12-20 18:06:53 +01:00
Huw Davies
496898db51
usp10: Add support for format 2 pair adjustments.
2012-12-20 18:04:41 +01:00
Huw Davies
08fcdd5f6f
usp10: Move the application of pair values to a helper function.
2012-12-20 18:04:37 +01:00
Huw Davies
79cbcf9612
usp10: Glyph class tables are just generic class tables.
2012-12-20 18:04:33 +01:00
Dmitry Timoshkov
eb272cbd31
wineps.drv: Slightly simplify a PPD parser code snippet.
2012-12-20 18:04:19 +01:00
Dmitry Timoshkov
d170f05ece
wineps.drv: Ignore requested resolutions not supported by device.
2012-12-20 18:04:02 +01:00
Dmitry Timoshkov
d5f27e194a
wineps.drv: Keep track of all supported device resolutions.
2012-12-20 18:03:51 +01:00
Alexandre Julliard
57f84bc7bb
gdi32: Avoid duplicate computation of text extents in ExtTextOut.
2012-12-20 15:08:31 +01:00
Alexandre Julliard
0da8c0d92e
gdi32: Compute the extents of the whole string at once in ExtTextOut.
2012-12-20 14:32:58 +01:00
Alexandre Julliard
718e2f256e
oleaut32: Cleanup some relay traces.
2012-12-20 12:55:37 +01:00
Alexandre Julliard
2915e47979
oleaut32: Use a saner calling convention for the marshaller asm thunks.
2012-12-20 12:54:55 +01:00
Piotr Caban
76969a8651
msvcrt: Don't call local_unwind2 when Cookie equals MSVCRT_JMP_MAGIC in longjmp.
2012-12-20 12:23:20 +01:00
Nikolay Sivov
16cc2b8753
shlwapi: Implement IsCharSpaceA().
2012-12-20 12:22:54 +01:00
Nikolay Sivov
83e87a3232
msxml3: More tests for DISPID_VALUE properties handling.
2012-12-20 12:21:52 +01:00
Alistair Leslie-Hughes
f20427361c
oleaut32: Don't output an error when the typelib cannot be found.
2012-12-20 12:21:39 +01:00
Detlef Riekenberg
cdec918b26
api-ms-win-downlevel-ole32-l1-1-0.dll: Add dll.
2012-12-20 12:17:58 +01:00
Detlef Riekenberg
dcce818540
api-ms-win-downlevel-normaliz-l1-1-0: Add dll.
2012-12-20 12:17:22 +01:00
Detlef Riekenberg
5b5e8d9b68
api-ms-win-downlevel-user32-l1-1-0: Add dll.
2012-12-20 12:15:16 +01:00
Detlef Riekenberg
f8c041fef4
api-ms-win-downlevel-version-l1-1-0: Add dll.
2012-12-20 12:14:51 +01:00
Frédéric Delanoy
2952db6403
xmllite: Avoid dead initialization (clang).
2012-12-20 12:01:33 +01:00
André Hentschel
e431d89ed2
kernel32/tests: Don't test function directly when reporting GetLastError().
2012-12-20 12:00:26 +01:00
André Hentschel
61a1213078
msvcrt/tests: Don't test function directly when reporting errno.
2012-12-20 12:00:21 +01:00
Jacek Caban
f28324a69c
atl80: Updated spec file.
2012-12-19 14:39:01 +01:00
Jacek Caban
5f4f215c2d
atl100: Added AtlWinModuleExtractCreateWndData tests.
2012-12-19 14:39:00 +01:00
Jacek Caban
c0456aea76
atl100: Added AtlWinModuleExtractCreateWndData implementation.
2012-12-19 14:39:00 +01:00
Detlef Riekenberg
8ca7a068f4
api-ms-win-downlevel-shlwapi-l1-1-0: Add dll.
2012-12-19 14:38:59 +01:00
Detlef Riekenberg
52a231c5b7
api-ms-win-downlevel-advapi32-l1-1-0: Add dll.
2012-12-19 14:38:59 +01:00
Jiang Yike
44d5d3951b
wined3d: Add recognition for NVIDIA GeForce GTX 660 Ti, 660, 650 Ti and 650.
2012-12-19 14:38:59 +01:00
Huw Davies
b83216c124
usp10: PairValueRecord is a variable length struct, so don't use a C array to index into them.
2012-12-19 14:38:59 +01:00
Huw Davies
c28897f3e9
usp10: Add the ability to just return the size of the value record.
2012-12-19 14:38:59 +01:00
Hans Leidekker
f33f7a5df1
wininet: Map socket errors to ERROR_INTERNET_CANNOT_CONNECT in create_netconn_socket.
2012-12-19 14:38:59 +01:00
Hans Leidekker
10cb483cf1
winhttp: Add a missing goto in winhttp_request_get_Status.
2012-12-19 14:38:58 +01:00
Hans Leidekker
4788c214e2
winhttp/tests: Fix test failures on Windows 8.
2012-12-19 14:38:58 +01:00
Hans Leidekker
61db36556a
msi: Fix a test failure on Windows 8 and conform to the more recent behavior.
2012-12-19 14:38:58 +01:00
Piotr Caban
7771552f24
msvcrt: Don't fail when _aligned_offset_malloc is used with size=0.
2012-12-19 14:38:58 +01:00
Nikolay Sivov
f3f81387f1
version: Remove 'return' from void function.
2012-12-19 14:38:58 +01:00
Nikolay Sivov
b6eaf8761d
scrrun: Implement GetFileVersion().
2012-12-19 14:38:58 +01:00
Nikolay Sivov
f2eb6d018f
xmllite: Remove dead code.
2012-12-19 14:38:58 +01:00
Nikolay Sivov
c085b8d930
xmllite: Support comment nodes.
2012-12-19 14:38:58 +01:00
Nikolay Sivov
61483a581e
xmllite: Track internal parser state to select expected node type.
2012-12-19 14:38:57 +01:00
Andrew Talbot
97fdb7a9ba
ole2disp.dll16: Indentation fix.
2012-12-19 12:54:51 +01:00
Andrew Talbot
fa96beb5c4
ole32: Indentation fix.
2012-12-19 12:54:41 +01:00
Stefan Dösinger
8cf55497cc
wined3d: Remove draw_*_primitive_up.
...
Note that I can't remove the state->user_stream mess yet, because of
draw_*_primitive_strided. Another patchset will deal with that.
2012-12-19 12:53:28 +01:00
Stefan Dösinger
f3f172ce81
d3d9: Use dynamic buffers for DrawIndexedPrimitiveUP.
2012-12-19 12:53:23 +01:00
Stefan Dösinger
873603f941
d3d9: Use a dynamic buffer for DrawPrimitiveUP.
2012-12-19 12:53:20 +01:00
Stefan Dösinger
01197730ef
d3d8: Use dynamic buffers for DrawIndexedPrimitiveUP.
2012-12-19 12:53:15 +01:00
Stefan Dösinger
7dd4460bc8
d3d8: Use a dynamic vertex buffer for DrawPrimitiveUP.
2012-12-19 12:53:12 +01:00
Christian Costa
b47facb4af
dmloader: COM cleanup of IDirectMusicLoader object.
2012-12-18 19:26:26 +01:00
Alexandre Julliard
bbf3e8621a
gdi32: Remove from the GetTextExtentExPoint entry points parameters that can't be handled by the driver.
2012-12-18 19:26:25 +01:00
Alexandre Julliard
1c2f23cf2f
gdi32: Add helper functions for GetTextExtentExPoint and fix handling of text justification.
2012-12-18 19:21:44 +01:00
Jörg Höhle
17f098869f
winealsa: Separate read and write pointers.
2012-12-18 19:21:31 +01:00
Jörg Höhle
b18c5e811f
mmdevapi: SetEventHandle is allowed only once.
2012-12-18 16:30:36 +01:00
Jacek Caban
c38d5ce73c
atl100: Added AtlWinModuleInit tests.
2012-12-18 12:40:11 +01:00
Jacek Caban
a650ce1104
atl100: Added AtlWinModuleInit implementation.
2012-12-18 12:38:56 +01:00
Piotr Caban
1f784a1001
msvcrt: Use CompareString in wcscoll functions.
2012-12-18 12:38:48 +01:00
Piotr Caban
0c91daee8b
msvcrt: Use LC_COLLATE category in strcoll functions.
2012-12-18 12:38:39 +01:00
Piotr Caban
2cb51d9f4a
msvcrt: Added more setlocale tests.
2012-12-18 12:38:22 +01:00
Piotr Caban
a406d538bb
msvcrt: Fixed locale matching code.
2012-12-18 12:38:17 +01:00
Piotr Caban
7afc98a7f7
msvcrt: Fixed codepage setting code in create_locale.
2012-12-18 12:38:12 +01:00
Piotr Caban
b71af96b9c
wined3d: Recognize Nvidia GT610 card.
2012-12-18 12:37:59 +01:00
Hans Leidekker
1611123267
winhttp: Use the hostname instead of the IPv4 address in the URL returned from WinHttpDetectAutoProxyConfigUrl.
2012-12-18 12:37:34 +01:00
Hans Leidekker
e6ab87ccfa
winhttp: Check the server response when downloading a PAC script.
2012-12-18 12:37:28 +01:00
Hans Leidekker
035315c45c
wbemprox: Avoid a crash in get_propval when the query returned no results.
2012-12-18 12:37:21 +01:00
Jacek Caban
0e6d3b8611
jscript: Optimized concatenation of empty strings.
2012-12-18 12:37:14 +01:00
Jacek Caban
f0c0c14241
jscript: Moved string concatenation to helper function.
2012-12-18 12:37:08 +01:00
Stefan Dösinger
3b197749f9
ddraw: Align user vertex data.
2012-12-18 12:37:00 +01:00
Stefan Dösinger
09d44a1967
ddraw: Handle DrawIndexedPrimitive via dynamic buffers.
2012-12-18 12:36:54 +01:00
Stefan Dösinger
94388ed6c2
ddraw: Handle DrawPrimitive with a dynamic vertex buffer.
2012-12-18 12:36:47 +01:00
Stefan Dösinger
6deaa02fda
ddraw: Move the index buffer growing code to a separate function.
2012-12-18 12:36:40 +01:00
Stefan Dösinger
ea40a3a8b5
ddraw: Pass the number of vertices to DrawIndexedPrimitive.
2012-12-18 12:36:28 +01:00
Dmitry Timoshkov
671b977dd5
wineps.drv: Return ASPECTX/Y which represent current device resolution.
2012-12-18 12:36:12 +01:00
Dmitry Timoshkov
0cfc1c848f
wineps.drv: Use device resolution specified at DC creation time.
2012-12-18 12:36:07 +01:00
Dmitry Timoshkov
1cf52561c3
winspool.drv: Correct the DocumentProperties spec entry.
2012-12-18 12:35:39 +01:00
Andrew Talbot
bb55f47e41
msacm32: Indentation fix.
2012-12-18 12:35:26 +01:00
Andrew Talbot
4c191378e9
msvcrt: Indentation fix.
2012-12-18 12:35:14 +01:00
Piotr Caban
1cd0c4abd6
msvcrt: Sync spec files.
2012-12-17 20:31:27 +01:00
Piotr Caban
78553db096
msvcrt: Added _atodbl tests.
2012-12-17 20:31:26 +01:00
Piotr Caban
3b5ab1b48f
msvcrt: Added _atodbl_l implementation.
2012-12-17 20:31:25 +01:00
Piotr Caban
38bf8ac44b
msvcrt: Don't duplicate floating-point number parsing code in MSVCRT__atoflt_l.
2012-12-17 20:31:24 +01:00
Christian Costa
f0dd310018
d3drm: Fix return error code.
2012-12-17 20:31:24 +01:00
Christian Costa
871aa9d14d
d3drm: Check params in IDirect3DRMMeshBuilder2Impl_GetVertices + tests.
2012-12-17 20:31:23 +01:00
Dmitry Timoshkov
1cd551cd6a
wineps.drv: Update default DEVMODE to better indicate initialized fields.
2012-12-17 20:31:23 +01:00
Dmitry Timoshkov
bdf14227ab
winspool.drv: Add more traces.
2012-12-17 20:31:22 +01:00
Dmitry Timoshkov
fd193bc781
wineps.drv: Add a trace to PSDRV_GetDeviceCaps.
2012-12-17 20:31:20 +01:00
Jacek Caban
cc75a52c6a
urlmon: Added IWinInetInfo and IWinInetHttpInfo proxy/stub implementation.
2012-12-17 20:31:19 +01:00
Jacek Caban
f780ae0f86
jscript: Fixed deleting property by ID from IDispatchEx interface.
2012-12-17 20:31:19 +01:00
Jacek Caban
2d7a3bb482
jscript: Fixed deleting properties by name from IDispatchEx interface.
2012-12-17 20:31:18 +01:00
Jacek Caban
7202f1a32f
jscript: Fixed deleting properties of pure dispatch interface.
2012-12-17 20:31:18 +01:00
Jacek Caban
4dbd777de2
jscript: Fixed deleting nonexistent identifiers.
2012-12-17 20:31:17 +01:00
Jacek Caban
7f07bb9a7a
jscript: Fixed deleting nonexisting properties from member expression.
2012-12-17 20:31:16 +01:00
Jacek Caban
9de9c353ac
jscript: Fixed Number.toFixed for value 0 with 0 precision.
2012-12-17 20:31:16 +01:00
Ken Thomases
59e339faac
winemac: Implement minimal Create[Compatible]DC() and DeleteDC().
2012-12-17 20:31:15 +01:00
Ken Thomases
35033025aa
winequartz.drv: Rename to winemac.drv ("the Mac driver").
2012-12-17 20:31:14 +01:00
Nikolay Sivov
aaa8186a2e
msxml3: Add custom handling for DISPID_VALUE for node list.
2012-12-17 20:31:14 +01:00
Detlef Riekenberg
1868fe651f
comdlg32/tests: Use win8 failure-code as default result.
2012-12-17 20:31:12 +01:00
Alexandre Julliard
72b3dfca7c
user32: Fix copy/paste typo.
2012-12-17 20:31:11 +01:00
Alexandre Julliard
71bb8c5e7c
user32: Properly fixup font system parameters with positive height.
2012-12-17 20:31:07 +01:00
Andrew Talbot
0653f7a64d
gdi32: Indentation fix.
2012-12-17 11:48:03 +01:00
Andrew Talbot
85ebbadcb0
comctl32: Indentation fix.
2012-12-17 11:47:39 +01:00
Andrew Talbot
c8092a04ce
comdlg32: Indentation fix.
2012-12-17 11:47:39 +01:00
Andrew Talbot
9feb4053fe
dbghelp: Indentation fix.
2012-12-17 11:47:38 +01:00
Andrew Talbot
b0e95d27a9
dsound: Indentation fix.
2012-12-17 11:47:38 +01:00
Andrew Talbot
10fb1eac9c
krnl386.exe16: Indentation fix.
2012-12-15 16:35:04 +01:00
Andrew Talbot
c8e952c939
mapi32: Indentation fix.
2012-12-15 16:34:43 +01:00
Andrew Eikum
d4e9b26cbb
mmdevapi: Send notifications to clients when the user-selected default device changes.
2012-12-15 16:33:31 +01:00
Andrew Eikum
8d775ec09b
mmdevapi: Implement (Un)RegisterEndpointNotificationCallback.
2012-12-15 16:33:25 +01:00
Nikolay Sivov
7f8825085d
oleaut32: Added a test for prop getter invocation with different flags.
2012-12-14 19:01:36 +01:00
Caron Jensen
86cb15b235
wined3d: Recognize Nvidia GT520 cards.
2012-12-14 18:58:10 +01:00
Andrew Eikum
81d601f56f
dsound: Always fill wValidBitsPerSample.
2012-12-14 17:37:48 +01:00
Andrew Eikum
4f32f8e185
winealsa.drv: Be less strict about wValidBitsPerSample.
2012-12-14 17:37:45 +01:00
Nikolay Sivov
9f9ff5528c
msxml3: Some tests to show that DISPID_VALUE properties are handled specially.
2012-12-14 17:37:44 +01:00
Jacek Caban
7d3046cd02
atl100: Added AtlComModuleGetClassObject implementation (based on AtlModuleGetClassObject).
2012-12-14 17:37:44 +01:00
Francois Gouget
7b2d297d3e
d3dx9_36/tests: Use software vertex processing so the tests can run on Intel GM950 graphics cards.
2012-12-14 17:37:43 +01:00
Francois Gouget
3951cb660f
winhttp/tests: Make some traces more explicit.
2012-12-14 17:37:42 +01:00
Alexandre Julliard
5215895a11
gdi32: Support wrongly ordered rectangles in RectVisible.
2012-12-14 17:37:41 +01:00
Alexandre Julliard
456b4c876e
gdi32: Add a helper function to order the points of a rectangle.
2012-12-14 17:37:33 +01:00
Alexandre Julliard
ff5d68ccb2
gdi32: Fix handling of rotation matrices in GetGlyphOutline.
2012-12-14 13:12:19 +01:00
Erich Hoover
331b99cf19
advapi32: Support service objects in GetSecurityInfo.
2012-12-14 12:25:57 +01:00
Austin English
c8e71e9a3e
msvcrt: Implement memcpy in msvcrt instead of forwarding to ntdll.
2012-12-14 12:15:05 +01:00
Austin English
a79de8aa29
msvcrt: Implement _ftol in msvcrt instead of forwarding to ntdll.
2012-12-14 12:13:39 +01:00
Daniel Jelinski
bd59df8ddd
msi: Do not convert MaskedEdit contents to uppercase.
2012-12-14 11:57:11 +01:00
Christian Costa
ec51c5f737
d3drm: Face data size is in number of DWORD.
2012-12-14 11:56:53 +01:00
Christian Costa
53e37121a4
d3drm: Handle texture load proc when loading mesh data.
2012-12-14 11:56:48 +01:00
Jacek Caban
0f0f76ce6b
jscript: Allow poping multiple stack values at the time.
2012-12-14 11:54:47 +01:00
Jacek Caban
10c2a2bba4
jscript: Properly handle return value evaluation in comma expression.
2012-12-14 11:54:44 +01:00
Piotr Caban
42d5cc3c6e
msvcrt: Added __getmainargs tests.
2012-12-14 11:54:28 +01:00
Piotr Caban
678abf4064
msvcrt: Support expand_wildcards parameter in __wgetmainargs function.
2012-12-14 11:54:20 +01:00
Piotr Caban
7c39023f60
msvcrt: Fixed wildcard expanding when path is specified in __getmainargs.
2012-12-14 11:54:14 +01:00
Francois Gouget
a20db48dae
d3dx9_36/tests: Skip some tests when DXT5 textures are not supported.
2012-12-14 11:49:54 +01:00
Henri Verbeet
93700423e8
d3d10core/tests: Add a small test for ID3D10Device_CreateDepthStencilState().
2012-12-14 11:49:31 +01:00
Henri Verbeet
0ffda86f76
d3d10core: Only create unique depthstencil state objects.
2012-12-14 11:49:28 +01:00
Henri Verbeet
d158289020
d3d10core: Implement d3d10_depthstencil_state_GetDesc().
2012-12-14 11:49:23 +01:00
Christian Costa
7a5b12c8ef
d3drm: Handle all materials in material list and create corresponding mesh groups + tests.
2012-12-13 20:18:05 +01:00
Daniel Jelinski
39222f6ab7
user32: Always call ScrollWindowEx in the listbox WM_VSCROLL handler.
2012-12-13 20:15:35 +01:00
Jacek Caban
4eb769451e
ole32: Added IMoniker::BindToStorage proxy/stub implementation.
2012-12-13 18:39:02 +01:00
Michael Stefaniuc
62029ff586
msi: Use FIELD_OFFSET for the size of structs with a varlength array.
2012-12-13 18:38:47 +01:00
Piotr Caban
c34769cfa1
msvcrt: Support expand_wildcards parameter in __getmainargs function.
2012-12-13 18:24:17 +01:00
Piotr Caban
bc33d39e23
msvcrt: Don't flush stream in fputs function.
2012-12-13 18:24:03 +01:00
Jacek Caban
1000a6bf34
jscript: Ensure correct stack state for non-returning expression evaluation in compile_expression.
2012-12-13 12:24:15 +01:00
Jacek Caban
162f2e6be2
jscript: Moved eval return value logic to specific statement handlers.
2012-12-13 12:24:07 +01:00
Jacek Caban
86787db2ca
atl: Merge registrar.c into atl_main.c.
2012-12-13 12:06:40 +01:00
Jacek Caban
526fe933be
atl100: Added AtlRegisterClassCategoriesHelper stub.
2012-12-13 12:05:49 +01:00
Austin English
756a3bba26
atl80: Fix typos in spec file.
2012-12-13 11:21:47 +01:00
Henri Verbeet
3cd98e15fa
d3d10core/tests: Add a small test for ID3D10Device_CreateBlendState().
2012-12-13 11:21:33 +01:00
Henri Verbeet
525e3da051
d3d10core: Only create unique blend state objects.
2012-12-13 11:21:28 +01:00
Henri Verbeet
9d86c8b07c
d3d10core: Implement d3d10_blend_state_GetDesc().
2012-12-13 11:21:22 +01:00
Andrew Talbot
3a53ea3398
amstream: Avoid signed-unsigned integer comparisons.
2012-12-13 11:20:54 +01:00
Austin English
1d1cb5236e
d3d11: Add a stub dll.
2012-12-12 20:30:25 +01:00
André Hentschel
d2cf09083d
winemapi: List ignored attachments.
2012-12-12 20:24:38 +01:00
André Hentschel
20128a923a
mmdevapi/test: Fix tests on win8.
2012-12-12 20:23:55 +01:00
Jacek Caban
9abb9ffe91
atl80: Fixed some spec file entries.
2012-12-12 20:23:49 +01:00
Jacek Caban
147dbf63cd
atl100: Added AtlWinModuleAddCreateWndData implementation (based on AtlModuleAddCreateWndData).
2012-12-12 20:23:36 +01:00
Jacek Caban
55b0de2173
atl: Added locking to AtlModuleAddCreateWndData.
2012-12-12 20:23:25 +01:00
Jacek Caban
2c41c4c1cb
jscript: Added SCRIPTTEXT_ISEXPRESSION tests.
2012-12-12 20:23:20 +01:00
Jacek Caban
5e4a16819e
jscript: Added support for SCRIPTTEXT_ISEXPRESSION.
2012-12-12 20:23:17 +01:00
Jacek Caban
b568d88815
jscript: Throw an error if return statement is in eval code.
2012-12-12 20:23:13 +01:00
Christian Costa
6595cdd41f
d3drm: Load object only if it is top level and requested or if it is part of another object.
2012-12-12 20:18:13 +01:00
Alexandre Julliard
bd5d5e9776
user32: Start checking for driver events more often when the app doesn't consume messages properly.
2012-12-12 20:17:21 +01:00
Alexandre Julliard
a283b986c7
ole32: Limit the number of messages processed at once in CoWaitForMultipleObjects.
2012-12-12 14:06:46 +01:00
Piotr Caban
f5c8647919
msvcrt: Added _mbsnbcoll_l implementation.
2012-12-12 12:01:36 +01:00
Piotr Caban
a2b71b732a
msvcrt: Added _mbsnbicoll_l implementation.
2012-12-12 12:01:22 +01:00
Piotr Caban
3b41fab0e9
msvcrt: Added _fwprintf_l implementation.
2012-12-12 12:01:11 +01:00
Piotr Caban
48335be04e
msvcrt: Added _vfwprintf_l implementation.
2012-12-12 12:01:01 +01:00
Piotr Caban
b5cf3057e9
msvcrt: Added _atoi_l implementation.
2012-12-12 12:00:46 +01:00
Piotr Caban
3acb238f15
msvcrt: Added _wtoi_l implementation.
2012-12-12 12:00:41 +01:00
Piotr Caban
c4d085bc74
msvcr100: Added _get_timezone implementation.
2012-12-12 12:00:31 +01:00
Piotr Caban
77306693d4
msvcr100: Added _sprintf_p implementation.
2012-12-12 12:00:03 +01:00
Piotr Caban
d958ecbc69
msvcrt: Fixed floating point numbers printing when flags.Sign=' '.
2012-12-12 11:59:55 +01:00
Piotr Caban
101abcd8b1
msvcr100: Added fread_s implementation.
2012-12-12 11:59:38 +01:00
Ken Thomases
436edbdfc7
winspool: Close read end of pipe in parent so we can detect child termination.
2012-12-12 11:59:23 +01:00
Henri Verbeet
4ec1c78ec4
d3d10core/tests: Add a small test for ID3D10Device_CreateSamplerState().
2012-12-12 11:59:17 +01:00
Henri Verbeet
a9e241e4fe
d3d10core: Only create unique sampler state objects.
2012-12-12 11:59:08 +01:00
Henri Verbeet
14eadb71bc
d3d10core: Implement d3d10_sampler_state_GetDesc().
2012-12-12 11:59:01 +01:00
Henri Verbeet
99dcfdf0ce
ddraw: Avoid LPD3DDEVICEDESC7.
2012-12-12 11:58:55 +01:00
Michael Stefaniuc
ab55448069
comctl32/tests: Get rid of a temp buffer.
2012-12-12 11:58:43 +01:00
Andrew Talbot
4bb92e1897
msvcp100: Avoid signed-unsigned integer comparisons.
2012-12-11 20:45:46 +01:00
Detlef Riekenberg
fa59d1e5d7
advapi32/tests: Accept win8 failure code.
2012-12-11 20:45:45 +01:00
Sylvain Petreolle
8a04421244
setupapi: Add stub for SetupAddToSourceListW.
2012-12-11 20:45:45 +01:00
Daniel Jelinski
06a0a01e18
comctl32/listview: Forward more header notifications to parent window.
2012-12-11 20:45:44 +01:00
Daniel Jelinski
12c065111b
comctl32/listview: Convert header notifications to ANSI in place.
2012-12-11 20:45:44 +01:00
Daniel Jelinski
70df1d58cb
comctl32/tests: Add listview header notification tests.
2012-12-11 20:45:43 +01:00
Alexandre Goujon
d0001e357a
kernel32: Use the FSD sector location to compute the serial of a UDF volume.
2012-12-11 20:45:43 +01:00
Hans Leidekker
ffa6dbe0b1
advapi32: Add support for filtering credentials on MacOS in CredEnumerateW.
2012-12-11 20:45:42 +01:00
Hans Leidekker
c66b78a810
msi: Don't set the Preselected property for a full reinstall.
2012-12-11 20:45:42 +01:00
Nikolay Sivov
fbd7f8813f
comctl32: Fix font style when item is bold and hovered in track mode.
2012-12-11 20:45:41 +01:00
Nikolay Sivov
9336a3903c
msxml3: GetMaxSize() is not a stub.
2012-12-11 20:45:41 +01:00
Alexandre Julliard
351e58318a
gdi32: Fix text justification to properly handle logical coordinates.
2012-12-11 20:45:38 +01:00
Alexandre Julliard
91ebca2bf1
winex11: Send WM_ENTERSIZEMOVE when starting to poll for a window move/resize.
2012-12-11 15:49:04 +01:00
Michael Stefaniuc
54b75f3de3
netapi32: Avoid sizeof on structs with a varlength array.
2012-12-11 15:49:03 +01:00
Michael Stefaniuc
f417dc1efb
localui: Avoid sizeof on structs with a varlength array.
2012-12-11 15:49:03 +01:00
Jacek Caban
9e2d5cae73
atl: Reimplemented AtlModuleLoadTypeLib on top of AtlLoadTypeLib.
2012-12-11 15:49:02 +01:00
Jacek Caban
b09af0d0b2
atl100: Added AtlLoadTypeLib implementation (based on AtlModuleLoadTypeLib).
2012-12-11 15:49:01 +01:00
Jacek Caban
77c7fcdc94
atl: Reimplemented AtlModuleUpdateRegistryFromResourceD on top of AtlUpdateRegistryFromResourceD.
2012-12-11 15:49:01 +01:00
Jacek Caban
a97a667670
atl100: Added AtlUpdateRegistryFromResourceD implementation (based on AtlModuleUpdateRegistryFromResourceD).
2012-12-11 15:49:00 +01:00
Francois Gouget
130cabbca6
wined3d: Remove a stray semi-colon from the spec file.
2012-12-11 12:03:43 +01:00
Hans Leidekker
59247cf9db
wininet: Don't perform revocation checks when verifying a certificate.
2012-12-11 12:03:42 +01:00
Andrew Talbot
441780b2f1
comctl32: Indentation fix.
2012-12-11 12:03:41 +01:00
Andrew Talbot
309654f058
comdlg32: Indentation fix.
2012-12-11 12:03:41 +01:00
André Hentschel
b74b8776c0
shlwapi/tests: Fix two tests on win8.
2012-12-11 12:03:40 +01:00
Henri Verbeet
78984cf46c
wined3d: Get rid of ENTER_GL / LEAVE_GL.
2012-12-11 12:03:39 +01:00
Henri Verbeet
fc50e2b70b
d3d10core: Get rid of a FIXME in d3d10_device_CreateGeometryShader().
2012-12-11 12:03:38 +01:00
Alexandre Julliard
a3cf48afad
gdi32: Add a level of pointers to the glyph cache to avoid the need for locking individual glyphs.
2012-12-11 12:03:33 +01:00
Detlef Riekenberg
cd804dab29
mlang/tests: Accept the different translation in win8.
2012-12-10 20:30:31 +01:00
Alexandre Julliard
ed47a507d0
winex11: Send WM_EXITSIZEMOVE when the mouse has been released.
2012-12-10 20:30:29 +01:00
Jacek Caban
9f03c865b3
atl: Don't call HeapFree on module argument in AtlModuleTerm.
2012-12-10 18:30:09 +01:00
Jacek Caban
0a0b2ff019
atl100: Added AtlCallTermFunc implementation (based on AtlModuleTerm).
2012-12-10 18:30:06 +01:00
Jacek Caban
264f6dfe14
atl100: Added AtlAddTermFunc implementation (based on atl.dll version).
2012-12-10 18:29:58 +01:00
Jacek Caban
f1e41255e3
atl: Allow version-based differences in struct layouts.
2012-12-10 18:29:54 +01:00
Piotr Caban
b9c71ffd42
msvcrt: Fixed get_this_pointer implementation.
2012-12-10 17:36:29 +01:00
Piotr Caban
d3ecfe0599
msvcrt: Fixed _localtime64 implementation.
2012-12-10 17:36:28 +01:00
Piotr Caban
11216fabc4
msvcrt: Reorganize _localtime64 function.
2012-12-10 17:36:28 +01:00
Piotr Caban
acac63663a
msvcrt: Improved input parameter range check in _gmtime64_s.
2012-12-10 17:36:28 +01:00
Piotr Caban
c9a7436812
msvcrt: Fixed mkgmtime and _mkgmtime64 implementation.
2012-12-10 17:36:27 +01:00
Piotr Caban
a66ed048a3
msvcrt: Fixed mktime and _mktime64 implementation.
2012-12-10 17:36:27 +01:00
Piotr Caban
59776ccc99
msvcrt: Added _tzset tests.
2012-12-10 17:36:26 +01:00
Piotr Caban
351dff91de
msvcrt: Reimplement _tzset function.
2012-12-10 17:36:26 +01:00
Piotr Caban
e5a25ec5c5
kernel32: Fixed TIME_CompTimeZoneID behavior on dates close to New Year's Eve.
2012-12-10 17:36:25 +01:00
Alexandre Julliard
b057c5f140
gdi32: Fix handling of font orientation in advanced graphics mode.
2012-12-10 17:36:23 +01:00
Alexandre Julliard
75fff47f94
gdi32: Add ref counting to the font objects and simplify the cache management.
2012-12-10 13:42:23 +01:00
Alexandre Julliard
fa664b548e
gdiplus/tests: Tweak some metrics to make the tests pass on Wine.
2012-12-10 11:54:58 +01:00
Jacek Caban
bfad905bd8
wininet: Fixed handling empty HTTP version string in HttpOpenRequest.
2012-12-10 11:27:21 +01:00
Michael Stefaniuc
27adacc577
itss: Don't over-allocate memory for a ITSS_IStorageImpl.
2012-12-10 11:27:16 +01:00
Michael Stefaniuc
61a029355e
iphlpapi: Simplify size calculation of structs with var length array.
2012-12-10 11:27:01 +01:00
Michael Stefaniuc
034b8d5c3c
dwrite: Don't overallocate memory for a BITMAPINFO.
2012-12-10 11:26:46 +01:00
Michael Stefaniuc
c0092bcd76
dnsapi: Use FIELD_OFFSET for the size of a struct with var length array.
2012-12-10 11:26:36 +01:00
Dmitry Timoshkov
f52f910f8b
windowscodecs: Implement GetThumbnail in the PNG frame decoder.
2012-12-10 11:26:09 +01:00
Dmitry Timoshkov
560cfedcba
windowscodecs: Implement GetPreview in the PNG decoder.
2012-12-10 11:26:06 +01:00
Dmitry Timoshkov
03c9c3ce44
windowscodecs: GetThumbnail of the PNG decoder should return NULL interface.
2012-12-10 11:26:02 +01:00
Henri Verbeet
9fbd3bbed6
d3d10core: Implement d3d10_device_PSGetSamplers().
2012-12-10 11:25:49 +01:00
Henri Verbeet
4c4131cd78
d3d10core: Implement d3d10_device_PSSetSamplers().
2012-12-10 11:25:46 +01:00
Henri Verbeet
5cea0f122c
ddraw: Avoid LPDDOVERLAYFX.
2012-12-10 11:25:41 +01:00
Nikolay Sivov
3938bfd30d
comctl32: Initialize id field for message tests.
2012-12-10 11:25:29 +01:00
Nikolay Sivov
9ed808e340
comctl32: Fix a ranges leak on error.
2012-12-10 11:25:00 +01:00
Nikolay Sivov
af5e73572a
msi: Fix a stream data leak on error (Coverity).
2012-12-10 11:24:25 +01:00
Nikolay Sivov
61ad275e82
oleaut32: Use correct allocation length (Coverity).
2012-12-10 11:24:15 +01:00
Nikolay Sivov
25e996bd6c
oledb32: Fix DBPROPSET and DBPROPINFOSET cleanup.
2012-12-10 11:24:09 +01:00
Andrew Talbot
1cff1145b0
mountmgr.sys: Remove superfluous semicolon.
2012-12-10 11:21:49 +01:00
Andrew Talbot
c31909e894
windowscodecs: Remove unneeded address-of operator from array name.
2012-12-10 11:21:05 +01:00
André Hentschel
1eaa25696b
secur32/tests: Fix tests on win8.
2012-12-07 17:26:40 +01:00
André Hentschel
30fd27e117
schannel/tests: Fix test on win8.
2012-12-07 17:26:32 +01:00
Jacek Caban
d10d989fed
vbscript: Use simplified constant implementation for more constants.
2012-12-07 14:40:40 +01:00
Alexandre Julliard
06dced4eaa
gdi32: Keep track of the number of fonts on the unused list.
2012-12-07 14:39:49 +01:00
Alexandre Julliard
d3c128346b
gdi32: Simplify list processing by using the LIST_FOR_EACH_ENTRY macro.
2012-12-07 14:29:28 +01:00
Francois Gouget
166e7c7381
gdi32: Make make_rgb_colorref() static.
2012-12-07 12:35:29 +01:00
Jacek Caban
e8766bb66f
jscript: Added more useful debug traces.
2012-12-07 12:04:25 +01:00
Jacek Caban
b93dbb49c0
msxml3: Tests code clean up.
2012-12-07 12:04:19 +01:00
Jacek Caban
e310a88402
msxml3: Added URL validation tests.
2012-12-07 12:04:13 +01:00
Jacek Caban
f49376bd08
msxml3: Added basic URL validation in safe mode.
2012-12-07 12:04:05 +01:00
Henri Verbeet
2c01e11eca
d3d10core: Implement d3d10_device_GSGetSamplers().
2012-12-07 10:35:51 +01:00
Henri Verbeet
047d607e07
d3d10core: Implement d3d10_device_GSSetSamplers().
2012-12-07 10:35:44 +01:00
Henri Verbeet
fb37ac56d9
ddraw: Avoid LPDDSURFACEDESC2.
2012-12-07 10:35:36 +01:00
Henri Verbeet
b1186d71c2
ddraw: Avoid LPDDSURFACEDESC.
2012-12-07 10:35:29 +01:00
Andrew Talbot
c1c970e090
urlmon: Remove unneeded address-of operator from array name.
2012-12-07 10:35:16 +01:00
Andrew Talbot
51f936adc2
user32: Remove unneeded address-of operator from array name.
2012-12-07 10:35:09 +01:00
Andrew Talbot
4bb2c61b39
windowscodecs: Remove unneeded address-of operators from array names.
2012-12-07 10:33:51 +01:00
Qian Hong
9b90ea557b
ole32: Fix OleDraw() with NULL pUnk.
2012-12-06 22:52:15 +01:00
Andrew Eikum
533df157f8
urlmon: Out string parameter should be ptr, not wstr.
2012-12-06 20:31:32 +01:00
André Hentschel
aa80d16768
wintrust/tests: Unify test message in case of a FALSE return.
2012-12-06 20:31:31 +01:00
Jacek Caban
b7a26db575
msxml3: Use IUri for storing XMLHTTPRequest URL.
2012-12-06 20:31:30 +01:00
Jacek Caban
10a832cc04
mshtml: Properly handle NULL value in set_nsstyle_attr.
2012-12-06 20:31:30 +01:00
Jacek Caban
36a47dd0f2
mshtml: Added SID_SContainerDispatch support.
2012-12-06 20:31:29 +01:00
Piotr Caban
718959e854
msvcr80: Copy _encode_pointer and _decode_pointer functions from msvcp90.
2012-12-06 20:31:28 +01:00
Piotr Caban
e7944878e6
msvcr: Move msvcrXX specific functions implementation to msvcr100.
2012-12-06 20:31:22 +01:00
Nikolay Sivov
201b1c2aba
xmllite: Fix reported node type for attributes.
2012-12-06 14:20:10 +01:00
Nikolay Sivov
f6e6b835b6
xmllite: Implement attribute iteration methods.
2012-12-06 14:19:53 +01:00
Alexandre Julliard
13f126498b
wined3d: Call wglSwapBuffers through the GL driver function table.
2012-12-06 14:10:04 +01:00
Piotr Caban
f25d91f6e7
msvcr90: Fixed non-blocking file access tests.
2012-12-06 13:02:28 +01:00
Stefan Dösinger
aeee527ebd
d3d9/tests: Move the clipplane + shader test inside the capability check.
2012-12-06 13:02:11 +01:00
Stefan Dösinger
b11e499c0b
d3d9/tests: Give the texture transform test a defined colorop.
2012-12-06 13:02:04 +01:00
Stefan Dösinger
320b33e57b
d3d9/tests: Skip some texture transform tests if shaders are unsupported.
2012-12-06 13:01:56 +01:00
Michael Stefaniuc
7183c69531
qmgr: Merge a helper function.
2012-12-06 13:01:46 +01:00
Michael Stefaniuc
49e6d411b0
qmgr: COM cleanup for the IEnumBackgroundCopyFiles iface.
2012-12-06 13:01:39 +01:00
Andrew Talbot
da71545319
comctl32: Remove unneeded address-of operators from array names.
2012-12-06 13:01:15 +01:00
Andrew Talbot
e4351708d5
gdiplus: Remove unneeded address-of operator from array name.
2012-12-06 13:01:07 +01:00
Andrew Talbot
896cc71d24
hhctrl.ocx: Remove unneeded address-of operators from array names.
2012-12-06 13:01:01 +01:00
Vincent Povirk
ba4ef584d7
gdiplus: Fix graphics bounds for memory DC's.
2012-12-06 13:00:49 +01:00
Vincent Povirk
81d9ffa041
gdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
2012-12-06 12:59:56 +01:00
Vincent Povirk
431aa5bc3f
gdiplus: Use one GetDIBits call instead of one per row.
2012-12-06 12:59:26 +01:00
Vincent Povirk
04412f7a74
gdiplus: Avoid accessing dib bits directly in GdipCreateBitmapFromHBITMAP.
2012-12-06 12:56:27 +01:00
Henri Verbeet
c98767a425
d3d10core: Implement d3d10_device_VSGetSamplers().
2012-12-06 12:55:59 +01:00
Henri Verbeet
e5805c316c
d3d10core: Implement d3d10_device_VSSetSamplers().
2012-12-06 12:55:50 +01:00
Alexandre Julliard
8cca615f02
gdi32: Don't store a font pointer in the generic part of the DC.
2012-12-05 21:13:54 +01:00
Alexandre Julliard
baedf81b11
gdi32: Don't create a separate font handle for linked fonts.
2012-12-05 21:13:29 +01:00
Jacek Caban
60195ff6a9
itss: Fixed fragment part handling in IInternetProtocolInfo::CombineUrl.
2012-12-05 20:23:53 +01:00
Jacek Caban
fa53a8ccef
itss: Cleaned up CombineUrl tests.
2012-12-05 20:23:52 +01:00
Huw Davies
368f9123c9
riched20: Flush the output buffer before a codepage change.
2012-12-05 20:23:51 +01:00
Jacek Caban
11f41aa05a
jscript: Treat VT_UNKNOWN VARIANTs supporting IDispatch interface as VT_DISPATCH.
2012-12-05 20:23:51 +01:00
Alexandre Julliard
6144824965
gdi32: Remove special handling for linked fonts in ExtTextOut.
2012-12-05 20:23:50 +01:00
Alexandre Julliard
5535302758
wineps: Support getting character codes instead of glyphs in ExtTextOut.
2012-12-05 20:23:46 +01:00
Alexandre Julliard
491123e17b
gdi32: Support getting character codes instead of glyphs in ExtTextOut for the path driver.
2012-12-05 17:46:53 +01:00
Alexandre Julliard
78626cdbaa
gdi32: Support caching glyphs by character code and not only by glyph index.
2012-12-05 17:46:47 +01:00
Alexandre Julliard
b4ef8a0ee1
winex11: Support caching glyphs by character code and not only by glyph index.
2012-12-05 17:46:24 +01:00
Detlef Riekenberg
fc3868a07f
shell32/tests: Add tests for DoEnvironmentSubstA/W.
2012-12-05 12:53:19 +01:00
Detlef Riekenberg
1708adeb97
shell32: Fix DoEnvironmentSubstA implementation.
2012-12-05 12:53:12 +01:00
Detlef Riekenberg
ff2f494195
shell32: Implement DoEnvironmentSubstW.
2012-12-05 12:53:05 +01:00
Alexandre Julliard
1cf2c9c179
user32: Ignore the PM_NOYIELD flag on the client side.
2012-12-05 12:48:37 +01:00
Stefan Dösinger
8e05ee6994
wined3d: Add GL_ALPHA to the atifs argument replicator debug function.
2012-12-05 12:48:11 +01:00