Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-28 | fix compiler warning about std::auto_ptr | Mathias Gumz | 1 | -2/+2 | |
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>. C++0X was approved in 2011. among other things, it deprecates std::auto_ptr. 5 years is long enough for compilers to catch up the standard. | |||||
2012-01-04 | FocusableList.cc,.hh: Pass string arguments by const reference. | Ryan Pavlik | 1 | -2/+2 | |
Found by cppcheck | |||||
2011-09-14 | Make sure FocusableList disconnects from signals when it is destroyed | Pavel Labath | 1 | -7/+6 | |
2011-05-10 | Remove all trace of Observers and Subjects | Pavel Labath | 1 | -2/+0 | |
this marks the completion of the transition to FbTk::Signal | |||||
2011-05-10 | Convert FluxboxWindow::layerSig to FbTk::Signal | Pavel Labath | 1 | -4/+1 | |
2011-05-10 | Convert FluxboxWindow::workspaceSig to FbTk::Signal | Pavel Labath | 1 | -0/+1 | |
2011-05-10 | Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::Signal | Pavel Labath | 1 | -23/+10 | |
2011-05-10 | Convert Focusable::dieSig to FbTk::Signal | Pavel Labath | 1 | -1/+2 | |
2010-03-26 | Changed title signal in Focusable to new signal system | Henrik Kinnunen | 1 | -0/+6 | |
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -2/+4 | |
2008-09-21 | Changed current workspace signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -1/+4 | |
2008-08-05 | fix the Focus key command | Mark Tiefenbruck | 1 | -0/+2 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-03-25 | Fix build with g++ 4.3 | Bernhard Walle | 1 | -0/+1 | |
This change fixes the build for g++ 4.3. Build verified on openSUSE Factory. Only missing includes and using directives are added. | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -0/+121 | |