Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-25 | use current workspace in ClientPattern when client has no FbWindow | Mark Tiefenbruck | 1 | -6/+5 | |
2009-05-26 | Merge branch 'mousefocus' | Jim Ramsay | 5 | -3/+55 | |
2009-05-26 | Allow 'background: unset' | Jim Ramsay | 1 | -0/+4 | |
When a user sets 'background: none' it really means "Do not let themes touch the background I have already set with fbsetbg" -> It does still actually call fbsetbeg to re-assert the proper background. This new value 'unset' is for users who will use an alternate method to set their background (root-tail, xscreensaver, or whatever). It instructs fluxbox to *never* run fbsetbg. | |||||
2009-05-26 | Error on incomplete MacroCmd key command | Jim Ramsay | 1 | -7/+9 | |
2009-05-26 | Exit loop for unterminated { } pair | Jim Ramsay | 1 | -1/+1 | |
2009-05-25 | minor cosmetics | Mathias Gumz | 2 | -2/+2 | |
2009-03-09 | Ignore EnterNotify on workspace change | Jim Ramsay | 1 | -0/+3 | |
Changing workspaces also reveals other windows, which causes unexpected focus changes. | |||||
2009-03-04 | src/TextDialog.cc: removed useless stdexcept header inclusion. | Slava Semushin | 1 | -1/+0 | |
No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | src/Keys.cc(deleteTree): use FbTk::STLUtil::destroyAndClearSecond() instead ↵ | Slava Semushin | 1 | -3/+5 | |
of self-written code. No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | Renamed function svnversion() to gitrevision() because now we uses GIT. | Slava Semushin | 2 | -4/+4 | |
No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | buildfix: fluxbox didnt link when configured with --disable-remember | Mathias Gumz | 2 | -2/+6 | |
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 | Ignore EnterNotify on Unmap | Jim Ramsay | 1 | -0/+5 | |
This is the basic condition that was first noticed because of the effect of the ClientMenu window unmapping and the resulting EnterNotify event stealing focus from the window selected in that menu. But to be complete, any window unmapping should cause focus to move to the next in the last-recently-focused window list, not the one that happens to be beneath the mouse cursor. | |||||
2009-02-27 | Added facility to selectively ignore EnterNotify events | Jim Ramsay | 3 | -3/+40 | |
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. | |||||
2009-02-24 | remove unnecessary xpm.h include in imlib code | Mark Tiefenbruck | 1 | -2/+0 | |
2009-01-11 | fixed resize bug (caused by typo, see #2498507) | Peter Hercek | 1 | -1/+1 | |
2008-11-02 | don't reload keys file on modifier map events, just re-grab keys | Mark Tiefenbruck | 3 | -1/+8 | |
2008-10-19 | increase default size of toolbar and icon buttons | Mark Tiefenbruck | 2 | -2/+2 | |
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 | additional fix for the resize bug | Mathias Gumz | 1 | -1/+3 | |
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 | 2 | -22/+32 | |
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-15 | ignore XRandr events that don't actually change the screen size | Mark Tiefenbruck | 5 | -22/+22 | |
2008-10-13 | merge menuDelay and menuDelayClose options | Mark Tiefenbruck | 5 | -26/+9 | |
2008-10-12 | focus window when done dragging to a new workspace with outline moving | Mark Tiefenbruck | 1 | -5/+3 | |
2008-10-09 | using namespace instead of a useless class | Mathias Gumz | 3 | -56/+21 | |
2008-10-09 | don't show window on new workspace when warping with outline moving | Mark Tiefenbruck | 3 | -53/+21 | |
2008-10-07 | show/hide tooltip if title length changes enough while mouse is over the ↵ | Mark Tiefenbruck | 1 | -8/+7 | |
iconbutton | |||||
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-07 | allow relative path for background images in style files | Mark Tiefenbruck | 3 | -19/+25 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 7 | -70/+2 | |
2008-10-05 | remove follow models | Mark Tiefenbruck | 4 | -158/+3 | |
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 4 | -41/+0 | |
2008-10-05 | remove rootcommand from init file | Mark Tiefenbruck | 2 | -8/+0 | |
2008-10-04 | recognize --option in addition to -option for most things | Mark Tiefenbruck | 1 | -9/+9 | |
2008-10-04 | in ClickFocus, replay pointer before focusing window | Mark Tiefenbruck | 1 | -3/+3 | |
2008-10-04 | fix CustomMenu and ClientMenu commands from fluxbox-remote | Mark Tiefenbruck | 1 | -1/+2 | |
2008-10-04 | break keychains after an invalid key is pressed (which unfortunately will be ↵ | Mark Tiefenbruck | 3 | -12/+13 | |
swallowed) | |||||
2008-10-04 | fix flickering of shaped windows on focus changes | Mark Tiefenbruck | 4 | -51/+41 | |
2008-10-01 | fix restacking | Mark Tiefenbruck | 3 | -15/+52 | |
2008-10-01 | don't flash original window in the middle of cycling focus | Mark Tiefenbruck | 5 | -12/+19 | |
2008-10-01 | reset background on resolution change | Mark Tiefenbruck | 3 | -2/+3 | |
2008-10-01 | restore missing config files on reconfigure | Mark Tiefenbruck | 1 | -0/+1 | |
2008-09-28 | Changed resize signal in BScreen to use the new signal system | Henrik Kinnunen | 6 | -14/+32 | |
2008-09-28 | Changed workspace area signal to use the new signal system | Henrik Kinnunen | 6 | -20/+28 | |
2008-09-28 | Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox | Henrik Kinnunen | 13 | -149/+157 | |
Conflicts: ChangeLog | |||||
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 10 | -41/+80 | |
2008-09-28 | don't let KeyRelease events propagate to windows | Mark Tiefenbruck | 7 | -40/+33 | |