replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / common / dobjcmn.cpp
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-07-21  Vadim Zeitlinavoid unnecessary conversions in wxTextDataObject code...
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-04-15  Robin DunnGive wxDataObjectComposite a way to report what kind...
2006-03-30  Robert Roebling Use memcpy instead of strcpy.
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-23  David Surovellfixed compilation issue in prior checkin
2006-03-22  David Surovellcleanup - reformatting
2005-10-09  Vadim Zeitlinblind compilation fix for CW 8.3 in Unicode build
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-22  Stefan Csomoradapting text object data handling along the GTK2 lines
2005-07-17  Kevin HockAdded null checks to wxTextObjectData::GetDataHere...
2005-06-08  Stefan CsomorUniChar being platform endian
2004-11-22  Vadim Zeitlin(blind) fix for GTK2/Unicode crashes when copying text...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-28  Stefan Csomorcorrecting unicode data conversion
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-15  Stefan Csomorunicode conversion support for dataobjects
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-04-28  Chris Elliottupdate to make digitalmars compile/link libraries
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-08-15  Robert Roebling wxTextDataObject should convert to and
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2001-12-03  Vadim Zeitlinfixed mem leak in wxDataObjectComposite
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-03-08  Vadim Zeitlinwarning in wxCustomDataObject::Free fix (I hope)
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-10  Guillermo Rodrigue... Fixed from Mumit Khan to allow DLL compilation for...
1999-11-06  Vadim Zeitlincompile fix for VC++ 5
1999-11-03  Vadim Zeitlinreadded clipboard support to richedit sample and fixed...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-23  Robin DunnAdded missing constructor for wxCustomDataObject so...
1999-10-22  Vadim ZeitlinwxChoice and wxListBox GTK+ changes (wxChoice works...
1999-10-22  Robert Roebling Compile fix for wxDataFormat cast,
1999-10-22  Julian SmartBC++ fixes.
1999-10-22  Vadim Zeitlinanother BC++ fix
1999-10-22  Vadim Zeitlinattempt to fix BC++ compilation
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-21  Vadim Zeitlinadded dobjcmn.cpp