Age | Commit message (Expand) | Author | Files | Lines |
2007-12-26 | changing focusnew/mousefocus should affect windows that are already open | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-25 | implement some focus policies for splash, dock, and desktop windows | Mark Tiefenbruck | 1 | -10/+18 |
2007-12-25 | don't add new windows to front of focus list if they don't acquire the focus | Mark Tiefenbruck | 1 | -1/+1 |
2007-12-24 | minor fixes for handling ConfigureRequest events | Mark Tiefenbruck | 1 | -5/+3 |
2007-12-23 | added focused/unfocused borders to styles | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-23 | make FbWinFrame aware of the decoration state | Mark Tiefenbruck | 1 | -39/+40 |
2007-12-22 | if a window is prevented from stealing the focus, don't put it on top | Mark Tiefenbruck | 1 | -4/+11 |
2007-12-22 | don't allow clients to move or resize fullscreen/maximized windows | Mark Tiefenbruck | 1 | -0/+6 |
2007-12-22 | make better decisions about when to allow stealing the focus | Mark Tiefenbruck | 1 | -21/+33 |
2007-12-22 | leave fullscreen windows on top, even without the focus, as long as focused w... | Mark Tiefenbruck | 1 | -5/+30 |
2007-12-22 | remove 'friend' declaration in Window.hh | Mark Tiefenbruck | 1 | -10/+19 |
2007-12-21 | added key command StartTabbing | Mark Tiefenbruck | 1 | -76/+73 |
2007-12-19 | check apps file settings after ewmh and gnome | Mark Tiefenbruck | 1 | -0/+1 |
2007-12-19 | always focus a client that gets raised in the focused window | Mark Tiefenbruck | 1 | -1/+7 |
2007-12-19 | don't minimize a window just because its transient got minimized | Mark Tiefenbruck | 1 | -14/+5 |
2007-12-19 | remove reassoc argument from FluxboxWindow::deiconify | Mark Tiefenbruck | 1 | -38/+22 |
2007-12-19 | remove some unnecessary uses of FluxboxWindow::deiconify | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-19 | don't let transient windows steal the focus from other programs | Mark Tiefenbruck | 1 | -1/+1 |
2007-12-18 | clicks on the handle were matching OnTitlebar | Mark Tiefenbruck | 1 | -0/+1 |
2007-12-18 | open transient windows on same workspace as parent | Mark Tiefenbruck | 1 | -0/+10 |
2007-12-11 | added edge resize modes | markt | 1 | -30/+25 |
2007-12-11 | only allow one open menu at a time | markt | 1 | -2/+1 |
2007-12-09 | added OnTitlebar modifier to keys file | markt | 1 | -65/+31 |
2007-11-23 | somewhat fixed DeiconifyCmd | markt | 1 | -3/+11 |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt | 1 | -0/+26 |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 1 | -68/+49 |
2007-11-16 | ToggleDecor from a window with Deco=TAB should hide the tabs, rather than sho... | markt | 1 | -2/+2 |
2007-11-16 | fix minimization | markt | 1 | -0/+2 |
2007-11-13 | fix signaling when changing tabs | markt | 1 | -1/+6 |
2007-11-12 | a little fix for focusing lowered tabs on other workspaces | markt | 1 | -1/+1 |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -5/+1 |
2007-11-05 | various refactoring and minor changes | markt | 1 | -34/+82 |
2007-11-04 | RevertToParent instead of RevertToPointerRoot on window close, | markt | 1 | -3/+2 |
2007-11-04 | update autoraise delay for open windows on reconfigure | markt | 1 | -0/+1 |
2007-11-04 | a few random fixes | markt | 1 | -2/+8 |
2007-10-31 | move fullscreen windows to normal layer when they lose focus | markt | 1 | -9/+12 |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -17/+27 |
2007-10-24 | reenabled raising window if window was moved by mouse by 0 pixels | mathias | 1 | -0/+9 |
2007-10-24 | really fix placement when head is remembered but not position | markt | 1 | -0/+6 |
2007-10-23 | allow changing maximization state while window is fullscreen | markt | 1 | -13/+9 |
2007-10-23 | allow remembering minimized, maximized, and fullscreen state | markt | 1 | -53/+82 |
2007-10-22 | we can be in shutdown state, which means keys can be destroyed | fluxgen | 1 | -1/+4 |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -46/+31 |
2007-10-21 | allow decorations bitmask to be specified with 0x | markt | 1 | -4/+5 |
2007-10-15 | add OnWindow modifier to keys file | markt | 1 | -0/+13 |
2007-10-14 | add support for transient windows in client patterns, and merge a few more ch... | markt | 1 | -0/+4 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -529/+321 |
2007-08-28 | dont use hardcoded Mod1Mask anymore | mathias | 1 | -1/+5 |
2007-08-09 | Fix handling of Shape, stage 2 (more involved/complete handling) | simonb | 1 | -54/+10 |
2007-08-08 | fix elements of shaping, more to come | simonb | 1 | -2/+12 |