aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-19Rotate toolbar button on rotated toolbarLajos Koszti1-2/+15
In 393ba45f91480bb10f510248837c6051b7ff6a03 added the possibility to add custom buttons to the toolbar. However, if the toolbar is rotated the buttons stays horizontal. Update the button to rotate the text and update the width/height of the button if rotated
2016-08-26support FbTk::TextButton's in ButtonToolThomas Lübking1-1/+8
required to allow labeled general action buttons in the toolbar
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-1/+1
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'.
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-13/+13
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-2/+1
2006-04-15implement vertical toolbar placement optionssimonb1-2/+2
2006-02-16updated copyright infomathias1-1/+1
2005-04-10Big changes to how transparency workssimonb1-1/+0
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-4/+3
for consistency with transparency resources
2004-08-29a few random fixesrathnor1-1/+6
2004-08-26make arrow button's arrow size scalable by the userrathnor1-1/+2
2004-01-13toolbar transparencyrathnor1-1/+3
2003-12-07usePixmap from Texturefluxgen1-4/+3
2003-10-13helper tool class for button toolsfluxgen1-0/+86