remove unnecessary GTK declarations from defs.h, move things only used once to the...
[wxWidgets.git] / include / wx / gtk / dnd.h
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-11-15  Robert RoeblingDo earlier and better checking for matching actions...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-21  Robert RoeblingGive GTK specific (but public) methods a Gtk prefix
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-03  Vadim Zeitlinhandle failure of gtk_drag_begin() (which can happen...
2006-08-30  Paul Cornettheader includes cleanup
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Vadim ZeitlinwxDropSource should have def ctor
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  Robert Roebling Added wxDropSource::GiveFeedBack().
1999-10-21  Vadim ZeitlinwxMotif compilation fixes for wxDataObject and PROCESS_...
1999-10-21  Vadim ZeitlinOnEnter/OnDragOver API update (compiles, links, somewha...
1999-10-21  Robert Roebling More DnD.
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-19  Robert Roebling Further DnD changes. Untested.
1999-10-19  Robert Roebling Changed two conflicting defines in defs.h
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-20  Robert Roebling little doc updates
1999-04-14  Ove Kaavenchar -> wxChar
1999-04-13  Robert Roebling Drag'n'Drop works in a basic form
1999-04-13  Robert Roebling Drag works.
1999-04-12  Robert Roebling wxDropTarget starts to work
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-02-09  Robert Roebling custom icons for DnD
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-14  Robert Roebling Added wxPrivateDropTarget
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-11-24  Robert Roebling GTK's dnd is broken, not mine
1998-11-02  Robert Roebling DnD fixes
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-28  Robert Roebling DnD
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-08  Robert Roebling Added wxDC:DrawPolygone
1998-07-27  Robert Roeblingwarning msgs
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision