Michael Stefaniuc
f6ff7225b3
start: Remove the redundant per resource LANGUAGE settings.
...
The LANGUAGE is already set globally in the rc files.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
5e7bdb8a7e
clock: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
6301f65534
winmm: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
6e8c900d19
winhlp32: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
8284f70de8
d3d9: Use a vertex shader in the vpos test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
bb3fb05c38
d3d9: Use a vertex shader in the vFace test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
ba0a5ed104
d3d9: Use a vertex shader for the nested loop test.
...
Win7 (or newer Nvidia drivers) don't allow ps_3_0 fragment processing without
vertex shaders. This is interesting on its own, but not part of this test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
e534e2e2ac
d3d9: Win7+Nvidia returns c2 in COISSUE'd CND.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
24adf40ee1
d3d9: Remove the fog vs sRGB test.
2010-07-21 13:23:59 +02:00
Luke Bratch
c63c568731
wined3d: Add Nvidia 8800GTX detection.
2010-07-21 13:23:59 +02:00
Austin English
f7f38c5def
setupapi/tests: Remove unused variable.
2010-07-21 13:23:59 +02:00
Austin English
cdf091f2c9
ws2_32: Remove unused variable.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
59ef151a93
rundll32: Fix a pointer conversion warning on 64-bit.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
a38ff8d7dd
msvcrt/tests: Fix printf format warnings with ptrdiff_t.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
c64a0fd989
gphoto2.ds: Remove unused variables.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
474899dbcd
sane.ds: Remove unused variables.
2010-07-21 13:23:58 +02:00
Alexandre Julliard
cbc6ef9e91
d3d9/tests: Avoid sizeof in a trace.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
84baad06c6
urlmon/tests: Added more test data for scheme parsing and canonicalization.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
a34700f034
urlmon: Implemented functionality for retrieving the scheme type of a IUri.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
d4e69aec61
urlmon: Implemented functionality for retrieving the scheme name of a IUri.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
4de04ce8c7
urlmon: Added a canonicalization function for the scheme of a URI.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
1eca647bb3
urlmon: Added a parser function to determine the scheme type of a URI.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
811ed515ab
urlmon: Added a scheme name parser for the IUri interface.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
53ee717d56
include: Updated the URL_SCHEME enum.
2010-07-21 13:23:58 +02:00
Alexandre Julliard
1a79912a10
server: Try to use /proc/pid/mem to read process memory since it should be faster.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
2c35fccf4d
winspool.drv: Add Ukrainian translation.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
04af975d91
sane.ds: Add Ukrainian translation.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
5440dfb8dc
gphoto2.ds: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
a57e06aac8
jscript: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
2d5a6231c0
browseui: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
516e8a3b60
notepad: Ukrainian translation fix.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
ffe0ac817c
progman: Ukrainian translation fix.
2010-07-21 13:23:57 +02:00
Peter Urbanec
5b22afd3c3
wintab32: Avoid NULL pointer dereferences.
2010-07-21 13:23:57 +02:00
Marcus Meissner
2f7ec73add
gdi32: Rebuild font hash after changing the matrix.
2010-07-21 13:23:56 +02:00
Rico Schüller
51c2542631
d3d10: Add data and size check to parse_dxbc().
2010-07-21 13:23:56 +02:00
Rico Schüller
53ea5de666
d3d10: Move some helper funcs to utils.
2010-07-21 13:23:56 +02:00
André Hentschel
bb2600b687
shell32: Add stub for SHGetPropertyStoreFromParsingName.
2010-07-21 13:23:56 +02:00
Dylan Smith
e5a476c66d
comdlg32: Test and fix Find/ReplaceText parameter checking code.
2010-07-21 13:23:56 +02:00
Dylan Smith
51ba036f6c
comdlg32: Zero length replace buffer is valid for ReplaceText.
2010-07-21 13:23:56 +02:00
Dylan Smith
f89b14020f
comdlg32: Check for valid replace parameters on ReplaceTextW.
...
COMDLG32_FR_CheckPartial is called with the second parameter of TRUE to
indicate that it is checking for a replace dialog, which includes checking
for a non-NULL replace buffer. This was called correctly on ReplaceTextA
but not for ReplaceTextW.
2010-07-21 13:23:56 +02:00
Piotr Caban
166b7f4ffb
msvcp90/tests: Added char_traits<char>::_Copy_s tests.
2010-07-21 13:23:56 +02:00
Piotr Caban
b5a6ed7469
msvcp90/tests: Added char_traits equal tests.
2010-07-21 13:23:56 +02:00
Piotr Caban
d589d95d50
msvcp90/tests: Added char_traits assign tests.
2010-07-21 13:23:55 +02:00
Piotr Caban
0a4e90153d
msvcp90: Added char_traits<unsigned short> implementation.
2010-07-21 13:23:32 +02:00
Piotr Caban
8313d52ccc
msvcp90: Added char_traits<wchar_t> implementation.
2010-07-21 10:11:55 +02:00
Piotr Caban
b895c10432
msvcp90: Added char_traits<char> implementation.
2010-07-21 10:11:52 +02:00
Piotr Caban
9ae9d263da
msvcp90: Added stub dll.
2010-07-21 09:35:08 +02:00
Paul Vriens
5de86f4db2
appwiz.cpl: Add the Serbian (Latin) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-21 09:34:05 +02:00
Paul Vriens
bd16a7225d
comctl32: Add the Serbian (Cyrillic) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-21 09:33:50 +02:00
Andrew Eikum
d6a827d083
shlwapi: Be less strict on which type of IShellFolder can be enumerated.
2010-07-21 09:33:35 +02:00