aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarItem.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-08-26Improve stretching (RELATIVE) toolbar itemsThomas Lübking1-0/+1
The available space is distributed reg. the preferred width of items (spacers and the iconbar ;-) instead of evenly. The preferred width of the iconbar is calculated from its buttons. This allows to align the iconbar using spacers and makes better use of the available space
2011-05-10Convert ToolbarItem::resizeSig to FbTk::SignalPavel Labath1-5/+3
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-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz1-1/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30forgotten inlines from previous roundMathias Gumz1-3/+3
2006-04-17fix transparency updates for the toolbar when autohide is onsimonb1-0/+3
2006-04-15implement vertical toolbar placement optionssimonb1-0/+6
2006-02-16updated copyright infomathias1-1/+1
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-2/+2
for consistency with transparency resources
2004-08-29a few random fixesrathnor1-1/+4
2004-08-25fix up theming of the toolbarrathnor1-3/+8
2004-06-20fix systemtray related thingsrathnor1-1/+9
2003-10-31fix a number of positioning and sizing issuesrathnor1-1/+3
2003-08-13added border widthfluxgen1-1/+2
2003-08-11items in toolbarfluxgen1-0/+57