x11drv: Ignore X errors caused by windows being created or deleted.
[wine] / dlls / x11drv / clipboard.c
2006-02-22  Kevin Koltzaux11drv: Fix 64bit warning.
2006-01-20  Vitaliy Margolenx11drv: Prevent NULL dereference in SelectionRequest...
2005-11-01  Ulrich CzekallaImprove handling of mapping between X and Windows formats.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-08-12  Mike McCormackFix some gcc 4.0 warnings.
2005-07-24  Stefan HuehnerFix missing-declarations warnings.
2005-07-18  Alexandre JulliardFixed a few prototypes in the USER driver.
2005-05-12  Dmitry TimoshkovDo not pass an invalid target buffer info to WideCharTo...
2005-04-21  Alexandre JulliardMoved the UsePrimary config parameter to the x11drv...
2005-04-18  Eric PouechCorrectness for const pointer casts.
2005-04-13  Dimitrie O. PaunRemove the need for the non-standard (Close|Delete...
2005-03-28  Alexandre JulliardMerged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Ron JensenAvoid bad visual errors in thread_selection_wnd().
2005-03-14  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-01  Ulrich CzekallaIf unexpected condition occurs just report an error.
2005-02-26  Alexandre JulliardUse a table of handlers to dispatch X events and get...
2005-02-25  Alexandre JulliardMoved clipboard event handling functions and some priva...
2005-01-17  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-11  Jacek CabanGet rid of W->A calls.
2005-01-04  Ulrich CzekallaAlways clearAllSelections since not clearing CLIPBOARD...
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.