Jacek Caban
42c2bd7bd9
jscript: Correctly handle forin statement on pure IDispatch object.
2011-06-21 18:14:47 +02:00
Aric Stewart
3d56d674aa
usp10: Correct ralf glyph offset calculation in PostBase.
2011-06-21 17:38:16 +02:00
Aric Stewart
648b7f2afa
usp10: Correct Post Base glyph index shifting.
2011-06-21 17:38:13 +02:00
Jacek Caban
0ac5c7d5d2
vbscript: Added VBScript class factory implementation.
2011-06-21 17:17:10 +02:00
Jacek Caban
bab84c0ebe
vbscript: Added Dll[Un]RegisterServer implementation.
2011-06-21 17:16:58 +02:00
Jacek Caban
c35aa01caa
vbscript: Added new DLL.
2011-06-21 17:16:07 +02:00
Jacek Caban
0227bf69a9
mshtml: Added IDispatchEx support to HTMLTitleElement object.
2011-06-21 17:13:50 +02:00
Jacek Caban
ff7e041716
mshtml: Added IHTMLTitleElement stub implementation.
2011-06-21 17:13:45 +02:00
Jacek Caban
0912436e6e
mshtml: Added IDispatchEx support to HTMLHeadElement object.
2011-06-21 17:13:33 +02:00
Jacek Caban
74e95a13b3
mshtml: Added IHTMLHeadElement stub implementation.
2011-06-21 17:13:27 +02:00
Michael Stefaniuc
7b3d1bbc4e
ole32: COM cleanup for the static object ComCatMgrImpl.
2011-06-21 17:12:15 +02:00
Ričardas Barkauskas
f0634f7a4b
ddraw: Separate IDirectDrawSurface3 reference count.
2011-06-21 17:11:53 +02:00
Ričardas Barkauskas
167ffc7b4b
ddraw: Separate IDirectDrawSurface2 reference count.
2011-06-21 17:10:55 +02:00
Ričardas Barkauskas
a9f72a3067
ddraw: Test ddraw surface reference counts a bit more.
2011-06-21 17:10:26 +02:00
Ričardas Barkauskas
104e68da45
ddraw: Use helper function to delete attached surfaces.
2011-06-21 17:10:17 +02:00
Ričardas Barkauskas
ec754ab98b
ddraw: AddRef the surface in AddAttachedSurface instead of helper function.
2011-06-21 17:10:05 +02:00
Ričardas Barkauskas
4b8fd522f6
ddraw: Add iface count for IDirectSurfaceImpl.
2011-06-21 17:09:52 +02:00
Ričardas Barkauskas
8959a1395a
ddraw: Remove ddraw_set_surface_version and set surface version when initialising it.
2011-06-21 17:09:02 +02:00
Piotr Pawlow
b5e04640cc
wined3d: Use a separate mutex for wndproc_table access.
...
If CreateDevice is called with hFocusWindow belonging to another thread,
then any code that does SendMessage (or equivalent) to the window while
holding the main wined3d mutex causes a deadlock, because wined3d_wndproc
tries to acquire the same mutex for wndproc_table access.
2011-06-21 16:18:56 +02:00
Alexandre Julliard
efaa068cd1
user32: Always pass 0 as item id for WM_MEASUREITEM in menus.
2011-06-21 16:12:53 +02:00
Alexandre Julliard
33ba7c07fb
user32: Don't truncate bitmap ids in InsertMenu.
2011-06-21 16:07:00 +02:00
Alexandre Julliard
6b0d9ff1cd
server: Allow setting a zero-size clip rectangle.
2011-06-21 15:04:24 +02:00
Alexandre Julliard
b3946a0a59
winex11: Don't enable XInput for devices reporting absolute coordinates.
2011-06-21 14:51:15 +02:00
André Hentschel
dc16a01fdf
ws2_32: Handle null pointer for linger values.
2011-06-21 14:51:14 +02:00
Jörg Höhle
8db18a893b
winealsa: Avoid deadlock in AudioClient_Stop.
2011-06-21 14:51:14 +02:00
Vincent Povirk
cc0ea69867
server: Post WM_HOTKEY when a hotkey is pressed.
2011-06-21 14:51:14 +02:00
Vincent Povirk
4c83138f72
server: Implement RegisterHotKey/UnregisterHotKey.
2011-06-21 14:51:08 +02:00
Vincent Povirk
ba9231993d
user32/tests: Test that hotkeys are really replaced when using the same id/hwnd.
2011-06-21 12:27:08 +02:00
Adam Martinson
4f58e11601
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
2011-06-21 12:25:33 +02:00
Adam Martinson
5ab513bd9e
msxml3: Fix a couple incorrect uses of VariantChangeType().
2011-06-21 12:24:37 +02:00
Francois Gouget
809dd1a0a2
shell32: Remove the ellipsis on the 'Wine license' button.
2011-06-21 11:31:29 +02:00
Huw Davies
404b820289
gdi32/tests: Skip the tests if the pen type is not supported.
2011-06-21 11:29:08 +02:00
Huw Davies
b5ad5d3510
gdi32: Add more broken behaviour on nt4 sp3.
2011-06-21 11:29:03 +02:00
Michael Stefaniuc
2672b0ae94
quartz: COM cleanup for the ifaces of FilterMapper3Impl.
2011-06-21 11:28:59 +02:00
Henri Verbeet
4582a0bcb3
wined3d: Make the device parameter to device_invalidate_state() const.
2011-06-21 11:25:18 +02:00
Henri Verbeet
233b8e1cf8
wined3d: Fix the STATE_BASEVERTEXINDEX state entry.
2011-06-21 11:25:15 +02:00
Henri Verbeet
265e62378f
wined3d: Validate STATE_BASEVERTEXINDEX in validate_state_table().
2011-06-21 11:25:13 +02:00
Henri Verbeet
430bac5fad
wined3d: Only bother checking block alignment for compressed surfaces in wined3d_device_update_surface().
2011-06-21 11:25:09 +02:00
Henri Verbeet
17eb3e2c74
wined3d: Initialize format block info with sane values for uncompressed formats.
2011-06-21 11:25:06 +02:00
André Hentschel
de1d35eabc
ntdll: Improved implementation of the segv handler on ARM.
2011-06-21 11:22:47 +02:00
Alexandre Julliard
71ae477493
kernel32: Avoid using a breakpoint instruction in DebugBreak().
2011-06-21 10:39:09 +02:00
Ričardas Barkauskas
4c0c0d3aeb
ddraw: Fix ddraw4_EnumSurfaces to pass correct iface in callbacks.
2011-06-20 19:33:30 +02:00
Piotr Caban
7366d159fc
comctl32: Don't redraw whole listview in double buffering mode.
2011-06-20 19:32:05 +02:00
Piotr Caban
02c224edf9
comctl32: Refresh listview after sorting.
2011-06-20 19:32:05 +02:00
Piotr Caban
1a67903b04
comctl32: Fix area invalidated by LISTVIEW_SetItemT.
2011-06-20 19:32:05 +02:00
Alexandre Julliard
adb86c5f2a
winex11: Try harder to ignore broken raw motions events caused by pointer warping.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
d2910bb7fa
quartz/tests: Simplify the file handling in filtergraph.c.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
ee9ca54eba
quartz/tests: Store the TestFilterImpl instead of its iface in IEnumPinsImpl.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
9f52e80055
quatz/tests: Pass back the object instead of the iface in createtestfilter().
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
b9d5a5007a
quartz/tests: Finish the COM cleanup in filtergraph.c.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
b21c2d6522
quartz/tests: COM cleanup for the IClassFactory iface.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
6009ed4b6f
quartz/tests: COM cleanup for the IPin iface.
2011-06-20 19:32:05 +02:00
Alexandre Julliard
781ff545cf
rpcrt4: Make sure we don't try to free a pointer twice.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
64d668a2bc
wininet: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
86dd443415
shlwapi: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
efecd26517
shell32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
e272d8083c
comdlg32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
5b19087c43
comctl32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
e5b6f5b4ad
avifil32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:03 +02:00
Aurimas Fišeras
2e5c9b4d26
shell32: Update Lithuanian translation.
2011-06-20 19:32:03 +02:00
Michael Stefaniuc
9e50efd89f
ddraw: Use unsafe_impl_from_IDirectDrawClipper for an app provided iface.
2011-06-20 19:32:03 +02:00
Michael Stefaniuc
588ddee736
ddraw: COM cleanup for the IDirectDrawClipper iface.
2011-06-20 19:32:03 +02:00
Huw Davies
92b467cdf8
gdi32/tests: Add broken behaviour for nt4 sp3.
2011-06-20 19:32:03 +02:00
Huw Davies
6e673e1ef0
gdi32/tests: Add some broken behaviours for winxp sp1 and win2003.
2011-06-20 19:32:03 +02:00
Jerome Leclanche
66b075a0c9
winhttp: Fix a warning when compiling --without-openssl.
2011-06-20 19:32:02 +02:00
Jerome Leclanche
f30616e257
wininet: Fix a warning when compiling --without-openssl.
2011-06-20 19:32:02 +02:00
Damjan Jovanovic
c28baa7b96
msvcrt: The time passed to utime functions can be NULL.
2011-06-20 19:32:02 +02:00
Piotr Caban
e5f68408ed
msvcrt: Avoid deadlock when _beginthread is executed inside loader critical section.
2011-06-20 19:32:02 +02:00
Damjan Jovanovic
acc112bad7
rpcrt4: Implement RpcProtseqVectorFree.
2011-06-20 19:32:02 +02:00
Stefan Dösinger
73cec67c14
wined3d: Link STATE_BASEVERTEXINDEX to STATE_VDECL.
2011-06-20 19:32:02 +02:00
Stefan Dösinger
2daa16c96c
wined3d: Use base_vertex_index in drawStridedSlow, and only for indexed draws.
2011-06-20 19:32:02 +02:00
Andrew Eikum
0085689f5d
mmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.
2011-06-20 19:31:57 +02:00
Andrew Eikum
c6312990ab
winealsa.drv: Be less choosey about sample rates.
2011-06-20 19:31:50 +02:00
Andrew Eikum
a93efd5346
mmdevapi: Fix refcounts in IAudioClient::GetService.
2011-06-20 19:31:39 +02:00
Andrew Eikum
f50829c36e
mmdevapi: Don't crash if a driver fails to load.
2011-06-20 11:28:53 +02:00
Andrew Eikum
096fb434eb
winecoreaudio: Set AudioQueue volume, not AudioDevice volume.
...
We want to control the volume for each particular stream, not the entire
system-wide device.
2011-06-20 11:28:49 +02:00
Henri Verbeet
792060d67f
d3d8: Implement IDirect3DVolumeTexture8 private data handling on top of wined3d_resource.
2011-06-20 11:28:40 +02:00
Henri Verbeet
5b077584d2
d3d8: Implement IDirect3DTexture8 private data handling on top of wined3d_resource.
2011-06-20 11:28:36 +02:00
Henri Verbeet
ccf2ff7089
d3d8: Implement IDirect3DCubeTexture8 private data handling on top of wined3d_resource.
2011-06-20 11:28:32 +02:00
Henri Verbeet
ffb58ed445
d3d9: Implement IDirect3DVolumeTexture9 private data handling on top of wined3d_resource.
2011-06-20 11:28:29 +02:00
Henri Verbeet
a989afe364
d3d9: Implement IDirect3DTexture9 private data handling on top of wined3d_resource.
2011-06-20 11:28:26 +02:00
Henri Verbeet
732338ab35
d3d9: Implement IDirect3DCubeTexture9 private data handling on top of wined3d_resource.
2011-06-20 11:28:22 +02:00
Piotr Caban
4debdd6ac8
msvcrt: Fix __p__pctype implementation.
2011-06-20 11:28:12 +02:00
Damjan Jovanovic
57b7044cd6
rpcrt4: Add stubs for RpcNetworkInqProtseqs.
2011-06-17 19:30:46 +02:00
Jacek Caban
fe105adff0
mshtml: Use replace_node_by_html instead of document.write for conditional comments.
2011-06-17 19:30:45 +02:00
Jacek Caban
357994b773
mshtml: Moved IHTMLElement::put_outerHTML implementation to separated, HTMLElement object independent, function.
2011-06-17 19:30:45 +02:00
Huw Davies
d73af0d954
gdi32/tests: Add broken behaviour on nt4 sp1 and 2.
2011-06-17 19:30:35 +02:00
Huw Davies
b9c06ad341
gdi32/tests: Add broken behaviour on nt4 sp1-5.
2011-06-17 16:20:40 +02:00
Huw Davies
cf5dae18ac
gdi32/tests: Call ReleaseDC not DeleteDC.
2011-06-17 16:20:33 +02:00
Huw Davies
cd3281a0de
gdi32/tests: Add tests for hatched brushes.
2011-06-17 15:37:50 +02:00
Huw Davies
66399f6f72
gdi32: Add support for hatched brushes.
2011-06-17 15:37:47 +02:00
Stefan Dösinger
68b15bc5ff
wined3d: Give GL_ARB_map_buffer_range another try.
...
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that caused major
performance problems. If the user is using an older driver we now drop the VBO instead of using
doublebuffered loading, which means that we fall back to the current behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for GL_ARB_instanced_arrays.
2011-06-17 15:37:45 +02:00
Stefan Dösinger
12140b5158
wined3d: Drop the VBO when the GL alignment doesn't fit on dynamic buffers.
2011-06-17 15:37:41 +02:00
Stefan Dösinger
ae5ca837d5
d3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.
2011-06-17 15:37:38 +02:00
Stefan Dösinger
07c761a6a1
ddraw: Implement IDirect3D7::EvictManagedTextures.
2011-06-17 15:37:33 +02:00
Stefan Dösinger
19a1b74252
wined3d: Add STATE_BASEVERTEXINDEX to debug_d3dstate.
2011-06-17 15:37:31 +02:00
Jörg Höhle
26efb871d3
winealsa: Fix mmdevapi memory allocations.
2011-06-17 15:04:53 +02:00
Alexandre Julliard
4f247d3130
rpcrt4: Add support for 64-bit conformance values.
2011-06-17 14:11:45 +02:00
Stephane Bacri
d8ccfafd5b
winealsa.drv: Add midi MTC Quarter Frame messages support.
2011-06-17 12:36:33 +02:00
Charles Welton
754df82101
d3dx9/tests: Add tests for ID3DXLine_GetDevice and release methods.
2011-06-17 12:35:56 +02:00
Charles Welton
3993eef04f
d3dx9: Implemented GetDevice method.
2011-06-17 12:35:48 +02:00
Adam Martinson
98580b5d36
msxml3: SysAllocString*() automatically allocates a terminating NULL.
2011-06-17 12:34:12 +02:00
Hwang YunSong
77515d3b3a
shell32: Update Korean resource.
2011-06-17 11:09:12 +02:00
Hwang YunSong
1a03d7edca
msvfw32: Update Korean resource.
2011-06-17 11:09:09 +02:00
Jonas Maebe
90d8608185
dinput: Hook up joysticks to DirectInput event queue on Mac OS X.
2011-06-17 11:09:00 +02:00
Henri Verbeet
37d70103a1
d3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource.
2011-06-17 11:02:43 +02:00
Henri Verbeet
dc6581ce5e
d3d8: Implement IDirect3DVertexBuffer8 private data handling on top of wined3d_resource.
2011-06-17 11:02:36 +02:00
Henri Verbeet
a5ee9f1938
d3d9: Implement IDirect3DIndexBuffer9 private data handling on top of wined3d_resource.
2011-06-17 11:02:32 +02:00
Henri Verbeet
469eba24c0
d3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.
2011-06-17 11:02:28 +02:00
Henri Verbeet
45a0e95962
wined3d: Only load the surface for partial updates in wined3d_device_update_surface().
2011-06-17 11:02:21 +02:00
Henri Verbeet
3a1d151561
wined3d: Use surface_load_location() instead of surface_internal_preload() in wined3d_device_update_surface().
2011-06-17 11:02:18 +02:00
Austin English
94ae7ebdaa
netapi32: Add a stub for DsGetSiteNameA.
2011-06-17 11:01:53 +02:00
Alexandre Julliard
1b0d2330c9
kernel32: Create an orphaned process in exec_process so that all initialization is done anew in the child process.
2011-06-16 22:46:25 +02:00
Jacek Caban
17e6d75ed4
mshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was read before.
2011-06-16 21:04:47 +02:00
Marcus Meissner
5ba1f867a1
d3dxof: Check returns of read_bytes (Coverity).
2011-06-16 21:04:44 +02:00
Marcus Meissner
c2748cfba5
usp10: Removed 2 superflous lines of code (Coverity).
2011-06-16 21:04:28 +02:00
Marcus Meissner
c4703a4aac
sane.ds: Removed 3 array != NULL checks (Coverity).
2011-06-16 21:04:22 +02:00
Aric Stewart
520f07a4b0
usp10: Pre-base consonants need to be reordered like pre-base matras for scripts that have them.
2011-06-16 21:04:17 +02:00
Aric Stewart
9a849038ec
usp10: Do matra second reorderings for Tamil and Malayalam to prevent blocking consonant ligatures.
2011-06-16 21:04:12 +02:00
Aric Stewart
4a6364d3c0
usp10: Enable a second reorder step after basic shaping.
2011-06-16 21:04:03 +02:00
Aric Stewart
75520505de
usp10: Refine post-matra Ralf reordering to be post below form consonants as well.
2011-06-16 21:03:58 +02:00
Aric Stewart
2a8e004bcf
usp10: More corrections to the Telugu lexical function.
2011-06-16 21:03:42 +02:00
Aric Stewart
88ad318fb8
usp10: Correct an error with the Telugu lexical function.
2011-06-16 18:24:45 +02:00
Adam Martinson
0132645ec3
msxml3: Create CLSID_XMLHTTP when requested.
2011-06-16 16:43:02 +02:00
Marcus Meissner
f50b8b8ac1
ws2_32: Fixed select() number of fds (Coverity).
2011-06-16 16:42:19 +02:00
Alexandre Julliard
a75402af96
rpcrt4: Add a wrapper for NdrAsyncClientCall too.
2011-06-16 14:30:34 +02:00
Alexandre Julliard
ffb8f4bedf
rpcrt4: Add support for float parameters in client calls on x86_64.
2011-06-16 14:30:28 +02:00
Alexandre Julliard
5f06809ab3
kernel32: Implement DebugBreak directly in assembly.
2011-06-16 14:30:14 +02:00
Alexandre Julliard
f4024eaa49
ntdll: Fetch the windows directory from the shared user data.
2011-06-16 12:29:21 +02:00
Jörg Höhle
155e4fb6d3
strmbase: Use !list_empty() instead of list_count() > 0.
2011-06-16 11:57:27 +02:00
Jörg Höhle
bcd2d0ec5b
ntdll: Use list_empty() instead of list_count() == 0.
2011-06-16 11:57:25 +02:00
Gerald Pfeifer
c69331c84a
d3dx9_36: Fix the return value in error cases in d3dx9_parse_resource.
2011-06-16 11:17:28 +02:00
Andrew Eikum
e532c55995
msacm32: Also load ACM drivers from key values.
2011-06-16 11:16:48 +02:00
Henri Verbeet
26eb6c8eea
wined3d: Check the correct debug class in checkGLcall.
2011-06-16 11:16:41 +02:00
Henri Verbeet
4621568922
wined3d: Only invert viewport y for onscreen destinations in surface_depth_blt().
...
This fixes a regression introduced by
032f8702ed
.
2011-06-16 11:16:31 +02:00
Henri Verbeet
c51db63ba4
wined3d: Require ARB_shader_texture_lod for SM3.
2011-06-16 11:16:26 +02:00
Henri Verbeet
11bf170ce0
d3d9/tests: Add some tests for IDirect3DDevice9::UpdateSurface().
2011-06-16 11:16:22 +02:00
Henri Verbeet
6f710d18fc
wined3d: Fix source rectangle validation in wined3d_device_update_surface().
2011-06-16 11:16:19 +02:00
Frédéric Delanoy
2118b66193
shell32: Update French translation.
2011-06-16 11:16:06 +02:00
André Hentschel
d08fa61a56
imm32: Use the same code for ImmIsUIMessageW as in the ascii function.
2011-06-16 11:16:01 +02:00
André Hentschel
4f1aae76af
kernel32: Set dwProcessorType on ARM.
2011-06-16 11:15:58 +02:00
André Hentschel
3eb91fbc3c
ntdll: Parse ARM CPU level.
2011-06-16 11:15:56 +02:00
André Hentschel
8a8a700513
kernel32: Initialise dwProcessorType.
2011-06-16 11:15:40 +02:00
Marcus Meissner
dad3342907
winspool.drv: Removed a superflous NULL check (Coverity).
2011-06-15 20:04:42 +02:00
Aric Stewart
4709b0bf58
usp10: Condense duplicate Indic feature sets.
2011-06-15 20:04:41 +02:00
Aric Stewart
1be7e1bd62
usp10: Apply 'cjct' to the Indic syllable.
2011-06-15 20:04:41 +02:00
Aric Stewart
c582e3b2a2
usp10: Apply 'vatu' to the Indic syllable.
2011-06-15 20:04:41 +02:00
Aric Stewart
7f0b49fd9d
usp10: Apply 'pstf' to the Indic syllable.
2011-06-15 20:04:41 +02:00
Aric Stewart
5a315fed8d
usp10: Apply 'pref' only to the pre-base consonants in Indic syllables.
2011-06-15 20:04:41 +02:00
Aric Stewart
d942d959a6
usp10: Apply 'blwf' only to the below-base consonants in Indic syllables.
2011-06-15 20:04:41 +02:00
Aric Stewart
f670d3b184
usp10: Apply 'rphf' only to the reph forms in Indic syllables.
2011-06-15 20:04:41 +02:00
Aric Stewart
c1d4db0d78
usp10: Apply 'half' only to the pre-base consonants in Indic syllables.
2011-06-15 20:04:41 +02:00
Aric Stewart
e626019be8
usp10: Apply 'rkrf' to the Indic syllable.
2011-06-15 20:04:41 +02:00
Aric Stewart
7058b3a38b
usp10: Shape Indic syllables basic forms per syllable.
2011-06-15 20:04:41 +02:00
Aric Stewart
80531cac3f
usp10: Ignore ralf as well as pre, post and below base consonants when finding base.
2011-06-15 20:04:41 +02:00
Aric Stewart
5f22264c1d
usp10: Do not require a separate call to find Indic base consonant.
2011-06-15 20:04:40 +02:00
Aric Stewart
35948c6fdd
usp10: Return the set of Indic syllables after reorder.
2011-06-15 20:04:40 +02:00
Huw Davies
b1ec7c9d71
gdi32/tests: Add tests for 1bpp brushes.
2011-06-15 20:04:40 +02:00
Huw Davies
0aacdc0d85
gdi32: Add support for 1 bpp brushes.
2011-06-15 20:04:40 +02:00
Huw Davies
f2e9545b86
gdi32/tests: Add tests for 1 bpp dibs.
2011-06-15 20:04:40 +02:00
Huw Davies
b0f59c3b11
gdi32: Add support for 1 bpp dibs.
2011-06-15 20:04:40 +02:00
Huw Davies
3582d3dfb4
gdi32: Add helpers to retrieve foreground and background colours.
2011-06-15 20:04:40 +02:00
Andrew Nguyen
7664adb215
dxdiagn: Add additional adapter identifier properties for DxDiag_DisplayDevices subcontainers.
2011-06-15 20:04:40 +02:00
Andrew Nguyen
77c194fff8
dxdiagn: Remove the Direct3D usage in the fallback display information code.
2011-06-15 20:04:40 +02:00
Andrew Nguyen
f750cf3306
dxdiagn: Extract the fallback display information code to a separate function.
2011-06-15 20:04:40 +02:00
Andrew Nguyen
2d75211bd2
dxdiagn: Start using Direct3D to obtain better reported adapter information for DxDiag_DisplayDevices.
2011-06-15 20:04:40 +02:00
Andrew Nguyen
55296f6edb
dxdiagn/tests: Add tests for some DxDiag_DisplayDevices subcontainer properties.
2011-06-15 20:04:40 +02:00
Andrew Nguyen
9d7d35c1ee
dxdiagn: Unconditionally initialize the passed variant in IDxDiagContainer::GetProp.
2011-06-15 20:04:39 +02:00
Francois Gouget
d54f4fc3c8
shell32: Fix ellipsis usage in the menu and button labels.
2011-06-15 20:04:39 +02:00
Francois Gouget
11529e1c9f
msvfw32: Fix ellipsis usage in the menu and button labels.
2011-06-15 20:04:39 +02:00
Michael Stefaniuc
d7768739ec
ddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.
2011-06-15 20:04:39 +02:00
Michael Stefaniuc
60223057f0
ddraw: COM cleanup for the IDirect3DVertexBuffer iface.
2011-06-15 20:04:39 +02:00
Michael Stefaniuc
8e27274163
ddraw: Use unsafe_impl_from_IDirect3DVertexBuffer() for app provided ifaces.
2011-06-15 20:04:39 +02:00
Michael Stefaniuc
ca1ee4a7c3
ddraw: Avoid unsafe IDirect3DVertexBuffer to object casts.
2011-06-15 20:04:39 +02:00
Michael Stefaniuc
d010dac84d
ddraw: Rename d3d_vertex_buffer_init() and have it allocate the object too.
2011-06-15 20:04:39 +02:00
Alexandre Julliard
b02457a108
rpcrt4: Implement stubless proxy entry thunks for x86_64.
2011-06-15 20:04:39 +02:00
Alexandre Julliard
915a0769e5
rpcrt4: Reimplement the stubless proxy entry point entirely in assembly.
2011-06-15 20:04:38 +02:00
Alexandre Julliard
779a8fcddb
rpcrt4: Make more of the stubless proxy setup code platform-independent.
2011-06-15 20:04:38 +02:00
Francois Gouget
df63b63614
Standardize the OK buttons.
2011-06-15 20:04:38 +02:00
Marcus Meissner
e9d4ca069c
shlwapi: Removed superflous NULL check (Coverity).
2011-06-15 20:04:38 +02:00
Hans Leidekker
d27478b476
wuapi: Add missing method stubs for IUpdateInstaller and IUpdateSearcher.
2011-06-15 20:04:38 +02:00
David Hedberg
f8755d8422
rsaenh: Don't fail on signature verification if the signed hash lacks the OID.
2011-06-15 20:04:38 +02:00
Krzysztof Nowicki
7415946716
user32: Make more functions hot-patchable for Steam.
2011-06-15 20:04:38 +02:00
Austin English
ee31a6ae6f
winsta: Add a stub for WinStationGetProcessSid.
2011-06-15 20:04:38 +02:00
Vincent Povirk
785f84a63c
windowscodecs: Treat unspecified extra channels as alpha data.
2011-06-15 20:04:38 +02:00
Henri Verbeet
8153674c4a
wined3d: Don't clear the alloc flags in wined3d_surface_set_format().
...
Changing the format is only allowed for surfaces with format
WINED3DFMT_UNKNOWN, in which case there can't be a GL texture allocated.
2011-06-15 20:04:38 +02:00
Henri Verbeet
c19c26e4be
wined3d: Check the source rectangle is a multiple of the format block size in wined3d_device_update_surface().
2011-06-15 12:51:51 +02:00
Henri Verbeet
410a8e86f5
wined3d: Check for a valid source rectangle and destination in wined3d_device_update_surface().
2011-06-15 12:51:50 +02:00
Henri Verbeet
b9133d7de0
wined3d: Implement wined3d_device_update_surface() on top of surface_upload_data().
2011-06-15 12:51:49 +02:00
Aric Stewart
4b2bfb4a8b
usp10: Correct an endless loop in Chaining Contextual Substitution if it is a dead rule.
2011-06-14 17:52:54 +02:00
Alexandre Julliard
0ce27385fd
rpcrt4: Implement calling server functions on x86_64.
2011-06-14 16:12:04 +02:00
Alexandre Julliard
b6599bd7df
rpcrt4: Add an assembly wrapper to implement the NdrClientCall2 calling convention on x86_64.
2011-06-14 16:12:04 +02:00
Alexandre Julliard
379479a973
rpcrt4: Add a wrapper for NdrClientCall2 to isolate calling convention differences.
2011-06-14 16:12:04 +02:00
Alexandre Julliard
fa847909f2
rpcrt4: Preserve the previous MaxCount value when computing variance through a callback.
2011-06-14 16:12:04 +02:00
Rico Schüller
86d381a56b
d3dx9: Parse resources in the effect parser.
2011-06-14 16:03:23 +02:00
Mariusz Pluciński
988db2c0c3
shell32/tests: Add tests for SHGet/SetKnownFolderPath utilities.
2011-06-14 15:53:09 +02:00
Mariusz Pluciński
da9a8a4b3d
shell32/tests: Add test of redirecting known folders.
2011-06-14 15:52:57 +02:00
Mariusz Pluciński
70bbfa7ed8
shell32/tests: Add test of IKnownFolderManager::Register/UnregisterFolder.
2011-06-14 15:52:47 +02:00
Mariusz Pluciński
25fd65e4f0
shell32/tests: Verify known folders available in system.
2011-06-14 15:52:28 +02:00
Andrew Nguyen
7d3b78af95
dxdiagn: Stub out some properties for dxdiag.exe.
2011-06-14 15:44:02 +02:00