Alexander Morozov
|
25c70bacc6
|
mshtml: Added IProvideClassInfo::GetClassInfo implementation.
|
2011-07-18 16:23:30 +02:00 |
André Hentschel
|
b3fbdfa908
|
user32/tests: Add test for nested default button in dialogs.
|
2011-07-18 16:23:30 +02:00 |
Grazvydas Ignotas
|
2cc56f379c
|
server: Set debug enable bits briefly to commit the addresses to kernel.
|
2011-07-18 16:23:30 +02:00 |
Grazvydas Ignotas
|
fa179b1c26
|
server: Set RW and LEN bits of DR7 before setting DR0-DR3.
|
2011-07-18 16:23:30 +02:00 |
Grazvydas Ignotas
|
382d953872
|
ntdll/tests: Add more debug register tests.
|
2011-07-18 16:23:30 +02:00 |
Akihiro Sagawa
|
c1fbf00d2c
|
dsound: Fix a typo.
|
2011-07-18 16:23:30 +02:00 |
Frédéric Delanoy
|
79926d6f2b
|
cmd/tests: Add SET tests.
|
2011-07-18 16:23:30 +02:00 |
Henri Verbeet
|
437cec1a49
|
wined3d: Make the surface parameter to surface_depth_blt() const.
|
2011-07-18 16:23:29 +02:00 |
Henri Verbeet
|
a97ed53460
|
wined3d: Make the surface parameter to surface_convert_color_to_float() const.
|
2011-07-18 16:23:29 +02:00 |
Henri Verbeet
|
d314aa2d6e
|
wined3d: Make the surface parameter to surface_convert_depth_to_float() const.
|
2011-07-18 16:23:29 +02:00 |
Henri Verbeet
|
416a55c7aa
|
wined3d: Make the surface parameter to surface_is_full_rect() const.
|
2011-07-18 16:23:29 +02:00 |
Henri Verbeet
|
db12216301
|
wined3d: Make the surface parameter to surface_get_rect() const.
|
2011-07-18 16:23:29 +02:00 |
Francois Gouget
|
e0711b195d
|
d3dx9_36: Add a trailing '\n' to an ERR() call.
|
2011-07-18 16:23:29 +02:00 |
Francois Gouget
|
3726670098
|
winex11.drv: Make copy_image_bits() static.
|
2011-07-18 16:23:29 +02:00 |
Francois Gouget
|
724b0a928c
|
winmm: Remove an unused variable in WINMM_GetComponentTypeLineInfo().
|
2011-07-18 16:23:29 +02:00 |
Francois Gouget
|
a53e011021
|
wineoss.drv: Add a trailing '\n' to a TRACE() call.
|
2011-07-18 16:23:29 +02:00 |
Austin English
|
13d86cc0a3
|
dbghelp: Add stubs for SymEnumSourceLines/SymEnumSourceLinesW.
|
2011-07-18 16:23:29 +02:00 |
Austin English
|
2a708ee94d
|
wine.inf: Create %systemroot%\logs directory by default.
|
2011-07-18 16:23:29 +02:00 |
Frédéric Delanoy
|
1cb7378e94
|
cmd/tests: Convert line endings to DOS style at runtime before running batch test file.
|
2011-07-18 16:23:29 +02:00 |
Vincent Povirk
|
171e832839
|
gdiplus: Fix use of uninitialized memory.
|
2011-07-18 16:23:29 +02:00 |
Rico Schüller
|
c42ee0339a
|
d3dx9: Implement D3DXGetShaderSamplers().
|
2011-07-18 16:23:29 +02:00 |
Travis Athougies
|
48d03555a7
|
d3dx9_36: Improved constant table handle support.
|
2011-07-18 16:23:28 +02:00 |
Travis Athougies
|
c55caea1b3
|
d3dx9_36: Separate calculation of Bytes.
|
2011-07-18 16:23:28 +02:00 |
Alexandre Julliard
|
1e2e45ce66
|
winex11: Avoid overflowing the source rectangle in StretchBlt.
|
2011-07-18 16:23:21 +02:00 |
Alexandre Julliard
|
5ce421efbd
|
winex11: Simplify a couple of BitBlt operation codes.
|
2011-07-18 11:38:20 +02:00 |
Alexandre Julliard
|
55bc21938f
|
winex11: Don't access the source rectangle in PutImage until needed.
|
2011-07-18 11:01:04 +02:00 |
Alexandre Julliard
|
a64a549b4c
|
gdi32: Use the original StretchBlt rectangle if a DC doesn't have a visible region.
|
2011-07-18 11:00:55 +02:00 |
Frédéric Delanoy
|
4b4dd300f6
|
cmd: Avoid excess newline after TYPE outputs file contents.
|
2011-07-15 17:07:51 +02:00 |
Frédéric Delanoy
|
f43297f989
|
cmd: Do not show prompt when echo mode is off.
|
2011-07-15 17:07:46 +02:00 |
Frédéric Delanoy
|
91c4632941
|
cmd: Avoid printing an excess newline after version is displayed on startup.
|
2011-07-15 17:07:39 +02:00 |
Frédéric Delanoy
|
123d5d0d60
|
cmd: Output a empty line before version in VER.
|
2011-07-15 17:03:17 +02:00 |
Jacek Caban
|
d1d2b46d79
|
mshtml: Added IHTMLStyle::clip tests.
|
2011-07-15 16:36:13 +02:00 |
Jacek Caban
|
b7934f0ad1
|
mshtml: Added IHTMLStyle::clip property implementation.
|
2011-07-15 16:36:11 +02:00 |
Jacek Caban
|
e063198046
|
mshtml: Pass flags to get_nsstyle_attr.
|
2011-07-15 16:36:08 +02:00 |
Jacek Caban
|
9257ab8a5c
|
mshtml: Factor out getting style value string from Gecko value.
|
2011-07-15 16:36:06 +02:00 |
Huw Davies
|
ff17abc695
|
gdi32: Move the query info code to a separate function.
|
2011-07-15 16:36:03 +02:00 |
Huw Davies
|
9b56cec9c5
|
gdi32: Zero-pad the end of the scanlines.
|
2011-07-15 16:36:00 +02:00 |
Andrew Nguyen
|
2ed7a025f6
|
msxml3/tests: Fix two minor leaks in test_mxwriter_properties().
|
2011-07-15 16:35:58 +02:00 |
Andrew Nguyen
|
9c5d5d8ed5
|
msxml3: Extend the lifetime of the SAX callback BSTRs beyond the callback invocation.
|
2011-07-15 16:35:55 +02:00 |
Bernhard Loos
|
d599813b74
|
rpcrt4: Create pipes with FLAG_OVERLAPPED.
|
2011-07-15 16:25:18 +02:00 |
Frédéric Delanoy
|
760c1f1055
|
po: Update French translation.
|
2011-07-15 15:01:14 +02:00 |
Hwang YunSong
|
5846ba142b
|
po: Updated Korean translation.
|
2011-07-15 15:00:55 +02:00 |
Michael Mc Donnell
|
ea5ed35edf
|
d3dx9: Implemented ConvertAdjacencyToPointReps mesh method.
|
2011-07-15 14:45:21 +02:00 |
Michael Mc Donnell
|
7a1b18a742
|
d3dx9/tests: Implemented ConvertAdjacencyToPointReps test.
|
2011-07-15 14:45:07 +02:00 |
Lucas Fialho Zawacki
|
efdad2c1ce
|
dinput: Using DIDFT_GETTYPE in EnumObjects instead of DIEFT_GETTYPE.
|
2011-07-15 14:43:50 +02:00 |
Lucas Fialho Zawacki
|
d1a6d70e89
|
dinput/tests: Tests for EnumObjects with different types of device objects.
|
2011-07-15 14:43:47 +02:00 |
Jacek Caban
|
58bcc0ae44
|
dxgi.idl: Added IDXGIResource, IDXGIAdapter1 and IDXGIFactory1 declarations.
|
2011-07-15 14:42:52 +02:00 |
Huw Davies
|
56d7e2add9
|
winex11: Sync a dib-section before accessing the image bits.
|
2011-07-15 14:40:10 +02:00 |
Alexandre Julliard
|
678400b887
|
winex11: Set all the bitmap padding to 0 in GetImage.
|
2011-07-15 13:49:47 +02:00 |
Andrew Eikum
|
55f9ac8bf4
|
winejack.drv: Remove unused WinMM driver.
|
2011-07-15 12:22:48 +02:00 |