Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2008-11-02 | don't reload keys file on modifier map events, just re-grab keys | Mark Tiefenbruck | 1 | -1/+1 | |
2008-10-01 | restore missing config files on reconfigure | Mark Tiefenbruck | 1 | -0/+1 | |
2008-09-28 | Changed workspace area signal to use the new signal system | Henrik Kinnunen | 1 | -11/+11 | |
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -10/+13 | |
2008-09-21 | Changed client list signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -7/+11 | |
2008-09-21 | Changed workspace names signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -8/+11 | |
2008-09-21 | Changed current workspace signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -9/+13 | |
2008-09-21 | no virtuals needed Signals, added leaveAll for SignalTracker which must be ↵ | Henrik Kinnunen | 1 | -3/+2 | |
used before all screens dies. | |||||
2008-09-21 | fix a few things with new signal code | Mark Tiefenbruck | 1 | -0/+3 | |
2008-09-18 | Changed workspace count signal in BScreen to use the new signal system. | Henrik Kinnunen | 1 | -8/+13 | |
2008-09-11 | try to fix some weird focus issues | Mark Tiefenbruck | 1 | -0/+1 | |
2008-09-03 | add check to configure script to detect old versions of XrandrRelease-1_1_0_1 | Mark Tiefenbruck | 1 | -0/+2 | |
2008-08-22 | add -sync command line option for debugging X issues | Mark Tiefenbruck | 1 | -2/+4 | |
2008-08-22 | accidentally left this on | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-22 | move fullscreen and maximization handling to FbWinFrame | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-19 | update keys file for changes to NextWindow syntax | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-16 | cosmetic changes | Mark Tiefenbruck | 1 | -13/+9 | |
2008-08-14 | cleanup of some files | Mathias Gumz | 1 | -1/+1 | |
2008-08-13 | make sure apps, overlay, and windowmenu get copied on new installations | Mark Tiefenbruck | 1 | -1/+2 | |
2008-08-06 | use the same options in Slit and Toolbar placement menus | Mark Tiefenbruck | 1 | -1/+1 | |
2008-06-20 | move default window menu to ~/.fluxbox/windowmenu | Mark Tiefenbruck | 1 | -19/+18 | |
2008-05-15 | need to reset keybindings when keymap changes | Mark Tiefenbruck | 1 | -1/+1 | |
2008-05-12 | only reload the keys file if the contents have changed | Mark Tiefenbruck | 1 | -3/+3 | |
2008-05-12 | refactor menu reloading, added FbTk::AutoReloadHelper | Mark Tiefenbruck | 1 | -59/+0 | |
2008-05-11 | reuse some menu pointers instead of using delete/new | Mark Tiefenbruck | 1 | -3/+0 | |
2008-05-11 | remove some more useless code | Mark Tiefenbruck | 1 | -21/+5 | |
2008-05-01 | save timestamp for non-existent menu file, in case user creates one | Mark Tiefenbruck | 1 | -10/+5 | |
2008-04-29 | don't add program icons to tabs for previous users, for backwards ↵ | Mark Tiefenbruck | 1 | -1/+1 | |
compatibility, but leave it as default for new users | |||||
2008-04-26 | some updates for the startup file in modern times | Mark Tiefenbruck | 1 | -2/+10 | |
2008-04-25 | add fbrun to default apps file | Mark Tiefenbruck | 1 | -2/+10 | |
2008-01-31 | fix focus revert when closing menu | Mark Tiefenbruck | 1 | -3/+3 | |
2008-01-27 | Call XRRUpdateConfiguration before querying Xinerama | Tomas Janousek | 1 | -0/+1 | |
As the manpage says: Clients must call back into Xlib using XRRUpdateConfiguration when screen configuration change notify events are generated (or root window configuration changes occur, to update Xlib's view of the resolution, size, rotation, reflection or subpixel order. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-25 | cosmetics | Mathias Gumz | 1 | -1/+1 | |
2008-01-13 | fix crashes on restart | Mark Tiefenbruck | 1 | -8/+7 | |
2008-01-13 | fix some issues with reverting focus | Mark Tiefenbruck | 1 | -22/+10 | |
2008-01-12 | move some stuff from Fluxbox to BScreen | Mark Tiefenbruck | 1 | -57/+0 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -2/+2 | |
ObjectRegistry | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2008-01-02 | more encapsulation for Ewmh | Mathias Gumz | 1 | -1/+1 | |
2008-01-01 | fix some flickering on focus change | Mark Tiefenbruck | 1 | -61/+43 | |
2007-12-21 | added key command StartTabbing | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-19 | check apps file settings after ewmh and gnome | Mark Tiefenbruck | 1 | -7/+7 | |
2007-12-17 | removed session.screen<N>.imageSearchPath, as it was: | Mark Tiefenbruck | 1 | -11/+0 | |
1) undocumented 2) improperly implemented 3) responsible for broken pixmap loading in styles | |||||
2007-12-16 | load style before loading theme objects, remove duplicate theme load | Mark Tiefenbruck | 1 | -3/+3 | |
2007-12-11 | only allow one open menu at a time | markt | 1 | -13/+0 | |
2007-12-09 | added OnTitlebar modifier to keys file | markt | 1 | -1/+1 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -18/+10 | |
2007-11-09 | one more fix again | markt | 1 | -2/+2 | |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -21/+1 | |