The rounded corners look really dumb at this size.
[wxWidgets.git] / src / gtk / clipbrd.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-15  Vadim ZeitlinDon't connect to the same signal multiple times in...
2012-07-20  Vadim ZeitlinUse proper format in wxGTK clipboard selection handler.
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2011-10-18  Vadim ZeitlinCorrect the direction passed to wxDataObject in wxGTK...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-18  Vadim ZeitlinFix exporting clipboard data to primary selection in...
2011-01-03  Paul Cornettbuild fix for wxUSE_CONSOLE_EVENTLOOP==0
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-03-12  Vadim ZeitlinCorrect query for formats supported by wxDataObject...
2010-03-01  Vadim ZeitlinFix crash when accessing clipboard before entering...
2009-07-25  Vadim ZeitlinClear targets in wxClipboard::Clear().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Vadim ZeitlinPCH-less compilation fix
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2008-12-23  Robert RoeblingDon't allow concurrent requests, check return message...
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-21  Robert RoeblingForgot to commit
2008-10-17  Vadim Zeitlinhandle error in GetDataSize()
2008-07-21  Vadim Zeitlindon't call gtk_selection_data_set_text() with non-UTF...
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-08-15  Vadim Zeitlinfix wrong clear selection (modified patch 1763916)
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-03  Vadim Zeitlinremoved unnecessary checks for m_clipboard/targetsWidge...
2007-04-01  Vadim Zeitlinavoid asserts when the cipboard is acquired by another...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-31  Vadim Zeitlindecouple primary selection handling from clipboard...
2007-03-31  Vadim Zeitlinsimplified the code by using new wxClipboardSync class...
2007-01-11  Vadim Zeitlinsuppress spurious error message when copying from clipb...
2006-12-07  Paul Cornettremove redundant test
2006-12-05  Vadim Zeitlinuse #define instead of static const to avoid warnings...
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-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here either...
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-15  Mart RaudseppUse wxGtkString here to clean up code, and not leak...
2006-03-15  Mart RaudseppICCCM says that the TIMESTAMP atom is required, so...
2006-02-24  Mart RaudseppTest commit
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
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
next