aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
AgeCommit message (Expand)AuthorFilesLines
2015-01-22CosmeticMathias Gumz1-0/+1
2012-10-04Add support for nearest corner or edge resizingMichael Abbott1-3/+2
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-5/+4
2012-07-07make alt-tab skip modal windowsMark Tiefenbruck1-0/+1
2012-04-06Allow percentage values for some Window commandsLajos Koszti1-0/+2
2011-05-10Remove all trace of Observers and SubjectsPavel Labath1-3/+0
2011-05-10Convert FbWinFrame::frameExtentSig to FbTk::SignalPavel Labath1-12/+2
2011-05-10Convert FluxboxWindow::hintSig to FbTk::SignalPavel Labath1-4/+2
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath1-5/+3
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath1-4/+2
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath1-4/+3
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-0/+2
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht1-1/+2
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-7/+6
2011-03-18compile fix for clang, forward declaration of FocusControl was not enoughMathias Gumz1-1/+1
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-4/+4
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-5/+5
2011-02-03allow to override 'FocusNewWindow' via .fluxbox/appsPeter Hercek1-0/+1
2010-09-11added 'SetXProp' action and (@PROP=foo) clientpatternMathias Gumz1-0/+1
2010-09-08introduced FbTk::BidiStringMathias Gumz1-3/+3
2010-08-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz1-0/+2
2010-05-06added little helper function to disable the maximization state of a window wh...Mathias Gumz1-0/+4
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen1-0/+3
2009-12-18implemented 'MoveN' and 'ClickN' support in keys file.Mathias Gumz1-0/+1
2009-06-28make Raise/LowerLayer accept integer argument for number of layers, default 2Mark Tiefenbruck1-2/+1
2008-10-15don't allow resizing to negative dimensionsMathias Gumz1-7/+7
2008-10-09don't show window on new workspace when warping with outline movingMark Tiefenbruck1-2/+0
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen1-0/+3
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-1/+6
2008-09-02resize fullscreen windows when resolution changesRelease-1_1_0Mark Tiefenbruck1-0/+1
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck1-12/+8
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck1-11/+15
2008-08-27move FbWinFrame::State class to a new fileMark Tiefenbruck1-6/+6
2008-08-22be a little smarter about size hints in tabbed windowsMark Tiefenbruck1-0/+2
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck1-21/+4
2008-08-21make Swing apps only somewhat horribly broken againMark Tiefenbruck1-3/+1
2008-08-21some cleanupMark Tiefenbruck1-25/+1
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck1-11/+16
2008-08-15cosmetic api changeMathias Gumz1-1/+1
2008-08-15move getDecoMaskFromString to FbWinFrameMark Tiefenbruck1-2/+0
2008-08-15fix some consts and private functionsMark Tiefenbruck1-14/+13
2008-08-15have fullscreen and maximization code call applySizeHints directlyMark Tiefenbruck1-1/+1
2008-08-15move some frame size calculations to FbWinFrameMark Tiefenbruck1-1/+1
2008-08-14cleanup of some filesMathias Gumz1-1/+0
2008-06-20move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck1-3/+3
2008-05-24move FluxboxWindow::applyDecorations() to FbWinFrameMark Tiefenbruck1-1/+1
2008-05-13Fixed startup bug for window menu in iconbar.Henrik Kinnunen1-0/+6
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-08split WinButtonTheme into multiple themesMark Tiefenbruck1-0/+1
2008-01-07switch FbWinFrameTheme to use FocusableThemeMark Tiefenbruck1-2/+4