Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk1 / dataobj.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-15  Mart RaudseppDon't leak a gchar* in wxDataFormat::GetId()
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2006-01-14  Mart RaudseppRemove stray whitespaces
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-25  Mart Raudsepp#if wxUSE_DATAOBJ guard src/gtk/dataobj.cpp
2004-10-28  Ryan NortonUse proper wxURI unescape instead of old way
2004-10-21  Vadim Zeitlincompilation fix after last checkin (missing header)
2004-10-20  Vadim Zeitlindecode URIs in wxFileDataObject::SetData(); fixes probl...
2004-06-10  Václav Slavíkdon't confuse wxDF_UNICODETEXT and wxDF_TEXT
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-30  Vadim Zeitlincompilation fix (missing wx/log.h include)
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-15  Robert Roebling Further UNicode fixes.
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-03  Václav Slavíkremoved implicit dependency on wxPNGHandler from wxGTK...
1999-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-12-01  Robert Roebling Disabling PNG, TIFF and JPEG works now.
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-06  Vadim Zeitlin1. more corrections to file dnd (works with testdnd...
1999-11-06  Vadim ZeitlinwxFileDataObject supports GNOME file dnd now
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-10-22  Vadim ZeitlinwxDataFormat default ctor doesn't crash for global...
1999-10-21  Robert Roebling Made wxGTK compile and link again. Broke wxMSW a...
1999-10-21  Vadim ZeitlinwxDataObejct and related changes (won't compile right...
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-05-27  Vadim Zeitlin1. warning in wxDataObject 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-04-28  Robert Roebling Added configure patch for DEC
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-22  Ove KaavenUnicode fix.
1999-04-20  Robert Roebling little doc updates
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-04-09  Robert Roebling Here it comes:
1999-04-06  Robert Roebling Chnaged text id for clipboard to "text/plain"
1999-04-06  Robert Roebling Changed clipboard text format id from "STRING" to...
1999-01-24  Julian SmartMade wxGTK dataobj.cpp compile; removed flashing from...
1999-01-22  Robert Roebling iODBC v2.5
1999-01-20  Vadim Zeitlincompilation fix (wxFAIL() must have a ';')
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-14  Robert Roebling Added wxPrivateDropTarget
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code