aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
AgeCommit message (Expand)AuthorFilesLines
2017-03-01slit: Add missing headerPetr Vorel1-0/+1
2016-09-22"the least oversight", part #2Thomas Lübking1-0/+1
2016-09-21implement ON_SLIT actionsThomas Lübking1-7/+26
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-2/+0
2016-08-26Fix autohiding/raising timer logicsThomas Lübking1-41/+33
2016-08-26add autoraising to toolbar and slitThomas Lübking1-0/+11
2016-08-26add commands to toggle toolbar and slit layerThomas Lübking1-0/+7
2016-07-30flag slit for reconfiguration and act on showThomas Lübking1-3/+14
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz1-28/+26
2014-10-27make use of FbTk-apiMathias Gumz1-27/+26
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
2012-12-30Set WM_WINDOW_ROLE for fluxbox windowsVladimir A. Pavlov1-0/+2
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-1/+1
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-2/+2
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath1-5/+1
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-7/+3
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-6/+6
2011-02-24moved Menu placement into ScreenPlacement::placeAndShowMenu()Mathias Gumz1-15/+3
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-3/+3
2011-01-15small refactoring of FbTk/Menu codeMathias Gumz1-1/+1
2010-09-08introduced FbTk::BidiStringMathias Gumz1-19/+18
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz1-30/+30
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen1-11/+6
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-16/+13
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen1-7/+13
2008-09-21Changed background changed signal in BScreen to use the new signal systemHenrik Kinnunen1-1/+10
2008-08-14cleanup of some filesMathias Gumz1-1/+1
2008-08-06use the same options in Slit and Toolbar placement menusMark Tiefenbruck1-161/+102
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-5/+6
2008-01-28Merge branch 'xinerama_randr'Tomas Janousek1-6/+9
2008-01-28minor correction of include namesMathias Gumz1-2/+2
2008-01-27Move dockapps to (-100,-100) instead of (screenw + 10, screenh + 10).Tomas Janousek1-2/+1
2008-01-27"On head" menu -- reloading and refreshing bugfix.Tomas Janousek1-4/+8
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-15/+15
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-6/+6
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-7/+6
2007-12-27architecture astronomyMark Tiefenbruck1-7/+7
2007-12-25removed KDE configure optionMark Tiefenbruck1-11/+4
2007-12-25added resource session.screen<N>.slit.acceptKdeDockappsMark Tiefenbruck1-0/+5
2007-12-18holding control will now keep the menu openMark Tiefenbruck1-7/+9
2007-10-13merged changes from pre-develmarkt1-9/+0
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-0/+8
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2007-06-03open slit menu properly wrt xineramamarkt1-17/+16
2007-04-20fix slit onhead with BOTTOMLEFT placement, patch from Tomas Janousek <tomi at...mathias1-1/+1
2007-02-17an empty slit without autoHide but with clients in the slitlist file still cr...markt1-5/+4
2007-01-07fix intrinsic problem with refcountsimonb1-3/+3