aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)AuthorFilesLines
2011-08-29Fix compilation with intel's compilergsoc2011Pavel Labath1-4/+0
2011-08-16Move declarations of Resource enums to a separate filePavel Labath1-1/+1
2011-08-08Don't create a new lua state upon reconfigurePavel Labath1-3/+0
2011-08-04Move most of the resource loading code into ResourceManager_basePavel Labath1-1/+7
2011-08-02Automatically save init file when a resource is modifiedPavel Labath1-1/+1
2011-08-01Refactoring: move details if init file loading into LResourceManagerPavel Labath1-21/+1
2011-07-30Create a completely new lua state upon USR2 reconfigurePavel Labath1-20/+8
2011-07-24Rename new config files to <foo>.luaPavel Labath1-2/+2
2011-07-13Attach a modifiedSig handler to the session.styleOverlay resourcePavel Labath1-0/+1
2011-07-13Attach a modifiedSig handler to the session.styleFile resourcePavel Labath1-3/+5
2011-07-12Add RangeTraits class which automatically clamps the value of resourcesPavel Labath1-19/+14
2011-07-10Attach a modifiedSig handler to the session.keyFile resourcePavel Labath1-2/+0
2011-07-10Attach a modifiedSig handler to the session.appsFile resourcePavel Labath1-1/+0
2011-07-10Attach a modifiedSig handler to the session.forcePseudoTransparency resourcePavel Labath1-3/+2
2011-07-08use Lua::registerInitFunction to simplify some parts of codePavel Labath1-1/+2
2011-06-27Change default rootmenu file namePavel Labath1-1/+1
2011-06-25Fallback to loading of system-wide init file if loading of user's failsPavel Labath1-13/+15
2011-06-20Convert slitlist from a separate file to a regular lua resourcePavel Labath1-8/+0
2011-06-17Remove an unused variablePavel Labath1-1/+0
2011-06-16Make session.screenX.workspace_names a real FbTk::ResourcePavel Labath1-79/+0
2011-06-16Replace ResourceManager with the lua versionPavel Labath1-27/+11
2011-06-15Factor out "session." from resource namesPavel Labath1-21/+21
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath1-20/+6
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath1-25/+24
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath1-4/+6
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath1-32/+37
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-1/+1
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-1/+1
2010-09-19pushed to early ...Mathias Gumz1-16/+64
2010-09-18changed the way we create the '~/.fluxbox' directory to avoid race conditionsMathias Gumz1-87/+16
2010-09-18cosmeticMathias Gumz1-8/+14
2010-09-15code deduplication by using <algorithm> and FbTk/STLUtil.hhMathias Gumz1-98/+38
2010-09-14bugfix: small typo in last cleanup prevented loading workspace namesMathias Gumz1-1/+1
2010-09-13cosmetic code cleaningMathias Gumz1-37/+30
2010-09-13code simplificationMathias Gumz1-59/+42
2010-09-13code simplificationMathias Gumz1-56/+28
2010-09-11updated config version to '13' and adjusted 'fluxbox-update_configs' accordinglyMathias Gumz1-1/+1
2010-09-09simpler codeMathias Gumz1-4/+1
2010-09-09minor cleanupMathias Gumz1-1/+1
2010-09-08simpler way of expressing 'Singleton' for 'FbAtoms'Mathias Gumz1-1/+1
2010-08-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz1-1/+1
2010-05-05upgrade CONFIG_VERSION to 11Mathias Gumz1-1/+1
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen1-24/+14
2009-10-03compile fixes for sun compiler 5.10: complains about 'not beeing able to init...Mathias Gumz1-1/+1
2009-02-27Ignore EnterNotify on UnmapJim Ramsay1-0/+5
2008-11-02don't reload keys file on modifier map events, just re-grab keysMark Tiefenbruck1-1/+1
2008-10-01restore missing config files on reconfigureMark Tiefenbruck1-0/+1
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen1-11/+11
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-10/+13
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen1-7/+11