dsound/tests: Mark some capture status as broken.
[wine] / dlls / gameux /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2013-04-08  Nikolay Sivovgameux: Fix release/free of uninitialized pointers...
2012-10-25  André Hentschelgameux: Avoid double free (coverity).
2012-09-03  Marcus Meissnergameux: Move SysFreeString to success branches (Coverity).
2012-08-20  Nikolay Sivovgameux: Call interface methods properly.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-03-26  Michael Stefaniucgameux: Print the debug string and not the pointer...
2011-12-01  Frédéric Delanoygameux: Do not use RegCloseKey on invalid/uninitialized...
2011-11-30  Frédéric Delanoygameux: Remove duplicate "if" condition.
2011-10-14  Henri Verbeetgameux: Don't shadow hr in GAMEUX_RegisterGame().
2011-10-11  Henri Verbeetgameux/tests: Run the game explorer tests in a multithr...
2011-10-11  Henri Verbeetgameux: Parse GDFs in a separate thread.
2011-10-03  Michael Stefaniucgameux: Don't compare with TRUE.
2011-08-30  Marcus Meissnergameux: Initialize a variable (Coverity).
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-22  Michael Stefaniucgameux: COM cleanup in gamestatistics.c.
2011-08-22  Michael Stefaniucgameux: COM cleanup in gameexplorer.c.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Alexandre Julliardmakefiles: Remove some redundant registration scripts.
2011-08-02  Alexandre Julliardmakefiles: Generate resource files for typelibs.
2011-07-21  Michael Stefaniucgameux: COM cleanup for the IClassFactory iface.
2011-06-27  Marcus Meissnergameux: Revert NULL ptr check and deref (Coverity).
2011-05-18  Marcus Meissnergameux: Mark internal symbols with hidden visibility.
2011-05-06  Huw Daviesgameux: Zero initialize the fixed length arrays.
2011-04-28  Francois Gougetgameux: Remove WINAPI on static functions where not...
2011-04-22  Francois Gougetgameux: Make some functions static.
2011-01-25  André Hentschelgameux: Only trace on success (clang).
2011-01-17  Andrew Nguyengameux: Free the allocated GameStatisticsImpl object...
2011-01-17  Andrew Nguyengameux: Initialize registry path pointer to NULL in...
2010-12-24  André Hentschelgameux: Fix another test failure on Wine wow64.
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-12-20  André Hentschelgameux: Fix Path for the statistics.
2010-12-20  André Hentschelgameux: Fix test failures on Wine wow64.
2010-12-09  Alexandre Julliardgameux: Convert dll registration to the IRegistrar...
2010-12-09  Alexandre Julliardgameux: Add a typelib resource.
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-11-17  Alexandre Julliardgameux: Avoid sizeof in traces.
2010-11-05  Pluciński Mariuszgameux: Add implementation of IGameStatistics::GetStati...
2010-11-05  Pluciński Mariuszgameux: Add implementation of IGameStatistics::GetCateg...
2010-11-05  Pluciński Mariuszgameux: Loading of game statistics implemented.
2010-11-02  Francois GougetAssorted spelling fixes.
2010-10-12  Louis Lendersgameux: Improve stub for GameExplorerImpl_VerifyAccess.
2010-09-29  Francois Gougetgameux/tests: Make test_install_uninstall_game() and...
2010-09-27  Mariusz Plucińskigameux: Finished implementation of saving game statistics.
2010-09-27  Mariusz Plucińskigameux: Add implementation of IGameStatisticsMgr::Remov...
2010-09-27  Mariusz Plucińskigameux: IGameStatistics::Save initial implementation.
2010-09-27  Mariusz Plucińskigameux: Add implementation of IGameStatistics::SetStati...
2010-09-27  Mariusz Plucińskigameux: Add implementation of IGameStatistics::SetCateg...
2010-09-24  Mariusz Plucińskigameux: IGameStatistics::GetMaxStatsPerCategory impleme...
2010-09-24  Mariusz Plucińskigameux: IGameStatistics::GetMaxCategories implementation.
2010-09-24  Mariusz Plucińskigameux: IGameStatistics::GetMaxValueLength implementation.
2010-09-24  Mariusz Plucińskigameux: IGameStatistics::GetMaxNameLength implementation.
2010-09-24  Mariusz Plucińskigameux: IGameStatistics::GetMaxCategoryLength implement...
2010-09-24  Mariusz Plucińskigameux: Add stub of IGameStatistics interface implement...
2010-09-24  Mariusz Plucińskigameux: Add partial implementation of IGameStatisticsMg...
2010-09-24  Mariusz Plucińskigameux/tests: Add test of storing and reading game...
2010-09-21  Mariusz Plucińskigameux/tests: Add test of creating IGameStatistics...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-16  Mariusz Plucińskigameux: Add UninstallGame implementation.
2010-09-16  Mariusz Plucińskigameux: Add InstallGame implementation.
2010-09-15  Mariusz Plucińskigameux/tests: Add verification of registry content...
2010-09-15  Mariusz Plucińskigameux/tests: Add basic test for InstallGame and Uninst...
2010-09-15  Mariusz Plucińskigameux: IGameExplorer::UpdateGame implementation.
2010-09-09  Mariusz Plucińskigameux: IGameExplorer::RemoveGame implementation.
2010-09-09  Mariusz Plucińskigameux: Add storing Description registry value.
2010-09-09  Mariusz Plucińskigameux: Add storing Title registry value.
2010-09-09  Mariusz Plucińskigameux: Add support of loading Application Id into...
2010-09-09  Mariusz Plucińskigameux: Initial implementation of IGameExplorer::AddGame.
2010-09-03  Mariusz Plucińskigameux/tests: Verify registry values created by GameExp...
2010-08-26  Francois Gougetgameux: Use SUBLANG_NEUTRAL for language-independent...
2010-08-23  Mariusz Plucińskigameux/tests: Check presence of GameExplorer registry...
2010-08-23  Mariusz Plucińskigameux/tests: Add tests for AddGame and RemoveGame...
2010-08-17  Mariusz Plucińskigameux/tests: Add test of IGameExplorer2 creation.
2010-08-17  Mariusz Plucińskigameux: Add IGameExplorer2 implementation stub.
2010-08-17  Mariusz Plucińskigameux/tests: Add test of IGameStatisticsMgr creation.
2010-08-17  Mariusz Plucińskigameux: Add stub of IGameStatisticsMgr implementation.
2010-08-16  Michael Stefaniucgameux: Don't bother to output a "stub" FIXME in DllCan...
2010-08-03  Mariusz Plucińskigameux/tests: Add test of IGameExplorer creation.
2010-07-28  Mariusz Plucińskigameux: Add interface registration routines.
2010-07-28  Mariusz Plucińskigameux: Add IClassFactory implementation.
2010-07-28  Mariusz Plucińskigameux: Add stub of IGameExplorer implementation.
2010-07-28  Mariusz Plucińskigameux: Add gameux.dll library stub.