Moved server.h to include/wine.
[wine] / dlls / dplayx /
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-18  Francois GougetSpelling typos.
2001-04-16  Ove KaavenAdd version resource to dplayx.dll, versioned to Direct...
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 GougetChange the callback declarations to a safer format.
2001-02-12  Francois GougetFix typos in comments.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2001-01-02  François GougetRemoved an '#ifdef STRICT'.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-15  François GougetRemoved the declspec specifier.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
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-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-19  Peter Hunnisett- Add proper message reply mechanism and sp player...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Peter Hunnisett- Remove winmm hack in dplay code
2000-09-04  Patrik StridvallFixed some issues found by winapi_check.
2000-08-29  Peter Hunnisett- More implementation
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-25  Peter Hunnisett- Implemented loading and initialization of service...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-10  Peter Hunnisett- Make ref counting a little more efficient
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
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.
2000-05-23  Peter Hunnisett- Small fixes/updates
2000-04-29  Patrik StridvallFixed issues reported by winapi_check.
2000-04-24  Patrik StridvallFixed issues found by winapi_check.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-12  Peter Hunnisett- Make registry usage a little more correct and modern
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-29  Andreas Mohr- add some documentation items
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-12  Peter HunnisettFix problem with initialization (reported by Andreas...
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-20  Peter HunnisettFixed ordinal numbering and added new spec stub.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-25  Peter Hunnisett- Added global data mutual exclusion
1999-11-04  Peter Hunnisett- Added dplayx LibMain for initialization of all dplayx...
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-25  Francois GougetAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that...
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...