summaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)Author
2012-10-04minor cosmeticHEADmasterMathias Gumz
2012-10-04Add support for nearest corner or edge resizingMichael Abbott
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2012-08-22fix sanity check for transient and explicitly placed windowsPeter Hercek
2012-07-08make the menu bit of decoration masks control whether or not menu button is s...Mark Tiefenbruck
2012-07-06make alt-tab skip modal windowsMark Tiefenbruck
2012-04-06Allow percentage values for some Window commandsLajos Koszti
2012-01-04Pre-increment non-primitive types.Ryan Pavlik
2011-10-20Added support for ARGB visual, patch #3284774Gediminas Liktaras
2011-05-10Convert FbWinFrame::frameExtentSig to FbTk::SignalPavel Labath
2011-05-10Convert FluxboxWindow::hintSig to FbTk::SignalPavel Labath
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath
2011-05-10Convert Focusable::dieSig 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-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz
2011-02-24better solution for warping transient windowsMathias Gumz
2011-02-24intermediate fix for segfault when warping transient windows to different wor...Mathias Gumz
2011-02-24moved Menu placement into ScreenPlacement::placeAndShowMenu()Mathias Gumz
2011-02-24bugfix: place WindowMenu correctly upon first call (closes #2731524)Mathias Gumz
2010-09-15cleanup and code deduplicationMathias Gumz
2010-09-11added 'SetXProp' action and (@PROP=foo) clientpatternMathias Gumz
2010-09-08introduced FbTk::BidiStringMathias Gumz
2010-08-23reenable clickRaise(), but on any button press if no key-action was foundMathias Gumz
2010-08-22fixed compiler warnings regarding signed/unsigned and () around expressionsMathias Gumz
2010-08-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz
2010-05-06bugfix: when maximizing a shaded window, unshade it beforeMathias Gumz
2010-05-06added little helper function to disable the maximization state of a window wh...Mathias Gumz
2010-05-05bugfix: resizing stops _NET_WM_STATE_MAXIMIZED*, so trigger signal to set the...Mathias Gumz
2010-05-05use maximize options for fullscreen as wellMathias Gumz
2010-05-05added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys fileMathias Gumz
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen
2010-03-18Changed Focusable::focusSig() to new signal system.Henrik Kinnunen
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen
2009-12-18implemented 'MoveN' and 'ClickN' support in keys file.Mathias Gumz
2009-11-23Keep 'maximum/fullscreen' when moving a window between different headsMichal Zime
2009-10-03compile fixes for sun compiler 5.10: 'i want an extern C function ptr'Mathias Gumz
2009-10-03compile fixes for sun compiler 5.10: complains about 'not beeing able to init...Mathias Gumz
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz
2009-09-14mwm hints can't control the close buttonMark Tiefenbruck
2009-09-12implemented visibility of titlebar buttons via the apps fileMathias Gumz
2009-06-28hide the menu when you click on a windowMark Tiefenbruck
2009-06-28make Raise/LowerLayer accept integer argument for number of layers, default 2Mark Tiefenbruck
2009-06-28allow "lower" as a reference point for MoveTo, etc.Mark Tiefenbruck
2009-05-26Merge branch 'mousefocus'Jim Ramsay
2009-03-04buildfix: fluxbox didnt link when configured with --disable-rememberMathias Gumz
2009-02-27Ignore EnterNotify on Move or ResizeJim Ramsay
2009-02-27Ignore EnterNotify on LowerJim Ramsay