Hans Leidekker
5a2fc71631
fonts: Add Hungarian localization of Tahoma font names.
2014-04-01 13:30:59 +02:00
Alexandre Julliard
987f29173f
makedep: Add dependency for ttf font files when necessary.
2014-04-01 13:30:59 +02:00
Henri Verbeet
ef292a1a96
d3d9/tests: Handle the Windows 8 testbot results in test_vshader_input().
2014-04-01 13:30:58 +02:00
Henri Verbeet
7641980a9e
d3d9/tests: Use an easier to debug texture in generate_bumpmap_textures().
...
This makes it much easier to determine what went wrong if an implementation
samples from the wrong location.
2014-04-01 13:30:57 +02:00
Henri Verbeet
7f9c0d45e7
d3d9/tests: Handle the Windows 8 testbot results in cnd_test().
2014-04-01 13:30:56 +02:00
Henri Verbeet
f11f913ab0
d3d9/tests: Handle the Windows 8 testbot results in fp_special_test().
2014-04-01 13:30:55 +02:00
Henri Verbeet
f174ca74c8
d3d9/tests: Handle the Windows 8 testbot results in zenable_test().
2014-04-01 13:30:54 +02:00
Ken Thomases
809166def7
winex11: Remove set-but-never-read hwnd and fbconfig_id fields of struct x11drv_escape_set_drawable.
2014-04-01 10:44:57 +02:00
Ken Thomases
4325ecdca8
winex11: Maintain the swap interval when the drawable is recreated.
...
The swap interval is a property of the GLX drawable, which is destroyed and
recreated by set_gl_drawable_parent() and wglSetPixelFormatWINE(). When that
happens, copy the interval from the old gl_drawable and apply it at the next
call to wglSwapBuffers().
2014-04-01 10:44:34 +02:00
Vincent Povirk
a4c6107d81
msi: Fix infinite loop.
2014-04-01 10:43:42 +02:00
Stefan Dösinger
62f7ba2555
wined3d: Raise MaxPrimitiveCount and MaxVertexIndex.
2014-03-31 17:27:21 +02:00
Jacek Caban
1d67d66efc
ieframe: Fixed some tests on IE11.
2014-03-31 15:36:34 +02:00
Jacek Caban
db08d9ad16
docobj.idl: Added some new OLECMDID values.
2014-03-31 15:36:33 +02:00
Huw Davies
fa50baf31f
riched20: Keep track of fractions of WHEEL_DELTA when scrolling.
2014-03-31 15:29:02 +02:00
Huw Davies
2f07df59f9
riched20: Add a helper to return the default line height and use that in EM_LINESCROLL.
2014-03-31 15:29:00 +02:00
Jacek Caban
e168cd28db
kernel32: Skip reserved TLS tests on WinXP SP1.
2014-03-31 15:28:55 +02:00
Francois Gouget
ebd9918830
user32/tests: Fix compilation on systems that don't support nameless unions.
2014-03-31 15:28:45 +02:00
Thomas Faber
6754c35589
advapi32: Fix uneven length handling in CredUnmarshalCredential.
2014-03-31 12:39:35 +02:00
Thomas Faber
309b5366e8
advapi32: Set output type earlier in CredUnmarshalCredential.
2014-03-31 12:39:30 +02:00
Thomas Faber
27c8e9013f
advapi32/tests: Use a loop for CredUnmarshalCredential test cases.
2014-03-31 12:39:23 +02:00
Thomas Faber
0868486d17
advapi32: Remove unnecessary buffer copy in CredMarshalCredentialW.
2014-03-31 12:39:13 +02:00
Thomas Faber
f9fae1b3f6
advapi32: Fix stack corruption in CredIsMarshaledCredentialW.
...
In its currrent implementation, cred_decode with input length 6 writes
6 bytes to the output buffer. This overflows the DWORD passed in
CredIsMarshaledCredentialW.
2014-03-31 12:39:03 +02:00
Julian Rüger
c810f07f40
po: Update German translation.
2014-03-31 11:46:51 +02:00
Francois Gouget
16b94cdd23
netcfgx/tests: Make create_configuration() static.
2014-03-31 11:46:37 +02:00
Francois Gouget
1eb2e8b3e1
wbemprox/tests: Make test_GetNames() static.
2014-03-31 11:46:34 +02:00
Nikolay Sivov
93bd41c3f7
msxml3/tests: Check return values (Coverity).
2014-03-31 11:46:09 +02:00
Nikolay Sivov
ddbcd24178
qcap/tests: Check method return values (Coverity).
2014-03-31 11:45:57 +02:00
Nikolay Sivov
c824cfa08c
scrrun: Implement DriveLetter property for a drive.
2014-03-31 11:44:45 +02:00
Nikolay Sivov
61a3bd3302
scrrun: Implement AvailableSpace property for a drive.
2014-03-31 11:44:42 +02:00
Nikolay Sivov
2377fc099d
scrrun: Implement TotalSize property for a drive.
2014-03-31 11:44:39 +02:00
Nikolay Sivov
f6efe2268b
scrrun: Added IsReady property for a drive.
2014-03-31 11:44:34 +02:00
Hugh McMaster
2aad5d7caf
regsvr32: Fix filename in version definition.
2014-03-28 20:09:07 +01:00
Hans Leidekker
db094db851
riched20: Don't return DLGC_HASSETSEL from WM_GETDLGCODE if the control style includes ES_SAVESEL.
2014-03-28 17:57:19 +01:00
Erich E. Hoover
5963d7f09c
ws2_32: Ask the server to process unsupported WSAIoctl operations.
2014-03-28 17:46:04 +01:00
Alexandre Julliard
598c5816d9
kernel32: Don't allocate FLS index 0.
2014-03-28 17:46:03 +01:00
Jacek Caban
93920c3893
ntdll: Reserve TLS slot 0 for broken apps that compare index to 0 instead of TLS_OUT_OF_INDEXES.
2014-03-28 16:19:55 +01:00
Stefan Dösinger
f3488d0fea
wined3d: Translate shader model 2.0+ EXPP to EX2.
2014-03-27 18:57:50 +01:00
Stefan Dösinger
9ccaacf60d
wined3d: Translate LOGP to LG2 in the ARB shader backend.
2014-03-27 18:57:46 +01:00
Stefan Dösinger
c2541a5887
wined3d: Handle RCP in shader_hw_scalar_op.
2014-03-27 18:57:40 +01:00
Stefan Dösinger
5114507f19
wined3d: Handle LOG and LOGP in shader_hw_scalar_op.
2014-03-27 18:57:37 +01:00
Stefan Dösinger
f20173e51b
wined3d: Select the component by editing the swizzle.
2014-03-27 18:57:33 +01:00
Jactry Zeng
2a55f8d663
riched20: Fix a typo in CreateIRichEditOle.
2014-03-27 16:59:31 +01:00
Robert Naumann
cd3b688331
mgmtapi: Fix a typo in the export of SnmpMgrRequest.
2014-03-27 16:59:24 +01:00
Piotr Caban
de21941178
user32: Change SetForegroundWindow behavior on windows with parent and no WS_CHILD flag.
2014-03-27 16:18:05 +01:00
Alexandre Julliard
7420b7fe73
kernel32/tests: Move allocation tests into heap.c.
2014-03-27 16:16:04 +01:00
Jacek Caban
bdd1fcd89e
vbscript/tests: Added more error tests.
2014-03-27 14:53:32 +01:00
Jacek Caban
4effb57f88
vbscript: Return only code part of HRESULT for vbscript errors as Err.number.
2014-03-27 14:53:16 +01:00
Jacek Caban
ccf1567555
vbscript: Map some known error codes to vbscript errors.
...
Special thanks to Eric Lippert for the list of such errors.
2014-03-27 14:53:04 +01:00
Thomas Faber
b8c42020a9
setupapi: Fix buffer overflow in SetupGetFileCompressionInfoW.
2014-03-27 14:52:30 +01:00
Aurimas Fišeras
c8269c2cd7
po: Update Lithuanian translation.
2014-03-27 12:06:08 +01:00