Commit Graph

44604 Commits

Author SHA1 Message Date
Hans Leidekker 2182dd1fa7 wbemprox: Add a stub implementation of IWbemLocator. 2009-07-14 15:13:01 +02:00
Henri Verbeet b4da7ebd3e d3d10: Marge parse_fx10_pass() and parse_fx10_pass_index(). 2009-07-14 12:21:56 +02:00
Henri Verbeet c481e0a7d4 d3d10: Merge parse_fx10_technique() and parse_fx10_technique_index(). 2009-07-14 12:21:51 +02:00
Henri Verbeet 34ab5431e8 d3d10: Parse local buffer names. 2009-07-14 12:21:46 +02:00
Henri Verbeet 710b57a5aa d3d10: Parse local buffers. 2009-07-14 12:21:32 +02:00
Alexandre Julliard b5d86403a4 msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION. 2009-07-14 12:18:15 +02:00
Alexandre Julliard 60d389670a ddraw/tests: Properly release surfaces even if we can't get the texture object. 2009-07-14 11:29:47 +02:00
Alexandre Julliard 340f5734bf ddraw/tests: Fix a failing test on 64-bit. 2009-07-14 11:29:47 +02:00
Piotr Caban 55b8952ba2 jscript: Added Date_getYear implementation. 2009-07-14 10:46:48 +02:00
Piotr Caban c44056d4b2 jscript: Added String_fromCharCode implementation. 2009-07-14 10:46:44 +02:00
Piotr Caban 2325e2cdb8 jscript: Added Array_slice implementation. 2009-07-14 10:46:39 +02:00
Piotr Caban b6b520e0ed jscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values. 2009-07-14 10:46:32 +02:00
Piotr Caban 75cce3cdcd jscript: Added implementation of Array constructor called as a function. 2009-07-14 10:46:25 +02:00
Piotr Caban 346619d093 jscript: Added Array length setting implementation. 2009-07-14 10:46:18 +02:00
Roderick Colenbrander eeeb349eee winex11: Use set_xrender_transformation in AlphaBlend. 2009-07-14 10:45:36 +02:00
Andrew Talbot c702da34da dbghelp: Constify some variables. 2009-07-14 10:45:29 +02:00
Austin English 6d474663c1 shell32: Fix folder names for Dutch locale. 2009-07-14 10:45:23 +02:00
Piotr Caban 42f9608269 jscript: Inherit Function_valueOf from Object. 2009-07-13 12:21:29 +02:00
Piotr Caban 91ce0dd6a3 jscript: Fix String_match implementation. 2009-07-13 12:21:22 +02:00
Piotr Caban df8195668d jscript: Make String_toUpperCase generic. 2009-07-13 12:20:59 +02:00
Piotr Caban ab8168141b jscript: Make String_toLowerCase generic. 2009-07-13 12:20:54 +02:00
Piotr Caban 973f3be02c jscript: Make String_substring generic. 2009-07-13 12:20:50 +02:00
Piotr Caban 09e1b37fea jscript: Make String_split generic. 2009-07-13 12:20:44 +02:00
Piotr Caban 2f28956f06 jscript: Make String_slice generic. 2009-07-13 12:20:39 +02:00
Piotr Caban 54a3fa842b jscript: Make String_replace generic. 2009-07-13 12:13:48 +02:00
Piotr Caban 0cb6bf5b28 jscript: Make String_match generic. 2009-07-13 12:13:35 +02:00
Piotr Caban 4881cf8de4 jscript: Make String_indexOf generic. 2009-07-13 12:13:30 +02:00
Piotr Caban a9d7135ecc jscript: Make String_charCodeAt generic. 2009-07-13 12:13:24 +02:00
Piotr Caban 0fae85fc63 jscript: Make String_charAt generic. 2009-07-13 12:13:20 +02:00
Piotr Caban 16b38c457d jscript: Make do_attribute_tag_format generic. 2009-07-13 12:13:06 +02:00
Piotr Caban 0ee06df4b0 jscript: Change do_attributeless_tag_format so it works on non string objects. 2009-07-13 12:12:45 +02:00
Roderick Colenbrander 004eabfbd3 winex11: Add an XRender based GetSrcAreaStretch. 2009-07-13 11:58:26 +02:00
Roderick Colenbrander ea700f5d54 winex11: Add a helper function for converting a random color to a XRenderColor. 2009-07-13 11:08:55 +02:00
David Adam 14a98e3dc6 d3dx8: Remove the d3dx8 dll. 2009-07-13 10:55:47 +02:00
David Adam 245dbcf1f7 dxguid: Remove the useless d3dx8 include. 2009-07-13 10:55:23 +02:00
David Adam 5dfa6955ee d3dx9: Remove the useless d3dx8 import. 2009-07-13 10:54:26 +02:00
David Adam e5753acee5 d3dx9: Merge d3dx8 math tests into d3dx9. 2009-07-13 10:54:10 +02:00
David Adam 39fdb9ffde d3dx9: Clean-up the spec file. 2009-07-13 10:53:57 +02:00
David Adam d1c2d2a4f8 d3dx9: Merge d3dx8 math into d3dx9. 2009-07-13 10:53:15 +02:00
David Adam 35ada0dc2d d3dx9: Merge d3dx8 mesh tests into d3dx9. 2009-07-13 10:52:02 +02:00
David Adam 40c6cf77ce d3dx9: Merge d3dx8 mesh into d3dx9. 2009-07-13 10:51:51 +02:00
David Adam de5090c51c d3dx9: Merge d3dx8 core into d3dx9. 2009-07-13 10:51:26 +02:00
David Adam 3871fb34d1 d3dx9: Add d3dx9.h in dxguid. 2009-07-13 10:50:49 +02:00
David Adam bd7421cd6d d3dx9: Fix the prototype of some functions. 2009-07-13 10:50:42 +02:00
Yuri Khan f1c131ba27 winex11.drv: Handle clipboard on an auxiliary thread for windowless apps. 2009-07-13 10:48:56 +02:00
Maarten Lankhorst f27d88e16f winealsa.drv: Add support for indirect read/write in directsound support.
Allows pulseaudio to use the idsdriver interface, making it almost as 
fast as using native pulseaudio calls for as far as directsound is 
concerned. Prevents the creation of separate winmm feeder threads.
2009-07-13 10:48:06 +02:00
Frédéric Delanoy c692edb7e7 kernel32: Fix typos in English errors messages. 2009-07-13 10:48:06 +02:00
Frédéric Delanoy 06a1aebdb3 kernel32: Convert German error msgs resources to UTF-8. 2009-07-13 10:48:06 +02:00
Frédéric Delanoy 83d537f3f0 kernel32: Convert French resources to UTF-8. 2009-07-13 10:48:06 +02:00
Vincent Povirk d15870edfd windowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails. 2009-07-13 10:48:05 +02:00
Dylan Smith e7fd0b46b0 richedit: Add more tests for WM_SETTEXT RTF support. 2009-07-13 10:48:05 +02:00
Dylan Smith 88c2b90aa6 richedit: Support ascii RTF in WM_SETTEXT even for unicode messages.
WM_SETTEXT seems to check for {\rtf or {\urtf to determine if it is an
ascii RTF string, even if it is a unicode message.  So I removed the
check to see if it is a unicode message, and added a check for {\urtf.
2009-07-13 10:48:01 +02:00
Huw Davies e5c614e6b1 gdi32/tests: Allow a small tolerance when comparing scaling values. 2009-07-13 10:32:11 +02:00
Jacek Caban 54870c1431 wininet: Rename WININETFTPFILEW to ftp_file_t. 2009-07-13 10:27:04 +02:00
Jacek Caban 8adbf8ce01 wininet: Rename WININETFTPSESSIONW to ftp_session_t. 2009-07-13 10:26:59 +02:00
Jacek Caban 6d1601a850 wininet: Rename WININETAPPINFOW to appinfo_t. 2009-07-13 10:26:52 +02:00
Jacek Caban 34abacde71 wininet: Rename WININETHTTPREQW to http_request_t. 2009-07-13 10:26:39 +02:00
Jacek Caban e9f4a40584 wininet: Rename WININETHTTPSESSIONW to http_session_t. 2009-07-13 10:26:32 +02:00
Alexander Nicolaysen Sørnes de8099fcc3 crypt32: Update Norwegian Bokmål translation. 2009-07-13 10:26:18 +02:00
Rein Klazes 36d5265aee comdlg32/tests: Remove file dialog resize tests that rely on CDN_SELCHANGE notifications.
These notifications are not always sent on some (but not all) win2k3/vista/win2k8 machines.
2009-07-13 10:26:14 +02:00
Nikolay Sivov fdb7412725 comctl32/header: Update item bounds on WM_SIZE. 2009-07-13 10:26:06 +02:00
Nikolay Sivov fac7daf098 comctl32/header: Use macro to define LPARAM value. 2009-07-13 10:25:57 +02:00
Vincent Povirk 2cdc48a4e5 gdiplus: Implement GdipSetLineLinearBlend. 2009-07-13 10:25:44 +02:00
Vincent Povirk 849af30eb8 gdiplus: Use brush_fill_path in GdipFillRectangleI. 2009-07-13 10:25:30 +02:00
Vincent Povirk 6a8a770c76 gdiplus: Use brush_fill_path in GdipFillRegion. 2009-07-13 10:25:26 +02:00
Vincent Povirk 38fc894c96 gdiplus: Use brush_fill_path in GdipFillPolygonI. 2009-07-13 10:25:19 +02:00
Vincent Povirk 15fef07887 gdiplus: Use brush_fill_path in GdipFillPolygon. 2009-07-13 10:25:10 +02:00
Vincent Povirk bedbd40f5e gdiplus: Use brush_fill_path in GdipFillPie. 2009-07-13 10:25:06 +02:00
Vincent Povirk e306316c7d gdiplus: Use brush_fill_path in GdipFillEllipse. 2009-07-13 10:25:02 +02:00
Andrew Talbot 41ca9b0ffd dbghelp: Constify some variables. 2009-07-13 10:24:56 +02:00
Alexandre Julliard 5622f74486 ddraw/tests: Fix a few tests that fail on Win64. 2009-07-10 20:52:41 +02:00
Alexandre Julliard 74c985aad1 oleaut32: Fix safe array marshalling on 64-bit. 2009-07-10 19:13:27 +02:00
Alexandre Julliard a0b8ec0e1b oleaut32/tests: Fix the usrmarshal tests on 64-bit. 2009-07-10 19:13:16 +02:00
Aric Stewart 3d6bb38952 msctf/tests: Test EnumDocumentMgrs. 2009-07-10 15:14:09 +02:00
Aric Stewart 844fd92200 msctf: Implement ITfThreadMgr::EnumDocumentMgrs. 2009-07-10 15:14:04 +02:00
Aric Stewart 171a1ad0a2 msctf: Add code to track created ITfDocumentMgrs. 2009-07-10 15:13:53 +02:00
Frédéric Delanoy e3bf3d8b62 cryptui: Fix French translation & UI display. 2009-07-10 15:12:54 +02:00
Frédéric Delanoy 04f5c9153a cryptui: Fix UI display. 2009-07-10 15:12:51 +02:00
Alexandre Julliard 75792a3e69 dbghelp: Grow all arrays by doubling the size. 2009-07-10 14:46:55 +02:00
Aurimas Fišeras 73d9ffbdb4 kernel32/nls: Add Lithuanian winerr translation. 2009-07-10 13:07:33 +02:00
Stefan Dösinger 2bfdff198c wined3d: Check the correct constant limit. 2009-07-10 13:07:33 +02:00
Stefan Dösinger 17769497eb wined3d: Drop the color0 mov optimization if the src is overwritten. 2009-07-10 13:07:33 +02:00
Stefan Dösinger 8a6553da14 wined3d: Only use 4 component specular colors if GL allows it. 2009-07-10 13:07:33 +02:00
Roderick Colenbrander cce1c44afa winex11: Get rid of depth conversion fixme. 2009-07-10 13:07:29 +02:00
Piotr Caban 3412e22eee jscript: Added String_link implementation. 2009-07-10 12:26:58 +02:00
Piotr Caban ecfa129d66 jscript: Added String_anchor implementation. 2009-07-10 12:26:54 +02:00
Piotr Caban 0a0731ed45 jscript: Added String_fontsize implementation. 2009-07-10 12:26:49 +02:00
Piotr Caban 1133bc7ce8 jscript: Added String_fontcolor implementation. 2009-07-10 12:26:41 +02:00
Juan Lang cd0c18be6c wininet: Support IPv6 in GetAddress. 2009-07-10 12:25:46 +02:00
Juan Lang 78b813236a wininet: Fail in FTP if the resolved name is not an IPv4 address. 2009-07-10 12:25:33 +02:00
Juan Lang 481c9b895d wininet: Support IPv6 addresses in HTTP_ResolveName and HTTP_OpenConnection. 2009-07-10 12:25:25 +02:00
Juan Lang 058e918da5 wininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage. 2009-07-10 12:25:17 +02:00
Juan Lang c572e1c99a wininet: Use address length returned by GetAddress in NETCON_connect. 2009-07-10 12:25:10 +02:00
Juan Lang 9f82d9c779 wininet: Use sizeof(member) rather than sizeof(type) for address lengths. 2009-07-10 12:25:05 +02:00
Juan Lang deabdca653 wininet: Use length reported by GetAddress in FTP_Connect. 2009-07-10 12:24:58 +02:00
Juan Lang 33d09e7364 wininet: Use struct sockaddr_storage in InternetCheckConnectionW. 2009-07-10 12:24:53 +02:00
Juan Lang f0dde6b673 wininet: Simplify GetAddress when using getaddrinfo. 2009-07-10 12:24:42 +02:00
Juan Lang 44bf025767 wininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *. 2009-07-10 12:24:35 +02:00
Juan Lang 9fd8462add wininet: Fix tests when running behind a proxy server. 2009-07-10 12:24:16 +02:00
Henri Verbeet 3115f3357f d3d9/tests: Use color_match() in a few more places. 2009-07-10 12:13:32 +02:00