Juan Lang
b9673bcc4d
wininet: Fully initialize time variable (valgrind).
2011-03-08 12:53:12 +01:00
Juan Lang
601b4fa589
wininet: Decrement file use count when deleting a cache entry.
2011-03-08 12:49:52 +01:00
Juan Lang
6e713b3946
wininet: Increment file use count when committing a URL cache entry.
2011-03-08 12:49:43 +01:00
Hans Leidekker
429407cfb6
msi: Assume a file is present if the target exists with the same size and there's no file version or hash to verify.
2011-03-08 12:31:04 +01:00
Hans Leidekker
be790cb0ad
msi: Load media info even if there's no file to install.
2011-03-08 12:30:55 +01:00
Hans Leidekker
4a6c63e24a
msi: Make a second pass to determine which files to install in the InstallFiles action.
...
This is needed because the target path can still change after CostFinalize
is executed. This happens in the .NET 1.1 Service Pack 1 installer where a
custom action calls SetTargetPath.
2011-03-08 12:30:49 +01:00
Dmitry Timoshkov
afcfb51055
gdi32: Add some additional tests for negative axes extents.
2011-03-08 12:30:39 +01:00
Eric Pouech
2d570921dc
dbghelp: When using a regular expression on a file name, interpret '*' as any string (.* in regexp form).
2011-03-08 12:30:08 +01:00
Nikolay Sivov
1b1c4c0140
msxml3: Merge obsolete interfaces tests in a single file.
2011-03-08 12:29:26 +01:00
Henri Verbeet
727ecc1714
winex11.drv: Allow disabling vertical sync using EXT_swap_control.
...
EXT_swap_control redefines glXSwapIntervalSGI() as glXSwapIntervalEXT() on the
current drawable (if any), and glXSwapIntervalEXT() supports disabling vsync.
2011-03-08 12:28:30 +01:00
Henri Verbeet
015ad93d47
ddraw: Just pass NULL as swapchain parent.
...
The swapchain was the last place using IParent, so this allows us to kill
IParent completely.
2011-03-08 12:28:20 +01:00
Henri Verbeet
b9fae5e9a8
wined3d: Don't require container parents for IWineD3DDeviceParent methods to be COM objects.
2011-03-08 12:27:41 +01:00
Henri Verbeet
aa420ced0e
wined3d: Pass gl_info to volume_bind_and_dirtify().
2011-03-08 12:27:33 +01:00
Thomas Mullaly
a46e0c617b
mshtml: Correctly forward IHTMLWindow's IHTMLDocument's ConnectionPointContainer.
2011-03-08 12:27:23 +01:00
Thomas Mullaly
1571097ed3
mshtml/tests: Added more ConnectionPoint tests for IHTMLDocument.
2011-03-08 12:27:19 +01:00
Peter Schellenbach
99af2f56ba
oleaut32: Corrected registration flag inversion in RegisterActiveObject.
2011-03-07 17:14:09 +01:00
Alexandre Julliard
7879b8e349
user32: Get rid of the RegisterClipboardFormat driver entry point.
2011-03-07 17:06:50 +01:00
Alexandre Julliard
59fb0ad174
winex11: Register clipboard formats only once they are actually used.
2011-03-07 17:06:42 +01:00
Alexandre Julliard
c7d2a4dddf
winex11: Remove the unused clipboard format flags.
2011-03-07 16:59:39 +01:00
Alexandre Julliard
b1af55d551
winex11: Don't unmap off-screen windows on PropertyNotify events.
2011-03-07 15:11:10 +01:00
Jörg Höhle
fc1e8e79c2
mciwave: Fix precondition to avoid having 2 simultaneous players.
2011-03-07 15:10:46 +01:00
Erich Hoover
2a02649341
winex11: Use GetCursorFrameInfo to obtain animated frame delay.
2011-03-07 15:10:25 +01:00
Erich Hoover
e776f3ccf7
user32: Implement semi-stub of GetCursorFrameInfo.
2011-03-07 15:10:22 +01:00
Erich Hoover
7b0ab606e2
user32: Permit loading animated cursors with CreateIconFromResource(Ex).
2011-03-07 15:10:01 +01:00
Andrew Eikum
19fca2728b
oleaut32: Convert TLBFuncDesc to be stored as an array.
2011-03-07 15:03:58 +01:00
Andrew Eikum
b3e61a5661
oleaut32: Store ITypeInfoImpls in an array.
2011-03-07 15:03:13 +01:00
Juan Lang
9d5ca542b3
wininet: Rename a variable based on publicly available information.
2011-03-07 15:02:17 +01:00
Juan Lang
ad45ebf3fa
wininet: Change a type based on publicly available information.
2011-03-07 15:02:04 +01:00
Juan Lang
535b864d0d
wininet: Rename a couple members based on publicy available information.
2011-03-07 15:01:55 +01:00
Juan Lang
47d3814c78
wininet: Rename a couple members to reflect their usage, and remove redundant comments.
2011-03-07 15:01:27 +01:00
Juan Lang
b2ed9c5967
wininet: Fix a comment.
2011-03-07 15:01:10 +01:00
Juan Lang
7685dad81d
wininet: Remove a no-op trinary expression.
2011-03-07 15:01:03 +01:00
Juan Lang
28e9229336
wininet: Store entries in url cache with valid last-modified date.
2011-03-07 15:00:59 +01:00
Nikolay Sivov
f9f431186f
msxml3: Implemented get_doctype() with basic tests.
2011-03-07 13:19:11 +01:00
Nikolay Sivov
46fa479105
msxml3: Implement get_nodeTypedValue() for nodes that can't have type.
2011-03-07 13:19:05 +01:00
Nikolay Sivov
0f3c247e46
msxml3: Properly update xmldoc refcounts on insertBefore().
...
insertBefore() is able to work on nodes from different documents, so on
adding child or sibling it's possible that libxml2 switches doc pointer
for a node, we need to update refcounts to cover that case.
2011-03-07 13:18:55 +01:00
Nikolay Sivov
d05435167a
msxml3: Trace ref counts for all dom objects.
2011-03-07 13:18:35 +01:00
Nikolay Sivov
46ae113e71
msvcrt: Added partially complete _wcsupr_s_l (without locale support).
2011-03-07 13:18:19 +01:00
Nikolay Sivov
27e18b3bbc
msvcrt: Added _wcslwr_s implementation.
2011-03-07 13:18:03 +01:00
Hans Leidekker
f1e59351de
msi: Manage one assembly cache per major version of the .NET runtime.
2011-03-07 13:17:46 +01:00
Hans Leidekker
40ad619ac3
msi: Avoid registering duplicate source list information.
2011-03-07 13:17:34 +01:00
Hans Leidekker
659db6e902
msi: Compare keys only in compare_record.
2011-03-07 13:17:29 +01:00
Hans Leidekker
3878c451ca
msi: Reduce filename to the long name in ITERATE_RemoveFiles.
2011-03-07 13:17:25 +01:00
Hans Leidekker
8e5230740a
msi/tests: Check the result of get_system_dirs and get_user_dirs.
2011-03-07 13:17:18 +01:00
Hans Leidekker
8c7d6b1c94
userenv: Initialize a variable (valgrind).
2011-03-07 13:16:51 +01:00
Henri Verbeet
60a710455e
wined3d: Try to evict the surface's sysmem copy in surface_load_location().
...
The memory may not be freed until surface destruction otherwise. The PBO
creation code in surface_prepare_system_memory() also depends on the SYSMEM
location being recreated regularly, although arguably that's just a symptom of
the resource location management being somewhat broken.
2011-03-07 11:10:14 +01:00
Henri Verbeet
b1e03b3250
wined3d: Clear SFLAG_LOCKED as soon as possible in IWineD3DSurfaceImpl_Unmap().
2011-03-07 11:10:10 +01:00
Henri Verbeet
eb3796083a
wined3d: Get rid of the SFLAG_LOCKED hack in flush_to_framebuffer_drawpixels().
2011-03-07 11:10:06 +01:00
Henri Verbeet
9059271442
wined3d: Check subresources for NULL during texture cleanup.
...
This fixes a regression introduced by
1de6adfbae
.
2011-03-07 11:10:01 +01:00
Francois Gouget
cc2cd5a525
riched20/tests: Add a '\n' to an ok() call.
2011-03-07 11:09:27 +01:00
Francois Gouget
4c89a83a5a
comcat/tests: Add a '\n' to a pair of ok() calls.
2011-03-07 11:09:23 +01:00
Francois Gouget
53bcd3edb5
gdi32/tests: Add a '\n' to an ok() call.
2011-03-07 11:09:19 +01:00
Francois Gouget
91aa80b7e3
urlmon/tests: Add a '\n' to an ok() call.
2011-03-07 11:09:12 +01:00
Francois Gouget
af10470597
comctl32: Add a trailing '\n' to an ERR() call.
2011-03-07 11:09:08 +01:00
Francois Gouget
b7b916b05f
shell32/tests: Add a trailing '\n' to a skip().
2011-03-07 11:09:04 +01:00
Francois Gouget
bf75229a04
msvcrt/tests: Add a trailing '\n' to an ok() call.
2011-03-07 11:09:00 +01:00
Francois Gouget
41663974ad
d3dx9_36/tests: Add a trailing '\n' to ok() calls.
2011-03-07 11:08:56 +01:00
Francois Gouget
e0b2307f9c
mscoree: Add a '\n' to an ERR() trace.
2011-03-07 11:08:50 +01:00
Francois Gouget
755648421e
comctl32/tests: Add a '\n' to a pair of ok() calls.
2011-03-07 11:08:42 +01:00
Francois Gouget
fdf97125cb
d3dcompiler_43: Add a '\n' to a couple of FIXME() traces.
2011-03-07 11:08:38 +01:00
Aric Stewart
f520dec3e1
ws2_32: async_send with no buffers does not need to do any work.
2011-03-07 11:07:54 +01:00
Alexandre Julliard
55e1fec7c3
user32: Set the last mouse event timestamp before calling the low-level hook.
2011-03-07 11:07:15 +01:00
Alexandre Julliard
5055ec63a7
advapi32: Fix array size construct that gcc doesn't like.
2011-03-07 11:06:51 +01:00
Marcus Meissner
ecb89ba89e
msvcrt: Move side effect out of assert (Coverity).
2011-03-04 16:26:02 +01:00
Marcus Meissner
8504548037
msi: Pointer to out of scope local variable (Coverity).
2011-03-04 16:26:01 +01:00
Marcus Meissner
f955a7ca07
dbghelp: Local variable used out of scope (Coverity).
2011-03-04 16:26:01 +01:00
David Adam
68da568f16
d3dx9_36: Implement ID3DXMesh_GetNumBytesPerVertex.
2011-03-04 16:26:01 +01:00
David Adam
23faba7eb1
d3dx9_36: Add a test for D3DXCreateBox.
2011-03-04 16:26:01 +01:00
Huw Davies
f435963be4
gdi32: Remove a wayward CDECL.
2011-03-04 16:26:01 +01:00
Rafał Mużyło
110e66dc0c
winealsa.drv: Drop redundant calls.
2011-03-04 16:26:01 +01:00
Marcus Meissner
d9908d2abd
oleaut32: Local variable goes out of scope via pointer (Coverity).
2011-03-04 16:26:00 +01:00
Dmitry Timoshkov
7fb4e2ae45
user32: Add a test to make sure that SendInput sets a non-zero event time.
2011-03-04 16:26:00 +01:00
Nikolay Sivov
14ec98bd14
msxml3: Test to show namespace definition output for children.
2011-03-04 16:26:00 +01:00
Nikolay Sivov
179daa20b9
msxml3: Remove child with parent method first before insert with insertBefore().
2011-03-04 16:26:00 +01:00
Nikolay Sivov
756ae9e3ee
msxml3: Test insertBefore() behaviour with node relinking, simplify common test cases.
2011-03-04 16:25:59 +01:00
Juan Lang
9463a867a8
wininet: Remove outdated comment.
2011-03-04 16:25:59 +01:00
Juan Lang
d2a3832fc3
wininet: Fix off-by-one error.
2011-03-04 16:25:59 +01:00
Henri Verbeet
bea8d0a713
wined3d: Get rid of the IWineD3DBuffer typedef.
2011-03-04 16:25:58 +01:00
Henri Verbeet
a27ee75ed2
wined3d: Remove COM from the buffer implementation.
2011-03-04 16:25:58 +01:00
Henri Verbeet
b7c427b483
ddraw: Just pass NULL as index buffer parent.
...
Since the parent is just an opaque pointer instead of a COM object now, it can
just be NULL instead of needing IParent hacks.
2011-03-04 16:25:58 +01:00
Henri Verbeet
39aa477e4c
wined3d: Pass gl_info to surface_bind().
2011-03-04 16:25:58 +01:00
Rico Schüller
7832577ad7
d3dcompiler: Add debug helper for shader variable type.
2011-03-04 16:25:58 +01:00
Rico Schüller
525dee0778
d3dcompiler: Add debug helper for shader variable class.
2011-03-04 16:25:58 +01:00
Juan Lang
666353d1a6
wininet: Move creating cache file to a helper function.
2011-03-04 16:25:58 +01:00
Juan Lang
488c2d0c36
wininet: Support the Cache-Control max-age directive for setting url cache entry expiration.
2011-03-04 16:25:58 +01:00
Juan Lang
2d323430cb
wininet: Default to 10 minutes expiration for cache entries.
2011-03-04 16:25:58 +01:00
Juan Lang
ab16c75c48
wininet: Default to 10 minutes expiration for cache entries.
2011-03-04 16:25:58 +01:00
Juan Lang
0b5ea6f970
wininet: Store entries in url cache with valid expiration date.
2011-03-04 16:25:58 +01:00
Alexandre Julliard
383d8ac105
user32: Remove GetClipboardFormatName from the user driver interface.
2011-03-04 16:25:52 +01:00
Alexandre Julliard
57921fec3a
winex11: Always reference clipboard formats by atom instead of name.
2011-03-04 10:52:25 +01:00
Alexandre Julliard
f15e91a883
winex11: Pre-register atoms for all the built-in clipboard formats.
2011-03-03 21:27:34 +01:00
Alexandre Julliard
ade3b4f148
winex11: Add a debug helper for printing clipboard formats.
2011-03-03 21:16:34 +01:00
Alexandre Julliard
7aa4acb80a
winex11: Convert the clipboard format list to a standard Wine list.
2011-03-03 20:56:21 +01:00
Alexandre Julliard
bfa753ba55
winex11: Convert the clipboard data list to a standard Wine list.
2011-03-03 20:56:05 +01:00
Erich Hoover
4ec8e1a037
shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.
2011-03-03 17:47:15 +01:00
Maarten Lankhorst
b8a1e6c687
gdiplus: Implement GdipAddPathString.
2011-03-03 17:47:15 +01:00
Maarten Lankhorst
c057694883
gdiplus: Add tests and fix GdipDrawImagePointsRect.
2011-03-03 17:47:15 +01:00
Maarten Lankhorst
fe8e08a5d6
gdiplus: Clean up gdip_format_string.
2011-03-03 17:47:15 +01:00
Jacek Caban
0af2a117c3
mshtml: Added support for indexed access to form elements.
2011-03-03 17:47:15 +01:00
Joris Huizer
fa7c08820b
userenv: GetUserProfileDirectoryW: Plug memory leak.
2011-03-03 17:47:15 +01:00
Juan Lang
75cc509dae
wininet: Support setting the expired time in SetUrlCacheEntryInfo.
2011-03-03 17:47:14 +01:00
Juan Lang
b9c348a0b3
wininet: Use correct scheme for cache entries.
2011-03-03 17:47:14 +01:00
André Hentschel
29d5887b5c
t2embed: Add stub for TTEmbedFont.
2011-03-03 17:47:14 +01:00
Peter Urbanec
0ea8bf17fa
wintab32: Better handling of XInput initialisation errors.
2011-03-03 17:47:14 +01:00
Henri Verbeet
af0a4b6956
wined3d: Pass gl_info to basetexture_bind().
2011-03-03 17:47:14 +01:00
Henri Verbeet
75c8e9f7b4
wined3d: Use EXT_texture_sRGB_decode to avoid sRGB texture duplication.
2011-03-03 17:47:13 +01:00
Henri Verbeet
a97c1ad15e
wined3d: Add support for EXT_texture_sRGB_decode.
2011-03-03 17:47:13 +01:00
Henri Verbeet
09c3537ad0
wined3d: Retrieve the GL texture through a function.
2011-03-03 17:47:13 +01:00
Nikolay Sivov
59f7b8899b
msxml3: Link dom attribute with parent interface pointer.
2011-03-03 17:47:13 +01:00
Nikolay Sivov
d04fd1d067
msxml3: Fail on certain node types in insertBefore() for attributes, remove broken tests.
2011-03-03 17:47:12 +01:00
Jacek Caban
873619e9bd
mshtml: Fixed use after free in HTMLElement_destructor.
2011-03-03 17:47:12 +01:00
Jacek Caban
eaa6a9fdcf
mshtml: Added more attribute object tests.
2011-03-03 17:47:12 +01:00
Alexandre Julliard
e047a20627
winex11: Merge updating the mouse state and sending the input into a single helper function.
2011-03-03 17:47:08 +01:00
Alexandre Julliard
f46bd50a80
winex11: Get rid of the ClipCursor and SendInput entry points.
2011-03-03 17:34:53 +01:00
Alexandre Julliard
f1a3480068
user32: Handle input injected through SendInput entirely in user32.
2011-03-02 21:48:39 +01:00
Alexandre Julliard
c7efa293f0
server: Invoke low-level hardware hooks directly from the server side.
2011-03-02 21:26:13 +01:00
Alexandre Julliard
ae895a1f10
user32: Export a Wine-specific function to send hardware input from the graphics driver.
2011-03-02 21:25:43 +01:00
Dmitry Timoshkov
9f91254c0f
comctl32: 'clip' rect is unused in the WM_ERASEBKGND rebar class handler.
2011-03-02 18:00:36 +01:00
Jacek Caban
903279eff9
mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr.
2011-03-02 13:39:24 +01:00
Jacek Caban
110155099b
mshtml: Reuse attribute objects.
2011-03-02 13:39:22 +01:00
Jacek Caban
b9975bf88e
mshtml: Correctly handle NULL BSTR in VARIANT in IDispatchEx implementation.
2011-03-02 13:39:20 +01:00
Jacek Caban
a543769761
mshtml: Added IHTMLLocation::replace implementation.
2011-03-02 13:39:18 +01:00
Alistair Leslie-Hughes
5c186f6a99
mshtml: Implement IHTMLAnchorElement get/put target.
2011-03-02 13:35:52 +01:00
Hans Leidekker
c4d8f7400b
userenv: Implement and test GetUserProfileDirectory.
2011-03-02 12:50:59 +01:00
Hans Leidekker
1c6ea02ffa
userenv: GetProfilesDirectoryW accepts a NULL buffer.
2011-03-02 12:50:59 +01:00
Hans Leidekker
837fc836aa
advapi32: Use a fixed computer SID that matches local user SIDs.
2011-03-02 12:50:59 +01:00
Hans Leidekker
c65bcce589
server: Map the Unix user id to a local user SID instead of the interactive SID.
2011-03-02 12:50:59 +01:00
Henri Verbeet
d523dee76b
wined3d: Retrieve the surface's texture name through a function.
2011-03-02 12:50:59 +01:00
Henri Verbeet
ddc7a803e9
wined3d: Standalone surfaces should never be sRGB.
2011-03-02 12:50:59 +01:00
Henri Verbeet
fe425a2f23
wined3d: Use basetexture_set_dirty() in some more places.
2011-03-02 12:50:59 +01:00
Henri Verbeet
7b2274dff1
wined3d: The basetexture_set_dirty() return value is never used.
2011-03-02 12:50:59 +01:00
Andrew Eikum
54ff22b844
dsound: Also handle two-to-six-channel conversions.
2011-03-02 12:50:58 +01:00
John Edmonds
0d0d4f394f
gdi32: Fixes GetDIBits for top-down destination bitmaps.
2011-03-02 12:50:58 +01:00
John Edmonds
374db9240b
gdi32/tests: Updated tests for top-down destination bitmaps.
2011-03-02 12:50:58 +01:00
Rico Schüller
5861deaefc
d3dcompiler: Move some code from header to source file.
2011-03-02 12:50:58 +01:00
Rico Schüller
4080242d7f
d3dcompiler: Implement ID3D11ShaderReflectionType::IsEqual().
2011-03-02 12:50:58 +01:00
Rico Schüller
66b286470e
d3dcompiler/tests: Add GetMemberType* tests.
2011-03-02 12:50:45 +01:00
Marcus Meissner
f90b5bfe73
shdocvw: Rewrite code to make more understandable (Coverity).
2011-03-02 12:30:04 +01:00
André Hentschel
4c6e57654f
kernel32/tests: Add SetLastError() before a test (Valgrind).
2011-03-02 12:29:36 +01:00
Charles Davis
f082eac97c
ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS.
2011-03-02 12:29:28 +01:00
Juan Lang
eeb3e86f38
wininet/tests: Test retrieving http requests from cache.
2011-03-02 12:29:22 +01:00
Juan Lang
2098006d68
wininet: De-Hungarian HTTP request member names.
2011-03-02 12:29:19 +01:00
Juan Lang
8e05039102
wininet: De-Hungarian session member names.
2011-03-02 12:29:16 +01:00
Juan Lang
7243156bc1
wininet: De-Hungarian appinfo member names.
2011-03-02 12:29:13 +01:00
Juan Lang
2c6ad546cd
wininet: De-Hungarian auth cache member names.
2011-03-02 12:29:10 +01:00
Juan Lang
b49b2430ee
wininet: Rename variables for readability.
2011-03-02 12:29:07 +01:00
Alexandre Julliard
731f5b0b7b
winex11: Fetch the key state from the server when adjusting state on KeymapNotify and key events.
2011-03-02 12:24:32 +01:00
Alexandre Julliard
0f18d2bb09
server: Set the message code for mouse input on the server side.
2011-03-02 11:59:38 +01:00
Alexandre Julliard
02e30f5f77
server: Pass the original hardware input data to the server and set the message parameters on the server side.
2011-03-02 11:34:15 +01:00
Hans Leidekker
e572dca4cc
netapi32: Try running the smbpasswd tool in NetUserChangePassword.
2011-03-01 15:22:42 +01:00
Jacek Caban
78d743b986
mshtml: Added IHTMLFormElement::get_elements implementation.
2011-03-01 15:21:51 +01:00
Alexandre Julliard
29f5799996
ntdll: Don't print an error when architecture is set to win64 and the app is 64-bit.
2011-03-01 14:11:19 +01:00
Henri Verbeet
ff8c79e45b
wined3d: Recognize some Nouveau renderer strings.
2011-03-01 13:21:59 +01:00
Henri Verbeet
02fa8bf013
wined3d: Rename ATI to AMD.
2011-03-01 13:21:59 +01:00
Henri Verbeet
1de6adfbae
wined3d: Make IWineD3DResourceImpl an independent structure.
2011-03-01 13:21:59 +01:00
Henri Verbeet
1674ca1ebd
wined3d: Pass const resources to some resource functions.
2011-03-01 13:21:58 +01:00
Peter Urbanec
93b5bcc6eb
comctl32: Add a check for setting number of parts in the statusbar to zero.
2011-03-01 13:21:58 +01:00
Nikolay Sivov
a22096c90c
msxml3: Add get_output() implementation for processor.
2011-03-01 13:21:58 +01:00
Nikolay Sivov
37ce949745
msxml3: Always set out pointer to null on failed QueryInterface.
2011-03-01 13:21:58 +01:00
Austin English
a4cc8bc63c
shlwapi/tests: Remove win9x hacks.
2011-03-01 13:21:58 +01:00
Austin English
9b9181923d
ntprint/tests: Remove win9x hacks.
2011-03-01 13:21:58 +01:00
Austin English
270298191d
setupapi/tests: Remove win9x hacks.
2011-03-01 13:21:58 +01:00
Austin English
9c84bfa9a4
secur32/tests: Remove win9x hacks.
2011-03-01 13:21:58 +01:00
Rico Schüller
f7571743c9
d3dcompiler: Use defines for shader target masks.
2011-03-01 13:21:58 +01:00
Rico Schüller
f9696983cf
d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeName().
2011-03-01 13:21:58 +01:00
Rico Schüller
54b5364988
d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByName().
2011-03-01 13:21:58 +01:00
Rico Schüller
3ca651cce1
d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByIndex().
2011-03-01 13:21:58 +01:00
Rico Schüller
a300481187
d3dcompiler: Parse member types.
2011-03-01 13:21:58 +01:00
Alexandre Julliard
bc4afb0786
server: Don't pass a thread id to send_hardware_message, determine it from the window.
2011-03-01 13:21:58 +01:00
Alexandre Julliard
8f88d4fe78
winex11: Pass a window handle for keyboard hardware messages too.
2011-03-01 13:21:58 +01:00
Alexandre Julliard
39c4e6d1d9
user32: Retrieve the current cursor position from the server.
2011-03-01 13:21:42 +01:00
Alexandre Julliard
a7da164949
user32: Retrieve the key state for GetAsyncKeyState from the server.
2011-02-28 22:28:42 +01:00
Alexandre Julliard
b9e4b5a28c
server: Fill the key state in mouse events from the server-side state.
2011-02-28 21:37:09 +01:00
André Hentschel
c7089361b2
winex11.drv: Quiet a noisy FIXME.
2011-02-28 15:50:49 +01:00
Peter Urbanec
193d13c421
comctl32/tests: Enable statusbar tooltip tests.
2011-02-28 15:50:24 +01:00
Peter Urbanec
4f77b00372
comctl32: Use signed indices, so that the number of parts can be set to zero.
2011-02-28 15:50:22 +01:00
André Hentschel
e165464eea
msvcrt: Implement _wfindnext64.
2011-02-28 15:49:40 +01:00
André Hentschel
1601a264e8
msvcrt: Implement _wfindfirst64.
2011-02-28 15:49:28 +01:00
André Hentschel
13fc9ce134
ntoskrnl.exe: Be more verbose in MmGetSystemRoutineAddress.
2011-02-28 15:34:55 +01:00
Jacek Caban
3091f3464e
mshtml: Added onsubmit and event canceling tests.
2011-02-28 14:04:59 +01:00
Jacek Caban
5055caa8fa
mshtml: Added support for canceling default event behavior.
2011-02-28 14:04:57 +01:00
Jacek Caban
650feb0380
mshtml: Fixed memory leak.
2011-02-28 14:04:55 +01:00
Jacek Caban
f4c4a94618
mshtml: Added IHTMLFormElement::onsubmit implementation.
2011-02-28 14:04:53 +01:00
Jacek Caban
f3d40454a9
mshtml: Added simple filter parser to support opacity.
2011-02-28 14:04:51 +01:00
Jacek Caban
1745abfa26
mshtml: Store style object in element object.
2011-02-28 14:04:49 +01:00
Jacek Caban
0131e0472f
mshtml: Store style filter in HTMLStyle object.
2011-02-28 14:04:46 +01:00
Jacek Caban
624287499e
mshtml: Fixed typos in IHTMLInputElement::value tests.
2011-02-28 14:04:44 +01:00
Jacek Caban
04e9b16c5b
jscript: Fixed corner cases in parseInt implementation.
2011-02-28 13:21:38 +01:00
Jörg Höhle
90da8b749e
mciwave: Fix a leak when Open fails (valgrind).
2011-02-28 13:21:26 +01:00
Akihiro Sagawa
ea27fd99e9
msvfw32: Add Japanese translation.
2011-02-28 13:21:06 +01:00
Akihiro Sagawa
0ba05ee3f0
credui: Add Japanese translation.
2011-02-28 13:21:04 +01:00
Akihiro Sagawa
35ddb4c26d
shdocvw: Add Japanese translation.
2011-02-28 13:21:00 +01:00
Akihiro Sagawa
e7efd148a8
hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.
2011-02-28 13:15:23 +01:00
Wolfram Sang
c67f075d67
user32: Check bitmap info before it is used.
2011-02-28 13:15:07 +01:00
Wolfram Sang
ce5763b88c
user32: Make DIB_GetBitmapInfo checks stricter.
2011-02-28 13:15:01 +01:00
Wolfram Sang
25923d2f16
user32/tests: Modify proper fields instead of magic offsets.
2011-02-28 13:14:55 +01:00
Austin English
01ca32ac91
rpcrt4/tests: Remove win9x hacks.
2011-02-28 13:13:58 +01:00
Austin English
3ac1db562a
crypt32/tests: Remove win9x hacks.
2011-02-28 13:13:49 +01:00
Austin English
c17df92e5d
riched20/tests: Remove win9x hacks.
2011-02-28 13:13:33 +01:00
Austin English
ca10161c5c
lz32/tests: Remove win9x hacks.
2011-02-28 13:13:12 +01:00