1. wxDropTarget::OnData() returns wxDragResult now, not bool
[wxWidgets.git] / src / msw / ole / dataobj.cpp
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-23  Julian SmartBC++ and Watcom C++ makefile and source fixes
1999-10-22  Vadim ZeitlinMSW compilation fixes (untested)
1999-10-22  Julian SmartMore broken code corrections; broken Latex file correct...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-20  Robin Dunnfixed compile error for FINAL=1
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
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-07  Vadim Zeitlinsome fixes after global _T() => T() change
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>
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-13  Julian Smart*** empty log message ***
1998-11-24  Vadim Zeitlin1. new wxList code
1998-07-28  Julian SmartChanged files to work with wxDataFormat
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-06-13  Julian SmartCorrected dataobj.h/.cpp, corrected listbox to use...
1998-05-27  Vadim ZeitlinwxDataObject and wxDropSource implementations