Roman Dadkov
3eab4f8d96
oleaut32: Record DocString field in ITypeInfoImpl structure in function ITypeLib2_Constructor_SLTG.
2012-08-22 12:11:54 +02:00
André Hentschel
aac478f51b
ntdll: Catch bad pointers in RtlWow64EnableFsRedirectionEx.
2012-08-22 12:11:19 +02:00
Alistair Leslie-Hughes
53d7355949
kernel32: Add GetConsoleFontSize stub.
2012-08-22 12:10:25 +02:00
Alistair Leslie-Hughes
71d3d4f1ba
kernel32: Add GetCurrentConsoleFont stub.
2012-08-22 12:09:37 +02:00
Alexandre Julliard
57bb58f7f5
kernel32/tests: "en" is not a valid locale on some platforms.
2012-08-22 12:03:34 +02:00
Piotr Caban
d2e846f3d4
user32: Don't limit time needed for WM_DDE_INITIATE processing.
2012-08-22 12:03:19 +02:00
Francois Gouget
58d2d0898c
po: A spelling fix in the French translation.
2012-08-22 12:03:05 +02:00
Francois Gouget
35f0c00bde
xcopy: Fix spelling and slightly reword the usage message.
2012-08-22 12:02:51 +02:00
Austin English
d71e94d109
readme: Wine no longer supports Mac OS X 10.4.
2012-08-22 12:00:33 +02:00
Andrew Eikum
19e9de7dde
winealsa.drv: Special-case copying common sample sizes in a tight loop.
2012-08-22 12:00:09 +02:00
Francois Gouget
e282d418e3
d3dx9_36: Add a trailing '\n' to a couple of Wine traces.
2012-08-21 17:47:49 +02:00
Francois Gouget
369892b879
po: Remove an unwanted trailing full stop in the Lithuanian translation.
2012-08-21 17:47:49 +02:00
Francois Gouget
160c85aefd
po: A couple of British spelling fixes for the start usage message.
2012-08-21 17:47:49 +02:00
Francois Gouget
b37c3d840d
dssenh/tests: add a trailing '\n' to a couple of ok() calls.
2012-08-21 17:47:48 +02:00
Francois Gouget
e83e05734b
msvcp100: VTBL_WRAPPER(60) is unused so remove it.
2012-08-21 17:47:48 +02:00
Francois Gouget
88840fc849
msvcrt/tests: Add a trailing '\n' to a win_skip().
2012-08-21 17:47:47 +02:00
Francois Gouget
e2c50d762c
dsound: Make dumpCooperativeLevel() static.
2012-08-21 17:47:47 +02:00
Lucas Zawacki
e3af37eb1c
joy.cpl: Prevent crash on IDirectInputEffect_Release.
2012-08-21 17:47:45 +02:00
Józef Kucia
cda7633775
d3dx9: Implement ID3DXConstantTable::SetMatrixTransposePointerArray.
2012-08-21 17:47:43 +02:00
Józef Kucia
9fec159abc
d3dx9: Implement ID3DXConstantTable::SetMatrixPointerArray.
2012-08-21 17:47:41 +02:00
Józef Kucia
51f4f01308
d3dx9: Implement ID3DXConstantTable::SetMatrixTranspose.
2012-08-21 17:47:40 +02:00
Józef Kucia
edbd09fb45
d3dx9: Implement ID3DXConstantTable::SetMatrixTransposeArray.
2012-08-21 17:47:39 +02:00
Józef Kucia
aaac25dc67
d3dx9: ID3DXConstantTable::SetFloat shouldn't change the value of matrix and vector constants.
2012-08-21 17:47:37 +02:00
Józef Kucia
2f73fd6ed5
d3dx9: ID3DXConstantTable::SetVector shouldn't change the value of matrix constants.
2012-08-21 17:47:36 +02:00
Józef Kucia
978971e1ac
d3dx9: ID3DXConstantTable::SetMatrix should set scalar constants.
2012-08-21 17:47:34 +02:00
Rico Schüller
77993a610e
d3dx9: Avoid TRUE : FALSE conditional expression.
2012-08-21 17:32:11 +02:00
Rico Schüller
becf83fd86
d3dx9: Remove not needed TRACE.
2012-08-21 17:32:02 +02:00
Rico Schüller
892308fdb6
d3dx9: Identify D3DTSS_CONSTANT and FVF states.
2012-08-21 17:31:58 +02:00
Rico Schüller
f9a4a9db1b
d3dx9: Don't double check the technique.
2012-08-21 17:31:54 +02:00
Alexandre Julliard
bf528c5e9c
gdi32: Allow removing a driver from the stack based on its function table.
2012-08-21 12:59:18 +02:00
Alexandre Julliard
0f5cc668ba
gdi32: Add a helper function to find a specific driver in the DC stack.
2012-08-21 12:54:01 +02:00
Dan Kegel
2cd062831d
advapi32: RegSetValueExW should not crash when passed 1 instead of L"1".
2012-08-21 11:50:32 +02:00
André Hentschel
8b774cb7a8
ntdll: Add support for Windows 8 version.
2012-08-21 11:49:58 +02:00
Dmitry Timoshkov
acc4623fd0
gdiplus: Use set_rect_empty() helper to make the code slightly more compact and readable.
2012-08-21 11:47:15 +02:00
Dmitry Timoshkov
10c84dfe3b
gdiplus: Rename roundr() to gdip_round() to make it clearer that it's an internal helper.
2012-08-21 11:47:11 +02:00
Nikolay Sivov
d96cd05efe
wineoss: Fix variable types so pointer is not truncated on 64bit.
2012-08-21 11:46:07 +02:00
Nikolay Sivov
d05757d29a
winecoreaudio: Fix variable types so pointer is not truncated on 64bit.
2012-08-21 11:46:03 +02:00
Nikolay Sivov
72452b1015
winealsa: Fix variable types so pointer is not truncated on 64bit.
2012-08-21 11:46:00 +02:00
Matteo Bruni
d37f8ea866
wined3d: Use BOOL instead of char in shader_load_constants().
2012-08-21 11:45:55 +02:00
Matteo Bruni
7cc4f47afe
wined3d: Force ARB shader programs reselection on bool/int constant changes.
...
The ARB shader backend hardcodes some constant-dependent state in the shader
itself (e.g. branch taken/not taken). So, we have to make sure to update the
selected ARB shader when the application modifies non-float constants.
2012-08-21 11:45:47 +02:00
Matteo Bruni
f89f30e0c0
wined3d: Fix blending test expected results.
2012-08-21 11:45:43 +02:00
Vincent Povirk
d5cec3b08e
mscoree: Avoid calling mono_image_open_from_module_handle for libraries.
2012-08-20 20:18:40 +02:00
Hwang YunSong
95d00e8ecc
po: Update Korean translation.
2012-08-20 20:18:20 +02:00
Gerald Pfeifer
44953d7003
wininet: Fix initialization in test_cert_struct.
2012-08-20 20:18:11 +02:00
Vincent Povirk
88eed3c0de
windowscodecs: Implement IWICImagingFactory::CreateBitmapFromSource.
2012-08-20 20:18:03 +02:00
Vincent Povirk
32bfd81051
windowscodecs: Allow CopyPixels to succeed without padding from the last row.
2012-08-20 20:17:56 +02:00
Jacek Caban
1742012ff0
oleaut32: Added more tests.
2012-08-20 20:17:38 +02:00
Jacek Caban
44936abd84
oleaut32: Ensure that the right interface is passed to the callee in ITypeInfo::Invoke.
2012-08-20 20:17:30 +02:00
Jacek Caban
c74d9a43b8
mshtml: Added IHTMLWindow6::get_sessionStorage implementation.
2012-08-20 17:06:51 +02:00
Dmitry Timoshkov
6e63a478b3
gdiplus: StringFormatFlagsLineLimit doesn't allow line wrapping.
2012-08-20 17:06:27 +02:00