undisable many warnings for VC++ in defs.h and fixed several thousands of them in...
[wxWidgets.git] / include / wx / dnd.h
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2001-10-26  Robin DunnAdded wxDragLink
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-24  Vadim ZeitlinwxDropSource now has 3 custom cursors for copy/move...
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  David Webster*** empty log message ***
1999-10-21  Vadim ZeitlinOnEnter/OnDragOver API update (compiles, links, somewha...
1999-10-21  Robert Roebling More DnD.
1999-10-21  Robert Roebling Made wxGTK compile and link again. Broke wxMSW a...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-21  Vadim ZeitlinwxDataObejct and related changes (won't compile right...
1999-07-28  David Webster*** empty log message ***
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-06-13  Julian SmartCorrected dataobj.h/.cpp, corrected listbox to use...
1998-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-05-20  Karsten BallüderInitial revision