The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / dragimgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-02-29  Vadim ZeitlinInitialize m_isShown correctly in wxGenericDragImage...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-01-16  Robert Roebling[ 1635287 ] wrong cursor when dragging an image
2007-11-05  Vadim Zeitlinundid an overeager WXUNUSED() which broke non-Mac compi...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-05-05  Robert Roebling Compilo.
2007-03-30  Vadim Zeitlinuse wxCHECK instead of wxASSERT to avoid use of NULL...
2006-10-25  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-10  Stefan Csomoradding overlay implementation for core graphics
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
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-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-07  Julian SmartVersion updates, manual date change, no change to dragi...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-10  Julian SmartFixed some wxDragImage bugs
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...