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
André Hentschel
798a91a3da
winemaker: Also detect static libraries when scanning directories.
2011-11-24 17:10:20 +01:00
Henri Verbeet
376ffdf3d5
wined3d: Get rid of the WINED3DADAPTER_IDENTIFIER typedef.
2011-11-24 17:10:09 +01:00
Henri Verbeet
2fb21e0a2e
wined3d: Get rid of the WINED3DTRIPATCH_INFO typedef.
2011-11-24 17:10:06 +01:00
Henri Verbeet
0acd48d89f
wined3d: Trace the minimum buffer map alignment in wined3d_adapter_init_gl_caps().
...
There's not much else we need to do for ARB_map_buffer_alignment. There's
still a pretty decent chance that we'll get lucky with alignment even on
drivers that don't support the extension, since mmap is going to return page
aligned memory. Tiny buffers might get packed together in a page though.
2011-11-24 17:10:03 +01:00
Henri Verbeet
bca0ec8182
ddraw: Fail surface creation if the cooperative level isn't set yet.
2011-11-24 17:09:57 +01:00
Henri Verbeet
21bd722c46
ddraw: Set the render target to the wined3d frontbuffer on D3D device cleanup.
...
We don't need any specific render target here, since without a D3D device we
can't do any rendering anyway. We just want to avoid pointing to something
that was free'd.
2011-11-24 17:09:48 +01:00