aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
AgeCommit message (Expand)AuthorFilesLines
2016-11-20stop focus cycling on explicit workspace changesThomas Lübking1-0/+4
2016-09-21"the least oversight" #1Thomas Lübking1-2/+6
2016-09-11introduce autotabplacementThomas Lübking1-0/+2
2016-09-11Do not break server grabsThomas Lübking1-2/+2
2016-09-03Next|PrevWorkspace 0 toggles former WorkspaceThomas Lübking1-2/+13
2016-08-31introduce a 5s timeout for emacs shortcutsThomas Lübking1-1/+1
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-3/+1
2016-08-27Grab keyboard synchronouosly to allow replaysThomas Lübking1-1/+4
2016-08-26Grab Server when showing or switching desktopThomas Lübking1-0/+2
2016-08-26allow to alter button labels via fluxbox-remoteThomas Lübking1-0/+24
2016-08-26add support for artificial struts (per head)Thomas Lübking1-0/+39
2016-06-26replace FbRootWindow::depth with maxDepthThomas Lübking1-1/+1
2015-02-01CosmeticMathias Gumz1-3/+5
2015-01-22Add -no-slit and -no-toolbar flagsMathias Gumz1-53/+56
2015-01-22Fix removing windows from icon listMathias Gumz1-3/+3
2015-01-21Fix segfault on shutdownMathias Gumz1-44/+8
2015-01-21Fix behavior for autorepeat keysMathias Gumz1-2/+7
2015-01-21Minor cosmeticsMathias Gumz1-7/+6
2015-01-21Fix compile errors with clangMathias Gumz1-5/+1
2015-01-19Fix compile error: old g++ does not like c-like struct initializationMathias Gumz1-5/+4
2015-01-16Fix uninitialized variables; cosmeticsMathias Gumz1-17/+5
2015-01-16Refactor: bundle xinerama-info together, simpler codeMathias Gumz1-49/+35
2015-01-16Refactor: move some menu-creation functions to MenuCreatorMathias Gumz1-22/+4
2015-01-16Reduce number of allocations for menu creationMathias Gumz1-12/+15
2015-01-15Refactor: split out menu generation from BScreenMathias Gumz1-358/+9
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz1-27/+25
2015-01-03Minor API change for OSDWindowMathias Gumz1-7/+6
2014-09-29treat windows having WM_CLASS == "DockApp" like DockAppsMathias Gumz1-4/+9
2014-04-11merge Sami Kerola's new build-systemMathias Gumz1-19/+7
2013-08-02Fix lost keypresses after workspace change (#1067)Ed Martin1-6/+2
2013-05-26build-sys: use pkg-config to locate dependenciesSami Kerola1-10/+7
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
2013-05-23minorMathias Gumz1-1/+1
2013-05-23fix head detection for adjacent heads of too different sizes and window place...Peter Hercek1-11/+14
2013-01-31Adds 'ClientPatternTest' commandMathias Gumz1-28/+38
2013-01-10Optional removal of SystemTray toolMathias Gumz1-1/+3
2012-12-12Fix build regression: enable XRANDR support by defaultMathias Gumz1-11/+18
2012-12-05Simplified 'configure' / build systemMathias Gumz1-10/+10
2012-11-20Added option for focus revert to stay on current headHendrik Iben1-0/+11
2012-04-06Allow percentage values for some Window commandsLajos Koszti1-0/+49
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-2/+2
2012-01-04Exceptions should be caught by reference.Ryan Pavlik1-1/+1
2011-09-14Remove obsolete codePavel Labath1-8/+0
2011-09-14Fix a small bug in BScreen constructorPavel Labath1-1/+1
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath1-3/+1
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-5/+3
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht1-6/+5
2011-04-14bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968David Coppa1-1/+1
2011-03-23compile fix: arguments must match declarationMathias Gumz1-4/+4