coreaudio: Standardize on DRV_SUCCESS/FAILURE status codes for setup functions.
[wine] / dlls /
2008-03-12  Ken Thomasescoreaudio: Standardize on DRV_SUCCESS/FAILURE status...
2008-03-12  Ken Thomasesdsound: Adjust for partial block before prepare-header...
2008-03-12  Ken Thomasesavifil32: Fix copy/paste error.
2008-03-12  James Hawkinsmsi: Deformat the service name and display name when...
2008-03-12  Lei Zhangcomctl32: Fix TB_GETSTRING return values.
2008-03-12  Lei Zhangcomctl32: Add tests for TB_GETSTRING, fix NULL pointer...
2008-03-12  Jacek Cabanwininet: Move InternetQueryOption(INTERNET_OPTION_SECUR...
2008-03-12  Jacek Cabanwininet: Move InternetQueryOption(INTERNET_OPTION_DATAF...
2008-03-12  Jacek Cabanwininet: Move InternetQueryOption(INTERNET_OPTION_URL...
2008-03-12  Jacek Cabanwininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
2008-03-12  Jacek Cabanmshtml: Improve header parsing.
2008-03-12  Andrew Talbotoleaut32: Assign to structs instead of using memcpy.
2008-03-12  Michael Stefaniuccomctl32/tests: Fix a variable type in monthcal.c....
2008-03-12  Michael Stefaniucgdiplus/tests: Remove redundant NULL check before GdipF...
2008-03-12  Mikołaj Zalewskimshtml: Add Polish translation.
2008-03-11  Alexandre Julliardwinex11: Discard ConfigureNotify events even if the...
2008-03-11  Alexandre Julliardadvapi32: Implemented RegOverridePredefKey.
2008-03-11  Huw Daviescomctl32: Revert to waiting on just the thread object...
2008-03-11  Huw Daviescomctl32: Animation notifications should be posted...
2008-03-11  Huw Daviescomctl32: Get the background brush in ACM_OPEN where...
2008-03-11  Alexandre Julliardmsvcrt: Implemented __CppXcptFilter.
2008-03-11  Alexandre Julliarduuid: Avoid some guids that shouldn't be defined in...
2008-03-11  Jacek Cabaninclude: Added activaut.idl.
2008-03-11  Aric Stewartgdi32: Skip leading @ from FontFace when looking for...
2008-03-11  Denver Gingerichddraw: Implement ForceRefreshRate registry entry for...
2008-03-11  Christopher Berneruser32: Make LoadStringW pass tests.
2008-03-11  Alistair Leslie... msxml3: Corrected double free in test.
2008-03-11  James Hawkinsmsi: Ignore the custom action type 51 if the source...
2008-03-11  James Hawkinsmsi: Fix an off-by-one error when applying embedded...
2008-03-11  James Hawkinsmsi: Optimize MsiSourceListAddSourceEx for adding to...
2008-03-11  Alexandre Julliardwinex11: Add support for merging redundant events,...
2008-03-11  Paul Vrienskernel32: Fix/change tests for systems with no ServicePack.
2008-03-11  Stefan Dösingerwined3d: Set the fullscreen flag before the display...
2008-03-11  Stefan Dösingerwined3d: Only restore the style and exStyle when it...
2008-03-11  Stefan Dösingerwined3d: Only adjust windows in fullscreen mode to...
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-11  Mikołaj Zalewskicomdlg32: Move font style names to resources.
2008-03-11  Mikołaj Zalewskishell32: Remove DISCARDABLE from STRINGTABLE resources.
2008-03-10  Rob Shearmanurlmon: Initialise the cache_file field of DownloadBSC...
2008-03-10  Nathan Beckmanngdiplus: Add more sophisticated tests for GdipSaveImage...
2008-03-10  Nathan Beckmanngdiplus: Implement BMP encoding.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToStream using encoders.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToFile via GdipSaveImag...
2008-03-10  Nathan Beckmanngdiplus: Remove unnecessary IStream_AddRef from GdipLoa...
2008-03-10  Chris Robinsonquartz: Don't print errors for handled return values.
2008-03-10  Rob Shearmanrpcrt4: Fix the pointer level being passed into call_un...
2008-03-10  Rob Shearmanrpcrt4: Fix -Oi interpreter for base types.
2008-03-10  Rob Shearmanrpcrt4: Check that the input to RPCRT4_strndupW was...
2008-03-10  Rob Shearmanmakefiles: Simplify the use of the MODULE variable...
2008-03-10  Rob Shearmansecur32: Fix ntlm_GetCachedCredential to not call strle...
2008-03-10  Rob Shearmanwininet: Retrieve the maximum token length from the...
2008-03-10  Rob Shearmanwininet: Allow HTTP_DoAuthorization to accept a NULL...
2008-03-10  Rob Shearmanwininet: Don't call DeleteSecurityContext and FreeCrede...
2008-03-10  Rob Shearmanwininet: Make the reference count of WININETHANDLEHEADE...
2008-03-10  Francois Gougetd3d9/tests: Fix compilation on systems that don't suppo...
2008-03-10  Paul Vrienscomctl32/tests: Free the library after use.
2008-03-10  Huw Daviesgdi32: Store the Windows path (if it's available) in...
2008-03-10  Alistair Leslie... msxml3: Implemented IXMLDOMText_insertData.
2008-03-10  Alistair Leslie... msxml3: Support IXMLDOMCharacterData lookup in IXMLDOMT...
2008-03-10  Alexandre Julliardwinex11: Added an exception handler to catch bad pointe...
2008-03-10  Alexandre Julliardgdi32: Properly handle SetDIBits failure in StretchDIBits.
2008-03-10  Alexander Dorofeyevwined3d: Use primary_render_target_is_p8 in read_from_f...
2008-03-10  Alexander Dorofeyevd3d8/tests: Cover one more case in p8_texture_test.
2008-03-10  Alexander Dorofeyevwined3d: Get rid of spurious err when locking with...
2008-03-10  Paul Vrienscomctl32/tests: Don't use FreeLibrary with GetModuleHandle.
2008-03-10  Paul Vriensadvpack/tests: Free the library after use.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_appendData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_substringData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMComment_substringData.
2008-03-10  Detlef Riekenbergwinspool: Cleanup for DEVMODEdupWtoA.
2008-03-10  Detlef Riekenbergwinspool: Implement SpoolerInit.
2008-03-10  Detlef Riekenbergwinspool: Export ConvertAnsiDevModeToUnicodeDevMode...
2008-03-10  Nathan Beckmanngdiplus: Return an error for consecutive GdipLockBitmap...
2008-03-10  Nathan Beckmanngdiplus: Update bitmap state in GdipUnlockBitmapBits.
2008-03-10  Nathan Beckmanngdiplus: Fix memory leak in GdipLockBitmapBits.
2008-03-10  Nathan Beckmanngdiplus: Tests for GdipLockBitmapBits/GdipUnlockBitmapBits.
2008-03-10  Jeremy Whitegdi32: Revise CreateScalableFontResourceA to pass throu...
2008-03-10  Alexandre Julliardmsvcrt/tests: The new string functions don't have to...
2008-03-10  Jacek Cabanjscript: Added stub DLL.
2008-03-10  Jacek Cabanurlmon: Fixed MapUrlToZone test on IE7.
2008-03-10  Jacek Cabanmshtml: Use load group to find NSContainer in AsyncOpen...
2008-03-10  Jacek Cabanmshtml: Added IHTMLScriptElement:get_type implementation.
2008-03-10  Andrew Talbotntdll: Assign to structs instead of using memcpy.
2008-03-10  Andrew Talbotqmgr: Assign to structs instead of using memcpy.
2008-03-10  Andrew Talbotnetapi32: Assign to struct instead of using memcpy.
2008-03-10  Huw Daviesgdi32: Update both winnt and win9x font keys and factor...
2008-03-10  Paul Vriensntdll/tests: ProcessImageFileName is not supported...
2008-03-10  Paul Vriensuser32/tests: Use A-call.
2008-03-10  Paul Vriensusers32/tests: Win9x doesn't like FILE_ALL_ACCESS.
2008-03-10  Paul Vriensdinput/tests: Don't treat old dinput versions as an...
2008-03-10  Paul Vriensshell32/tests: Make tests run again on win95 and NT.
2008-03-10  Jacek Cabanmshtml: Added IHTMLDocument2::write implementation.
2008-03-07  Alexandre Julliardmscms: Fix a couple of compiler warnings when lcms...
2008-03-07  Louis Lendersshdocvw: Return something more useful for WebBrowser_ge...
2008-03-07  Nathan Beckmanngdiplus: Implement GdipGetImageEncoders.
2008-03-07  Nathan Beckmannoleaut32: Replace bitmap integer constants with symboli...
2008-03-07  Dan Hipschmanqmgr: Only have one BackgroundCopyManager per system.
2008-03-07  Alistair Leslie... netapi32: Correct test for NetUserChangePassword.
2008-03-07  Jason Greend3d9: Fix a few ok() comparisons to not always return...
next