summaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
AgeCommit message (Expand)Author
2012-10-03Improved vertical alignment of text in FbTk::TextButtonMathias Gumz
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2011-05-10Convert ToolbarItem::resizeSig to FbTk::SignalPavel Labath
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz
2011-03-01fix misordered Toolbar::Placement strings, closes 3195721Mathias Gumz
2011-02-24moved Menu placement into ScreenPlacement::placeAndShowMenu()Mathias Gumz
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz
2011-02-23disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'Mathias Gumz
2011-01-16compile fix, new name of setMinimumSublevels() is setMinimumColumns()Mathias Gumz
2010-09-17code simplification by reducing if-else hellMathias Gumz
2010-09-15use hardcoded array for hardcoded placement menu defaultsMathias Gumz
2010-09-15removed useless codeMathias Gumz
2010-09-15code deduplication by using <algorithm> and FbTk/STLUtil.hhMathias Gumz
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz
2009-07-24make autohide only show the border or 1 pixel if borderlessMark Tiefenbruck
2009-06-28change default toolbar tools to:Mark Tiefenbruck
2009-06-28change default toolbar head from 0 to 1Mark Tiefenbruck
2008-10-18increase default size of toolbar and icon buttonsMark Tiefenbruck
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen
2008-09-08update workspace names atoms/resources when adding a new workspaceMark Tiefenbruck
2008-08-23toolbar placement menu wasn't updatingMark Tiefenbruck
2008-08-03add selection box to various "choose one of these" menu itemsMark Tiefenbruck
2008-04-27Added SimpleObserver class.Henrik Kinnunen
2008-03-29fixed a small issue with autohidden toolbarMathias Gumz
2008-02-11more fun with the window menuMark Tiefenbruck
2008-01-27"On head" menu -- reloading and refreshing bugfix.Tomas Janousek
2008-01-22fix some issues with window menusMark Tiefenbruck
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz
2008-01-12fix crashes on restartMark Tiefenbruck
2008-01-11move some stuff from Fluxbox to BScreenMark Tiefenbruck
2008-01-10make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck
2008-01-04update code to use ThemeProxyMark Tiefenbruck
2008-01-03remove old svn $Id$ tagsMark Tiefenbruck
2007-12-27move Shape to FbTkMark Tiefenbruck
2007-12-27architecture astronomyMark Tiefenbruck
2007-12-15changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt
2007-12-11only allow one open menu at a timemarkt
2007-12-09added OnTitlebar modifier to keys filemarkt
2007-11-23make sure window commands operate on the right windowmarkt
2007-11-22added special FocusIn/Out MouseOver/Out ChangeWorkspace keysmarkt
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt
2007-10-13merged changes from pre-develmarkt
2007-09-08fix crash when changing toolbar visibility with empty toolbar.toolsmarkt
2007-08-07rotate toolbar texture along with toolbarmarkt
2007-07-02fixed DOS when toolbar.button.borderWidth is large and toolbar.bevelWidth > 0markt
2007-03-19size of relative items in toolbar wasn't being calculated properlymarkt