Ričardas Barkauskas
6c0ee62d7a
wininet: Check if connection is alive before sending request.
2013-11-07 13:15:50 +01:00
Sebastian Lackner
7ee2c24a8c
shlwapi: Fix UrlCombineW for URLs containing a quotation mark.
2013-11-07 13:14:42 +01:00
André Hentschel
15543701a7
msctf/tests: Mark GUID_NULL as result broken for Win8.
2013-11-07 13:13:49 +01:00
André Hentschel
e22908a867
msctf/tests: Always set focus again explicitly for Win7+.
2013-11-07 13:13:24 +01:00
Frédéric Delanoy
259cb3c8cd
gdi32/tests: Use BOOL type where appropriate.
2013-11-07 13:13:12 +01:00
Frédéric Delanoy
adee328a50
gdi32: Use BOOL type where appropriate.
2013-11-07 13:13:05 +01:00
Frédéric Delanoy
4da17dbf5d
gdi32/tests: Align return type from SetVirtualResolution prototype with its definition.
2013-11-07 13:12:42 +01:00
Frédéric Delanoy
c710a50b24
ctapi32: Use BOOL type where appropriate.
2013-11-07 13:12:23 +01:00
Jacek Caban
1a89ea7043
jscript: Improved error handling in numeric literal parser.
2013-11-06 18:01:04 +01:00
Jacek Caban
4d9ea4b563
jscript: Added support for octal literals.
2013-11-06 18:01:00 +01:00
Rico Schüller
de9e1cdcae
wined3d: Use GL_ARB_texture_mirror_clamp_to_edge when available.
2013-11-06 18:00:55 +01:00
Ken Thomases
aa53603135
winemac: Reduce duplicated code by consolidating exit paths from format_for_type().
2013-11-06 15:52:48 +01:00
Ken Thomases
7c0c30b4d6
winemac: Fix search for clipboard format matching a pasteboard type so it can fail when it should.
...
It had been acting as though the last registered clipboard format always
matched any pasteboard type.
2013-11-06 15:52:45 +01:00
Frédéric Delanoy
9d7b466cfc
po: Update French translation.
2013-11-06 12:01:55 +01:00
Aurimas Fišeras
968e3c5a6b
po: Update Lithuanian translation.
2013-11-06 12:01:55 +01:00
Dmitry Timoshkov
e7f6d77919
gdiplus: Implement GdipPrivateAddFontFile.
2013-11-06 12:01:55 +01:00
Dmitry Timoshkov
6278f5ffdc
gdiplus/tests: Add more checks to the GdipGetPathData test.
2013-11-06 12:01:55 +01:00
Dmitry Timoshkov
d4db49efc2
gdiplus/tests: Use trace instead of printf.
2013-11-06 12:01:55 +01:00
André Hentschel
217faec5f5
quartz: Add stubbed IAMCertifiedOutputProtection interface.
2013-11-06 12:01:55 +01:00
André Hentschel
ab925b39b4
quartz: Add stubbed IVMRMonitorConfig interfaces.
2013-11-06 12:01:55 +01:00
André Hentschel
abbb40fa03
quartz: Add stubbed IVMRSurfaceAllocatorNotify interface.
2013-11-06 12:01:54 +01:00
André Hentschel
e26d4a6f43
quartz: Add stubbed IVMRWindowlessControl interface.
2013-11-06 12:01:54 +01:00
André Hentschel
d029181d1a
quartz: Add stubbed IVMRFilterConfig interface.
2013-11-06 12:01:54 +01:00
André Hentschel
f9cccaa3de
quartz: Add Video Mixing Renderer 7.
2013-11-06 12:01:54 +01:00
André Hentschel
bc59206e0e
quartz: Get rid of the VMR9Impl typedef.
2013-11-06 12:01:54 +01:00
André Hentschel
b7672fac6d
include: Add some definitions to axextend.idl.
2013-11-06 12:01:54 +01:00
Frédéric Delanoy
0e37ca1478
user32/tests: Use BOOL type where appropriate.
2013-11-06 12:01:54 +01:00
Frédéric Delanoy
4f6bd4911b
user32/tests: Check return code from call to SystemParametersInfo.
2013-11-06 12:01:54 +01:00
Frédéric Delanoy
f249638294
avrt: Use BOOL type where appropriate.
2013-11-06 12:01:54 +01:00
Marcus Meissner
6f3d942fa4
user32: Fixed sizeof() to MultiByteToWideChar.
2013-11-06 12:01:53 +01:00
André Hentschel
a160a65317
ntdll: Enable compilation with -D__WINESRC__.
2013-11-06 12:01:53 +01:00
André Hentschel
94d8e3ab68
tools/winapi: Remove PCTSTR, PTSTR and TCHAR from the list of tested types.
2013-11-06 12:01:52 +01:00
Nikolay Sivov
1f8636c5af
msvcrt/tests: Enable compilation with -D__WINESRC__.
2013-11-05 20:38:55 +01:00
Rico Schüller
2fa9b7ebb5
opengl32: Use opengl xml registry files.
2013-11-05 20:38:21 +01:00
Rico Schüller
8a23fbf56f
opengl32: Allow multiple extensions to support the same function.
...
This allows that gl functions are available for different extensions,
e.g. "glVertexP2ui" which is new GL_ARB_vertex_type_2_10_10_10_rev and
also in GL_VERSION_3_3. It is valid to get that function for each gl
version when GL_ARB_vertex_type_2_10_10_10_rev is in the extension list.
On the other hand that function is available, when the gl version is >= 3.3.
2013-11-05 20:38:21 +01:00
Rico Schüller
465673a3d6
opengl32: Fix some style issues.
2013-11-05 20:38:21 +01:00
Rico Schüller
3c08b95b3b
opengl32: Use variables for file names.
2013-11-05 20:38:21 +01:00
Andrey Zhezherun
44bf8dc429
msvcp: Fixed complex division.
2013-11-05 20:38:20 +01:00
Andrey Zhezherun
3bb2c11757
msvcrt: Implemented _chsize_s.
2013-11-05 20:38:20 +01:00
Francois Gouget
b436087217
d3d9/tests: Fix a test failure on Windows XP with the default VGA driver.
2013-11-05 20:38:20 +01:00
Francois Gouget
375d8a39e2
kernel32: Avoid an unneeded abbreviation in an error message.
2013-11-05 20:38:20 +01:00
Alexandre Julliard
27534a09c6
makefiles: Automatically update source variables in the makefile based on the makedep pragmas.
2013-11-05 20:38:19 +01:00
Alexandre Julliard
5756ee09f3
makefiles: Add makedep pragmas for rc files that contain translations.
2013-11-05 20:38:19 +01:00
Alexandre Julliard
c7803b885b
makefiles: Add makedep pragmas for registration idl files.
2013-11-05 20:38:18 +01:00
Alexandre Julliard
f8421142e7
makefiles: Add makedep pragmas for typelib idl files.
2013-11-05 20:38:18 +01:00
Alexandre Julliard
7960e02b17
makefiles: Add makedep pragmas for identifier idl files.
2013-11-05 20:38:18 +01:00
Alexandre Julliard
074f30b9e3
makefiles: Add makedep pragmas for proxy idl files.
2013-11-05 20:38:18 +01:00
Alexandre Julliard
c3a48aab20
makefiles: Add makedep pragmas for client and server idl files.
2013-11-05 20:38:18 +01:00
Alexandre Julliard
ae9f33e17b
makedep: Add support for #pragma directives in the source to set the flags for generated files.
2013-11-05 20:38:17 +01:00
Francois Gouget
76e3068c0a
po: Avoid a couple of abbreviations in the French translation.
2013-11-05 20:38:17 +01:00