Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / tipwin.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-10-29  Vadim ZeitlinAvoid double destruction of wxTipWindow under wxOSX.
2012-03-08  Paul Cornettfix incorrect tests of wxUSE_ macros
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-03-17  Paul Cornettfix a huge number of build errors
2006-11-04  Vadim Zeitlincapture mouse to be notified when it exists the popup...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-04-20  Mart RaudseppTypo fixes (precompilatixon)
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
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
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Vadim Zeitlinallow wxPopupWindow get the key events (patch 713269)
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-01-22  Vadim Zeitlinuse standard colours in all ports
2002-01-19  Vadim Zeitlinadded the possibility to hide the tip window automatica...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-02  Robin DunnwxTipWindow can now derived from wxFrame if not wxUSE_P...
2001-12-01  Vadim Zeitlinfixed compilation after wxTipWindow base class change...
2001-11-30  Robin DunnForgot to take the unneeded code out
2001-11-30  Robin DunnwxTipWindow is now a wxPopupTransientWindow instead...
2001-10-19  Robin DunnUse the black pen for the border on Windows now too.
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-03-22  Julian SmartFix for tip disappearing immediately under MSW
2001-02-22  Julian SmartAttempted to improve tip window behaviour, but kill...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-10-02  David WebsterOS/2 Statusbar fixes, and class interface updates
2000-09-11  Julian SmartCorrected typo
2000-09-11  Julian SmartwxHelpProvider now cleans itself up. wxTipWindow doesn't
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider