Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | Remove all trace of Observers and Subjects | Pavel Labath | 1 | -1/+0 | |
this marks the completion of the transition to FbTk::Signal | |||||
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -1/+1 | |
biggest change: renaming of 'class Layer' to 'class ResourceLayer' in Layer.hh to handle complaints about 'ambiguous Layer: Layer or FbTk::Layer'. 'ResourceLayer' sounds crappy, but that was the best I could come up with right now. | |||||
2008-09-21 | Changed workspace names signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -8/+7 | |
2008-09-21 | Changed current workspace signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -2/+5 | |
2008-09-18 | Changed workspace count signal in BScreen to use the new signal system. | Henrik Kinnunen | 1 | -1/+7 | |
2008-08-30 | missed one | Mark Tiefenbruck | 1 | -5/+4 | |
2008-04-27 | Added SimpleObserver class. | Henrik Kinnunen | 1 | -16/+15 | |
This class works in the same way as the SimpleCommand class. Use it with the makeObserver function. It calls the receiver's member function when the subject sends a signal. | |||||
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -3/+3 | |
ObjectRegistry | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -1/+1 | |
FbTk::FbString | |||||
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -2/+3 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -33/+27 | |
2005-04-23 | close #956325 | mathias | 1 | -6/+14 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-12-17 | called the wrong 'update' function for the sendtomenu | mathias | 1 | -1/+1 | |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 1 | -3/+3 | |
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :) | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2003-12-18 | code cleaning | fluxgen | 1 | -2/+2 | |
2003-12-17 | using menu update | fluxgen | 1 | -14/+20 | |
2003-12-10 | cleaning in the menu code | fluxgen | 1 | -2/+2 | |
2003-12-04 | fixed send to bug | fluxgen | 1 | -4/+11 | |
2003-11-28 | disable current workspace in menu | fluxgen | 1 | -2/+19 | |
2003-11-27 | minor fix | fluxgen | 1 | -2/+2 | |
2003-11-27 | send to menu | fluxgen | 1 | -0/+72 | |