aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-11-23make sure window commands operate on the right windowmarkt2-0/+12
2007-11-23somewhat fixed DeiconifyCmdmarkt3-6/+13
2007-11-22added special FocusIn/Out MouseOver/Out ChangeWorkspace keysmarkt7-17/+76
2007-11-22set resize increments to 1 when set to 0 by the applicationmarkt1-0/+5
2007-11-22use winclient instead of fluxboxwindow for matching, and removing old codemarkt4-9/+9
2007-11-22added conditional statements to keys filemarkt10-43/+468
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt9-153/+73
2007-11-16added :Focus key commandmarkt1-3/+7
2007-11-16ToggleDecor from a window with Deco=TAB should hide the tabs, rather than sho...markt1-2/+2
2007-11-16fix minimizationmarkt1-0/+2
2007-11-13fix signaling when changing tabsmarkt1-1/+6
2007-11-12a little fix for focusing lowered tabs on other workspacesmarkt3-5/+5
2007-11-12allow arbitrary window patterns in iconbarmarkt24-452/+687
2007-11-09fix font updates in iconbarmarkt1-0/+2
2007-11-09one more fix againmarkt1-2/+2
2007-11-08one more fixmarkt1-8/+8
2007-11-08fix crash bug when cycling focusmarkt1-15/+18
2007-11-08fix problem with stuck windows from previous patchmarkt1-2/+1
2007-11-05fix alt-tabmarkt1-1/+3
2007-11-05various refactoring and minor changesmarkt9-243/+182
2007-11-04RevertToParent instead of RevertToPointerRoot on window close,markt1-3/+2
2007-11-04update autoraise delay for open windows on reconfiguremarkt2-1/+6
2007-11-04don't set focus to globally active windowsmarkt1-2/+1
2007-11-04a few random fixesmarkt2-18/+17
2007-10-31move fullscreen windows to normal layer when they lose focusmarkt2-12/+13
2007-10-24fixed gcc 2.96 compile problemfluxgen3-2/+4
2007-10-24added focusable.hhfluxgen1-0/+1
2007-10-24fix _NET_CLIENT_LIST updating on window closemarkt2-1/+2
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt28-239/+161
2007-10-24reenabled raising window if window was moved by mouse by 0 pixelsmathias1-0/+9
2007-10-24really fix placement when head is remembered but not positionmarkt8-6/+13
2007-10-23allow changing maximization state while window is fullscreenmarkt1-13/+9
2007-10-23adding/removing workspaces wasn't updating menumarkt2-1/+3
2007-10-23we already have a subroutine for thismarkt1-13/+2
2007-10-23allow remembering minimized, maximized, and fullscreen statemarkt8-80/+212
2007-10-23allow negated patternsmarkt2-10/+21
2007-10-22added [mouse] pattern, matches against prop HEAD and the mouse positionfluxgen1-0/+19
2007-10-22we can be in shutdown state, which means keys can be destroyedfluxgen1-1/+4
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt12-139/+124
2007-10-21allow decorations bitmask to be specified with 0xmarkt1-4/+5
2007-10-18fixed bug #1809786fluxgen1-1/+4
2007-10-15add OnWindow modifier to keys filemarkt4-2/+25
2007-10-14add support for transient windows in client patterns, and merge a few more ch...markt6-15/+28
2007-10-14bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculatedmathias2-19/+23
2007-10-13merged changes from pre-develmarkt87-3099/+2657
2007-10-13deiconify windows via :Deiconify in reverse ordermathias1-2/+2
2007-09-30load default key bindings on errorsimonb2-10/+38
2007-09-13move dock windows to DOCK layer and remove decorationsmarkt1-0/+2
2007-09-08fix crash when changing toolbar visibility with empty toolbar.toolsmarkt6-7/+10
2007-08-28dont use hardcoded Mod1Mask anymoremathias1-1/+5