user32: Don't exit when double-clicking with right button held.
[wine] / dlls /
2007-09-11  Vitaliy Margolenuser32: Don't exit when double-clicking with right...
2007-09-11  Stefan Leichterolethk32: Added stub implementation.
2007-09-11  Lei Zhangriched20: Do not pass NULL lParam to ME_ToUnicode for...
2007-09-11  Vitaliy Margolenwinex11drv: Don't ignore mouse move events even when...
2007-09-11  Aric Stewartcomctl32: treeview: Ensure our textWidth is correct...
2007-09-11  Aric Stewartcomctl32: Ensure item metric are calculated when an...
2007-09-11  Lionel Debrouxdplayx: Fixed memory leak in dplay.c (found by Smatch).
2007-09-11  Lionel Debrouxole32: Fix memory leak in compositemoniker.c (found...
2007-09-11  Maarten Lankhorstdsound: Runtime link to advapi32.RegDeleteTree.
2007-09-10  Roderick Colenbranderwined3d: Fix ddraw-opengl surface free bug.
2007-09-10  Stefan Leichterdplayx: Remove 'recursive registry key delete' function.
2007-09-10  David Hedbergddraw: Enumerate additional devices in IDirect3D7_EnumD...
2007-09-10  Chris Robinsonwined3d: Add X4R4G4B4 and A4R4G4B4 to formats allowed...
2007-09-10  Jacek Cabanshdocvw: Better iexplore.exe command line handling.
2007-09-10  Jacek Cabanshdocvw: Added better GoHome stub implementation.
2007-09-10  Jacek Cabanshdocvw: Don't use BSTR in navigate_url prototype.
2007-09-10  Jacek Cabanurlmon: Added FIXME about unsupported pmkToLeft to...
2007-09-10  Jacek Cabanwinex11: Fixed GetClipboardFormatName spec entry.
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::isEqual implementation.
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::inRange implementation.
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::parentElement implementation.
2007-09-10  Jacek Cabanmshtml: Added IOleUndoManager stub implementation.
2007-09-10  Jacek Cabanmshtml: Call Exec in show_context_menu only if user...
2007-09-10  Jacek Cabanshdocvw: Added UpdateUI implementation.
2007-09-10  Mikolaj Zalewskimshtml: Make the Install button the default on the...
2007-09-10  Mikolaj Zalewskimshtml: Hide the progress bar while asking the user...
2007-09-10  Louis Lenderswined3d: Add WINED3DPRESENT_INTERVAL_ONE flag.
2007-09-10  Rob Shearmankernel32: Remove an unused #define in time.c.
2007-09-10  Rob Shearmanntdll: Remove the overly-cautious check which prevented...
2007-09-10  Rob Shearmanshlwapi: Fix IUnknown_OnFocusOCS to call OnFocus instea...
2007-09-10  Huw Davieswineps.drv: Ignore an empty output string.
2007-09-10  Juan Langcrypt32: Consider alternate issuers when building chains.
2007-09-10  Juan Langcrypt32: Flags weren't set, so don't bother passing...
2007-09-10  Juan Langcrypt32: Defer checking signatures until chain is complete.
2007-09-10  Juan Langcrypt32: Don't ask CertGetIssuerCertificateFromStore...
2007-09-10  Juan Langcrypt32: Don't abort chain creation if the root signatu...
2007-09-10  Juan Langcrypt32: Add special case for certificates with no...
2007-09-10  Juan Langcrypt32: Remove a misplaced todo_wine.
2007-09-10  Juan Langcrypt32: Set *ppChainContext even on error.
2007-09-10  Juan Langcrypt32: Test whether chain creation should fail when...
2007-09-10  Juan Langcrypt32: Separate allocating a simple chain and checkin...
2007-09-10  Juan Langcrypt32: Store world store in chain.
2007-09-10  Juan Langcrypt32: Not finding an issuer shouldn't cause chain...
2007-09-10  Juan Langcrypt32: Don't add end cert's store to world.
2007-09-10  Juan Langcrypt32: Open world store when creating chain, not...
2007-09-10  Juan Langcrypt32: Make a helper function to create initial candi...
2007-09-10  Juan Langcrypt32: Test that the end cert in a chain's store...
2007-09-10  Juan Langcrypt32: Add more tests for getting issuer cert from...
2007-09-10  Jeff Latimercabinet: Remove unnecessary function.
2007-09-10  Maarten Lankhorstdsound: Fix detection of different sample rates in...
2007-09-10  Maarten Lankhorstdsound: Fix null pointer dereference for waveout in...
2007-09-10  Maarten Lankhorstwinealsa: Remove forceformat and 2 orphan LeaveCritical...
2007-09-10  Maarten Lankhorstwinealsa: Use correct capture position in getposition.
2007-09-10  Aric Stewartcomctl32: Flesh out version info.
2007-09-10  Aric Stewartimm32: Further tweeks to CFS_POINT and CFS_RECT placeme...
2007-09-10  Aric Stewartcomctl32: TCM_SETCURSEL also updates the focus item.
2007-09-10  David Hedbergddraw: Fix and test case for situation where DDSD_MIPMA...
2007-09-10  Dan Hipschmanwidl: Allow size_is on strings.
2007-09-10  Dan Hipschmanwidl: Implement NDR for struct field alignment.
2007-09-10  Dan Hipschmanwidl: Fix top-level and callback conformances.
2007-09-10  Dmitry Timoshkovkernel32: Fix some compiler warnings.
2007-09-10  Dmitry Timoshkovshlwapi: Duplicate shell32.ShellMessageBoxW implementat...
2007-09-10  Dmitry Timoshkovuser32: Add more tests for GetUpdateRect.
2007-09-10  Alexander Nicolays... comdlg32: ChooseFont: Set font effects on init.
2007-09-10  Francois Gougetquartz: Better match the PSDK types and fix the winapi_...
2007-09-10  Francois Gougeturl: Fix the InetIsOffline() prototype.
2007-09-10  Francois Gougetversion: Fix some Ver*() prototypes (especially wrt...
2007-08-31  Stefan Dösingerwined3d: Supply texture coords even if no texture is...
2007-08-31  Rob Shearmanshell32: Don't use the working directory passed into...
2007-08-31  Juan Langcrypt32: Check path length constraint on a chain.
2007-08-31  Juan Langcrypt32: Set error status on issued certificate, not...
2007-08-31  Juan Langcrypt32: Check whether each signing certificate can...
2007-08-31  Juan Langcrypt32: Check time of each element in chain against...
2007-08-31  Juan Langcrypt32: Time validity nesting doesn't appear to be...
2007-08-31  Juan Langcrypt32: Correct combining trust status of a chain...
2007-08-31  Juan Langcrypt32: Don't fail chain creation if signature doesn...
2007-08-31  Juan Langcrypt32: Don't fail chain creation if root isn't self...
2007-08-31  Juan Langcrypt32: Halt chain creation when a cycle is detected.
2007-08-31  Juan Langcrypt32: Implement CertDuplicateCertificateChain.
2007-08-31  Juan Langcrypt32: Remove unneeded WINAPI from internal function.
2007-08-31  Juan Langcrypt32: Free lower quality chain contexts.
2007-08-31  Juan Langcrypt32: Check chain root's trusted status regardless...
2007-08-31  Juan Langcrypt32: Properly reference count certificate contexts...
2007-08-31  Juan Langcrypt32: Add a default cycle detection modulus.
2007-08-31  Juan Langcrypt32: The preferred issuer flag appears to be a...
2007-08-31  Juan Langcrypt32: Greatly expand certificate chain tests.
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-31  Mikolaj Zalewskiwinex11.drv: wintab: Copy also the button #0 state.
2007-08-31  Mikolaj Zalewskiuser32: combo: CB_SETITEMHEIGHT should make the edit...
2007-08-31  Lionel Debrouxwinex11.drv: Fix memory leak in create_cursor (found...
2007-08-31  Mikolaj Zalewskiwinex11.drv: Support GdiAlphaBlend with blendfn.AlphaFo...
2007-08-31  Francois Gougetkernel32/tests: Add tests for DebugActiveProcessStop...
2007-08-31  Francois Gougetserver: Fix the crashed process exit code when the...
2007-08-31  Francois Gougetwinedbg: 'winedbg --auto' and 'winedbg --minidump'...
2007-08-31  Stefan Leichterdmscript: Remove 'recursive registry key delete' function.
2007-08-31  Stefan Leichterdmstyle: Remove 'recursive registry key delete' function.
2007-08-31  Stefan Dösingerwined3d: Raise the 1x pixelshader max value to the...
2007-08-31  Stefan Dösingerwined3d: The temp vars are tmp0 and tmp1.
2007-08-31  Stefan Dösingerwined3d: Take the format into account when finding...
2007-08-31  Stefan Dösingerd3d: Add a test for double surface locking.
next