Use wxDynamicCast() instead of IsKindOf() checks.
[wxWidgets.git] / src / msw / dragimag.cpp
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-02-15  Vadim ZeitlinMake wxDragImage ctors taking hot spot point really...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-05-27  Vadim ZeitlinFall back on using tree/list control item text in wxDra...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2007-05-10  Vadim Zeitlinreplaced more int/longs with wxCoord
2006-12-09  Paul Cornettunused variable
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.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-16  Julian SmartMobile 5 Smartphone fixes
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-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-07-19  Włodzimierz SkibaFixed typo.
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Vadim Zeitlinreplaced untyped hash with a typed one; 64 bit fixes...
2003-07-11  Julian SmartMore WinCE mods
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-30  Julian SmartMods for Wine compilation
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-07-02  Vadim Zeitlinchanged wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-04-11  Julian SmartMore fixes
2001-04-10  Julian SmartFixed some wxDragImage bugs
2001-04-10  Julian SmartCorrections
2001-04-10  Julian SmartImplemented Chuck Messenger's naming and simplification...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-26  Ove KaavenMore asserts and stuff
1999-07-20  Robert Roebling MingW32 compilation fixes all over
1999-04-08  Julian SmartAdded candidate wxDragImage implementation for wxMSW