summaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2009-12-18implemented 'MoveN' and 'ClickN' support in keys file.Mathias Gumz1-7/+36
2009-11-23Keep 'maximum/fullscreen' when moving a window between different headsMichal Zime1-0/+14
2009-10-03compile fixes for sun compiler 5.10: 'i want an extern C function ptr'Mathias Gumz1-1/+1
2009-10-03compile fixes for sun compiler 5.10: complains about 'not beeing able to init...Mathias Gumz1-2/+3
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+1
2009-09-14mwm hints can't control the close buttonMark Tiefenbruck1-2/+2
2009-09-12implemented visibility of titlebar buttons via the apps fileMathias Gumz1-18/+23
2009-06-28hide the menu when you click on a windowMark Tiefenbruck1-2/+1
2009-06-28make Raise/LowerLayer accept integer argument for number of layers, default 2Mark Tiefenbruck1-7/+2
2009-06-28allow "lower" as a reference point for MoveTo, etc.Mark Tiefenbruck1-1/+1
2009-05-26Merge branch 'mousefocus'Jim Ramsay1-2/+13
2009-03-04buildfix: fluxbox didnt link when configured with --disable-rememberMathias Gumz1-0/+4
2009-02-27Ignore EnterNotify on Move or ResizeJim Ramsay1-0/+3
2009-02-27Ignore EnterNotify on LowerJim Ramsay1-0/+4
2009-02-27Added facility to selectively ignore EnterNotify eventsJim Ramsay1-2/+6
2008-10-15unrevert 1fdef35e51Mark Tiefenbruck1-14/+0
2008-10-15reverted 1fdef35e51, added more info about that featureMathias Gumz1-0/+14
2008-10-15don't allow resizing to negative dimensionsMathias Gumz1-15/+25
2008-10-12focus window when done dragging to a new workspace with outline movingMark Tiefenbruck1-5/+3
2008-10-09don't show window on new workspace when warping with outline movingMark Tiefenbruck1-39/+13
2008-10-07fix windows mapping into IconicState againMark Tiefenbruck1-0/+3
2008-10-07remove some unneeded codeMark Tiefenbruck1-9/+0
2008-10-05remove follow modelsMark Tiefenbruck1-12/+3
2008-10-04in ClickFocus, replay pointer before focusing windowMark Tiefenbruck1-3/+3
2008-10-04fix flickering of shaped windows on focus changesMark Tiefenbruck1-6/+7
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen1-4/+7
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-8/+17
2008-09-14some minor code cleaning.Henrik Kinnunen1-32/+22
2008-09-02resize fullscreen windows when resolution changesMark Tiefenbruck1-5/+12
2008-09-02update window's size hints when client updates size hintsMark Tiefenbruck1-0/+1
2008-08-27don't change a fullscreen window's layer when its transient takes the focusMark Tiefenbruck1-11/+8
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck1-42/+35
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck1-60/+42
2008-08-27remove option to disable decorations on transient windowsMark Tiefenbruck1-18/+5
2008-08-27move decoration handling for non-resizable windows to SizeHint classMark Tiefenbruck1-18/+5
2008-08-27move FbWinFrame::State class to a new fileMark Tiefenbruck1-46/+46
2008-08-23resize maximized windows when the toolbar or slit changes sizeMark Tiefenbruck1-5/+11
2008-08-22allow various combinations of shaded, maximized, and fullscreen statesMark Tiefenbruck1-7/+1
2008-08-22be a little smarter about size hints in tabbed windowsMark Tiefenbruck1-26/+43
2008-08-22don't let MWM hints override defaultDecoMark Tiefenbruck1-0/+4
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck1-139/+19
2008-08-22don't apply rounded corners to windows without decorationsMark Tiefenbruck1-4/+0
2008-08-21make Swing apps only somewhat horribly broken againMark Tiefenbruck1-49/+13
2008-08-21;Mark Tiefenbruck1-1/+1
2008-08-21some cleanupMark Tiefenbruck1-149/+33
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck1-5/+47
2008-08-16some cleanupMark Tiefenbruck1-15/+15
2008-08-15cosmetic api changeMathias Gumz1-6/+21
2008-08-15let FbWinFrame handle decorations in fullscreen stateMark Tiefenbruck1-15/+2
2008-08-15move getDecoMaskFromString to FbWinFrameMark Tiefenbruck1-21/+2