shell32: Indentation fix.
[wine] / dlls / dplayx / dplay.c
2012-10-30  André Hentscheldplayx: Reorder some code to avoid memory leak (coverity).
2012-08-27  Michael Stefaniucdplayx: Avoid TRUE:FALSE conditional expressions.
2012-05-14  Francois Gougetdplayx: Use a proper plural for the repliesExpected...
2011-11-07  Andrew Talbotdplayx: Remove extraneous braces from switch statement.
2011-07-05  Frédéric Delanoydplayx: Remove dead code (Clang).
2009-05-18  Francois Gougetdplayx: cbDelete{Groups,Player}Elem() are unused so...
2009-01-16  Michael Stefaniucdplayx: Remove superfluous pointer casts.
2008-12-01  Alexandre Julliarddplayx: Remove some unused functions.
2008-12-01  Francois Gougetdplay: Remove WINAPI on static functions where not...
2008-10-08  Michael Stefaniucdplayx: Use SUCCEEDED instead of !FAILED.
2008-09-10  Kai Blindplayx: Fix possible NULL pointer dereference (Coverity).
2008-08-20  Ismael Barrosdplayx: Tests for checking the behaviour of groups...
2008-08-20  Ismael Barrosdplayx: Tests for EnumGroupsInGroup.
2008-08-20  Ismael Barrosdplayx: Tests for CreateGroup.
2008-08-04  Ismael Barrosdplayx: Tests for Get/SetPlayerName.
2008-08-04  Ismael Barrosdplayx: Tests for Get/SetPlayerData.
2008-08-04  Ismael Barrosdplayx: Tests for CreatePlayer.
2008-08-04  Ismael Barrosdplayx: Tests for EnumSessions.
2008-08-04  Ismael Barrosdplayx: Tests for Open.
2008-08-01  Ismael Barrosdplayx: Tests for GetCaps.
2008-08-01  Ismael Barrosdplayx: Tests for InitializeConnection.
2008-08-01  Ismael Barrosdplayx: Tests for EnumConnections.
2008-08-01  Ismael Barrosdplayx: Tests for DirectPlayCreate.
2008-08-01  Ismael Barrosdplayx: Fix the definition of DirectPlayCreate.
2008-07-23  Ismael Barrosdplayx: Moved dplaysp.h to include/wine.
2008-05-22  Andrew Talbotdplayx: Remove unneeded "extern" from function definitions.
2008-04-17  Andrew Talbotdplayx: Remove unused variables.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-29  Andrew Talbotdplayx: Assign to structs instead of using CopyMemory.
2008-02-27  Andrew Talbotdplayx: Assign to struct instead of using memcpy.
2008-02-21  Rob Shearmandplayx: Fix incorrect check in DirectPlay3AImpl_EnumCon...
2007-12-11  Andrew Talbotdplayx: Remove unneeded casts.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-09-24  Andrew Talbotdplayx: Fix some memory leaks.
2007-09-11  Lionel Debrouxdplayx: Fixed memory leak in dplay.c (found by Smatch).
2007-04-27  Andrew Talbotdplayx: Constify some variables.
2007-04-03  Alessandro Pignottidplayx: Implement proper interface locking for DP_EnumS...
2007-03-26  Alessandro Pignottidplayx: Fixes the order of GUID initialization and...
2007-03-21  Alessandro Pignottidplayx: Check for null pointer dereference in DP_FindPl...
2007-03-16  Alessandro Pignottidplayx: DirectPlay should keep track of the user count.
2007-03-08  Jan Zerebeckidplayx: Add DebugInfo to critical sections.
2007-03-01  Alessandro Pignottidplay: Directplay should initialize session Guid, with...
2006-12-06  Detlef Riekenbergdplayx: Display requested provider.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniucdplayx: Win64 printf format warning fixes.
2006-09-10  Andrew Talbotdplayx: Cast-qual warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-23  Lionel UlmerRewrite DirectPlayEnumerateA and add W version at the...
2005-04-19  Francois GougetDPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-12  Marcus MeissnerMove definitions of static vtables from header to dplay.c.
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2003-12-30  Sami AarioFix some return values of dplayx API calls.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-27  Dimitrie O. PaunMerge documentation/status/directplay into the code.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Francois GougetSpelling fixes.
2003-04-16  Sylvain Petreolle- Fix DirectPlayEnumerateA exit code.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-10-23  Michael StefaniucCompile the dplayx dll with STRICT defined.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-20  Andreas MohrSpelling stuff.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-04-12  Peter Hunnisett- Provide lobby provider COM object header file and...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-12  Francois GougetFix typos in comments.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-10-19  Peter Hunnisett- Add proper message reply mechanism and sp player...
2000-09-26  Peter Hunnisett- Remove winmm hack in dplay code
2000-08-29  Peter Hunnisett- More implementation
2000-08-25  Peter Hunnisett- Implemented loading and initialization of service...
2000-07-10  Peter Hunnisett- Make ref counting a little more efficient
2000-06-07  Peter Hunnisett- Small update to documentation
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-30  Peter Hunnisett- Added a little more dll level debugging and small...
2000-05-26  Peter HunnisettStarted local name server framework.
next