gdiplus: Added GdipCreateBitmapFromGraphics stub.
[wine] / dlls /
2007-08-09  Evan Stadegdiplus: Added GdipCreateBitmapFromGraphics stub.
2007-08-09  Evan Stadegdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
2007-08-09  Evan Stadegdiplus/tests: Added GdipCreateBitmapFromScan0 test.
2007-08-09  Evan Stadegdiplus: Added GdipSetImagePalette stub.
2007-08-09  Evan Stadegdiplus: Added GdipFillRectangle.
2007-08-09  Evan Stadegdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.
2007-08-09  Evan Stadegdiplus: Added GdipCreatePath2.
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-08-09  Francois Gougetkernel32: Don't get stuck if the debugger exits without...
2007-08-09  Francois Gougetddrawex: Better match the PSDK types and fix the winapi...
2007-08-09  Francois Gougetwininet: Add a skeleton winineti.h header with fixed...
2007-08-09  Francois Gougetwininet: #undef some macros to avoid a conflict between...
2007-08-09  Roderick Colenbranderwined3d: Better pixelformat selection code.
2007-08-09  Roderick Colenbranderwgl: Rewrite ChoosePixelFormat.
2007-08-09  Roderick Colenbranderwgl: Correctly check GLX capabilities. Use client GLX...
2007-08-09  James Hawkinsmsi: Simplify MsiQueryComponentState, with more tests.
2007-08-09  Misha Koshelevurlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUE...
2007-08-09  Misha Koshelevurlmon: Do not use BindToStorage_hack for INTERNET_SCHE...
2007-08-09  Misha Koshelevurlmon/tests: Fix clipformat test.
2007-08-09  Paul Vrienssnmpapi/tests: Run tests again on win98 and NT4.
2007-08-09  Huw Daviesole32: The default handler needs to have its own implem...
2007-08-09  Huw Daviesole32: Factor out the running object test into a separa...
2007-08-09  Huw Daviesole32: Fix a few comments.
2007-08-09  Alexandre Julliarduser32: WM_IME_CHAR should result in posted, not sent...
2007-08-09  Alexandre Julliarduser32: Support for the magic WM_CHAR W->A conversion...
2007-08-08  Alexandre Julliarduser32/tests: Added test cases for WM_CHAR conversions.
2007-08-08  Alexandre Julliarduser32: Added support for the magic WM_CHAR A->W conver...
2007-08-08  Alexandre Julliarduser32: Factor out the calling of a window's winproc...
2007-08-08  Alexandre Julliarduser32: Factor out the various SendMessage functions...
2007-08-08  Luis C. Busquets... dpnlobby: Add dpnlobby that forwards to dpnet.dll.
2007-08-08  Luis C. Busquets... kernel32: Export RestoreLastError.
2007-08-08  Kirill K. Smirnovkernel32: Do not append empty lines to the console...
2007-08-08  Paul Vriensadvapi32/tests: Fix typo.
2007-08-08  Peter Dons Tychsendinput: Allow the use of the standard Joystick GUID...
2007-08-08  Rob Shearmanurlmon: Check some of the input parameters to URLOpenSt...
2007-08-08  Rob Shearmanurlmon: Add tests for URLOpenStreamW and URLOpenBlockin...
2007-08-08  Rob Shearmanurlmon: Implement URLOpenBlockingStreamA/W and URLOpenS...
2007-08-08  Rob Shearmanurlmon: The pcbRead parameter for IInternetProtocol...
2007-08-08  Rob Shearmanurlmon: Implement stubs for URLOpenBlockingStreamA...
2007-08-08  Peter Dons Tychsenfaultrep: Add a stub dll.
2007-08-08  Alexandre Julliardmsvcrt: Use the correct size_t type.
2007-08-08  Francois Gougetwintrust: Fix the CryptCATAdminReleaseCatalogContext...
2007-08-08  Francois Gougeturlmon: Fix compilation on systems that don't support...
2007-08-08  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-08-08  Francois Gougetntdll: Fix the RtlQueryInformationActivationContext...
2007-08-08  Francois Gougetdnsapi: Better match the PSDK types, especially with...
2007-08-08  Francois Gougetnetapi32: Add some missing prototypes in the lmaccess...
2007-08-08  Francois Gougetpdh/tests: Add missing '\n' to ok() calls.
2007-08-08  Francois Gougetddraw: Better match the PSDK types and fix the winapi_c...
2007-08-08  Alexandre Julliardd3d9: Comment out some failing fog tests.
2007-08-08  Evan Stadegdiplus: Updated GdipDrawRectangleI.
2007-08-08  Evan Stadegdiplus: Added GdipFillRectangleI.
2007-08-08  Evan Stadegdiplus: Added GdipCreateLineBrushFromRectI.
2007-08-08  Evan Stadegdiplus: Updated brush cloner/deleter.
2007-08-08  Evan Stadegdiplus: Added GdipSetCustomLineCapStrokeCaps stub.
2007-08-08  Evan Stadegdiplus: Added GdipSetImageAttributesColorMatrix stub.
2007-08-08  Evan Stadegdiplus: Fixed bug drawing custom caps.
2007-08-08  Evan Stadegdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGa...
2007-08-08  Evan Stadegdiplus: Added GdipSetLineSigmaBlend stub.
2007-08-08  Evan Stadegdiplus: Added GdipSetLineWrapMode.
2007-08-08  Evan Stadegdiplus: Added GdipCreateLineBrush.
2007-08-08  Evan Stadegdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.
2007-08-08  Evan Stadegdiplus: GdipLoadImageFromStream makes initializations.
2007-08-08  Evan Stadegdiplus: Don't prematurely release stream.
2007-08-08  Evan Stadegdiplus: Added GdipDrawImageI.
2007-08-08  Evan Stadegdiplus: Return width and height of metafiles.
2007-08-08  Evan Stadegdiplus: Added GdipCreateBitmapFromFile.
2007-08-08  Evan Stadegdiplus: Added GdipCreateStreamOnFile.
2007-08-08  Evan Stadegdiplus: Added GdipBitmapLockBits.
2007-08-08  Tijl Coosemansntdll: Implement CDROM_Verify for FreeBSD.
2007-08-08  Tijl Coosemanswineoss: Avoid SNDCTL_DSP_GETTRIGGER.
2007-08-08  Tijl Coosemanswineoss: Add SNDCTL_MIXERINFO support.
2007-08-08  Roderick Colenbranderwined3d: Move over to WGL.
2007-08-08  Roderick Colenbranderwined3d: Prepare pbuffer code for WGL transition.
2007-08-08  Roderick Colenbranderwined3d: Move fake context code over to WGL.
2007-08-08  Juan Langcrypt32: According to MSDN, inner content is only decod...
2007-08-08  Juan Langcrypt32: Add a couple traces.
2007-08-08  Juan Langcrypt32: Test and correct finding a subject certificate.
2007-08-08  Juan Langcrypt32: Use the authority key identifier to search...
2007-08-08  Juan Langcrypt32: Fix typo.
2007-08-08  Juan Langcrypt32: Introduce cryptasn debug channel to quiet...
2007-08-08  Juan Langcrypt32: Implement CertRDNValueToStr for UTF-8 strings.
2007-08-08  Misha Koshelevurlmon/tests: Add test for binding to a URL from which...
2007-08-08  James Hawkinsmsi: Implement the remaining contexts for MsiQueryCompo...
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-08-08  Rob Shearmansecur32: Remove valid_session_key from NegoHelper since...
2007-08-08  Rob Shearmansecur32: Split the NTLM credential and context handles...
2007-08-08  Stefan Dösingerwined3d: Store the position_transformed flag in the...
2007-08-08  Stefan Dösingerwined3d: Determine used streams at vdecl creation.
2007-08-08  Stefan Dösingerwined3d: Remove link collection from vertexdeclaration.c.
2007-08-08  Stefan Dösingerd3d: Add a simple offscreen rendering test.
2007-08-08  Stefan Dösingerddraw: Implement IDirect3DDevice7::DrawIndexedPrimitive...
2007-08-08  Paul Vrienskernel32/tests: Create paths after checking availabilit...
2007-08-08  Paul Vrienskernel32/tests: Changed skip message.
2007-08-08  Paul Vriensshlwapi/tests: Use GetModuleHandleA instead of LoadLibr...
2007-08-08  Alexandre Julliarduser32: Get rid of winproc.h and move definitions in...
2007-08-07  Alexandre Julliarduser32: Fixed the return value of DispatchMessageA/W.
2007-08-07  Jason Edmeadesdpnet: Implement directplay lobbied application stubs.
2007-08-07  Huw Davieswininet: Fix the case when Proxy or ProxyBypass is...
next