aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-26Merge branch 'mousefocus'Jim Ramsay1-0/+3
2009-05-25minor cosmeticsMathias Gumz1-1/+1
2009-03-09Ignore EnterNotify on workspace changeJim Ramsay1-0/+3
2008-10-15ignore XRandr events that don't actually change the screen sizeMark Tiefenbruck1-10/+10
2008-10-13merge menuDelay and menuDelayClose optionsMark Tiefenbruck1-15/+2
2008-10-09don't show window on new workspace when warping with outline movingMark Tiefenbruck1-12/+8
2008-10-05remove menu modesMark Tiefenbruck1-3/+0
2008-10-05remove follow modelsMark Tiefenbruck1-2/+0
2008-10-05remove line style resources from init fileMark Tiefenbruck1-28/+0
2008-10-05remove rootcommand from init fileMark Tiefenbruck1-7/+0
2008-10-04fix CustomMenu and ClientMenu commands from fluxbox-remoteMark Tiefenbruck1-1/+2
2008-10-04break keychains after an invalid key is pressed (which unfortunately will be ...Mark Tiefenbruck1-2/+3
2008-10-01reset background on resolution changeMark Tiefenbruck1-1/+1
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+1
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen1-3/+2
2008-09-28Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen1-28/+28
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-1/+0
2008-09-28don't let KeyRelease events propagate to windowsMark Tiefenbruck1-14/+16
2008-09-27turn off size/position display by default, move click raises to focus model menuMark Tiefenbruck1-10/+7
2008-09-26fix rounded corners on restartMark Tiefenbruck1-1/+2
2008-09-22cosmeticsMathias Gumz1-3/+3
2008-09-21Changed icon list signal in BScreen to use the new signal systemHenrik Kinnunen1-4/+3
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen1-4/+3
2008-09-21Changed background changed signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+1
2008-09-21Changed workspace names signal in BScreen to use the new signal systemHenrik Kinnunen1-3/+2
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+1
2008-09-18Changed workspace count signal in BScreen to use the new signal system.Henrik Kinnunen1-3/+2
2008-09-11fix some default valuesMark Tiefenbruck1-10/+8
2008-09-08update workspace names atoms/resources when adding a new workspaceMark Tiefenbruck1-7/+5
2008-09-04turn on opaque window moving by defaultMark Tiefenbruck1-1/+1
2008-09-01highlight the nearest menu item when the current one is disabled, and add sep...Mark Tiefenbruck1-0/+3
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck1-4/+2
2008-08-27remove option to disable decorations on transient windowsMark Tiefenbruck1-4/+0
2008-08-18add top, left, right, and bottom center tab placement optionsMark Tiefenbruck1-11/+40
2008-08-15move some frame size calculations to FbWinFrameMark Tiefenbruck1-2/+1
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-4/+5