Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / clipbrd.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim ZeitlinwxGTK1 compilation fixes
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-01-11  Vadim Zeitlinsuppress spurious error message when copying from clipb...
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-15  Stefan NeisReplaced "uint" (which may be or may not be defined...
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-15  Mart RaudseppCompile fix. Seems to work too, at quick glance.
2006-03-15  Mart RaudseppICCCM says that the TIMESTAMP atom is required, so...
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-16  Robert Roebling Applied GTK clipboard end of string patch.
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-06-10  Václav Slavíkfixed pasting of Unicode strings
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-12-11  Julian SmartApplied patch [ 818941 ] Initialize vars and clear...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-02-04  Robert Roebling Applied thread wakeup patch.
2001-12-18  Vadim Zeitlinfix for using wxDataObjectComposite with the clipboard
2001-04-02  Vadim Zeitlinmerged wxLogDebug -> wxLogTrace change from 2.2 branch
2000-01-03  Ove KaavenUnicode fixes
1999-11-26  Robert Roebling Minor changes.
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-18  Vadim ZeitlinwxGTK pastes text from rxvt again
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-09  Robert Roebling Removed Vadim's surplus code in clipboard.
1999-11-08  Vadim ZeitlinwxDataObjectComposite/Custom seem to work
1999-11-08  Vadim Zeitlinpasting text from xterm works, finally
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-24  Robert Roebling Small distrib changes,
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-21  Vadim Zeitlincompilation fixes for old gcc
1999-10-21  Robert Roebling A bit more or multi-format clipboard.
1999-10-21  Vadim ZeitlinwxClipboard::IsOpened() and wxCLipboardLocker helper...
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-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-07-30  Robert Roebling Doc corrections,
1999-06-10  Robert Roebling Corrected byte swapping macros.
1999-06-10  Karsten BallüderAttempt to add primary selection support, but doesn...
1999-05-31  Robert Roebling Tried to find thread/clipboard problem cause...
1999-05-16  Karsten BallüderMinor fix for wxDF_PRIVATE, but doesn't work yet.
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-04-12  Robert Roebling clipboards tests
1999-04-09  Robert Roebling Here it comes:
1999-04-06  Robert Roebling Changed clipboard text format id from "STRING" to...
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-31  Robert Roebling Added debug code to clipbard
1999-02-07  Vadim ZeitlinGetData() now takes a pointer and not a reference,...
1999-01-28  Robert Roebling Removed wxNullRegion
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-18  Robert Roebling wxClipboard now serves the primary selection as well
1998-12-15  Robert Roebling A bit more DnD and clipbrd updates
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-12-10  Robert Roebling Moved image code
1998-12-09  Robert Roebling Clipboard update
1998-12-08  Robert Roebling DnD updates
1998-11-24  Robert Roebling Big fix for GTK 1.1.5
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-11-02  Robert Roebling DnD fixes