summaryrefslogtreecommitdiff
path: root/src/Window.hh
AgeCommit message (Expand)Author
2012-10-04Add support for nearest corner or edge resizingMichael Abbott
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2012-07-06make alt-tab skip modal windowsMark Tiefenbruck
2012-04-06Allow percentage values for some Window commandsLajos Koszti
2011-05-10Remove all trace of Observers and SubjectsPavel Labath
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 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-03-18compile fix for clang, forward declaration of FocusControl was not enoughMathias Gumz
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz
2011-02-03allow to override 'FocusNewWindow' via .fluxbox/appsPeter Hercek
2010-09-11added 'SetXProp' action and (@PROP=foo) clientpatternMathias Gumz
2010-09-08introduced FbTk::BidiStringMathias Gumz
2010-08-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz
2010-05-06added little helper function to disable the maximization state of a window wh...Mathias Gumz
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen
2009-12-18implemented 'MoveN' and 'ClickN' support in keys file.Mathias Gumz
2009-06-28make Raise/LowerLayer accept integer argument for number of layers, default 2Mark Tiefenbruck
2008-10-15don't allow resizing to negative dimensionsMathias Gumz
2008-10-08don't show window on new workspace when warping with outline movingMark Tiefenbruck
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen
2008-09-02resize fullscreen windows when resolution changesRelease-1_1_0Mark Tiefenbruck
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck
2008-08-27move FbWinFrame::State class to a new fileMark Tiefenbruck
2008-08-22be a little smarter about size hints in tabbed windowsMark Tiefenbruck
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck
2008-08-21make Swing apps only somewhat horribly broken againMark Tiefenbruck
2008-08-21some cleanupMark Tiefenbruck
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck
2008-08-15cosmetic api changeMathias Gumz
2008-08-15move getDecoMaskFromString to FbWinFrameMark Tiefenbruck
2008-08-15fix some consts and private functionsMark Tiefenbruck
2008-08-15have fullscreen and maximization code call applySizeHints directlyMark Tiefenbruck
2008-08-15move some frame size calculations to FbWinFrameMark Tiefenbruck
2008-08-14cleanup of some filesMathias Gumz
2008-06-19move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck
2008-05-24move FluxboxWindow::applyDecorations() to FbWinFrameMark Tiefenbruck
2008-05-13Fixed startup bug for window menu in iconbar.Henrik Kinnunen
2008-04-21some fixes for gcc 3.4Thomas Orgis
2008-01-08split WinButtonTheme into multiple themesMark Tiefenbruck
2008-01-07switch FbWinFrameTheme to use FocusableThemeMark Tiefenbruck
2008-01-04update code to use ThemeProxyMark Tiefenbruck