Francois Gouget
|
bdfc307ff7
|
winefile: Fix a string resource so its format placeholders can be reordered.
|
2011-10-20 20:48:27 +02:00 |
|
Bernhard Loos
|
4ac1e8e034
|
msi: Always use WHEREVIEW for sorting.
|
2011-10-20 20:48:26 +02:00 |
|
Bernhard Loos
|
0fd4943277
|
msi: Get rid of JOINVIEW.
|
2011-10-20 20:48:26 +02:00 |
|
Bernhard Loos
|
4383aafadd
|
msi: Reorder tables to optimize condition evaluation.
|
2011-10-20 20:48:26 +02:00 |
|
Jacek Caban
|
2c47b66b71
|
ieframe: ieframe variant of IEWinMain is Unicode.
|
2011-10-20 20:48:26 +02:00 |
|
Michael Mc Donnell
|
26f3c14d6b
|
shell32: Set pointer to NULL after free to avoid double free.
|
2011-10-20 20:48:25 +02:00 |
|
Vitaliy Margolen
|
271c6a6c5f
|
dinput: Add some logging to base class.
|
2011-10-20 17:05:19 +02:00 |
|
Alexandre Julliard
|
6b59b05244
|
xcopy: Fix varargs handling for 64-bit.
|
2011-10-20 17:05:19 +02:00 |
|
Alexandre Julliard
|
5c1c7a6576
|
gdi32: Implement GetCharWidthW as a standard driver entry point.
|
2011-10-20 17:05:11 +02:00 |
|
Alexandre Julliard
|
6ad9eb805c
|
gdi32: Implement GetTextExtentExPointW as a standard driver entry point.
|
2011-10-20 17:04:35 +02:00 |
|
Alexandre Julliard
|
c66b611205
|
wineps: Chain to the next driver when not using a device font.
|
2011-10-20 13:22:11 +02:00 |
|
Alexandre Julliard
|
f00767807f
|
winex11: Chain to the next driver when not using a device font.
|
2011-10-20 13:22:03 +02:00 |
|
Jacek Caban
|
a37ea54183
|
vbscript: Added Global_isNull implementation.
|
2011-10-20 13:21:00 +02:00 |
|
Marcus Meissner
|
9ed15fbf14
|
ntdll: Avoid shadowing "p" variable.
|
2011-10-20 13:20:44 +02:00 |
|
Marcus Meissner
|
cfd5bfa86e
|
ntdll: Avoid shadowing size variable.
|
2011-10-20 12:59:30 +02:00 |
|
Alexandre Julliard
|
9801818ff4
|
ntdll/tests: Clear the full atom structure before every test.
|
2011-10-20 12:50:06 +02:00 |
|
Alexandre Julliard
|
7c1f665627
|
gdiplus/tests: Add an intermediate variable to avoid array bounds warnings.
|
2011-10-20 12:50:04 +02:00 |
|
Alexandre Julliard
|
328328bb2c
|
gdi32: Add an intermediate variable to avoid array bounds warnings.
|
2011-10-20 12:46:21 +02:00 |
|
Alexandre Julliard
|
86b4fe7b0e
|
gdi32/tests: Add intermediate pointers to color tables to simplify the code and avoid array bounds warnings.
|
2011-10-20 12:34:58 +02:00 |
|
Ken Sharp
|
ef0326b0f1
|
browseui: Update English resources.
|
2011-10-20 11:30:45 +02:00 |
|
Stefan Leichter
|
9b2132b560
|
url: Add stub for OpenURLA.
|
2011-10-20 11:11:51 +02:00 |
|
Marcus Meissner
|
811ae03aeb
|
ntdll: Avoid shadowing "de" variable.
|
2011-10-20 11:07:08 +02:00 |
|
Austin English
|
d4ec0a19c0
|
kernel32: Add a stub for GetProcessDEPPolicy.
|
2011-10-20 11:06:22 +02:00 |
|
Alex Henrie
|
7604803dff
|
shell32: Update Catalan translation.
|
2011-10-20 11:05:15 +02:00 |
|
Alex Henrie
|
7c6bf9c66c
|
comdlg32: Update Catalan translation.
|
2011-10-20 11:05:07 +02:00 |
|
Alex Henrie
|
83c72e874a
|
comctl32: Add Catalan translation.
|
2011-10-20 11:04:59 +02:00 |
|
Alex Henrie
|
648b36bb06
|
winecfg: Add Catalan translation.
|
2011-10-20 11:04:28 +02:00 |
|
Alex Henrie
|
a2f54992a5
|
po: Update Catalan translation.
|
2011-10-20 11:03:51 +02:00 |
|
Andrew Eikum
|
9b15c17376
|
dsound: Don't claim to support hardware buffers.
|
2011-10-20 11:03:40 +02:00 |
|
Henri Verbeet
|
da32d34439
|
wined3d: Make the device parameter to wined3d_device_get_gamma_ramp() const.
|
2011-10-20 11:03:28 +02:00 |
|
Henri Verbeet
|
23ee1a451b
|
wined3d: Make the device parameter to wined3d_device_set_gamma_ramp() const.
|
2011-10-20 11:03:22 +02:00 |
|
Henri Verbeet
|
12a99309d9
|
d3d9/tests: Add a small test for multisampled GetRenderTargetData().
|
2011-10-20 11:03:15 +02:00 |
|
Henri Verbeet
|
fd1afd24f4
|
d3d8/tests: Add a small test for multisampled CopyRects().
|
2011-10-20 11:03:07 +02:00 |
|
Henri Verbeet
|
82f067f5cd
|
wined3d: Allow loading multisampled surfaces into sysmem.
|
2011-10-20 11:02:57 +02:00 |
|
Aric Stewart
|
f0c85ff83d
|
usp10: Correct some reading buffer overruns when parsing indic syllables.
Found with help from Dan Kegel and Valgrind.
|
2011-10-20 11:02:47 +02:00 |
|
Aric Stewart
|
8836da818e
|
usp10/tests: Initialize our SCRIPT_VISATTR array.
Found by Valgrind and Dan Kegel.
|
2011-10-20 11:02:37 +02:00 |
|
Jacek Caban
|
7fa15c5f4d
|
vbscript: Added Global_IsEmpty implementation.
|
2011-10-19 19:45:51 +02:00 |
|
Jacek Caban
|
8a17193d8d
|
vbscript: Get rid of no longer needed VB_VARIANT|VT_BYREF in Global_IsObject.
|
2011-10-19 19:45:42 +02:00 |
|
Aric Stewart
|
250a132545
|
usp10: Correct read overflow in ScriptBreak found by Valgrind.
|
2011-10-19 19:45:38 +02:00 |
|
Luca Bennati
|
ed6dea5d64
|
po: Update Italian translation.
|
2011-10-19 19:31:03 +02:00 |
|
Ken Sharp
|
08cfdd6c5e
|
winecfg: Update English resource.
|
2011-10-19 19:30:55 +02:00 |
|
Alexandre Julliard
|
ef0fe44327
|
gdi32: Implement SelectFont as a standard driver entry point.
|
2011-10-19 18:22:05 +02:00 |
|
Alexandre Julliard
|
885a4a5c08
|
gdi32: Add an initial Freetype font driver.
|
2011-10-19 18:22:01 +02:00 |
|
Alexandre Julliard
|
6bb001da6f
|
gdi32: Add support for pushing a font driver on the DC driver stack.
|
2011-10-19 18:21:56 +02:00 |
|
Jacek Caban
|
764d3d6a69
|
mshtml: Added IHTMLWindow6 stub implementation.
|
2011-10-19 17:48:34 +02:00 |
|
Jacek Caban
|
05ffda9eb8
|
mshtml.idl: Added IHTMLWindow5 and IHTMLStorage declarations.
|
2011-10-19 17:48:29 +02:00 |
|
Alexandre Julliard
|
3aed056b72
|
ntdll: Fix string comparison against non null-terminated string (Valgrind).
|
2011-10-19 17:48:16 +02:00 |
|
Huw Davies
|
595dbe2eba
|
gdi32: Fix character code metrics for bitmap fonts.
|
2011-10-19 17:38:33 +02:00 |
|
Huw Davies
|
6aece157a0
|
gdi32/tests: Remove the no longer used todo functionality of the test_color macro.
|
2011-10-19 16:59:32 +02:00 |
|
Huw Davies
|
2e72434340
|
gdi32/tests: Add tests for GetPixel.
|
2011-10-19 16:59:29 +02:00 |
|