Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-14 | Make sure FocusableList disconnects from signals when it is destroyed | Pavel Labath | 1 | -8/+5 | |
2011-09-14 | Remove the assignment operator from a regular pointer to a RefCount | Pavel Labath | 1 | -1/+1 | |
it is too easy too shoot yourself in the foot with it, other smart pointers also don't allow such assignments. If you do want to assign to a RefCount pointer, use reset(). ps: assignment between two RefCounts remains possible, of course. | |||||
2011-05-10 | Convert FluxboxWindow::layerSig to FbTk::Signal | Pavel Labath | 1 | -51/+20 | |
2011-05-10 | Convert FluxboxWindow::stateSig to FbTk::Signal | Pavel Labath | 1 | -2/+3 | |
2011-05-10 | Convert FluxboxWindow::workspaceSig to FbTk::Signal | Pavel Labath | 1 | -13/+23 | |
2011-05-10 | Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::Signal | Pavel Labath | 1 | -31/+32 | |
2011-05-10 | Convert Focusable::dieSig to FbTk::Signal | Pavel Labath | 1 | -20/+8 | |
2011-02-23 | disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem' | Mathias Gumz | 1 | -0/+1 | |
had to add <algorithm> at various other files as a result of this change. | |||||
2010-03-26 | Changed title signal in Focusable to new signal system | Henrik Kinnunen | 1 | -6/+21 | |
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -4/+11 | |
2008-09-21 | Changed current workspace signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -4/+10 | |
2008-09-08 | remove unnecessary signals causing toolbar renders on workspace change | Mark Tiefenbruck | 1 | -3/+3 | |
2008-08-20 | fix match limits in apps file, plus some documentation | Mark Tiefenbruck | 1 | -2/+6 | |
2008-08-05 | fix the Focus key command | Mark Tiefenbruck | 1 | -1/+10 | |
2008-03-25 | Fix build with g++ 4.3 | Bernhard Walle | 1 | -0/+6 | |
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-12-20 | added ForEach key command | Mark Tiefenbruck | 1 | -2/+3 | |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 1 | -2/+2 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -0/+293 | |