]> git.saurik.com Git - wxWidgets.git/history - src/msw/ole/dataobj.cpp
Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol)
[wxWidgets.git] / src / msw / ole / dataobj.cpp
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-27  Mattia Barbon Use wxWcslen instead of wcslen.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Julian SmartAdded a note about bug in Mingw32 headers.
2002-08-30  Julian SmartMods for Wine compilation
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-07-09  Vadim Zeitlinautomatically initialize m_cRef to 0 (patch 575011...
2002-03-27  Vadim Zeitlinfixed data format cast (patch 528965)
2002-03-13  Robin DunnSome fixes for wxURLDataObject when wxUSE_UNICODE==1
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2001-11-30  Julian SmartFixed bug in wxConvertDIBToBitmap (contributed)
2001-10-26  Robin DunnAdded wxDragLink
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-09-01  Václav Slavíkcompilation fix for mingw
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2001-08-15  Vadim Zeitlintraces of my debugging session, no real changes
2001-07-03  Julian SmartMSW fixes; added wxUSE_XPM to wxUniv's setup.h so now...
2001-06-29  Julian SmartFurther wxUniv fixes
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-02-14  Robin DunnFixed bug that was giving the wrong size of wxCustomDat...
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartSome C++Builder fixes
2000-03-13  Guillermo Rodrigue... Fixed a harmless warning about $d in sprintf and long...
2000-03-08  Vadim Zeitlin(blind) gcc fixes
2000-02-11  Julian SmartSome BC++ 5.4 fixes
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-07  Vadim Zeitlinattempts at providing clipboard/dnd support for metafil...
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-03  Vadim Zeitlinsmall corrections for dnd code and added wxFileDataObje...
1999-11-02  Julian SmartSmall compile fixes
1999-11-02  Vadim ZeitlinUnicode fixes
1999-11-02  Vadim Zeitlinadditions for wxFileDataObject from Ricky Gonzales...
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