aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Move declarations of Resource enums to a separate filePavel Labath1-5/+2
2011-11-01Create a completely new lua state upon USR2 reconfigurePavel Labath1-4/+0
2011-11-01Add a TODO comment regarding the colorsPerChannel resourcePavel Labath1-0/+1
2011-11-01Attach modifiedSig handlers to the session.autoRaiseDelay resourcePavel Labath1-1/+2
2011-11-01Attach a modifiedSig handler to the session.cacheMax resourcePavel Labath1-1/+1
2011-11-01Attach a modifiedSig handler to the session.cacheLife resourcePavel Labath1-1/+1
2011-11-01Attach a modifiedSig handler to the session.menuFile resourcePavel Labath1-1/+1
2011-11-01Attach a modifiedSig handler to the session.styleFile resourcePavel Labath1-2/+3
2011-11-01Add RangeTraits class which automatically clamps the value of resourcesPavel Labath1-3/+3
2011-11-01Attach a modifiedSig handler to the session.tabPadding resourcePavel Labath1-1/+1
2011-11-01Attach a modifiedSig handler to the session.keyFile resourcePavel Labath1-1/+1
2011-11-01Attach a modifiedSig handler to the session.appsFile resourcePavel Labath1-1/+1
2011-11-01use Lua::registerInitFunction to simplify some parts of codePavel Labath1-2/+2
2011-11-01Add accessor for the lua state of Fluxbox classPavel Labath1-0/+2
2011-11-01Convert slitlist from a separate file to a regular lua resourcePavel Labath1-2/+1
2011-11-01Replace ResourceManager with the lua versionPavel Labath1-2/+3
2011-11-01Simplify FbTk::Resource template classPavel Labath1-7/+7
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath1-3/+2
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath1-0/+2
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath1-0/+2
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath1-0/+4
2010-09-18changed the way we create the '~/.fluxbox' directory to avoid race conditionsMathias Gumz1-5/+7
2010-09-13code simplificationMathias Gumz1-2/+2
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen1-0/+3
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-0/+4
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen1-0/+2
2008-09-21Changed workspace names signal in BScreen to use the new signal systemHenrik Kinnunen1-0/+2
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen1-0/+2
2008-09-18Changed workspace count signal in BScreen to use the new signal system.Henrik Kinnunen1-1/+7
2008-08-22add -sync command line option for debugging X issuesMark Tiefenbruck1-1/+1
2008-08-16revert focus when closing dialogsMark Tiefenbruck1-1/+3
2008-06-20move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck1-1/+1
2008-05-12only reload the keys file if the contents have changedMark Tiefenbruck1-0/+1
2008-05-12refactor menu reloading, added FbTk::AutoReloadHelperMark Tiefenbruck1-15/+0
2008-05-11remove some more useless codeMark Tiefenbruck1-4/+2
2008-01-12move some stuff from Fluxbox to BScreenMark Tiefenbruck1-4/+0
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2008-01-01fix some flickering on focus changeMark Tiefenbruck1-3/+2
2007-12-30removed some unneeded headersMathias Gumz1-6/+5
2007-12-11only allow one open menu at a timemarkt1-2/+0
2007-11-12allow arbitrary window patterns in iconbarmarkt1-6/+0
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt1-4/+0
2007-10-13merged changes from pre-develmarkt1-2/+2
2007-07-24fix ToggleDecor for fullscreen and decorationless windows, plus some other cl...markt1-1/+1
2007-07-07fixes for --program-prefix and --program-suffix, plus fixed overwriting init ...markt1-2/+1
2007-03-04moved some code around (regarding event handling) in preparation for upcoming...markt1-8/+0
2007-03-03removed session.numLayers resource, as it was useless and caused segfaultsmarkt1-6/+1
2007-01-05only grab keybindings on screens managed by fluxboxmarkt1-1/+3
2007-01-01don't run [startup] items if fluxbox fails to loadmarkt1-1/+1
2006-07-25don't revert focus away from command dialogsmarkt1-0/+2