wineoss.drv: Make widOpen() and wodOpen() static.
[wine] / dlls /
2008-12-12  Francois Gougetwineoss.drv: Make widOpen() and wodOpen() static.
2008-12-12  Francois Gougetmsvcrt: Point the set_new_handler() entrypoint to the...
2008-12-12  Francois Gougetuser32/tests: Make some functions static.
2008-12-12  Francois Gougetole32/tests: Make test_runnable() static.
2008-12-12  Francois Gougetshell32/tests: Make test_cbsize() static.
2008-12-12  Francois Gougetntdll/tests: Make rtlraiseexception_vectored_handler...
2008-12-12  Francois Gougetmsvcrt/tests: Make void test_cp_table() static.
2008-12-12  Francois Gougetgdi32/tests: Make test_GdiAlphaBlend() static.
2008-12-12  Francois Gougetd3d9/tests: Make some functions static.
2008-12-12  Francois Gougetcabinet/tests: Make CopyProgress() static.
2008-12-12  Francois Gougetole32: Fix the STORAGE_dump_pps_entry() description.
2008-12-12  Francois Gougetshell32: Add a couple of spaces in the spec file.
2008-12-12  Francois Gougetmsvcrt: Remove _adjust_fdiv() as it is unused.
2008-12-12  Francois Gougetmsvcrt/tests: Add a trailing '\n' to ok() calls.
2008-12-12  Henri Verbeetwined3d: Don't leak memory on failure in allocate_shade...
2008-12-12  Henri Verbeetwined3d: Use a simpler way to calculate the number...
2008-12-12  Henri Verbeetwined3d: Get rid of the textureDimensions field in...
2008-12-12  Henri Verbeetwined3d: We only care is a sampler is sampled at all...
2008-12-12  Henri Verbeetwined3d: Don't reparse the entire shader just to update...
2008-12-12  Juan Langcrypt32: Support wide character base64-encoded PKCS...
2008-12-12  Juan Langcrypt32: Implement CryptStringToBinaryW.
2008-12-12  Juan Langcrypt32: Support base64-encoded PKCS messages in CryptQ...
2008-12-12  Juan Langcrypt32: Split querying PKCS messages into helper funct...
2008-12-12  Juan Langcrypt32: Support base64-encoded context objects in...
2008-12-12  Juan Langcrypt32: Downgrade a fixme to a warn.
2008-12-12  Juan Langcrypt32: Don't claim to have queried an object as a...
2008-12-12  Juan Langcrypt32: Validate input arguments to CryptQueryObject.
2008-12-12  Juan Langcrypt32: Add tests for CryptQueryObject.
2008-12-12  Paul Vriensgdi32/tests: Fix some test failures on Win9x.
2008-12-12  Paul Vriensddraw/tests: Fix a test failure on a Win98 VMware box.
2008-12-12  Hans Leidekkerwininet: Adapt tests to winehq changes.
2008-12-12  Alexandre Julliardmsvcrt: Avoid truncated relocations on 64-bit.
2008-12-12  Alexandre Julliardmsvcrt/tests: Load __mb_cur_max and _mbctype dynamicall...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-12-12  Alexandre Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2008-12-12  Alexandre Julliardsetupapi: Don't include msvcrt headers.
2008-12-12  Alexandre Julliardmsi: Don't include msvcrt headers.
2008-12-12  Alexandre Julliardntdll: Fix heap management for 64-bit.
2008-12-11  Alexandre Julliardntdll: Convert the handles to server handles in NTDLL_w...
2008-12-11  Hans Leidekkerwinhttp: Resolve host port at the latest possible moment.
2008-12-11  Hans Leidekkerwinhttp: Validate parameters per component in WinHttpCr...
2008-12-11  Andrew Talbotws2_32: Sign-compare warnings fix.
2008-12-11  Andrew Talbotwintrust: Sign-compare warnings fix.
2008-12-11  Nikolay Sivovoleaut32: Added PICTYPE_NONE and PICTYPE_UNINITIALIZED...
2008-12-11  Ricardo Filipeadvapi32: Add stub for UnregisterTraceGuids.
2008-12-11  Ricardo Filipehal: Add stubs for ExAcquireFastMutex and ExReleaseFast...
2008-12-11  Stefan Dösingerwined3d: Fix ARG_UNUSED and use it properly.
2008-12-11  Stefan DösingerWineD3D: Abstract some ATIfs op debug TRACEs.
2008-12-11  Stefan Dösingerwined3d: Don't load INT and BOOL constants needlessly.
2008-12-11  Alexandre Julliardntdll: Enforce correct protection values in virtual...
2008-12-11  Jacek Cabanjscript: Added Math.LOG10E implementation.
2008-12-11  Jacek Cabanjscript: Added Math.LOG2E implementation.
2008-12-11  Jacek Cabanjscript: Added Math.E implementation.
2008-12-11  Jacek Cabanjscript: Added Math.PI implementation.
2008-12-11  Alistair Leslie... mshtml: Implement IHTMLStyle put_fontStyle.
2008-12-11  Alexandre Julliardcabinet: Don't allocate a huge buffer on the stack.
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-11  ByeongSik Jeon*Zh.rc: Update the Chinese resource font name to "MS...
2008-12-11  ByeongSik Jeongdi32: Unify Chinese and Japanese default font name.
2008-12-11  Alexandre Julliardntdll: Add a heuristic to detect dlls that are wrongly...
2008-12-11  Henri Verbeetwined3d: Don't trace the shader if nobody's looking.
2008-12-11  Henri Verbeetwined3d: shader_trace_init() shouldn't have side effects.
2008-12-11  Henri Verbeetwined3d: Remove some more unused code.
2008-12-11  Henri Verbeetwined3d: baseShader.functionLength should be 0 when...
2008-12-11  Henri Verbeetwined3d: Get rid of the "len" variable in shader_trace_...
2008-12-11  Nikolay Sivovgdiplus: Stub for GdipGetNearestColor.
2008-12-11  Lei Zhangqcap: Don't clip intermediate values in YUV to RGB...
2008-12-11  Paul Vrienssetupapi/tests: Fix a test failure on Vista/W2K8.
2008-12-11  Paul Vriensrsaenh/tests: Fix a test failure on NT4.
2008-12-11  Paul Vriensgdi32/tests: Remove the todo_wine logic where appropriate.
2008-12-11  Paul Vriensmsi/tests: Skip tests on win9x due to different registr...
2008-12-11  Aric Stewartuser32: Implement handling of WM_INPUTLANGCHANGE.
2008-12-10  Alexandre Julliardserver: Windows properties are actually generic params...
2008-12-10  Paul Vriensriched20/tests: Remove the todo_wine logic where approp...
2008-12-10  Alistair Leslie... mshtml: Add support for V_I4 in IHTMLStyle put_zIndex.
2008-12-10  Andrew Nguyenjscript: Implement the String.sup() method.
2008-12-10  Andrew Nguyenjscript: Implement the String.sub() method.
2008-12-10  Andrew Nguyenjscript: Fix the lexicographical order of the String...
2008-12-10  Andrew Nguyenjscript: Fix some errors detected by Valgrind.
2008-12-10  Alistair Leslie... mshtml: Implement IHTMLStyle get/put posHeight.
2008-12-10  Austin Englishkernel32: Convert a warn to an err.
2008-12-10  Henri Verbeetwined3d: Make some constant arrays also static.
2008-12-10  Henri Verbeetwined3d: Compare & copy with the correct clipplane...
2008-12-10  Henri Verbeetwined3d: Rename texture_stage_op.color_correction to...
2008-12-10  Henri Verbeetwined3d: Use the actual fixup for the stage in gen_ati_...
2008-12-10  Paul Vriensriched32/tests: Remove the todo_wine logic where approp...
2008-12-10  Paul Vriensgdi32/tests: Fix a failure on NT4.
2008-12-10  Juan Langwintrust: Add tests for WVTAsn1SpcSpOpusInfoDecode.
2008-12-10  Juan Langwintrust: Implement WVTAsn1SpcSpOpusInfoEncode.
2008-12-10  Juan Langwintrust: Add tests for WVTAsn1SpcSpOpusInfoEncode.
2008-12-10  Juan Langwintrust: Add stub for WVTAsn1SpcSpOpusInfoEncode.
2008-12-10  Juan Langcrypt32: Allow setting CERT_KEY_PROV_HANDLE_PROP_ID...
2008-12-10  Juan Langcrypt32: Remove unnecessary casts.
2008-12-10  Jacek Cabanmshtml: Fixed a typo.
2008-12-10  Paul Vriensadvapi32/tests: Fix a test failure on NT4.
2008-12-10  Paul Vriensadvapi32/tests: Only skip tests on NT4.
2008-12-10  Paul Vriensmsi/tests: Run tests again on Win9x and NT4.
2008-12-10  Jacek Cabanmshtml: Skip tests on broken IE6 versions.
2008-12-10  Jacek Cabanmshtml: Make IHTMLElement::get_document vtbl offset...
next