Commit Graph

99500 Commits

Author SHA1 Message Date
Alexandre Julliard 7d1d9b40f1 makedep: Expand tool names into the generated rules. 2014-01-13 17:37:31 +01:00
Alexandre Julliard c7411e22be makedep: Expand the winegcc target arguments into the generated rules. 2014-01-13 17:37:29 +01:00
Bruno Jesus 1470d7b4cc iphlpapi: Return error for IP address with value zero in IcmpSendEcho. 2014-01-13 17:37:28 +01:00
Francois Gouget 25e0f11ced riched20: Make ME_GetDITypeName() static. 2014-01-13 17:37:27 +01:00
Huw Davies 5ac8507a8e mshtml: Finish with the correct string. 2014-01-13 17:37:26 +01:00
Lauri Kenttä 3ea6334222 po: Update Finnish translation. 2014-01-13 17:37:25 +01:00
Alexandre Julliard 0d72182bd8 msvcp71: Import the correct msvcrt version. 2014-01-13 17:37:24 +01:00
Alexandre Julliard 645540beed msvcp90: Add wrappers for functions that don't exist in old msvcrt versions. 2014-01-13 17:37:22 +01:00
Alexandre Julliard c2b0732108 msvcp90: Avoid using get_current_locale that doesn't exist in old msvcrt versions. 2014-01-13 17:37:21 +01:00
Alexandre Julliard 581dd68c8a msvcp90: Don't build the new-style string iterator functions for old msvcp versions. 2014-01-13 17:37:20 +01:00
Alexandre Julliard 4d7255d2df msvcp90: Remove parameter checks from functions that are only used for old msvcp versions. 2014-01-13 17:37:19 +01:00
Alexandre Julliard 0f81fcb02f msvcp90: Call the appropriate secure function instead of duplicating the checks. 2014-01-13 17:37:18 +01:00
Alexandre Julliard b88630a42d msvcrt: Return per-thread information also in lc_codepage_func and lc_handle_func. 2014-01-13 17:37:17 +01:00
Michael Stefaniuc ae81a130d2 dmscript: Include the DMUS_OBJECTDESC directly into DirectMusicScriptTrack. 2014-01-13 17:37:16 +01:00
Michael Stefaniuc a5135bdc59 dmscript: Remove the extraneous IUnknown from DirectMusicScriptTrack.
Also lock/unlock the module only on creation/destruction of the object.
2014-01-13 17:37:14 +01:00
Michael Stefaniuc daf7fb1f2d dmscript: COM cleanup for IPersistStream from DirectMusicScriptTrack. 2014-01-13 17:37:13 +01:00
Michael Stefaniuc a0c0e36701 dmscript/tests: Add COM tests for DirectMusicScriptTrack. 2014-01-13 17:37:12 +01:00
Michael Stefaniuc 7b3c630715 dmscript: COM cleanup for IDirectMusicTrack8 from DirectMusicScriptTrack. 2014-01-13 17:37:11 +01:00
Michael Stefaniuc c56151fa7b dmscript: Remove the superfluous "IDirectMusicScriptTrack" from method names. 2014-01-13 17:37:10 +01:00
Michael Stefaniuc 632d9361a2 dmscript/tests: Add COM tests for DirectMusicScript. 2014-01-13 17:37:09 +01:00
Michael Stefaniuc d3ba2a9fe3 dmscript: Remove the extraneous IUnknown from DirectMusicScript.
Also lock/unlock the module only on creation/destruction of the object.
2014-01-13 17:37:08 +01:00
Michael Stefaniuc aaecaf5174 dmscript: COM cleanup for IDirectMusicScript. 2014-01-13 17:37:07 +01:00
Michael Stefaniuc 75b2ce7716 dmscript: Remove duplicate "IDirectMusicScript" from method names. 2014-01-13 17:37:06 +01:00
Michael Stefaniuc f7dc10d2ce dmscript: Don't use the method implementations directly. 2014-01-13 17:37:06 +01:00
Nikolay Sivov 39fcf4ec77 oleaut32/tests: Make it clear which vartypes are tested, skip calls on undefined vartype values. 2014-01-13 17:37:05 +01:00
Frédéric Delanoy acf22e83f6 ntdll: Avoid TRUE:FALSE conditional expressions. 2014-01-13 17:37:04 +01:00
Frédéric Delanoy 7a28ce245d dplayx: Avoid TRUE:FALSE conditional expressions. 2014-01-13 17:37:03 +01:00
Frédéric Delanoy f2429cfeed oleaut32: Avoid TRUE:FALSE conditional expressions. 2014-01-13 17:37:02 +01:00
Frédéric Delanoy 5d0adcfa1e winedump: Remove an "#if 1" preprocessor directive. 2014-01-13 17:37:01 +01:00
Frédéric Delanoy eecc2f8b72 dplayx: Remove "#if 1" preprocessor directives. 2014-01-13 17:37:00 +01:00
Frédéric Delanoy 74b0f6b4ad dbghelp: Remove an "#if 1" preprocessor directive. 2014-01-13 17:36:59 +01:00
Dmitry Timoshkov 1f99a11f57 wuapi: Fix object constructors to match the changed prototype. 2014-01-13 17:36:48 +01:00
Hans Leidekker 8953c74e34 advapi32: Don't shadow keychain_item in mac_write_credential. 2014-01-10 18:15:08 +01:00
Hans Leidekker 2722c45173 advapi32: PP_USE_HARDWARE_RNG is a parameter, not a flag. 2014-01-10 18:15:05 +01:00
Jacek Caban c345023efe mshtml: Added more traces to nsDocumentObserver_BindToDocument. 2014-01-10 18:14:59 +01:00
Francois Gouget e8e97f165d ws2_32/tests: Add a trailing '\n' to a win_skip() call. 2014-01-10 18:14:54 +01:00
Francois Gouget d3cf4ff569 d3dx9_36/tests: Fix compilation on systems that don't have NAN (Solaris). 2014-01-10 17:59:53 +01:00
Stefan Dösinger 965d00f4b6 wined3d: Give user memory its own location. 2014-01-10 17:59:16 +01:00
Stefan Dösinger badf3d8db7 wined3d: Load surfaces into map binding memory on unload.
A surface can stay in DIB or user memory just fine. When buffers get
their own location an exception for them has to be added.
2014-01-10 17:56:48 +01:00
Stefan Dösinger 18bf8b49b3 wined3d: Move location flag updating out of surface_init_sysmem. 2014-01-10 17:56:43 +01:00
Stefan Dösinger c770d3f573 wined3d: Mark the map binding up to date in texture2d_sub_resource_add_dirty_region. 2014-01-10 17:56:41 +01:00
Stefan Dösinger 1b561e815e wined3d: Use the map binding for RGB<->sRGB loads. 2014-01-10 17:56:39 +01:00
Stefan Dösinger 5c1df19b16 wined3d: Use the map binding to reload surfaces on color key changes. 2014-01-10 17:56:30 +01:00
Stefan Dösinger 5479ccea20 wined3d: Use the map binding to reload surfaces on palette changes. 2014-01-10 17:56:27 +01:00
Stefan Dösinger 1046551c34 wined3d: Add a map_binding field to surfaces.
Buffers, heap memory, user memory and DIBs will have their own
locations. This field specifies which location is used when the surface
is mapped.
2014-01-10 17:56:24 +01:00
Jacek Caban 519166a448 mshtml: Fixed double release in NPP_New. 2014-01-10 16:26:04 +01:00
Dmitry Timoshkov 615319ebd0 advapi32/tests: Add access tests for a process. 2014-01-10 16:24:39 +01:00
Dmitry Timoshkov eb96f7a5a3 advapi32/tests: Add access tests for a thread. 2014-01-10 16:24:37 +01:00
Dmitry Timoshkov 4229da7cae advapi32/tests: Add access tests for a file mapping. 2014-01-10 16:24:35 +01:00
Dmitry Timoshkov fa0b745d3f advapi32/tests: Add more file access tests, add access tests for a directory. 2014-01-10 16:24:32 +01:00