aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableList.hh
AgeCommit message (Expand)AuthorFilesLines
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-2/+2
2012-01-04FocusableList.cc,.hh: Pass string arguments by const reference.Ryan Pavlik1-2/+2
2011-09-14Make sure FocusableList disconnects from signals when it is destroyedPavel Labath1-7/+6
2011-05-10Remove all trace of Observers and SubjectsPavel Labath1-2/+0
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath1-4/+1
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath1-0/+1
2011-05-10Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::SignalPavel Labath1-23/+10
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath1-1/+2
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen1-0/+6
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-2/+4
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen1-1/+4
2008-08-05fix the Focus key commandMark Tiefenbruck1-0/+2
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-03-25Fix build with g++ 4.3Bernhard Walle1-0/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-11-12allow arbitrary window patterns in iconbarmarkt1-0/+121