Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / dlls / msvideo /
2003-01-23  Waldeck SchutzerFixed initialization of szDevice in ICINFO.
2003-01-21  Waldeck SchutzerFixed problems with finding and listing all the video
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Eric PouechFixed some nasty bugs in drawdib creation/deletion.
2002-12-15  Lionel UlmerFix bad logic in == NULL test.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-27  Alexandre JulliardAdded definitions for a couple of stub functions that...
2002-11-20  Eric PouechNo longer using Win32 API relative to 16 bit subsystem...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31  Eric PouechSplit between 16 / 32 bit code.
2002-10-23  Michael StefaniucCompile the msvideo dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-10  Michael GünnewigPrevent some segfaults in msrle32.
2002-10-08  Michael GünnewigImplemented the MS RLE video codec.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-29  Michael StefaniucConvert HPALETTE to a void*.
2002-08-26  Michael StefaniucMoved most of the 16-bit functions in dlls/msvideo...
2002-08-14  Mike McCormackCorrect the size of the colour map allocated in the...
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-11  Uwe BonnesMCIWndCreateA: check for NULL filename.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-10-28  Hidenori TakeshimaAdded stub for ICImageCompress.
2001-09-10  Patrik StridvallDocumentation fixes.
2001-08-18  Eric PouechStarted implementing the MCIWnd* functions.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-07-02  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-02-21  Alexandre JulliardRemoved some unnecessary ordinals.
2001-01-29  Marcus MeissnerAdded some more 16->32 mappings for ICM* messages.
2001-01-28  Marcus MeissnerImplemented VideoCapDriverDescAndVer.
2001-01-28  Eric PouechFixed a few oddities.
2001-01-28  Eric PouechAdded a bit more of flags handling in drawdib functions.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-13  Francois GougetWarning fix.
2001-01-03  Andreas MohrFixed bitmap size handling.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-18  Marcus MeissnerMapping for ICM_SETSTATE (ptr in lParam1 to private...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Eric PouechReturn values from DRV_ENABLE should not be checked.
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-29  Brian TeagueAdd a stub for the CAPS1 capability in GetDeviceCaps.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-08  Bradley BaetzImplemented a large number of the msvideo dll routines.
2000-06-23  Francois GougetMerged MCIWndCreate and MCIWndCreateA.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-18  Francois GougetAdded some missing prototypes.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
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-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
1999-10-13  Marcus MeissnerStub for VideoCapDriverDescAndVer.
1999-08-15  Ulrich WeigandAdapted to glue code generation changes.
1999-08-14  Mark G. AdamsAdded stub for DrawDibClose.
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/