Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-03 | compile fixes for sun compiler 5.10: 'i want an extern C function ptr' | Mathias Gumz | 1 | -1/+1 | |
2009-10-03 | compile fixes for sun compiler 5.10: complains about 'not beeing able to ↵ | Mathias Gumz | 1 | -2/+3 | |
initialize this from that' | |||||
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 | |
2009-09-14 | mwm hints can't control the close button | Mark Tiefenbruck | 1 | -2/+2 | |
2009-09-12 | implemented visibility of titlebar buttons via the apps file | Mathias Gumz | 1 | -18/+23 | |
2009-06-28 | hide the menu when you click on a window | Mark Tiefenbruck | 1 | -2/+1 | |
2009-06-28 | make Raise/LowerLayer accept integer argument for number of layers, default 2 | Mark Tiefenbruck | 1 | -7/+2 | |
2009-06-28 | allow "lower" as a reference point for MoveTo, etc. | Mark Tiefenbruck | 1 | -1/+1 | |
2009-05-26 | Merge branch 'mousefocus' | Jim Ramsay | 1 | -2/+13 | |
2009-03-04 | buildfix: fluxbox didnt link when configured with --disable-remember | Mathias Gumz | 1 | -0/+4 | |
2009-02-27 | Ignore EnterNotify on Move or Resize | Jim Ramsay | 1 | -0/+3 | |
Moving and Resizing windows can reveal other windows, which of course can change unexpected focus changes in focus-follows-mouse. | |||||
2009-02-27 | Ignore EnterNotify on Lower | Jim Ramsay | 1 | -0/+4 | |
Lower is one of the actions which may reveal a window under the current mouse pointer which would unexpectedly change focus under focus-folows-mouse. | |||||
2009-02-27 | Added facility to selectively ignore EnterNotify events | Jim Ramsay | 1 | -2/+6 | |
This will be used to avoid some situations where an EnterNotify event should not focus the window beneath the mouse cursor. For example, when a menu (or any window for that matter) is unmapped, focus should not pass to whatever window is beneath the current location of the mouse cursor, but to the previous window in the focus list. This was first noticed when using the ClientMenu feature with focus-follows-mouse on -> The focus would always end up on the window beneath the mouse pointer, not the window selected in the menu. | |||||
2008-10-15 | unrevert 1fdef35e51 | Mark Tiefenbruck | 1 | -14/+0 | |
x Mathias should listen to me when I say "by the way, I know you liked the code I just removed; you should change your keys file to use :MacroCmd {Focus} {Raise} {StartMoving}". Behavior in 1.0.0 and previous was that alt+click would focus and raise, regardless of whether the window was moved or not. If mathias really wants his alt+drag to preserve stacking order, he should add Mouse<N>Move events to the keys file to distinguish moving from clicking. I've been planning on doing it anyway. | |||||
2008-10-15 | reverted 1fdef35e51, added more info about that feature | Mathias Gumz | 1 | -0/+14 | |
2008-10-15 | don't allow resizing to negative dimensions | Mathias Gumz | 1 | -15/+25 | |
this fixes a problem when the user resizes a window over the opposite border. as a result a signed overflow occured which lead to quite huge windows. | |||||
2008-10-12 | focus window when done dragging to a new workspace with outline moving | Mark Tiefenbruck | 1 | -5/+3 | |
2008-10-09 | don't show window on new workspace when warping with outline moving | Mark Tiefenbruck | 1 | -39/+13 | |
2008-10-07 | fix windows mapping into IconicState again | Mark Tiefenbruck | 1 | -0/+3 | |
2008-10-07 | remove some unneeded code | Mark Tiefenbruck | 1 | -9/+0 | |
2008-10-05 | remove follow models | Mark Tiefenbruck | 1 | -12/+3 | |
2008-10-04 | in ClickFocus, replay pointer before focusing window | Mark Tiefenbruck | 1 | -3/+3 | |
2008-10-04 | fix flickering of shaped windows on focus changes | Mark Tiefenbruck | 1 | -6/+7 | |
2008-09-28 | Changed workspace area signal to use the new signal system | Henrik Kinnunen | 1 | -4/+7 | |
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -8/+17 | |
2008-09-14 | some minor code cleaning. | Henrik Kinnunen | 1 | -32/+22 | |
2008-09-02 | resize fullscreen windows when resolution changes | Mark Tiefenbruck | 1 | -5/+12 | |
2008-09-02 | update window's size hints when client updates size hints | Mark Tiefenbruck | 1 | -0/+1 | |
2008-08-27 | don't change a fullscreen window's layer when its transient takes the focus | Mark Tiefenbruck | 1 | -11/+8 | |
2008-08-27 | move some things from FluxboxWindow to WindowState | Mark Tiefenbruck | 1 | -42/+35 | |
2008-08-27 | make FbWinFrame and FluxboxWindow share a WindowState object | Mark Tiefenbruck | 1 | -60/+42 | |
2008-08-27 | remove option to disable decorations on transient windows | Mark Tiefenbruck | 1 | -18/+5 | |
2008-08-27 | move decoration handling for non-resizable windows to SizeHint class | Mark Tiefenbruck | 1 | -18/+5 | |
2008-08-27 | move FbWinFrame::State class to a new file | Mark Tiefenbruck | 1 | -46/+46 | |
2008-08-23 | resize maximized windows when the toolbar or slit changes size | Mark Tiefenbruck | 1 | -5/+11 | |
2008-08-22 | allow various combinations of shaded, maximized, and fullscreen states | Mark Tiefenbruck | 1 | -7/+1 | |
2008-08-22 | be a little smarter about size hints in tabbed windows | Mark Tiefenbruck | 1 | -26/+43 | |
2008-08-22 | don't let MWM hints override defaultDeco | Mark Tiefenbruck | 1 | -0/+4 | |
2008-08-22 | move fullscreen and maximization handling to FbWinFrame | Mark Tiefenbruck | 1 | -139/+19 | |
2008-08-22 | don't apply rounded corners to windows without decorations | Mark Tiefenbruck | 1 | -4/+0 | |
2008-08-21 | make Swing apps only somewhat horribly broken again | Mark Tiefenbruck | 1 | -49/+13 | |
2008-08-21 | ; | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-21 | some cleanup | Mark Tiefenbruck | 1 | -149/+33 | |
2008-08-18 | combined code for saved window positions and MoveTo key command | Mark Tiefenbruck | 1 | -5/+47 | |
added left, right, top, and bottom center reference points | |||||
2008-08-16 | some cleanup | Mark Tiefenbruck | 1 | -15/+15 | |
2008-08-15 | cosmetic api change | Mathias Gumz | 1 | -6/+21 | |
2008-08-15 | let FbWinFrame handle decorations in fullscreen state | Mark Tiefenbruck | 1 | -15/+2 | |
2008-08-15 | move getDecoMaskFromString to FbWinFrame | Mark Tiefenbruck | 1 | -21/+2 | |
2008-08-15 | fix some consts and private functions | Mark Tiefenbruck | 1 | -16/+8 | |
2008-08-15 | group some window properties into a new class FbWinFrame::State | Mark Tiefenbruck | 1 | -0/+4 | |