user: Fix SPI_{G|S}ETFONTSMOOTHING with tests.
[wine] / dlls / user / comm16.c
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-01-11  Andreas MohrRead/write completion functions get Windows error codes...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-30  Mike McCormackUse Heap functions instead of malloc/free.
2004-04-07  Alexandre JulliardFixed a couple of header files ordering issues.
2004-03-19  Alexandre JulliardGet rid of the registry lookups, rely entirely on the...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-08  Alexandre JulliardLookup COM/LPT devices in the registry when they are...
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Mike McCormack- Don't use event flags with ReadFileEx and WriteFileEx.
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-13  Mike McCormackOnly RTS_CONTROL_HANDSHAKE should set CRTSCTS.
2001-11-23  Mike McCormackCheck for completed overlappeds in ReadComm16 to solve...
2001-11-08  Mike McCormackFind out how much data is available when calling ReadFi...
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-08-22  Dmitry TimoshkovReplaced PROFILE_ functions by RegQueryValueExA.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.