aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Move declarations of Resource enums to a separate filePavel Labath1-1/+1
2011-11-01Don't create a new lua state upon reconfigurePavel Labath1-3/+0
2011-11-01Move most of the resource loading code into ResourceManager_basePavel Labath1-1/+7
2011-11-01Automatically save init file when a resource is modifiedPavel Labath1-1/+1
2011-11-01Refactoring: move details if init file loading into LResourceManagerPavel Labath1-21/+1
2011-11-01Create a completely new lua state upon USR2 reconfigurePavel Labath1-20/+8
2011-11-01Rename new config files to <foo>.luaPavel Labath1-2/+2
2011-11-01Attach a modifiedSig handler to the session.styleOverlay resourcePavel Labath1-0/+1
2011-11-01Attach a modifiedSig handler to the session.styleFile resourcePavel Labath1-3/+5
2011-11-01Add RangeTraits class which automatically clamps the value of resourcesPavel Labath1-19/+14
2011-11-01Attach a modifiedSig handler to the session.keyFile resourcePavel Labath1-2/+0
2011-11-01Attach a modifiedSig handler to the session.appsFile resourcePavel Labath1-1/+0
2011-11-01Attach a modifiedSig handler to the session.forcePseudoTransparency resourcePavel Labath1-3/+2
2011-11-01use Lua::registerInitFunction to simplify some parts of codePavel Labath1-1/+2
2011-11-01Change default rootmenu file namePavel Labath1-1/+1
2011-11-01Fallback to loading of system-wide init file if loading of user's failsPavel Labath1-13/+15
2011-11-01Convert slitlist from a separate file to a regular lua resourcePavel Labath1-8/+0
2011-11-01Remove an unused variablePavel Labath1-1/+0
2011-11-01Make session.screenX.workspace_names a real FbTk::ResourcePavel Labath1-79/+0
2011-11-01Replace ResourceManager with the lua versionPavel Labath1-27/+11
2011-11-01Factor out "session." from resource namesPavel Labath1-21/+21
2011-10-31fluxbox.cc: ifdef the signals windows doesn't have.Ryan Pavlik1-1/+8
2011-10-31fluxbox.cc: check HAVE_SYS_WAIT_HRyan Pavlik1-0/+2
2011-10-17removed obsolete handler for the gnome-window manager hintsMathias Gumz1-6/+0
2011-09-14Fix compilation with intel's compilerfixesPavel Labath1-4/+0
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