summaryrefslogtreecommitdiff
path: root/src/Screen.cc
AgeCommit message (Expand)Author
2012-04-06Allow percentage values for some Window commandsLajos Koszti
2012-01-04Pre-increment non-primitive types.Ryan Pavlik
2012-01-04Exceptions should be caught by reference.Ryan Pavlik
2011-09-14Remove obsolete codePavel Labath
2011-09-14Fix a small bug in BScreen constructorPavel Labath
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht
2011-04-14bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968David Coppa
2011-03-23compile fix: arguments must match declarationMathias Gumz
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz
2011-03-19delete config menu first at shutdownHenrik Kinnunen
2011-03-19bugfix: reposition windows only if they are invisibleMathias Gumz
2011-03-19code deduplication: use RectangleUtil::insideBorder()Mathias Gumz
2011-03-19prepare BScreen::XineramaHeadInfo to be 'RectangleLike'Mathias Gumz
2011-02-24cache result of getWorkspace()Mathias Gumz
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz
2011-01-15small refactoring of FbTk/Menu codeMathias Gumz
2011-01-13compile fix: missing symbol (SystemTray::getNetSystemTray()) when configured ...Mathias Gumz
2010-09-18recovered lost change from 041d586972db4da170123f5468d7b11d4eda8ae5Mathias Gumz
2010-09-17missing initializationsMathias Gumz
2010-09-17moved commandline parsing to its own functionMathias Gumz
2010-09-17code simplification by reducing if-else hellMathias Gumz
2010-09-09disabled potentially dead codeMathias Gumz
2010-09-09added FbTk::Util::clamp() and simplified related codeMathias Gumz
2010-09-09use FbTk apis instead of raw xlib callsMathias Gumz
2010-09-08introduced FbTk::BidiStringMathias Gumz
2010-08-23moved knowledge about '_NET_SYSTEM_TRAY_S' into the 'SystemTray' classMathias Gumz
2010-08-22bugfix: compiler warningMathias Gumz
2010-05-28Add new focus model: StrictMouseFocusJim Ramsay
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz
2010-05-01cosmeticMathias Gumz
2010-05-01use new closest head calculation code to place windows when clearing up headsMathias Gumz
2010-05-01bugfix: moving (the center of) a maximized window out of a xinerama head coul...Mathias Gumz
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen
2009-10-01simpler codeMathias Gumz
2009-05-26Merge branch 'mousefocus'Jim Ramsay
2009-05-25minor cosmeticsMathias Gumz
2009-03-09Ignore EnterNotify on workspace changeJim Ramsay
2008-10-14ignore XRandr events that don't actually change the screen sizeMark Tiefenbruck
2008-10-12merge menuDelay and menuDelayClose optionsMark Tiefenbruck
2008-10-08don't show window on new workspace when warping with outline movingMark Tiefenbruck
2008-10-04remove menu modesMark Tiefenbruck
2008-10-04remove follow modelsMark Tiefenbruck
2008-10-04remove line style resources from init fileMark Tiefenbruck
2008-10-04remove rootcommand from init fileMark Tiefenbruck
2008-10-03fix CustomMenu and ClientMenu commands from fluxbox-remoteMark Tiefenbruck
2008-10-03break keychains after an invalid key is pressed (which unfortunately will be ...Mark Tiefenbruck
2008-09-30reset background on resolution changeMark Tiefenbruck
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen