Alexandre Julliard
be74c47e86
winex11: Remap pixels to system palette in Get/PutImage for 4 and 8 bpp.
2011-07-20 11:26:59 +02:00
Grazvydas Ignotas
5ae558bac7
ntdll/tests: Test NtQueryDirectoryFile with RestartScan set to FALSE.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
ea990a3f43
shell32: Fix FOLDERID_Document definition.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
dfa35a529f
shell32: Add IKnownFolder::GetFolderDefinition() implementation.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
fa4ba10083
shell32/tests: Add checking known folders' names.
2011-07-19 18:26:22 +02:00
Matteo Bruni
c4d29bdb18
d3dx9: Fix an error check in D3DXLoadMeshFromXResource.
2011-07-19 18:26:22 +02:00
Jacek Caban
0289530f07
mshtml: Implement nsIURI::SetUserPass on top of IUri.
2011-07-19 18:26:21 +02:00
Michael Stefaniuc
d15b567ca5
vbscript: Don't bother with a FIXME in DllCanUnloadNow().
2011-07-19 18:26:21 +02:00
Michael Stefaniuc
11e780ea07
comctl32/tests: Don't cast NULL to an int.
2011-07-19 18:26:21 +02:00
Michael Stefaniuc
04f57b9b0c
ddrawex/tests: Use FAILED instead of !SUCCEEDED.
2011-07-19 18:26:20 +02:00
Michael Stefaniuc
5ab5042183
shell32: Use FAILED instead of !SUCCEEDED.
2011-07-19 18:26:20 +02:00
Alexandre Julliard
49cb530ee3
wineps: Remove unneeded GetTransform prototype.
2011-07-19 18:26:20 +02:00
Alexandre Julliard
cc8c831c4d
gdi32: Add format conversion to the null driver StretchBlt implementation.
2011-07-19 14:54:14 +02:00
Alexandre Julliard
eb87e694a2
gdi32: Add inline helpers to compute DIB stride and total size.
2011-07-19 14:54:14 +02:00
Alexandre Julliard
1f8a0eb40e
gdi32: Move GET_DC_PHYSDEV back to gdi_private.h, it can't be used from external drivers.
2011-07-19 14:54:09 +02:00
Jacek Caban
68c6f58e6e
vbscript: Added creation tests.
2011-07-19 14:06:35 +02:00
Henri Verbeet
6ffd066834
wined3d: Make the query parameter to wined3d_event_query_finish() const.
2011-07-19 14:06:05 +02:00
Henri Verbeet
2e636aae29
wined3d: Make the query parameter to wined3d_event_query_test() const.
2011-07-19 14:06:03 +02:00
Henri Verbeet
c6c76f5a1a
wined3d: Make the priv parameter to map_register() const.
2011-07-19 14:06:01 +02:00
Henri Verbeet
c5f8a33a86
wined3d: Make the surface parameter to ffp_blit_p8_upload_palette() const.
2011-07-19 14:05:59 +02:00
Henri Verbeet
04d541c26d
ddraw: Just use SetWindowPos() in ddraw_set_display_mode().
...
Instead of going through wined3d_device_restore_fullscreen_window() /
wined3d_device_setup_fullscreen_window(). The main point of those functions is
changing the window styles, but we don't actually need that here. More
importantly, we filter the messages generated by those functions in wined3d,
while tests show that messages generated by SetDisplayMode() /
RestoreDisplayMode() are visible to the application. Applications depend on
WM_SIZE in particular.
2011-07-19 14:05:56 +02:00
Hans Leidekker
0daac59a35
winhttp: Implement IDispatch for WinHttpRequest.
2011-07-19 14:04:58 +02:00
Louis Lenders
33e2034227
advapi32: SetLastError in ReadEventLog{A, W} stub to avoid applications from looping forever.
2011-07-19 14:03:56 +02:00
Alexandre Julliard
5f484df06c
Revert "d3dx9_36: Improved constant table handle support."
...
This reverts commit 48d03555a7
.
It wasn't supposed to be committed.
2011-07-18 21:45:13 +02:00
Alexandre Julliard
dc801b9831
winex11: Create a new message window every time we change clipping to avoid stale notifications.
2011-07-18 21:19:55 +02:00
Andrew Eikum
d385675f36
winmm: Fix check for DCB_NULL callback type.
...
Noticed by Francois Gouget.
2011-07-18 18:31:29 +02:00
Andrew Eikum
2754c75092
winmm: Perform Open and Close callbacks from client thread.
2011-07-18 18:31:24 +02:00
Andrew Eikum
2a58273fcd
winmm: Close ACM stream when closing wave device.
2011-07-18 18:31:12 +02:00
Andrew Eikum
80fd691e9e
mmdevapi: Use a sane default if no buffer size is requested.
2011-07-18 18:31:06 +02:00
Adam Martinson
9a30a29db5
msxml3: Don't include libxml/parser.h twice.
2011-07-18 18:30:59 +02:00
Jacek Caban
5b16e6e0fd
jscript: Properly handle aggregation attempt.
2011-07-18 18:30:43 +02:00
Jacek Caban
cf30b6aea3
vbscript: Added IActiveScriptParse stub implementation.
2011-07-18 17:11:13 +02:00
Jacek Caban
03b8ad29cc
vbscript: Added stub VBScript object implementation.
2011-07-18 17:11:10 +02:00
Alexandre Julliard
dbd0b4542f
winex11: Remove the GetDIBits implementation.
2011-07-18 17:11:06 +02:00
Alexandre Julliard
b01eb19511
gdi32: Remove the GetDIBits entry point from the graphics driver.
2011-07-18 17:07:51 +02:00
Alexandre Julliard
ba168763b2
gdi32: Move a couple of rectangle helper functions to the header.
2011-07-18 16:50:25 +02:00
Huw Davies
103719e9e9
gdi32: Implement GetDIBits using the GetImage driver function.
2011-07-18 16:49:04 +02:00
Huw Davies
09a1418449
gdi32: Export a bitmap conversion function.
2011-07-18 16:35:20 +02:00
Jacek Caban
dfaee0f3b1
mshtml: Added IHTMLStyle::pageBreakAfter property implementation.
2011-07-18 16:35:12 +02:00
Kazuyuki Sato
8cdf735822
crypt32: Add additional path for Solaris 11 Express.
2011-07-18 16:23:30 +02:00
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
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
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
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
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
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
Andrew Eikum
3b16f46794
wineesd.drv: Remove unused WinMM driver.
2011-07-15 12:11:05 +02:00
Andrew Eikum
2fae117e0c
winenas.drv: Remove unused WinMM driver.
2011-07-15 12:00:33 +02:00
Andrew Eikum
30eeb996ed
winmm: Implement mixer* on top of MMDevAPI.
2011-07-15 10:09:55 +02:00
Andrew Eikum
ccd2a24139
winmm: Remove driver implementation of mixer*.
2011-07-15 10:09:53 +02:00
Henri Verbeet
2b789778fd
wined3d: Make the swapchain parameter to swapchain_blit() const.
2011-07-15 10:08:21 +02:00
Henri Verbeet
2e14d9ac0e
wined3d: Make the texture parameter to texture_srgb_mode() const.
2011-07-15 10:08:18 +02:00
Henri Verbeet
dd2f2c40f0
wined3d: Get rid of the useext macro.
...
This does nothing, since we have our own GL header.
2011-07-15 10:08:14 +02:00
Henri Verbeet
7ee4bda63e
wined3d: Add stream offsets in device_stream_info_from_declaration().
...
They're not going to change until the next time the stream info is updated.
This would of course mainly be useful if we managed to do more than one or two
draws with the same stream info.
2011-07-15 10:08:02 +02:00
Henri Verbeet
cf421e1b3f
wined3d: Don't set GL_MAP_UNSYNCHRONIZED_BIT for WINED3D_BUFFER_DISCARD maps.
...
WINED3D_BUFFER_DISCARD means the (current) buffer contents are undefined for
subsequent operations. I.e., the map doesn't have to wait for any pending
operations to finish, and can just return a new buffer with undefined
contents. GL_MAP_UNSYNCHRONIZED_BIT means the driver doesn't wait for previous
operations to finish, and just maps a buffer that's potentially in use. Proper
synchronization is left to the application. Note that we set both
GL_MAP_INVALIDATE_BUFFER_BIT and GL_MAP_UNSYNCHRONIZED_BIT.
GL_MAP_INVALIDATE_BUFFER_BIT corresponds to WINED3D_BUFFER_DISCARD, and might
cause the driver to return a new buffer, but it's not required to make that
optimization.
2011-07-15 10:07:41 +02:00
Alexandre Julliard
bc8a2b1fb9
netapi32/tests: Don't crash if the administrators group is missing.
2011-07-15 09:59:26 +02:00
Alexandre Julliard
7bc4c60782
gdi32/tests: Fix some test failures on Windows.
2011-07-15 09:59:13 +02:00
Rafał Mużyło
898d8abc16
avicap32: Drop v4l1 support.
2011-07-14 21:54:46 +02:00
Alexander Morozov
c41a300f3c
mshtml: Add stub implementation of IProvideClassInfo interface.
2011-07-14 15:56:54 +02:00
Alistair Leslie-Hughes
b32ed46bda
xmllite: Implement CreateXmlWriter.
2011-07-14 15:56:51 +02:00
Francois Gouget
70730f9168
winmm: Make WINMM_DRVMessage() static.
2011-07-14 14:48:54 +02:00
Francois Gouget
17b386a689
shell32: Make erase_items() static.
2011-07-14 14:48:36 +02:00
Francois Gouget
60ffc296f0
winex11.drv: Make some DC functions static.
2011-07-14 14:48:26 +02:00
Francois Gouget
e33e31a7d6
wineps.drv: Make some DC functions static.
2011-07-14 14:48:13 +02:00
Francois Gouget
e5de59b625
shell32: Add a trailing '\n' to Wine trace calls.
2011-07-14 14:48:10 +02:00
Owen Rudge
ec23aeb58e
winemapi: Escape subject and body before building mailto URL.
2011-07-14 14:48:01 +02:00