Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / ole / dropsrc.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-11-26  Vadim Zeitlinmade wxTreeTraversal and wxIDropSources dtors virtual...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-08-16  Włodzimierz SkibaTRUE/true, FALSE/false, whitespace cleaning.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-07-09  Vadim Zeitlinautomatically initialize m_cRef to 0 (patch 575011...
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-02-08  Ron LeeMore mostly cross compiling related mods..
1999-10-24  Vadim ZeitlinwxDropSource now has 3 custom cursors for copy/move...
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-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-09  J. Russell SmythChanges to allow OLE to compile under mingw32/gcc-2.95
1999-06-14  Ove KaavenSome more Unicode changes.
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-02-04  Julian SmartFixed compilation for when not including <windows.h>
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
1998-08-04  Julian SmartSmall fixes
1998-06-22  Vadim ZeitlinwxCHECK change
1998-05-27  Vadim ZeitlinwxDataObject and wxDropSource implementations