Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | Last round of simplification of Signal/Slot classes | Pavel Labath | 1 | -1/+1 | |
- merged all the common stuff from 0,1,2,3 argument versions into one common base class - removed ReturnType template parameter as it was instantiated with "void" everywhere and the current ignores the return value of the callbacks anyway | |||||
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -2/+1 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 1 | -7/+0 | |
2008-10-01 | reset background on resolution change | Mark Tiefenbruck | 1 | -0/+1 | |
2008-08-06 | make wallpapers do The Right Thing (tm) | Mark Tiefenbruck | 1 | -1/+1 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -2/+2 | |
2008-01-04 | add a level of indirection to themes | Mark Tiefenbruck | 1 | -2/+8 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -4/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -1/+0 | |
2007-03-10 | removed some useless code | markt | 1 | -2/+1 | |
2007-03-06 | fixed bug with keys not working when using a style background | markt | 1 | -1/+3 | |
2007-01-20 | let styles override rootCommand in init, plus removing some code I ↵ | markt | 1 | -3/+1 | |
accidentally left in | |||||
2007-01-14 | several fixes for background option in styles | markt | 1 | -4/+0 | |
2006-08-13 | silly warnings | markt | 1 | -1/+1 | |
2006-08-13 | little hack to make sure background only loads once | markt | 1 | -1/+3 | |
symptom of a deeper problem with loading styles | |||||
2006-07-25 | fix m_background_loaded | markt | 1 | -0/+1 | |
2006-07-13 | remove lock from RootTheme and redundant loadTheme from fluxbox | markt | 1 | -3/+0 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-11-22 | new background style item, making rootCommand in styles obsolete | fluxgen | 1 | -6/+18 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-03-22 | added screen resource .overlay.lineWidth, .overlay.lineStyle and ↵ | fluxgen | 1 | -1/+9 | |
.overlay.capStyle which defines the line style for resize and move actions on windows, patch from Mathias Gumz | |||||
2004-01-02 | lock roottheme so it doesn't get run twice | fluxgen | 1 | -2/+4 | |
2003-09-12 | removed bevel width and handle width | fluxgen | 1 | -5/+1 | |
2003-09-12 | using FbTk GContext | fluxgen | 1 | -4/+6 | |
2003-08-25 | moved border color and width to frame theme | fluxgen | 1 | -5/+2 | |
2003-05-10 | comments | fluxgen | 1 | -5/+3 | |
2003-04-25 | root theme | fluxgen | 1 | -0/+61 | |