Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-06-04 | only remove outside border when disabled by decoration mask | Mark Tiefenbruck | 1 | -4/+5 |
2008-05-28 | Fix focused/unfocused border color of the tab container. | Tomas Janousek | 1 | -1/+1 |
2008-05-25 | simplify gravity calculations | Mark Tiefenbruck | 1 | -35/+21 |
2008-05-24 | move FluxboxWindow::applyDecorations() to FbWinFrame | Mark Tiefenbruck | 1 | -46/+79 |
2008-05-16 | move some code around | Mark Tiefenbruck | 1 | -2/+7 |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -0/+1 |
2008-01-07 | switch FbWinFrameTheme to use FocusableTheme | Mark Tiefenbruck | 1 | -54/+43 |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -20/+15 |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -51/+53 |
2008-01-04 | remove some unnecessary code | Mark Tiefenbruck | 1 | -2/+0 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 |
2007-12-30 | Fix freeze with actions on external tab. | Tomas Janousek | 1 | -5/+0 |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -3/+3 |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 1 | -6/+2 |
2007-12-28 | moved Container to FbTk | Mark Tiefenbruck | 1 | -13/+12 |
2007-12-27 | architecture astronomy | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-27 | simplify the window transparency menu and handling a bit | Mark Tiefenbruck | 1 | -39/+23 |
2007-12-23 | added focused/unfocused borders to styles | Mark Tiefenbruck | 1 | -6/+12 |
2007-12-23 | make FbWinFrame aware of the decoration state | Mark Tiefenbruck | 1 | -0/+1 |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt | 1 | -2/+4 |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 1 | -65/+1 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -120/+23 |
2007-08-09 | Fix handling of Shape, stage 2 (more involved/complete handling) | simonb | 1 | -19/+20 |
2007-07-02 | use old size/position in apps file when the window is shaded or maximized | markt | 1 | -0/+6 |
2007-07-02 | minor usability fix for :Tab command and fixed handle rendering when switchin... | markt | 1 | -2/+3 |
2007-04-23 | disabled resizing shaded windows | markt | 1 | -11/+3 |
2007-04-03 | fixed a bug, removed some unused code | markt | 1 | -47/+6 |
2007-02-02 | revert svn 4684, transparency in window buttons | markt | 1 | -7/+0 |
2007-02-02 | added SetAlpha key command | markt | 1 | -3/+16 |
2007-01-27 | minor cleaning | fluxgen | 1 | -4/+4 |
2007-01-21 | allow transparency in window buttons | markt | 1 | -0/+7 |