aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableList.cc
AgeCommit message (Expand)AuthorFilesLines
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-1/+1
2015-05-01addMatching and insertFromParent functions from FocusableList now avoid copyi...Mario J. Rugiero1-2/+2
2012-01-04FocusableList.cc,.hh: Pass string arguments by const reference.Ryan Pavlik1-2/+2
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-1/+1
2011-09-14Make sure FocusableList disconnects from signals when it is destroyedPavel Labath1-8/+5
2011-09-14Remove the assignment operator from a regular pointer to a RefCountPavel Labath1-1/+1
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath1-51/+20
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath1-2/+3
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath1-13/+23
2011-05-10Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::SignalPavel Labath1-31/+32
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath1-20/+8
2011-02-23disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'Mathias Gumz1-0/+1
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen1-6/+21
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-4/+11
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen1-4/+10
2008-09-08remove unnecessary signals causing toolbar renders on workspace changeMark Tiefenbruck1-3/+3
2008-08-20fix match limits in apps file, plus some documentationMark Tiefenbruck1-2/+6
2008-08-05fix the Focus key commandMark Tiefenbruck1-1/+10
2008-03-25Fix build with g++ 4.3Bernhard Walle1-0/+6
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-20added ForEach key commandMark Tiefenbruck1-2/+3
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt1-2/+2
2007-11-12allow arbitrary window patterns in iconbarmarkt1-0/+293