aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Initial implementation of shortcut to windowsRichard Tamin1-1/+2
2022-04-18fix: Warn & attempt fallback for unsupported locale in text property conversionGlen Whitney1-2/+2
2016-07-30reposition visible submenus when changing styleThomas Lübking1-1/+4
2016-07-30reconfigTheme's on loading a new styleThomas Lübking1-0/+30
2016-07-01avoid calling into XLibThomas Lübking1-4/+12
2015-02-05Feature: different MenuSearch modesMathias Gumz1-3/+4
2015-01-30Fix sometimes missing windowmenuMathias Gumz1-0/+1
2015-01-23CosmeticMathias Gumz1-1/+1
2015-01-22Add -no-slit and -no-toolbar flagsMathias Gumz1-102/+92
2015-01-22Fix broken _NET_REQUEST_FRAME_EXTENTS supportMathias Gumz1-1/+6
2015-01-22CosmeticMathias Gumz1-17/+5
2014-09-14Code cleanupArkadiusz Bokowy1-3/+1
2014-04-11merge Sami Kerola's new build-systemMathias Gumz1-9/+0
2014-04-09use function fluxbox::findScreen()Mathias Gumz1-9/+1
2014-04-09fix excessive loading of keys file caused by xmodmapMathias Gumz1-11/+42
2014-02-18Fix race condition on shutdownMathias Gumz1-73/+24
2013-07-03Constify the type passed to std::equal_to.Raphael Kubo da Costa1-1/+1
2013-05-26build-sys: use AC_USE_SYSTEM_EXTENSIONSSami Kerola1-5/+0
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-4/+0
2012-12-12Minor cleaning of 'class Fluxbox'Mathias Gumz1-2/+3
2012-12-12Fix build regression: enable XRANDR support by defaultMathias Gumz1-16/+33
2012-12-05Simplified 'configure' / build systemMathias Gumz1-5/+5
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-3/+8
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-6/+6
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 compilerPavel 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