replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / msw / ole / dataobj.cpp
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2007-10-30  Vadim Zeitlindon't set CF_TEXT data in wxURLDataObject in Unicode...
2007-09-14  Vadim Zeitlinfix unused parameter warning
2007-09-13  Vadim Zeitlinremove the drag-and-drop compatibility hack for extract...
2007-09-08  Vadim Zeitlinfix file names format in wxFileDataObject::GetDataHere...
2007-09-08  Vadim Zeitlindon't pass garbage to SetData() in wxURLDataObject...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-01-21  Robin DunnReturn an empty string from wxDataFormat::GetId if...
2006-11-12  Julian SmartWine fixes
2006-10-30  Vadim Zeitlincompilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPAT...
2006-10-30  Robert Roebling Compilo.
2006-10-29  Vadim Zeitlindon't use Unicode filenames under Win9x, even with...
2006-09-04  Michael WetherellHacks for wine.
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-02-12  Michael WetherellSome compilers don't define SIZE_T (e.g. dmc) so use...
2006-02-09  Vadim Zeitlindon't put the size of the data with the data itself...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-10  Vadim Zeitlinunused param warning with wxUSE_OLE=0
2004-08-20  Włodzimierz SkibaRemoved obsolete (Open) Watcom conditions.
2004-08-03  Włodzimierz SkibaWinCE warning fixes.
2004-05-29  Robin DunnTake character size into account when calculating buffe...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-09  Vadim Zeitlinfixed wxFileDataObject in Unicode build
2004-04-04  Vadim Zeitlinenable wxDIB for Windows CE
2004-04-03  Václav SlavíkWinCE compilation fixes (is this correct?)
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2003-09-12  Julian SmartApplied patch [ 804570 ] hidden function in src/msw...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-09  Vadim Zeitlinimplement support for returning several elements at...
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-05-07  Chris Elliottupdate for digital mars - resolve externals in shell...
2003-04-24  Chris Elliottupdate to make digitalmars compile/link html\test sample
2003-04-06  Vadim Zeitlinfix bug with not accepting write-only formats in d&d
2003-03-23  Vadim Zeitlingot rid of more duplicated code for working with DIBs
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
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
next