A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / shaped / shaped.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-01  Paul Cornettuse stock colour/pen/brush objects in samples
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-12  Vadim ZeitlinMake it possible to close "shaped" sample from the...
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-04-06  Vadim Zeitlindelay setting the window shape until it is realized...
2007-11-26  Stefan Csomoravoiding menu id = 0 , adding rotating through directio...
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-24  Vadim Zeitlinrewrite the sample to use a main frame to make it more...
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-20  Vadim Zeitlintooltips work under Mac as well; no need for wxUSE_TOOL...
2005-03-30  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2004-06-02  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-05-25  Julian SmartMore name changes
2003-09-11  Julian SmartAdd longtool tip for a button in wxToolBar test
2003-07-23  Mattia Barbon various compilation/warning fixes.
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-04-08  Mattia Barbon Compilation fix for !wxUSE_TOOLTIP.
2003-03-28  Robin DunnTypo and compilation fix
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...