]> git.saurik.com Git - wxWidgets.git/history - src/msw/ole/droptgt.cpp
Provide stand-in IDropTargetHelper definition to fix VC6 build.
[wxWidgets.git] / src / msw / ole / droptgt.cpp
2012-10-14  Vadim ZeitlinProvide stand-in IDropTargetHelper definition to fix...
2012-10-13  Vadim ZeitlinDisplay system-provided drag images during drag-and...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2008-06-28  Vadim Zeitlindon't call OnData() if OnEnter() rejected the drag...
2007-02-03  Vadim Zeitlinupdated comments after latest commit (Tim Kosse)
2007-01-15  Vadim Zeitlinhonour the drag effect supported by the drag source...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartOlly Betts' typo patch
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2004-08-16  Włodzimierz SkibaTRUE/true, FALSE/false, whitespace cleaning.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-12-27  Julian SmartCan't yet use RegisterDragDrop, RevokeDragDrop on eVC4
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-07-09  Vadim Zeitlinautomatically initialize m_cRef to 0 (patch 575011...
2001-10-26  Robin DunnAdded wxDragLink
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2001-08-15  Vadim Zeitlintraces of my debugging session, no real changes
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-05  Vadim Zeitlinapplied patch 430452 (mingw32 compilation fixes)
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-13  Vadim Zeitlinsuppress gcc warning about non virtual dtor
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-10-26  Vadim Zeitlin1. regenerated the makefiles to include menucmn.cpp
1999-10-26  David Webster*** empty log message ***
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  Vadim Zeitlinyet another BC++ fix
1999-10-22  Julian SmartModified Mingw32 makefiles to compile with Mingw32...
1999-10-21  Vadim ZeitlinOnEnter/OnDragOver API update (compiles, links, somewha...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-14  Ove KaavenSome more Unicode changes.
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-07-28  Julian SmartChanged files to work with wxDataFormat
1998-05-27  Vadim Zeitlincleaned code a bit
1998-05-20  Karsten Ballüdernow MSW stuff is complete