Moved mciavi32 to the top-level dlls directory.
[wine] / dlls / winmm / time.c
2005-08-23  Rémi AssaillyMoved mciavi32 to the top-level dlls directory.
2005-05-06  Robert ReifChange FIXME to WARN.
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-04-23  Robert ReifSet thread priority for timer thread.
2005-03-11  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-02-14  Robert ReifAdded parameter checking to timeGetDevCaps.
2004-11-02  Jeremy WhiteThe Sleep(0) in this loop is incorrect, and should...
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-01-12  Eric Pouech- implemented TIME_KILL_SYCHRONOUS timer flags
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-02  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-10-29  Eric Pouech- let all time related functions make use of low level...
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-24  Andreas MohrSpelling fixes.
2001-01-13  Ove KaavenRemove multimedia timers from the service thread, use...
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-05-10  Alexandre JulliardSpecify the service thread timers in ms instead of us.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-04  Eric PouechPut back visible minimum timer resolution to 1 ms.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.