A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / ribbon /
2013-10-02  Vadim ZeitlinFix incorrect event handler functions casts in wxRibbon...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-31  Vadim ZeitlinImprove horizontal scrolling in wxRibbonControl.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-27  Stefan NeisJust some spelling fixes, no real changes. Closes ...
2012-12-28  Vadim ZeitlinNo changes, just don't initialize the variable twice.
2012-12-11  Vadim ZeitlinInitialize wxRibbonBar::m_help_button_hovered.
2012-12-01  Vadim ZeitlinUse disabled colour for the dropdown arrow of disabled...
2012-11-23  Vadim ZeitlinFix ribbon bar scroll buttons visibility bug.
2012-11-14  Vadim ZeitlinOptionally allow showing tooltips for disabled ribbon...
2012-10-04  Vadim ZeitlinAdd a setting for the disabled text colour to wxRibbon...
2012-10-04  Paul Cornettremove always-true comparison of unsigned value >= 0
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-09-28  Vadim ZeitlinDon't send events for disabled ribbon bar buttons.
2012-09-20  Vadim ZeitlinFix and enhance support for client data in wxRibbonButt...
2012-09-20  Vadim ZeitlinAdd wxRibbonButtonBarEvent::GetButton().
2012-09-20  Vadim ZeitlinAdd wxRibbonButtonBar::GetActiveItem() and GetHoveredIt...
2012-09-20  Vadim ZeitlinAdd wxRibbonButtonBar::GetItem(), GetItemById() and...
2012-09-20  Vadim ZeitlinFix incorrect code sorting pages by their widths in...
2012-09-15  Vadim ZeitlinAdd help button support to wxRibbonBar.
2012-08-15  Vadim ZeitlinFix bug in ribbon bar label size calculation.
2012-08-15  Vadim ZeitlinAdd page highlighting to wxRibbonBar.
2012-07-30  Vadim ZeitlinAdd expand/collapse button to wxRibbonBar.
2012-07-15  Julian SmartA better panel label font size on Mac
2012-07-13  Vadim ZeitlinAdd possibility to hide and show again wxRibbonBar...
2012-06-30  Vadim ZeitlinAdd wxRibbonBar::DeletePage() and ClearPages() methods.
2012-06-21  Julian SmartCompilation fix
2012-06-03  Vadim ZeitlinImplement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo...
2012-06-03  Vadim ZeitlinAdd wxRibbonControl::GetAncestorRibbonBar() helper.
2012-03-25  Paul Cornettremove unused variable
2012-03-13  Julian SmartFixed size calculation
2012-03-12  Julian SmartAdded wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars...
2012-03-09  Julian SmartAdded wxRIBBON_PANEL_STRETCH to allow a single panel...
2012-01-25  Vadim ZeitlinSet the initial size of the expanded ribbon panel corre...
2012-01-08  Vadim ZeitlinEnhance wxRibbonToolBar functionality to wxRibbonButton...
2012-01-04  Vadim ZeitlinFix wxRibbon compilation when wxUSE_TOOLTIPS==0.
2011-12-29  Vadim ZeitlinAdd wxRibbonButtonBar::InsertXXXButton() methods.
2011-12-29  Vadim ZeitlinAllow using wxEVT_UPDATE_UI with wxRibbonButtonBar.
2011-12-29  Vadim ZeitlinDisplay help string for ribbon tools in a tool tip.
2011-10-27  Vadim ZeitlinUse WX_XXX_ARRAY_PTR macro variants for arrays of pointers.
2011-01-10  Vadim ZeitlinRemove redundant top level const in wxRibbonBar::ShowPa...
2011-01-06  Vadim ZeitlinAdd possibility to hide panels in wxRibbon.
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-11-07  Peter CawleyAdd support for toggle buttons to wxRibbonButtonBar.
2010-11-06  Peter CawleyImprove behaviour of scrolling through a ribbon gallery.
2010-11-02  Vadim ZeitlinAvoid crash when releasing the mouse in wxRibbonToolBar.
2010-10-20  Peter CawleyImprove support for ribbon panel sizers: panels with...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-29  Vadim ZeitlinAdd EVT_RIBBONBAR_TAB_LEFT_DCLICK event.
2010-09-14  Peter CawleyFix incorrect behaviour of wxRibbonGallery::EnsureVisib...
2010-08-29  Robert Roeblinginclude wx/sizer.h as buildbot complained
2010-08-29  Robert RoeblingAdd possibility to use sizers in ribbon panel, fixes...
2010-08-21  Robert RoeblingFix crash by checking if icon is valid before drawing...
2010-08-13  Vadim ZeitlinFix harmless MSVC warning about double to float conversion.
2010-08-11  Peter CawleyImprove wxRibbonMSWArtProvider's colour scheme generati...
2010-07-24  Vadim ZeitlinAdd EVT_RIBBONGALLERY_CLICKED event.
2010-05-20  Stefan Csomorsupport compiling for iphone
2010-05-07  Vadim ZeitlinFix bugs related to two phase creation of wxRibbon...
2010-04-05  Paul Cornettavoid setting negative window size
2010-04-01  Paul Cornettmove everything inside wxUSE_RIBBON wrapper
2010-04-01  Paul Cornettavoid setting negative window sizes
2009-12-09  Peter CawleyRewrote wxRibbonPage realisation and layout code to...
2009-12-05  Paul Cornettminor cleanup
2009-12-05  Paul Cornettremove unused variables, minor cleanup
2009-11-08  Peter CawleyReplaced hard-coded font size in ribbon art provider...
2009-09-22  Jouk JansenInclude compile support for propgrid & ribbon on OpenVMS
2009-09-21  Stefan Csomorfixing include type
2009-09-18  Vadim ZeitlinAnother compilation fix for wxRibbon under OS X.
2009-09-18  Julian SmartFixes for Mac (use wxClientDC not wxMemoryDC for tempor...
2009-09-17  Julian SmartAdded missing includes
2009-09-16  Vadim ZeitlinRibbon compilation fixes for OS X.
2009-09-16  Peter CawleyMerged GSOC Ribbon work from SOC2009_RIBBON branch...