Marcus Meissner
|
d82de9b9a7
|
services: Fix handle leak for service handles (Coverity).
|
2013-05-28 14:33:30 +02:00 |
Marcus Meissner
|
4c20fec045
|
wininet/tests: Avoid overflowing the buffer (Coverity).
|
2013-05-28 14:33:15 +02:00 |
Marcus Meissner
|
1a10d4d0cd
|
ws2_32: Close the dest socket (Coverity).
|
2013-05-28 14:32:50 +02:00 |
Andrew Eikum
|
d72a797f00
|
oleaut32: Implement ICreateTypeLib::CreateTypeInfo.
|
2013-05-28 14:32:21 +02:00 |
Andrew Eikum
|
6f6a487579
|
oleaut32: Implement basic ICreateTypeInfo functions.
|
2013-05-28 14:32:13 +02:00 |
Andrew Eikum
|
ba5c9c7d38
|
oleaut32: Implement basic ICreateTypeLib functions.
|
2013-05-28 14:32:07 +02:00 |
Andrew Eikum
|
97a96094bb
|
oleaut32: Stub typelib and typeinfo creation interfaces in typelib.c.
|
2013-05-28 14:31:56 +02:00 |
Hwang YunSong
|
be968797d3
|
po: Update Korean translation.
|
2013-05-27 19:47:21 +02:00 |
Joško Nikolić
|
8e0a088890
|
po: Add Croatian language.
|
2013-05-27 19:33:06 +02:00 |
Jacek Caban
|
f34722e772
|
jscript: Added RegExp.toString() implementation.
|
2013-05-27 19:29:13 +02:00 |
Henri Verbeet
|
41fe35583d
|
d3drm: Avoid LPDIRECT3DRMTEXTURE2.
|
2013-05-27 19:29:08 +02:00 |
Henri Verbeet
|
769efb1f63
|
d3drm: Avoid LPDIRECT3DRMTEXTURE.
|
2013-05-27 19:29:04 +02:00 |
Henri Verbeet
|
273dcbf564
|
wined3d: Get rid of the unused "streams" field from struct wined3d_vertex_declaration.
|
2013-05-27 19:28:57 +02:00 |
Henri Verbeet
|
b35045ba25
|
wined3d: Don't create FBOs in context_bind_fbo().
We can just do this in context_create_fbo_entry() now.
|
2013-05-27 19:28:52 +02:00 |
Henri Verbeet
|
7ca6839c94
|
wined3d: Also clear context->current_fbo in context_apply_blit_state().
The draw buffer handling code depends on this being current. This fixes a bug
exposed by commit 075fa6547c .
|
2013-05-27 19:28:47 +02:00 |
Alistair Leslie-Hughes
|
338cb2e5dd
|
oledb32: GetConversionSize only returns a valid size of BSTR.
|
2013-05-27 19:21:57 +02:00 |
Alistair Leslie-Hughes
|
0fe64ce339
|
oledb32: Implement GetConversionSize DBTYPE_VARIANT -> DBTYPE_BYTES.
|
2013-05-27 19:20:06 +02:00 |
Alistair Leslie-Hughes
|
5b8a375ab9
|
oledb32: Check for DBSTATUS_S_ISNULL first.
|
2013-05-27 19:19:24 +02:00 |
Alistair Leslie-Hughes
|
a1baa22d47
|
oledb32: DataConvert Support NULL variant in, DBTYPE_VARIANT->DBTYPE_WSTR.
|
2013-05-27 19:19:20 +02:00 |
Nikolay Sivov
|
65a47e3df6
|
comctl32: Return previously set colors for PBM_SETBKCOLOR and PBM_SETBARCOLOR.
|
2013-05-27 19:18:01 +02:00 |
Marcus Meissner
|
589b48e495
|
wined3d: Remove now useless NULL check (Coverity).
|
2013-05-27 19:02:43 +02:00 |
Marcus Meissner
|
36fee7c2e5
|
oledb32: Avoid leak in error path on safearray conversion (Coverity).
|
2013-05-27 19:02:38 +02:00 |
Marcus Meissner
|
64fb92ab38
|
d3dx9_36: Allocate the right size (Coverity).
|
2013-05-27 19:02:25 +02:00 |
Alexandre Julliard
|
120cee4f85
|
Release 1.5.31.
|
2013-05-24 20:20:05 +02:00 |
Alistair Leslie-Hughes
|
d103894ebc
|
oledb32: Implemented DataConvert DBTYPE_BSTR->DBTYPE_DBTIMESTAMP.
|
2013-05-24 13:50:59 +02:00 |
Jacek Caban
|
0bf9266bc7
|
ieframe: Get rid of no longer needed IEDocHost.
|
2013-05-24 11:08:51 +02:00 |
Jacek Caban
|
b51af0b1c9
|
ieframe: Keep track of InternetExplore external references and use that to release document.
|
2013-05-24 11:08:49 +02:00 |
Dmitry Timoshkov
|
d256bf4b5f
|
kernel32: Add a test to show that a process with a not closed handle to an already terminated thread fails to terminate cleanly.
|
2013-05-24 11:07:10 +02:00 |
Qian Hong
|
26683adf36
|
user32: Make CreateWindowExA and CreateWindowExW hotpatchable.
|
2013-05-24 11:06:03 +02:00 |
André Hentschel
|
c6acd7a41c
|
clusapi: Add stub for GetClusterInformation.
|
2013-05-24 11:03:58 +02:00 |
Detlef Riekenberg
|
f8971d0342
|
include: Add missing InitOnce / RtlRunOnce prototypes.
|
2013-05-24 11:03:19 +02:00 |
Andrew Eikum
|
51f97bb3f9
|
dinput: Support DIPROP_FFGAIN for OSX joysticks.
|
2013-05-24 11:01:45 +02:00 |
Andrew Eikum
|
0ba2a2f70b
|
dinput: Support DIPROP_AUTOCENTER for OSX joysticks.
|
2013-05-24 11:01:42 +02:00 |
Andrew Eikum
|
4ce1da041f
|
dinput: Report axes that support FF for OSX joysticks.
|
2013-05-24 11:01:40 +02:00 |
Andrew Eikum
|
1b0b0ab9a5
|
dinput: Support SendForceFeedbackCommand for OSX joysticks.
|
2013-05-24 11:01:36 +02:00 |
Andrew Eikum
|
5135f80a27
|
dinput: Debug print DIEFFECT structure.
|
2013-05-24 11:01:33 +02:00 |
Andrew Eikum
|
44a2d36f70
|
dinput: Translate OSX errors to win32 errors.
|
2013-05-24 11:01:28 +02:00 |
Christian Costa
|
edb01d2662
|
d3dx9_36: Add support for D3DFMT_P8 and conversion to other ARGB formats + tests.
|
2013-05-23 20:51:23 +02:00 |
Jacek Caban
|
a047b2cb6f
|
oleaut32: Added IExternalConnection tests.
|
2013-05-23 20:18:18 +02:00 |
Jacek Caban
|
a30cc75fe0
|
ole32: Added IExternalConnection support.
|
2013-05-23 20:18:16 +02:00 |
Jacek Caban
|
889112a29a
|
ole32: Use a separated object to expose local servers instead of marshaling them in CoRegisterClassObject.
|
2013-05-23 20:03:17 +02:00 |
Alexandre Julliard
|
147ffa0ccd
|
wininet/tests: Use test.winehq.org for all certificate tests.
|
2013-05-23 20:03:17 +02:00 |
Alistair Leslie-Hughes
|
7a762fee02
|
oledb32: DataConvert only variant length types can have a null dst.
|
2013-05-23 19:03:01 +02:00 |
Alistair Leslie-Hughes
|
72845af0a6
|
oledb32: Implement DataConvert DBTYPE_BYTES->DBTYPE_BYTES | DBTYPE_BYREF.
|
2013-05-23 19:03:01 +02:00 |
Alistair Leslie-Hughes
|
0d6eadc4a9
|
oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_DATE.
|
2013-05-23 19:03:01 +02:00 |
Akihiro Sagawa
|
8e2cd615c3
|
fonts: Add default glyph to Japanese Fixedsys.
|
2013-05-23 19:03:01 +02:00 |
Akihiro Sagawa
|
3f0e3ef6b4
|
fonts: Add default glpyh to Japanese System font.
|
2013-05-23 19:03:01 +02:00 |
Alexandre Julliard
|
45a2cf1e22
|
ntdll: Reimplement the x86_64 relay entry point in assembler.
|
2013-05-23 19:03:01 +02:00 |
Alexandre Julliard
|
fb75238f7e
|
ntdll: Reimplement the i386 relay entry point in assembler.
|
2013-05-23 19:03:01 +02:00 |
Alexandre Julliard
|
f4e58868d4
|
ntdll: Make the entire relay entry point routine CPU-specific.
|
2013-05-23 19:03:00 +02:00 |