support for GTK3
[wxWidgets.git] / src / gtk / dnd.cpp
2012-06-30  Paul Cornettsupport for GTK3
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-08  Robert RoeblingUnregister configure callback,part of #12447: wxGTK...
2009-11-15  Robert RoeblingDo earlier and better checking for matching actions...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
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...
2008-03-01  Robert RoeblingImplemented wxURLDataObject for wxGTK using text/x...
2007-11-03  Vadim Zeitlinhandle failure of gtk_drag_begin() (which can happen...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-19  Paul CornettReorganize idle system code.
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-12-01  Jouk Jansen Committing in .
2006-11-15  Robert Roebling Check if DnD is started from a mouse event.
2006-11-14  Robert Roebling Fix X server hang in DND.
2006-09-19  Mart RaudseppFix a few warnings that appear with -Wextra (unused...
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
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-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-04  Mart Raudseppgdk_window_get_size -> gdk_drawable_get_size
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-09  Vadim Zeitlinremoved unused ifdef wxUSE_THREADS block (patch 1435521)
2006-02-03  Mart RaudseppGTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-09-28  Vadim ZeitlinwxGTK1 compilation fix after last commit
2005-09-25  Vadim Zeitlinfixed warnings about pointer to integer cast
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-05-31  Julian SmartReplaced embedded images
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-01-16  Robert Roebling Applied patch for correct feedback from DND
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
2002-08-30  Chris Elliottlost log.h fixed
2002-05-22  Vadim Zeitlinadded a check which should prevent the crash of bug...
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-04  Robert Roebling Applied thread wakeup patch.
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-11-02  Robin DunnwxDragLink for wxGTK
2001-08-03  Vadim Zeitlincompilation error fixed
2001-08-03  Vadim Zeitlinfailed attempt to change the default action for GTK...
2001-03-16  Vadim Zeitlinreplaced wxLogDebugs with wxLogTrace in dnd code -...
2000-11-24  Robert Roebling Made dnd reentrent safe as per stable tree.
2000-07-19  Ove KaavenThere's no gtk_widget_push_visual/pop_visual in gtk...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
1999-11-27  Robert Roebling Correction to DnD code.
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-06  Vadim ZeitlinwxFileDataObject supports GNOME file dnd now
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-11-04  Robert Roebling Window placement changes. Pure guessing.
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-11-01  Robert Roebling Small doc updates.
1999-10-29  Ove KaavenUnicode fixes
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-24  Robert Roebling Small distrib changes,
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  Robert Roebling Added wxDropSource::GiveFeedBack().
1999-10-22  Robert Roebling Compile fix for wxDataFormat cast,
1999-10-21  Vadim Zeitlinminor change: disable debug messages flood from OnDragOver
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-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-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-30  Robert Roebling Doc corrections,
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-04  Robert Roebling Added window resize patch to wxFrame
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-28  Robert Roebling Added configure patch for DEC
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-20  Robert Roebling little doc updates
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
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
next