Marcus Meissner
|
d255efbde1
|
d3d9: Check that surface is allocated (Coverity).
|
2011-11-25 17:12:25 +01:00 |
|
Marcus Meissner
|
56968fb379
|
expand: Initialize a variable (Coverity).
|
2011-11-25 17:12:21 +01:00 |
|
Jacek Caban
|
d4d51a489e
|
urlmon: Added file URIs compare tests.
|
2011-11-25 16:22:38 +01:00 |
|
Jacek Caban
|
e0f6b95d44
|
urlmon: Properly compare file URIs.
|
2011-11-25 16:22:33 +01:00 |
|
Jacek Caban
|
29cdb35750
|
urlmon: Make canonicalize_path_hierarchical Uri object and parse_data struct independent.
|
2011-11-25 16:22:29 +01:00 |
|
Jacek Caban
|
24f4c4e14c
|
urlmon: Rename are_equal_simple to compare_uris and make it failable.
|
2011-11-25 16:22:24 +01:00 |
|
Jacek Caban
|
bb8a05800b
|
urlmon: Reduce indention in are_equal_simple and move it.
|
2011-11-25 16:22:19 +01:00 |
|
Frédéric Delanoy
|
f38e0be5ea
|
winefile: Avoid uninitialized field in SYSTEMTIME structure (Coverity).
|
2011-11-25 16:22:12 +01:00 |
|
Hans Leidekker
|
7d8730f8c5
|
winhttp: Resolve the server name only on the first request.
|
2011-11-25 16:22:02 +01:00 |
|
Frédéric Delanoy
|
c724a6155d
|
po: Update French translation.
|
2011-11-25 16:21:58 +01:00 |
|
André Hentschel
|
420e2e99f8
|
po: Update German translation.
|
2011-11-25 16:21:58 +01:00 |
|
Jacek Caban
|
58952a07d0
|
jscript: Use bytecode for '==' and '!=' expression.
|
2011-11-25 16:21:58 +01:00 |
|
Jacek Caban
|
413fe9a462
|
jscript: Use bytecode for unary '-' expression.
|
2011-11-25 16:21:58 +01:00 |
|
Jacek Caban
|
b13c6a27c3
|
jscript: Use bytecode for '-' expression implementation.
|
2011-11-25 16:21:58 +01:00 |
|
Jacek Caban
|
47314a92d7
|
jscript: Use bytecode for comma expression implementation.
|
2011-11-25 16:21:58 +01:00 |
|
Jacek Caban
|
172fa4fa99
|
jscript: Fixed memory leaks.
Spotted by Piotr.
|
2011-11-25 16:21:57 +01:00 |
|
Piotr Caban
|
400c887e85
|
msvcp90: Added runtime_exception implementation.
|
2011-11-25 16:21:57 +01:00 |
|
Piotr Caban
|
1c04cbfd33
|
msvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro.
|
2011-11-25 16:21:57 +01:00 |
|
Piotr Caban
|
913b075b07
|
msvcp90: Added _Timevec class implementation.
|
2011-11-25 16:21:57 +01:00 |
|
Piotr Caban
|
e10dcd0c32
|
msvcp90: Added locale::name implementation.
|
2011-11-25 16:21:57 +01:00 |
|
Piotr Caban
|
2e449eba08
|
msvcp90: Added locale::_Addfac implementation.
|
2011-11-25 16:21:57 +01:00 |
|
Piotr Caban
|
1263b618d7
|
msvcp90: Added locale copy based constructors implementation.
|
2011-11-25 16:21:57 +01:00 |
|
Henri Verbeet
|
6a529e5847
|
wined3d: Get rid of the WINED3DVERTEXELEMENT typedef.
|
2011-11-25 16:21:57 +01:00 |
|
Henri Verbeet
|
1c74172a28
|
wined3d: Get rid of the WINED3DCLIPSTATUS typedef.
|
2011-11-25 16:21:57 +01:00 |
|
Henri Verbeet
|
094f64c823
|
wined3d: Handle changing the backbuffer format in wined3d_device_reset().
|
2011-11-25 16:21:57 +01:00 |
|
Henri Verbeet
|
f51bf61d2f
|
wined3d: Use the correct backbuffer format in wined3d_device_reset().
|
2011-11-25 16:21:56 +01:00 |
|
Henri Verbeet
|
24775459c8
|
wined3d: Don't apply fixups to converted surfaces.
|
2011-11-25 16:21:56 +01:00 |
|
Alexandre Julliard
|
855d32d38a
|
msacm32: Convert dialogs to po files.
|
2011-11-24 20:57:03 +01:00 |
|
Alexandre Julliard
|
26ac886752
|
avifil32: Convert dialogs to po files.
|
2011-11-24 20:57:03 +01:00 |
|
Alexandre Julliard
|
d2a876e535
|
mpr: Convert dialogs to po files.
|
2011-11-24 20:57:02 +01:00 |
|
Alexandre Julliard
|
c4a907f9a8
|
credui: Convert dialogs to po files.
|
2011-11-24 20:57:02 +01:00 |
|
Alexandre Julliard
|
7a56073470
|
localui: Convert dialogs to po files.
|
2011-11-24 20:57:02 +01:00 |
|
Jacek Caban
|
0b50c32c83
|
jscript: Use bytecode for void expression.
|
2011-11-24 20:57:01 +01:00 |
|
Jacek Caban
|
83667e74d6
|
jscript: Use bytecode for this expression implementation.
|
2011-11-24 20:57:01 +01:00 |
|
Jacek Caban
|
9050c3725f
|
jscript: Always use bytecode version of literal expressions.
|
2011-11-24 20:57:01 +01:00 |
|
Jacek Caban
|
e4f92ef473
|
jscript: Use bytecode for regexp literals.
|
2011-11-24 20:57:01 +01:00 |
|
Jacek Caban
|
83c53d855a
|
jscript: Use bytecode for null literal.
|
2011-11-24 20:57:01 +01:00 |
|
Jacek Caban
|
ea0ebbfeb2
|
mshtml: Properly remove event listeners.
|
2011-11-24 20:57:01 +01:00 |
|
Piotr Caban
|
66520ea08a
|
msvcrt: Fix FILE critical section initialization.
|
2011-11-24 20:57:01 +01:00 |
|
Frédéric Delanoy
|
3d028ab67c
|
cmd: Avoid dead assignment (clang).
|
2011-11-24 20:57:01 +01:00 |
|
Hans Leidekker
|
8e5d5bf58a
|
ws2_32: Pass NULL nodename on to native getaddrinfo.
|
2011-11-24 17:17:30 +01:00 |
|
Marcus Meissner
|
ad5340f63a
|
winhttp: Check return value of CLSIDFromProgID (Coverity).
|
2011-11-24 17:17:23 +01:00 |
|
Marcus Meissner
|
da2089fed4
|
mshtml: Switch two checks (Coverity).
|
2011-11-24 17:17:14 +01:00 |
|
Marcus Meissner
|
e410f3fc66
|
winhttp: Added missing LeaveCriticalSection (Coverity).
|
2011-11-24 17:17:11 +01:00 |
|
Huw Davies
|
0ab46cd5e9
|
gdi32: Avoid reading past the end of the indices array.
Spotted by Marcus Meissner.
|
2011-11-24 17:17:07 +01:00 |
|
Huw Davies
|
224e51fcf5
|
gdi32: Add an option to allow pen_lines to draw a closed figure.
|
2011-11-24 17:17:04 +01:00 |
|
Francois Gouget
|
8342d5049f
|
include: Update winuser.rh.
|
2011-11-24 17:17:00 +01:00 |
|
Francois Gouget
|
5eec81b849
|
notepad: Fix a string resource so its format placeholders can be reordered.
|
2011-11-24 17:15:01 +01:00 |
|
Francois Gouget
|
887c1c586a
|
taskmgr: Fix a string resource so its format placeholders can be reordered.
Also the numbers we format are actually unsigned.
|
2011-11-24 17:13:57 +01:00 |
|
Michael Stefaniuc
|
e057be7dff
|
include: DPL_NOCONFIRMATION is not a long.
|
2011-11-24 17:11:09 +01:00 |
|