server: Hold a pointer to the queue from the async operations.
[wine] / dlls /
2007-04-03  Alexandre Julliardserver: Make timeout status for async I/O specifiable...
2007-04-03  Alessandro Pignottidplayx: Implement proper interface locking for DP_EnumS...
2007-04-03  Laurent Vrommangdi32: Correct WidenPath behaviour when working on...
2007-04-03  Laurent Vrommangdi32: Correction of WidenPath behaviour when pen width...
2007-04-03  Jason Edmeadesoleaut32: Convert to VT_DECIMAL fails with overflow...
2007-04-03  Chris Robinsonquartz: Use a second-long DSound buffer for playback.
2007-04-03  Francois Gougetshell32/tests: On NT4 FindExecutable() returns an extra...
2007-04-03  Francois Gougetshell32/tests: On Windows 98 FindExecutable() does...
2007-04-03  Francois Gougetshell32/tests: End the lines with CR+LF otherwise the...
2007-04-03  Francois Gougetshell32/tests: Fix some expected FindExecutable() error...
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-04-03  Andrew Talbotavifil32: Constify some variables.
2007-04-03  Andrew Talbotcomcat: Constify some variables.
2007-04-03  Andrew Talbotadvpack: Constify some variables.
2007-04-03  Andrew Talbotatl: Constify some variables.
2007-04-03  Andrew Talbotadvapi32: Constify some variables.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-04-02  Alexandre Julliardkernel32: Added some last error tests for mailslots.
2007-04-02  Aric Stewartcomctl32: Unset active page while setting a new active...
2007-04-02  Michael Ploujnikovwined3d: Remove DDBLT_WAIT fixme.
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-04-02  Rob Shearmanadvpack: Stop processing if there was an error register...
2007-04-02  Rob Shearmanadvpack: Call OleInitialize before registering OCXs...
2007-04-02  Rob Shearmanurlmon: Fix a reference count leak that would keep...
2007-04-02  Dmitry Timoshkovgdi32: Make GetKerningPairsA not fail for fonts with...
2007-04-02  Dmitry Timoshkovkernel32: Add GetCPInfo test.
2007-04-02  Stefan Dösingerwined3d: Use GL_APPLE_client_storage if available.
2007-04-02  Stefan Dösingerwined3d: Add GL_APPLE_client_storage to our extension...
2007-04-02  Dan Kegelimagehlp: BindImageEx stub should report success.
2007-04-02  Laurent Vrommangdi32: Add two basic tests to check what WidenPath...
2007-04-02  Paul Vriensadvapi32/tests: Some cleanup.
2007-04-02  Paul Vriensadvapi32/tests: Reopen the main handle if needed.
2007-04-02  Felix Nawothnigwined3d: Make CreateCubeTexture fail when not supported.
2007-04-02  Felix Nawothniggdi32: Properly handle negative font widths.
2007-04-02  Chris Robinsonquartz: Use a safe APC to kill the PullPin thread when...
2007-04-02  Chris Robinsonquartz: Set the sample time based on the number of...
2007-04-02  Chris Robinsonquartz: Remove errant parser output pins on input conne...
2007-04-02  Chris Robinsonquartz: Don't fill the dsound buffer with small amounts.
2007-03-30  Alexandre Julliardkernel32: Better default for dwActiveProcessorMask...
2007-03-30  Alexandre Julliardkernel32: Make default behavior more consistent when...
2007-03-30  Felix Nawothnigwined3d: Use GL_TEXTURE_2D for dummy textures.
2007-03-30  Felix Nawothnigwined3d: Fix broken ERR() message.
2007-03-30  Felix Nawothnigwined3d: Only disable GL_TEXTURE_CUBE_MAP_ARB if supported.
2007-03-30  Louis Lendersntdll: Add NtAreMappedFilesTheSame stub.
2007-03-30  Chris Robinsonquartz: Add filters using their names.
2007-03-30  Andrew Talbotcomctl32: Cast-qual warnings fix.
2007-03-30  Andrew Talbotcomctl32: Constify some variables.
2007-03-30  Paul Vriensadvapi32/tests: Add check to see if SetEntriesInAclW...
2007-03-30  Paul Vriensadvapi32/tests: Add check to see if ImpersonateSelf...
2007-03-29  Fabian Bielerwined3d: Implement support for projective textures...
2007-03-29  Paul Vriensadvapi32/tests: Add check to see if LookupAccountNameA...
2007-03-29  Paul Vriensadvapi32/tests: Move check for ERROR_CALL_NOT_IMPLEMENT...
2007-03-29  Paul Vriensadvapi32/tests: Use skip.
2007-03-29  Andrew Talbotcomctl32: Constify some variables.
2007-03-29  Clinton Stimpsonriched20: Fix text replacement with text limit.
2007-03-29  Alexandre Julliardntdll: Ignore failure to open current directory, it...
2007-03-29  Detlef Riekenbergwinspool.drv: Do not cache the port names.
2007-03-29  Huw Davieswinex11.drv: Delete the tile pixmap whenever the drawab...
2007-03-29  Huw Davieswinex11.drv: Rename a local variable to avoid confusion...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-29  Jacek Cabanmshtml: Added DIID_DispHTMLDocument to QueryInterface.
2007-03-29  Andrew Riedidsound: Change a couple DPRINTF's to TRACE's
2007-03-29  Stefan Dösingerddraw: When changing the back buffers also update the...
2007-03-29  Dmitry Timoshkovshlwapi: Match shlwapi wrappers to MSDN descriptions.
2007-03-29  Aric Stewartimm32: Change the default IME window to better reflect...
2007-03-28  James Hawkinssetupapi: SetLastError to ERROR_SUCCESS on success.
2007-03-28  James Hawkinssetupapi: Correct the Inf output position.
2007-03-28  James Hawkinssetupapi: The Inf file should be copied regardless...
2007-03-28  James Hawkinssetupapi: Don't allow relative paths in SetupCopyOEMInf.
2007-03-28  James Hawkinssetupapi: Handle the SP_COPY_NOOVERWRITE flag.
2007-03-28  Marcin Grześkowiakuser32: Use charset of currently selected font in DrawT...
2007-03-28  Jan Zerebeckiwined3d: Print lastpixel state fixme only once.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-28  Francois Gougetgdi32: Remove a space before '\n' in a trace.
2007-03-28  Francois Gougetnetapi32/tests: Add a missing '\n' to a trace().
2007-03-28  Francois Gougetsetupapi: Fix InstallCatalog()'s calling convention.
2007-03-28  Dmitry Timoshkovinclude: Add some API prototypes to appropriate header...
2007-03-28  Rob Shearmanrpcrt4: Fixing the using of the auth_len values the...
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Add some more tests for MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Display the testname for the test for display...
2007-03-28  Rob Shearmanole32: Do a case-insensitive comparison in the count_mo...
2007-03-28  Rob Shearmanole32: Add tests for the standard marshaler's implement...
2007-03-28  Rob Shearmanole32: Pass the OXID info to RPC_CreateClientChannel...
2007-03-28  Paul Vrienskernel32/profile: Some parameter tests for GetPrivatePr...
2007-03-28  Paul Vrienskernel32/profile: Add a few NULL checks (Coverity).
2007-03-28  Paul Vrienskernel32/profile: Move GetPrivateProfileSectionA to...
2007-03-28  Paul Vrienskernel32/profile: Rename a test.
2007-03-28  Andrew Talbotcomctl32: Constify some variables.
next