Don't define BEGIN_INTERFACE in unknwn.h.
[wine] / dlls / x11drv / clipboard.c
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-08  Ulrich CzekallaIf the selection owner doesn't understand TARGETS,...
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-05-06  Ulrich CzekallaAllow applications, under certain conditions, to set...
2004-04-05  Rein KlazesDo not crash if the clipboard format is unknown.
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-02-19  Ulrich CzekallaAdvance index as we set the atom values.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-08  Ulrich CzekallaAdd option to use the primary selection in addition...
2003-12-30  Sami AarioFixed a typo.
2003-12-05  Alexandre JulliardGet rid of clipboard.h.
2003-12-04  Alexandre JulliardPortability fixes.
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardDelay the creation of the X atoms until we really need...
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-07-08  Ulrich CzekallaFixed handling of synthesized data.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-08-27  Ulrich Czekalla- Add a max wait time for selection notifies.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-04-30  Alexandre JulliardMoved remaining files in windows/x11drv to dlls/x11drv.