Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / samples / dnd / dnd.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-01  Paul Cornettremove colour/pen/brush arguments which are the default...
2012-07-20  Vadim ZeitlinUse text/uri-list instead of x-moz-url in wxGTK wxURLDa...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2009-08-11  Vadim ZeitlinCompilation fix after wxFlexGridSizer ctors change.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-06-01  Vadim Zeitlinfix compilation with wxUSE_DRAG_AND_DROP==0 (as in...
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2007-09-08  Vadim Zeitlinadded wxDirCtrl to the sample to allow testing of the...
2007-03-31  Vadim Zeitlinadded a menu command to switch between clipboard and...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-10-30  Vadim Zeitlinno changes, just removed commented out code
2006-08-13  Vadim Zeitlinremove extraneous commas and semicolons (patch 1537792)
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-01-21  Mart RaudseppLets have a close box for the DnDShapeDialog in the...
2005-10-17  Michael WetherellRevert accidental change
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-08-23  Michael WetherellCompilation fix for wxUSE_DRAG_AND_DROP=0
2005-08-19  Michael WetherellFix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-12-19  Vadim Zeitlinuse standard icon under Unix as well
2004-12-19  Vadim Zeitlinuse standard icon; minor layout fixes
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-21  Włodzimierz SkibawxUSE_LOG fixes and sizer adjustements related to posit...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-05  Mattia Barbon Warning fixes.
2004-05-25  Julian SmartMore name changes
2004-04-06  Dimitri Schoolwerthapplied patch #929947: "Various cleaning of warnings...
2004-02-29  Mattia Barbon The DND sample shows both clipboard and drag'n'drop...
2004-02-28  Václav Slavíkapplied patch to remove use of deprecated constraints API
2003-09-12  Julian SmartApplied patch [ 804995 ] compatibility of dnd sample...
2003-09-11  Julian SmartAdded new image for dnd sample
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2003-06-07  Vadim Zeitlinprintf() format warrning fix
2003-03-31  Julian SmartMore deprecated class mods
2002-12-13  Mattia Barbon Make some of the samples compile in Unicode mode.
2002-08-02  Mattia BarbonPatch [ 584078 ] Misc samples fixes from Dimitri School...
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-28  Vadim Zeitlinadded a (commented out) example of how to force the...
2002-04-28  Vadim Zeitlinremoved a wxPaintDC::Clear() fatal to wxGTK
2002-04-01  Julian SmartAdded FloodFill patch for samples
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2001-12-31  Stefan CsomorwxMAC added
2001-12-09  Vadim Zeitlinrefresh the window when the size changed
2001-12-02  Vadim Zeitlinfixed bad choice of accel keys
2001-11-22  Mattia BarbonUnicode compilation fixed for almost all samples
2001-10-26  Robin DunnAdded wxDragLink
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-22  Robert Roebling Various makefile corrections,
2000-01-14  Vadim Zeitlin1. some warnings fixed in forty
2000-01-07  Vadim Zeitlindemo of clipboard support for metafiles (which still...
1999-11-26  Robert Roebling Minor changes.
1999-11-18  Vadim ZeitlinwxGTK pastes text from rxvt again
1999-11-11  Robert Roebling Fixed optical bug in wxListCtrl,
1999-11-11  Vadim Zeitlin1. wxStaticBox doesn't draw over the underlying control...
1999-11-06  Vadim Zeitlin1. more corrections to file dnd (works with testdnd...
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-03  Vadim Zeitlinsmall corrections for dnd code and added wxFileDataObje...
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-24  Vadim ZeitlinwxDropSource now has 3 custom cursors for copy/move...
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  Julian SmartBC++ fixes.
1999-10-21  Vadim Zeitlinfound the double deltion bug - now it seems to work...
1999-10-21  Robert Roebling wxSlider should now display int values,
1999-10-21  Vadim Zeitlinupdated the makefile to copy dnd.wxr so that the progra...
1999-10-21  Vadim Zeitlinsome compilation warnings/errors fixed (still doesn...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-19  Robert Roebling Changed two conflicting defines in defs.h
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-11  Robert Roebling Added wxMenu::Delete() and fixed some menu deleted...
1999-10-04  Vadim Zeitlinuse BMPs and npt PNGs under MSW
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-08-05  Robert Roebling Applied patch for stipppled brushes,
1999-07-26  Ove KaavenMore _T()... trying to get to that clipboard sample
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-10  Vadim ZeitlinDnD sample compiles and works
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-12  Robert Roebling wxDropTarget starts to work
1999-04-06  Robert Roebling Chnaged text id for clipboard to "text/plain"
1999-02-09  Robert Roebling custom icons for DnD
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-04  Julian SmartSome warnings removed.
1999-01-26  Robert Roebling A few resize bugs removed
1999-01-24  Julian SmartRenamed .nt makefiles to .vc and factored them out...
1999-01-24  Robert Roebling Small doc corrections
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
next