aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23Refactor FbWinFrameMathias Gumz1-46/+17
FbWinFrame is now simpler to read due to less overall noise.
2012-11-07Adds the OnTab keyword for the keys fileJulien Viard de Galbert1-0/+4
Adding the following lines to the keys file restore the old behaviour to use Mouse2 on tabs to start tabbing, and keep OnTitlebar Mouse2 to lower the window. OnTab Mouse2 :StartTabbing OnTab Move1 :StartMoving Note: Internal tabs are triggering both OnTab and OnTitlebar events.
2011-10-20Added support for ARGB visual, patch #3284774Gediminas Liktaras1-1/+1
fluxbox now properly displays windows that require ARGB visuals when an external compositor is running. This was done by creating the container window with the correct visual and colormap when needed. Closes #2874629
2011-05-10Convert FbWinFrame::frameExtentSig to FbTk::SignalPavel Labath1-4/+3
Also, I spotted a potential bug in the code. I marked the place with XXX. Someone should take a look at that.
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-5/+2
biggest change: renaming of 'class Layer' to 'class ResourceLayer' in Layer.hh to handle complaints about 'ambiguous Layer: Layer or FbTk::Layer'. 'ResourceLayer' sounds crappy, but that was the best I could come up with right now.
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
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'.
2010-09-17code simplification by reducing if-else hellMathias Gumz1-1/+3
a lot of the parsing-related and menu-building stuff is just plain stupid boiler plate code. putting the data into a const array separates the boiler plate data from the actual code.
2010-09-08introduced FbTk::BidiStringMathias Gumz1-1/+1
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text).
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 ↵Mark Tiefenbruck1-1/+1
ObjectRegistry
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