Age | Commit message (Expand) | Author | Files | Lines |
2016-09-21 | only call applySizeHints when desired | Thomas Lübking | 1 | -3/+2 |
2016-09-11 | resolve handle/grip context conflict | Thomas Lübking | 1 | -1/+6 |
2016-08-27 | Control OnTitlebar ./. OnWindow | Thomas Lübking | 1 | -1/+6 |
2016-08-27 | apply size hints when applying the state | Thomas Lübking | 1 | -3/+5 |
2016-07-30 | allow to force moveResize and use on applyState | Thomas Lübking | 1 | -4/+4 |
2016-06-26 | replace FbRootWindow::depth with maxDepth | Thomas Lübking | 1 | -2/+2 |
2015-02-08 | Fix: typo during refactoring | Arkadiusz Bokowy | 1 | -2/+2 |
2015-02-01 | Fix regression: use proper texture for the grips | Mathias Gumz | 1 | -10/+8 |
2015-01-24 | Cleanup | Mathias Gumz | 1 | -58/+60 |
2015-01-23 | Refactor FbWinFrame | Mathias Gumz | 1 | -473/+304 |
2012-11-07 | Adds the OnTab keyword for the keys file | Julien Viard de Galbert | 1 | -0/+49 |
2011-10-20 | Added support for ARGB visual, patch #3284774 | Gediminas Liktaras | 1 | -8/+24 |
2011-05-10 | Convert FbWinFrame::frameExtentSig to FbTk::Signal | Pavel Labath | 1 | -3/+3 |
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -1/+1 |
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -10/+12 |
2010-09-15 | code deduplication by using <algorithm> and FbTk/STLUtil.hh | Mathias Gumz | 1 | -13/+7 |
2010-09-13 | cosmetic code cleaning | Mathias Gumz | 1 | -10/+3 |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -1/+1 |
2010-05-23 | mostly cosmetic fixes, mainly discovered by 'clang --analyze' | Mathias Gumz | 1 | -1/+1 |
2009-01-11 | fixed resize bug (caused by typo, see #2498507) | Peter Hercek | 1 | -1/+1 |
2008-10-15 | additional fix for the resize bug | Mathias Gumz | 1 | -1/+3 |
2008-10-04 | fix flickering of shaped windows on focus changes | Mark Tiefenbruck | 1 | -6/+0 |
2008-09-21 | re-fix maximizing problem with non-northwest gravity windows | Mark Tiefenbruck | 1 | -2/+3 |
2008-09-21 | fix placement of windows with non-default decorations | Mark Tiefenbruck | 1 | -0/+1 |
2008-09-14 | some minor code cleaning. | Henrik Kinnunen | 1 | -0/+7 |
2008-09-11 | fix program crashes caused by unshading | Mark Tiefenbruck | 1 | -1/+2 |
2008-09-03 | fix maximize/fullscreen for windows with non-Northwest gravity | Mark Tiefenbruck | 1 | -3/+3 |
2008-08-27 | move some things from FluxboxWindow to WindowState | Mark Tiefenbruck | 1 | -4/+3 |
2008-08-27 | make FbWinFrame and FluxboxWindow share a WindowState object | Mark Tiefenbruck | 1 | -37/+6 |
2008-08-27 | move FbWinFrame::State class to a new file | Mark Tiefenbruck | 1 | -289/+14 |
2008-08-23 | fix for restoring horizontally or vertically resized windows | Mark Tiefenbruck | 1 | -5/+8 |
2008-08-23 | resize maximized windows when the toolbar or slit changes size | Mark Tiefenbruck | 1 | -4/+3 |
2008-08-22 | allow various combinations of shaded, maximized, and fullscreen states | Mark Tiefenbruck | 1 | -42/+40 |
2008-08-22 | be a little smarter about size hints in tabbed windows | Mark Tiefenbruck | 1 | -2/+4 |
2008-08-22 | remove borders from maximized windows | Mark Tiefenbruck | 1 | -1/+2 |
2008-08-22 | move fullscreen and maximization handling to FbWinFrame | Mark Tiefenbruck | 1 | -0/+72 |
2008-08-22 | don't apply rounded corners to windows without decorations | Mark Tiefenbruck | 1 | -19/+11 |
2008-08-21 | make Swing apps only somewhat horribly broken again | Mark Tiefenbruck | 1 | -6/+0 |
2008-08-21 | some cleanup | Mark Tiefenbruck | 1 | -9/+7 |
2008-08-18 | add top, left, right, and bottom center tab placement options | Mark Tiefenbruck | 1 | -1/+46 |
2008-08-16 | some cleanup | Mark Tiefenbruck | 1 | -6/+6 |
2008-08-16 | move interpretation of normal hints to size hint class | Mark Tiefenbruck | 1 | -7/+60 |
2008-08-15 | fix compilation | Mark Tiefenbruck | 1 | -6/+8 |
2008-08-15 | let FbWinFrame handle decorations in fullscreen state | Mark Tiefenbruck | 1 | -6/+30 |
2008-08-15 | move getDecoMaskFromString to FbWinFrame | Mark Tiefenbruck | 1 | -0/+20 |
2008-08-15 | group some window properties into a new class FbWinFrame::State | Mark Tiefenbruck | 1 | -31/+28 |
2008-08-15 | move some frame size calculations to FbWinFrame | Mark Tiefenbruck | 1 | -3/+17 |
2008-08-15 | aspect ratios should take base size into account, fix size hint initialization | Mark Tiefenbruck | 1 | -37/+57 |
2008-08-15 | move size hint code to methods in size hint struct, restructure them a little | Mark Tiefenbruck | 1 | -132/+121 |
2008-08-15 | move size hint code to FbWinFrame | Mark Tiefenbruck | 1 | -0/+132 |