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 |
Huw Davies
|
f6c7e96a61
|
gdi32: Implement GetPixel.
|
2011-10-19 16:59:25 +02:00 |
Huw Davies
|
70be58c17d
|
gdi32: Add get_pixel primitives.
|
2011-10-19 16:59:21 +02:00 |
Huw Davies
|
07e652b330
|
gdi32/tests: Add tests for SetPixel.
|
2011-10-19 16:59:04 +02:00 |
Huw Davies
|
2ac6a1bbf6
|
gdi32: Implement SetPixel.
|
2011-10-19 16:58:57 +02:00 |
Huw Davies
|
ddbaa9491a
|
gdi32: Add pixel_to_colorref primitives.
|
2011-10-19 16:58:51 +02:00 |
Huw Davies
|
b700660075
|
gdi32/tests: Add tests for non-rgb colorrefs.
|
2011-10-19 16:58:46 +02:00 |
Huw Davies
|
a3b5f270a8
|
gdi32: Add support for non-rgb colorrefs.
|
2011-10-19 16:58:40 +02:00 |
Huw Davies
|
0967de74db
|
gdi32: Introduce a unified function to perform COLORREF to pixel color mapping.
|
2011-10-19 16:58:31 +02:00 |
Aric Stewart
|
67196377b5
|
user32: Recalculate string length when cropping string to fit.
|
2011-10-19 16:39:26 +02:00 |
Jacek Caban
|
ec3d0e9b5c
|
wscript: Added tests using vbscript.
|
2011-10-19 16:39:14 +02:00 |
Alexandre Julliard
|
62b7069fa9
|
ntdll: Unwind the stack before calling exit/abort_thread on i386 the same way we do on x86_64.
|
2011-10-19 16:38:52 +02:00 |
Frédéric Delanoy
|
241ccd9ab9
|
mlang/tests: Fix a typo.
|
2011-10-19 16:38:52 +02:00 |
Frédéric Delanoy
|
f9ecfff4bf
|
dmime: Avoid idempotent operation (Clang).
|
2011-10-19 16:38:52 +02:00 |
Frédéric Delanoy
|
d19455e895
|
cmd: Rename WCMD_opt_s_strip_quotes function.
|
2011-10-19 16:38:52 +02:00 |
Frédéric Delanoy
|
1b4b274f69
|
po: Update French translation.
|
2011-10-19 16:38:52 +02:00 |
Andrew Eikum
|
3f3e42b6bc
|
shell32: ShellExec with empty operation should behave same as with NULL operation.
|
2011-10-19 16:38:51 +02:00 |
Marcus Meissner
|
90ca362013
|
user.exe16: Fixed incorrect sizeof() (Coverity).
|
2011-10-19 16:38:51 +02:00 |
Andrew Talbot
|
31b3cbfb93
|
wininet: Add a break to a switch statement.
|
2011-10-19 16:38:51 +02:00 |
Austin English
|
5cfe7db185
|
configure: Use -fno-omit-frame-pointer when available.
|
2011-10-19 16:38:22 +02:00 |
Aric Stewart
|
0aa30c4673
|
usp10: Handle multi-glyph clusters in ScriptStringOut.
|
2011-10-19 12:25:35 +02:00 |
Aurimas Fišeras
|
1172b8102e
|
po: Update Lithuanian translation.
|
2011-10-19 12:25:25 +02:00 |
Henri Verbeet
|
73723911aa
|
wined3d: Make the device parameter to wined3d_device_get_creation_parameters() const.
|
2011-10-19 12:24:43 +02:00 |
Henri Verbeet
|
d607586d62
|
wined3d: Make the present_parameters parameter to wined3d_device_reset() const.
|
2011-10-19 12:24:36 +02:00 |
Henri Verbeet
|
3042860478
|
wined3d: Detach any attached overlays on surface cleanup.
Spotted by Dan Kegel / Valgrind.
|
2011-10-19 12:23:47 +02:00 |
Henri Verbeet
|
4408c5abc6
|
ddraw: Clear attached_iface before releasing it in ddraw_surface_delete_attached_surface().
Spotted by Dan Kegel / Valgrind.
|
2011-10-19 12:23:23 +02:00 |
Henri Verbeet
|
10b54a7860
|
ddraw: Initialize the surface desc's dwFlags field to 0 before surface locks.
Otherwise DDSD2_to_DDSD() would try to convert uninitialized data on failure.
Spotted by Dan Kegel / Valgrind.
|
2011-10-19 12:23:15 +02:00 |
Luca Bennati
|
6b0f110fbb
|
po: Update Italian translation.
|
2011-10-18 19:17:48 +02:00 |
Dmitry Timoshkov
|
0e44bda72a
|
ntdll: Take into account timezone bias changes when detecting daylight saving rules.
|
2011-10-18 19:16:34 +02:00 |
Francois Gouget
|
c8ecf2c721
|
shlwapi: Don't use a long where an int is more than big enough.
|
2011-10-18 18:58:50 +02:00 |
Francois Gouget
|
0cdabdd648
|
xcopy: Use FormatMessage() for better internationalization support.
This makes it possible to reorder the format string placeholders in message translations.
|
2011-10-18 18:37:45 +02:00 |
Francois Gouget
|
8a7bc4c727
|
xcopy: Reorder the functions to avoid forward declarations.
|
2011-10-18 18:30:09 +02:00 |
Piotr Caban
|
0655a6e563
|
shell32/tests: Fix uninitialized memory access (Valgrind).
|
2011-10-18 18:29:58 +02:00 |
Piotr Caban
|
bfad4fa967
|
shell32: Don't convert output parameter in SHBrowseForFolderA (Valgrind).
|
2011-10-18 18:29:50 +02:00 |
Piotr Caban
|
0bb641ad59
|
msvcrt: Initialize all ctype fields.
|
2011-10-18 18:29:19 +02:00 |
Jacek Caban
|
ca293d442b
|
urlmon: Skip tests that fail on too old IEs.
|
2011-10-18 18:29:10 +02:00 |
Jacek Caban
|
3c4b2a0b43
|
mshtml: Added IHTMLDocument2::elementFromPoint implementation.
|
2011-10-18 18:29:04 +02:00 |
Austin English
|
c3f6f96df4
|
d3d9/tests: Only skip the visual tests if d3d cannot be initialized on Windows.
|
2011-10-18 16:24:45 +02:00 |
Dan Kegel
|
f91c8578bb
|
mlang/tests: Don't call lstrcpyW on a null string.
|
2011-10-18 16:24:29 +02:00 |