Henri Verbeet
c9fd72d80c
d3d10core: Implement d3d10_device_SetPrivateData().
2015-02-24 12:35:46 +09:00
Aurimas Fišeras
7b620af230
po: Update Lithuanian translation.
2015-02-24 12:33:59 +09:00
Andrey Gusev
3bd8800021
po: Fix a mistake in Dutch translation.
2015-02-24 12:33:52 +09:00
Jacek Caban
31d51d4865
mshtml: Added support for CONTEXT_MENU_TEXTSELECT context menu type.
2015-02-23 22:32:33 +09:00
André Hentschel
1014867726
msxml3: Declare debug channels only when needed (Clang).
2015-02-23 22:10:50 +09:00
Jonathan Vollebregt
0898bd22bf
reg: Add wchar/type conversion functions.
2015-02-23 22:07:07 +09:00
Jonathan Vollebregt
513505d6c4
reg: Add a check for multiple backslashes at the end of the key.
2015-02-23 22:05:55 +09:00
Jonathan Vollebregt
208ca071dc
reg: Add sane_path function to do preliminary key validation.
2015-02-23 22:03:34 +09:00
Thomas Faber
b7664e603b
wbemprox: Implement MSVC version of do_cpuid.
2015-02-23 21:47:19 +09:00
Thomas Faber
00b2461ba9
wbemprox: Implement Win32_ComputerSystem.UserName.
2015-02-23 21:46:56 +09:00
Thomas Faber
42825cdc14
wbemprox: Allocate a large enough buffer in get_computername.
2015-02-23 21:46:17 +09:00
Jacek Caban
17c91f607c
mshtml: Share OLECMDID_SELECTALL implementation with IDM_SELECTALL.
2015-02-23 21:45:58 +09:00
Jacek Caban
3f158bf29d
mshtml: Added OLECMDID_COPY implementation.
2015-02-23 21:45:56 +09:00
Austin English
1b698ccd59
shlwapi: Sync wsprintf implementation from user32.
2015-02-23 21:45:47 +09:00
Austin English
06ebbe77a0
x3daudio1_6: Add stub dll.
2015-02-23 15:54:55 +09:00
Piotr Caban
f6b46db1c7
winmm: Add RIFF creation tests.
2015-02-23 15:26:04 +09:00
Piotr Caban
860618622e
winmm: Save data that was not yet written in mmioSetInfo.
2015-02-23 15:26:04 +09:00
Piotr Caban
193663e8d8
winmm: Write user data after headers in mmioAdvance so IDiskOffset is updated correctly.
2015-02-23 15:26:03 +09:00
Nikolay Sivov
eb2a4ec5f4
dwrite/tests: Test default colors of render target memory HDC.
2015-02-23 15:26:03 +09:00
Nikolay Sivov
0067be66bb
dwrite/tests: Fixed font instance leak.
2015-02-23 15:26:02 +09:00
Nikolay Sivov
6ff14a9213
dwrite: Use FreeType CMAP cache system instead of parsing tables manually.
2015-02-23 15:26:02 +09:00
Jacek Caban
efe4be6571
hhctrl.ocx: Store WebBrowser container struct instead of interfaces in HHInfo.
2015-02-23 15:26:01 +09:00
Michael Stefaniuc
dd2dbde625
d3d8/tests: Test the return value of CreateVolumeTexture (PVS-Studio).
2015-02-23 15:26:01 +09:00
Michael Stefaniuc
c3c272c4c5
appwiz.cpl: Use the proper type to hold the return value (PVS-Studio).
2015-02-23 15:26:00 +09:00
Michael Stefaniuc
b7c8b62bbf
wcmd: Remove an unused variable (PVS-Studio).
2015-02-23 15:26:00 +09:00
Michael Stefaniuc
17e565dbf9
rsaenh: Remove an always false conditional subexpression (PVS-Studio).
2015-02-23 15:25:59 +09:00
Michael Stefaniuc
724ee1d4fc
oleaut32/tests: Remove an always true conditional subexpression (PVS-Studio).
2015-02-23 15:25:59 +09:00
Michael Stefaniuc
9dc35ac468
mshtml/tests: Remove an always true conditional subexpression (PVS-Studio).
2015-02-23 15:25:59 +09:00
Michael Stefaniuc
d0dfa75ba4
setupapi: RT_MANIFEST is already an int resource (PVS-Studio).
2015-02-23 15:25:58 +09:00
Michael Stefaniuc
b9d5074aaa
oledlg: RT_DIALOG is already an int resource (PVS-Studio).
2015-02-23 15:25:58 +09:00
André Hentschel
bedd444a36
oleaut32: Remove unused macros.
2015-02-23 15:25:57 +09:00
André Hentschel
72eefcb5c0
strmbase: Remove unused macro.
2015-02-23 15:25:57 +09:00
André Hentschel
8af03fef9a
ole32: Remove unused macros.
2015-02-23 15:25:56 +09:00
André Hentschel
68d85cc7f8
taskmgr: Remove dead code.
2015-02-23 15:25:56 +09:00
Vincent Povirk
8615365945
xmllite: Fix reader_cmp for multiple characters.
2015-02-23 15:25:55 +09:00
Aurimas Fišeras
49815a60f9
po: Update Lithuanian translation.
2015-02-23 15:25:53 +09:00
Alexandre Julliard
c72f9a0082
Release 1.7.37.
2015-02-20 23:23:03 +09:00
Matteo Bruni
d423e06223
d3d9/tests: Move a Present out of the loops in fog_with_shader_test().
2015-02-20 22:53:23 +09:00
Matteo Bruni
acbb387753
d3d9/tests: Test upload of user memory textures.
2015-02-20 22:53:19 +09:00
Matteo Bruni
78ae4f66d7
wined3d: Set GL_UNPACK_ALIGNMENT to 1.
...
Alignment should be taken care by the surface pitch and
GL_UNPACK_ROW_LENGTH alone just fine, as long as the pitch is a
multiple of the pixel size. Client APIs respect that,
internally we need to do the same and the changes to
surface_load_texture and wined3d_volume_upload_data are there
for this reason (e.g. WINED3DFMT_R16G16_SNORM is emulated with
GL_RGB16 when NV_texture_shader isn't supported).
2015-02-20 22:53:09 +09:00
Nikolay Sivov
d91ba373b7
wshom.ocx: Silence class factory QI fixme.
2015-02-20 22:05:46 +09:00
Nikolay Sivov
366aa9e74e
wshom.ocx: Fix WshShell instance QI behaviour.
2015-02-20 22:05:41 +09:00
Austin English
c633cadb4f
include: Add msasn1.h.
2015-02-20 17:01:40 +09:00
Austin English
32c8b79b92
x3daudio1_1: Add stub dll.
2015-02-20 16:49:44 +09:00
Andrey Gusev
1e3f45c209
xapofx1_3: Add stub dll.
2015-02-20 16:34:47 +09:00
Alex Henrie
d340df7c49
cryptui: Fix grammar in warning message.
2015-02-20 16:33:59 +09:00
Mark Harmstone
b467908ea4
winecfg: Draw colour button using theme.
2015-02-20 16:25:26 +09:00
Austin English
6cf6c4c596
po: Use English names for Programs Files in Lithuanian translation.
2015-02-20 16:24:18 +09:00
Alex Henrie
5cd0457408
dpvoice: Turn GetCompressionTypes into a semi-stub.
2015-02-19 23:27:25 +09:00
Alex Henrie
d3c87e5000
dpvoice/tests: Add GetCompressionTypes tests.
2015-02-19 23:27:22 +09:00