wine
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  David Hedbergwine.inf: Add oledlg.dll to the list of fake dlls.
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 Timoshkovserver: Print a more informative message when file_set_...
2007-09-10  Dmitry Timoshkovkernel32: Fix some compiler warnings.
2007-09-10  Dmitry Timoshkovshlwapi: Duplicate shell32.ShellMessageBoxW implementat...
2007-09-10  Dmitry Timoshkovwinebuild: Add IMAGE_FILE_32BIT_MACHINE flag for a...
2007-09-10  Dmitry Timoshkovuser32: Add more tests for GetUpdateRect.
2007-09-10  Alexander Nicolaysen... 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 Gougetquery: Update win32.api to fix the winapi_check warnings.
2007-09-10  Francois Gougetquery: Make ntquery.h C++ compatible.
2007-09-10  Francois Gougeturl: Fix the InetIsOffline() prototype.
2007-09-10  Francois Gougetsecur32: Add some missing prototypes to ntsecapi.h.
2007-09-10  Francois Gougetcrypt32: Better match the PSDK types and fix the winapi...
2007-09-10  Francois Gougetwinex11.drv: Update win32.api to fix the winapi_check...
2007-09-10  Francois Gougetwinapi_check: Assorted win16.api and win32.api updates.
2007-09-10  Francois Gougetversion: Fix some Ver*() prototypes (especially wrt...
2007-09-10  Francois Gougetsecur32: Update win32.api to fix the winapi_check warnings.
2007-09-10  Francois Gougetquartz: Make errors.h more complete and better match...
2007-09-10  Francois Gougetshobjidl.h: Add missing #include directives, and some...
2007-09-10  Francois Gougetvdmdbg: Update win32.api to fix the winapi_check warnings.
2007-09-10  Francois Gougetschannel: Update win32.api to fix the winapi_check...
2007-09-10  Francois Gougetrpcrt4: Update win32.api to fix the winapi_check warnings.
2007-09-10  Francois Gougetspoolss: Update win32.api to fix the winapi_check warnings.
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  Alexandre Julliardprograms: Remove other obsolete ChangeLog files.
2007-08-31  Dmitry Timoshkovnotepad: Get rid of ChangeLog file.
2007-08-31  Dmitry Timoshkovnotepad: We pass OFN_FILEMUSTEXIST | OFN_PATHMUSTEXIST...
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  Francois Gougetbcrypt: Add a skeleton bcrypt.h header and use it.
2007-08-31  Francois Gougetwinedbg: Detach from the debuggee before exiting.
2007-08-31  Francois Gougetwininet: Remove the occasional parameter name in the...
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.
2007-08-30  Kai Blinsecur32: Implement LsaRegisterLogonProcess stub.
2007-08-30  Stefan Leichterdmsynth: Remove 'recursive registry key delete' function.
next