aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
AgeCommit message (Expand)AuthorFilesLines
2016-09-22"the least oversight", part #2Thomas Lübking1-0/+1
2016-09-03hide menus when clicking title or toolbarThomas Lübking1-0/+3
2016-08-27Replay toolbar button eventsThomas Lübking1-2/+28
2016-08-26catch absurd but possible div-by-zeroThomas Lübking1-1/+1
2016-08-26allow to alter button labels via fluxbox-remoteThomas Lübking1-5/+8
2016-08-26Fix autohiding/raising timer logicsThomas Lübking1-37/+31
2016-08-26add autoraising to toolbar and slitThomas Lübking1-0/+12
2016-08-26add commands to toggle toolbar and slit layerThomas Lübking1-0/+7
2016-08-26Improve stretching (RELATIVE) toolbar itemsThomas Lübking1-15/+18
2015-05-14Fix hidden toolbar placementPeter Ganzhorn1-3/+11
2015-05-01Fix RIGHTCENTER placement of the toolbar. Instead of subtracting borderwidth ...Peter Ganzhorn1-1/+1
2015-05-01Shape only toolbar corners not touching any edges of the screen. It just look...Peter Ganzhorn1-12/+12
2015-05-01Fix shaped toolbar being drawn incorrectly at TOPCENTER Fix round corners bei...Peter Ganzhorn1-10/+10
2015-01-23Refactor Toolbar.cc, less noiseMathias Gumz1-148/+80
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz1-19/+22
2013-05-26build-sys: use AC_USE_SYSTEM_EXTENSIONSSami Kerola1-5/+0
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-4/+0
2013-02-27minor code simplificationsMathias Gumz1-8/+2
2013-02-27Workspace switching on the toolbar via the mouse buttonsSoeren Beye1-1/+1
2012-12-30Set WM_WINDOW_ROLE for fluxbox windowsVladimir A. Pavlov1-0/+2
2012-10-03Improved vertical alignment of text in FbTk::TextButtonMathias Gumz1-2/+0
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-1/+1
2011-05-10Convert ToolbarItem::resizeSig to FbTk::SignalPavel Labath1-6/+2
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath1-2/+5
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-1/+1
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-5/+5
2011-03-01fix misordered Toolbar::Placement strings, closes 3195721Mathias Gumz1-3/+3
2011-02-24moved Menu placement into ScreenPlacement::placeAndShowMenu()Mathias Gumz1-16/+4
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-1/+1
2011-02-23disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'Mathias Gumz1-0/+1
2011-01-16compile fix, new name of setMinimumSublevels() is setMinimumColumns()Mathias Gumz1-1/+1
2010-09-17code simplification by reducing if-else hellMathias Gumz1-66/+38
2010-09-15use hardcoded array for hardcoded placement menu defaultsMathias Gumz1-30/+28
2010-09-15removed useless codeMathias Gumz1-4/+0
2010-09-15code deduplication by using <algorithm> and FbTk/STLUtil.hhMathias Gumz1-17/+8
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz1-31/+32
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+1
2009-07-24make autohide only show the border or 1 pixel if borderlessMark Tiefenbruck1-18/+15
2009-06-28change default toolbar tools to:Mark Tiefenbruck1-1/+1
2009-06-28change default toolbar head from 0 to 1Mark Tiefenbruck1-1/+1
2008-10-19increase default size of toolbar and icon buttonsMark Tiefenbruck1-1/+1
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen1-1/+8
2008-09-08update workspace names atoms/resources when adding a new workspaceMark Tiefenbruck1-1/+1
2008-08-24toolbar placement menu wasn't updatingMark Tiefenbruck1-0/+1
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-10/+15
2008-04-27Added SimpleObserver class.Henrik Kinnunen1-21/+16
2008-03-29fixed a small issue with autohidden toolbarMathias Gumz1-2/+8
2008-02-11more fun with the window menuMark Tiefenbruck1-12/+1
2008-01-27"On head" menu -- reloading and refreshing bugfix.Tomas Janousek1-4/+8
2008-01-22fix some issues with window menusMark Tiefenbruck1-1/+13