1. wxDropTarget::OnData() returns wxDragResult now, not bool
[wxWidgets.git] / src / gtk / clipbrd.cpp
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