aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
AgeCommit message (Expand)AuthorFilesLines
2015-01-23Refactor FbWinFrameMathias Gumz1-46/+17
2012-11-07Adds the OnTab keyword for the keys fileJulien Viard de Galbert1-0/+4
2011-10-20Added support for ARGB visual, patch #3284774Gediminas Liktaras1-1/+1
2011-05-10Convert FbWinFrame::frameExtentSig to FbTk::SignalPavel Labath1-4/+3
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-5/+2
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-5/+5
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-5/+5
2010-09-17code simplification by reducing if-else hellMathias Gumz1-1/+3
2010-09-08introduced FbTk::BidiStringMathias Gumz1-1/+1
2008-10-04fix flickering of shaped windows on focus changesMark Tiefenbruck1-2/+0
2008-09-14some minor code cleaning.Henrik Kinnunen1-0/+3
2008-09-03fix maximize/fullscreen for windows with non-Northwest gravityMark Tiefenbruck1-1/+1
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck1-2/+2
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck1-15/+4
2008-08-27move FbWinFrame::State class to a new fileMark Tiefenbruck1-93/+10
2008-08-22allow various combinations of shaded, maximized, and fullscreen statesMark Tiefenbruck1-1/+0
2008-08-22be a little smarter about size hints in tabbed windowsMark Tiefenbruck1-2/+2
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck1-2/+21
2008-08-22don't apply rounded corners to windows without decorationsMark Tiefenbruck1-3/+1
2008-08-18add top, left, right, and bottom center tab placement optionsMark Tiefenbruck1-4/+4
2008-08-16move interpretation of normal hints to size hint classMark Tiefenbruck1-4/+8
2008-08-15let FbWinFrame handle decorations in fullscreen stateMark Tiefenbruck1-1/+7
2008-08-15move getDecoMaskFromString to FbWinFrameMark Tiefenbruck1-0/+1
2008-08-15group some window properties into a new class FbWinFrame::StateMark Tiefenbruck1-23/+36
2008-08-15have fullscreen and maximization code call applySizeHints directlyMark Tiefenbruck1-1/+1
2008-08-15move some frame size calculations to FbWinFrameMark Tiefenbruck1-1/+5
2008-08-15move size hint code to methods in size hint struct, restructure them a littleMark Tiefenbruck1-10/+6
2008-08-15move size hint code to FbWinFrameMark Tiefenbruck1-0/+28
2008-06-04only remove outside border when disabled by decoration maskMark Tiefenbruck1-2/+2
2008-05-24move FluxboxWindow::applyDecorations() to FbWinFrameMark Tiefenbruck1-11/+17
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-1/+1
2008-01-07switch FbWinFrameTheme to use FocusableThemeMark Tiefenbruck1-4/+4
2008-01-07added new ThemeProxy for automatically handling focused vs. unfocused ThemeItemsMark Tiefenbruck1-4/+2
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-3/+5
2008-01-04remove some unnecessary codeMark Tiefenbruck1-10/+0
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-3/+0
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-44/+44
2007-12-28move Shape to FbTkMark Tiefenbruck1-3/+2
2007-12-28moved Container to FbTkMark Tiefenbruck1-4/+4
2007-12-27architecture astronomyMark Tiefenbruck1-2/+3
2007-12-27simplify the window transparency menu and handling a bitMark Tiefenbruck1-5/+7
2007-12-23make FbWinFrame aware of the decoration stateMark Tiefenbruck1-0/+30
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt1-14/+0
2007-10-13merged changes from pre-develmarkt1-18/+7
2007-08-09Fix handling of Shape, stage 2 (more involved/complete handling)simonb1-2/+5
2007-07-02use old size/position in apps file when the window is shaded or maximizedmarkt1-0/+1
2007-04-23disabled resizing shaded windowsmarkt1-2/+1
2007-04-03fixed a bug, removed some unused codemarkt1-3/+0