summaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)Author
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2012-01-04Pre-increment non-primitive types.Ryan Pavlik
2011-10-31fluxbox.cc: ifdef the signals windows doesn't have.Ryan Pavlik
2011-10-31fluxbox.cc: check HAVE_SYS_WAIT_HRyan Pavlik
2011-10-17removed obsolete handler for the gnome-window manager hintsMathias Gumz
2011-09-14Fix compilation with intel's compilerPavel Labath
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz
2010-09-19pushed to early ...Mathias Gumz
2010-09-18changed the way we create the '~/.fluxbox' directory to avoid race conditionsMathias Gumz
2010-09-18cosmeticMathias Gumz
2010-09-15code deduplication by using <algorithm> and FbTk/STLUtil.hhMathias Gumz
2010-09-14bugfix: small typo in last cleanup prevented loading workspace namesMathias Gumz
2010-09-13cosmetic code cleaningMathias Gumz
2010-09-13code simplificationMathias Gumz
2010-09-13code simplificationMathias Gumz
2010-09-11updated config version to '13' and adjusted 'fluxbox-update_configs' accordinglyMathias Gumz
2010-09-09simpler codeMathias Gumz
2010-09-09minor cleanupMathias Gumz
2010-09-08simpler way of expressing 'Singleton' for 'FbAtoms'Mathias Gumz
2010-08-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz
2010-05-05upgrade CONFIG_VERSION to 11Mathias Gumz
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen
2009-10-03compile fixes for sun compiler 5.10: complains about 'not beeing able to init...Mathias Gumz
2009-02-27Ignore EnterNotify on UnmapJim Ramsay
2008-11-01don't reload keys file on modifier map events, just re-grab keysMark Tiefenbruck
2008-09-30restore missing config files on reconfigureMark Tiefenbruck
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen
2008-09-21Changed workspace names signal in BScreen to use the new signal systemHenrik Kinnunen
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen
2008-09-21no virtuals needed Signals, added leaveAll for SignalTracker which must be us...Henrik Kinnunen
2008-09-20fix a few things with new signal codeMark Tiefenbruck
2008-09-18Changed workspace count signal in BScreen to use the new signal system.Henrik Kinnunen
2008-09-11try to fix some weird focus issuesMark Tiefenbruck
2008-09-03add check to configure script to detect old versions of XrandrRelease-1_1_0_1Mark Tiefenbruck
2008-08-22add -sync command line option for debugging X issuesMark Tiefenbruck
2008-08-22accidentally left this onMark Tiefenbruck
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck
2008-08-19update keys file for changes to NextWindow syntaxMark Tiefenbruck
2008-08-16cosmetic changesMark Tiefenbruck
2008-08-14cleanup of some filesMathias Gumz
2008-08-13make sure apps, overlay, and windowmenu get copied on new installationsMark Tiefenbruck
2008-08-05use the same options in Slit and Toolbar placement menusMark Tiefenbruck
2008-06-19move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck