A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / msw / tooltip.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-04-05  Vadim ZeitlinFix handling of the main window of composite controls...
2012-04-05  Vadim ZeitlinNo real changes, just use clearer names for wxMSW wxToo...
2010-11-16  Vadim ZeitlinCorrect wxMSW wxToolTip behaviour for wxRadioBox items...
2010-11-07  Vadim ZeitlinUpdate all windows associated with the tooltip when...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-29  Julian SmartEnsure the tooltip has been created before enabling...
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
2009-03-06  Vadim Zeitlinno changes, just some minor cleanup
2009-03-06  Vadim Zeitlinonly set maximal tooltip width if it's greater than...
2009-03-01  Vadim Zeitlinadded const_cast<> to silence gcc warnings (see #10520)
2009-02-28  Vadim Zeitlinreset the tooltip text before changing it, this apparen...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2007-10-29  Vadim Zeitlindefine TTF_TRANSPARENT if it's absent from SDK headers
2007-10-29  Vadim Zeitlinuse TTF_TRANSPARENT to fix problem with flashing toolti...
2007-10-29  Vadim Zeitlinuse fixed TOOLINFO struct size instead of trying to...
2007-09-26  Vadim Zeitlinremove wxComboBox-specific hack, override DoSetToolTip...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-25  Robin DunnUse the width of the widest line (not the first line...
2006-07-24  Włodzimierz SkibaWarning fix, minor source cleaning and better !PCH...
2006-05-28  Vadim Zeitlindon't strip &s from tooltips (patch 1488318)
2006-05-04  Vadim Zeitlinmade RelayEvent() static
2006-05-04  Vadim Zeitlinadded Remove(HWND); removed unused wParam parameter...
2006-03-11  Julian SmartApplied [ 1425529 ] Tooltip was not removed on deletion
2005-06-14  Włodzimierz SkibaDue to wxStringBase::CopyBeforeWrite() we need to resen...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-17  Dimitri Schoolwerthapplied patch #1185523: "Replace GetTextExtentPoint...
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-19  Julian SmartGetSubcontrols now const
2004-02-19  Julian SmartRemove crash due to reference being kept after object...
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2003-08-03  Vadim Zeitlinadded wrapper for <commctrl.h> as well
2003-08-02  Vadim Zeitlinavoid using _WIN32_IE
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-03  Julian SmartApplied patch [ 652336 ] Add tooltip support to wxUniv...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-04  Vadim Zeitlinundid the patches which shouldn't (IMHO) have been...
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2001-07-14  Robin DunnAdded RTTI macros to wxToolTip
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2000-10-12  Vadim Zeitlinfix for assert when setting tooltip for a readonly...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-03  Vadim Zeitlin1. wxTreeCtrl::SetBackgroundColour() works (with new...
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-10-18  Vadim Zeitlininclude/wx/choice.hpragma warning is only for VC++
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-09-17  Vadim Zeitlincompilation error corrected
1999-09-17  Unknown (MT)set tooltip to be TOPMOST
1999-09-13  Robin Dunn*** empty log message ***
1999-09-13  Unknown (MT)use a global hwndTT
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-04-17  Vadim Zeitlintooltips in controls in dialogs actually work now
1999-02-15  Julian SmartGnuWin32 corrections (::ZeroMemory doesn't exist)
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-06  Vadim Zeitlinfixes for compilation without wxUSE_TOOLTIPS
1999-02-04  Julian SmartSome warnings removed.
1999-01-31  Vadim ZeitlinwxToolTip for MSW implementation (it has several proble...