aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-4/+4
2011-03-19delete config menu first at shutdownHenrik Kinnunen1-3/+11
2011-03-19bugfix: reposition windows only if they are invisibleMathias Gumz1-4/+19
2011-03-19code deduplication: use RectangleUtil::insideBorder()Mathias Gumz1-4/+1
2011-03-19prepare BScreen::XineramaHeadInfo to be 'RectangleLike'Mathias Gumz1-9/+10
2011-02-24cache result of getWorkspace()Mathias Gumz1-2/+3
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-2/+2
2011-01-15small refactoring of FbTk/Menu codeMathias Gumz1-1/+1
2011-01-13compile fix: missing symbol (SystemTray::getNetSystemTray()) when configured ...Mathias Gumz1-1/+4
2010-09-18recovered lost change from 041d586972db4da170123f5468d7b11d4eda8ae5Mathias Gumz1-96/+65
2010-09-17missing initializationsMathias Gumz1-0/+1
2010-09-17moved commandline parsing to its own functionMathias Gumz1-66/+96
2010-09-17code simplification by reducing if-else hellMathias Gumz1-96/+66
2010-09-09disabled potentially dead codeMathias Gumz1-0/+3
2010-09-09added FbTk::Util::clamp() and simplified related codeMathias Gumz1-19/+10
2010-09-09use FbTk apis instead of raw xlib callsMathias Gumz1-6/+5
2010-09-08introduced FbTk::BidiStringMathias Gumz1-10/+16
2010-08-23moved knowledge about '_NET_SYSTEM_TRAY_S' into the 'SystemTray' classMathias Gumz1-4/+3
2010-08-22bugfix: compiler warningMathias Gumz1-1/+1
2010-05-28Add new focus model: StrictMouseFocusJim Ramsay1-1/+6
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz1-31/+32
2010-05-01cosmeticMathias Gumz1-11/+13
2010-05-01use new closest head calculation code to place windows when clearing up headsMathias Gumz1-7/+9
2010-05-01bugfix: moving (the center of) a maximized window out of a xinerama head coul...Mathias Gumz1-4/+33
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen1-25/+21
2009-10-01simpler codeMathias Gumz1-3/+1