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 |
Aric Stewart
|
acaa0dc2da
|
user32: Use Uniscribe in the single line edit control.
|
2011-10-18 16:07:55 +02:00 |
Marcus Meissner
|
c9b6994648
|
shlwapi: Fixed bad pointer arithmentic by removing sizeof() (Coverity).
|
2011-10-18 15:18:04 +02:00 |
Marcus Meissner
|
b08d4f597a
|
ddraw: Lowercase variable names to fix a incorrect sizeof() (Coverity).
|
2011-10-18 15:17:49 +02:00 |
Marcus Meissner
|
2a55b09bed
|
directshow: Removed bad sizeof in copy/pasted code (Coverity).
|
2011-10-18 15:17:42 +02:00 |
Marcus Meissner
|
230f63c3d2
|
explorerframe: Fixed incorrect sizeof (Coverity).
|
2011-10-18 15:17:15 +02:00 |
Marcus Meissner
|
06935e9323
|
gdi32: Remove a incorrect sizeof from pointer arithmetic (Coverity).
|
2011-10-18 15:17:07 +02:00 |
Marcus Meissner
|
59fc063a34
|
mshtml: Adjusted some incorrect sizeofs (Coverity).
|
2011-10-18 15:16:28 +02:00 |
Marcus Meissner
|
cd51c797f3
|
msvcrt: Use correct sizeof to realloc (Coverity).
|
2011-10-18 15:16:17 +02:00 |
Jacek Caban
|
76eeca2255
|
vbscript: Added support for hex literals not ending with '&'.
|
2011-10-18 15:16:04 +02:00 |
Jacek Caban
|
b5a031d804
|
mshtml: Better error handling in NSContainer initialization.
|
2011-10-18 15:15:29 +02:00 |
Piotr Caban
|
32b24db041
|
msvcp: Sync spec files.
|
2011-10-18 15:15:20 +02:00 |
Piotr Caban
|
f735226988
|
msvcp90: Use debugstr_a to avoid overflow in traces.
|
2011-10-18 15:15:08 +02:00 |
Piotr Caban
|
59514c463a
|
msvcp90: Fix buffer size in basic_string_char_grow.
|
2011-10-18 15:14:59 +02:00 |
Piotr Caban
|
b0211b5b18
|
msvcp90: Added basic_string::get_allocator implementation.
|
2011-10-18 15:14:49 +02:00 |
Piotr Caban
|
0b802bb747
|
msvcp90: Added basic_string::erase iterator based functions.
|
2011-10-18 15:14:41 +02:00 |
Piotr Caban
|
bc2567f974
|
msvcp90: Added basic_string::replace iterator based functions.
|
2011-10-18 15:14:33 +02:00 |
Piotr Caban
|
a6897e888e
|
msvcp90: Added basic_string::find_last_not_of implementation.
|
2011-10-18 15:13:50 +02:00 |
Piotr Caban
|
ed6c1ff8d5
|
msvcp90: Added basic_string::rfind implementation.
|
2011-10-18 15:13:34 +02:00 |
Huw Davies
|
ffe5e20b78
|
gdi32/tests: Remove unused legacy values.
|
2011-10-18 15:13:04 +02:00 |
Nikolay Sivov
|
482d80cf16
|
comctl32/tests: Make state data accessible to caller (Valgrind).
|
2011-10-18 15:12:47 +02:00 |