Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / dataobj.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-30  Robin DunnA patch adding wxHTMLDataObject which can be used for...
2010-02-04  Vadim ZeitlinMake wxDataObjectComposite::GetObject() public.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-18  Robin DunnUse UTF16 for text data object on Mac. Fixes #10902
2009-03-07  Robert RoeblingwxMac requires UTF-8 for wxTextDataoObject
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-31  Robert RoeblingFixes #10437 (wxDataObjectComposite::Add may add object...
2008-07-21  Vadim Zeitlinavoid unnecessary conversions in wxTextDataObject code...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-01  Robert RoeblingImplemented wxURLDataObject for wxGTK using text/x...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-04-15  Robin DunnGive wxDataObjectComposite a way to report what kind...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-23  Michael WetherellFix for gtk1 separation
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
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-28  David ElliottwxCocoa: Include new platform-specific headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-08  Mattia Barbon Compilation fix.
2003-06-07  David ElliottAdded #if wxUSE_DATAOBJ guard around header
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-02-23  Robert Roebling Implemented a simple modality under X11.
2002-02-08  Julian SmartNow compiling
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2001-12-03  Vadim Zeitlinfixed mem leak in wxDataObjectComposite
2001-10-26  Robin DunnAdded wxDragLink
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-10  Guillermo Rodrigue... Fixes from Mumit Khan to allow DLL compilation; most...
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-09  Stefan Csomormac adaptions
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-22  Vadim ZeitlinMSW compilation fixes (untested)
1999-10-22  Julian SmartBC++ fixes.
1999-10-22  Vadim Zeitlinattempt to fix BC++ compilation
1999-10-22  David Webster*** empty log message ***
1999-10-21  David WebsterVA fussy compiler fix (must qualify any reference to...
1999-10-21  Vadim ZeitlinwxMotif compilation fixes for wxDataObject and PROCESS_...
1999-10-21  Vadim Zeitlinand some more WXUNUSED() added
1999-10-21  Vadim Zeitlinsome WXUNUSED() added
1999-10-21  Robert Roebling Made wxGTK compile and link again. Broke wxMSW a...
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-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-12  David WebsterMore OS/2 stuff
1999-08-02  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-07-25  Robert Roebling Distrib things
1999-06-23  Robert Roebling Motif compile fixes
1999-06-20  Vadim Zeitlinlink problem in release build fixed
1999-06-08  Robert Roebling Compile fixes.
1999-06-07  Robin DunnSince wxPrivateDataObject doesn't derive from wxObject...
1999-05-29  Vadim Zeitlincompilation fixed
1999-05-27  Vadim Zeitlin1. wxDataObject compilation fixes (can't test if it...
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code