aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-23fix from NetBSD for using the home directory of the user who compiled fluxboxmarkt1-3/+3
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 keysmarkt8-17/+90
2007-11-22applied some patches from NetBSDmarkt6-0/+6
2007-11-22added translations for zh_TWmarkt6-1/+581
2007-11-22set resize increments to 1 when set to 0 by the applicationmarkt2-0/+8
2007-11-22use winclient instead of fluxboxwindow for matching, and removing old codemarkt4-9/+9
2007-11-22added conditional statements to keys filemarkt11-43/+486
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt9-153/+73
2007-11-16added :Focus key commandmarkt2-3/+10
2007-11-16ToggleDecor from a window with Deco=TAB should hide the tabs, rather than sho...markt2-2/+5
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 iconbarmarkt28-463/+724
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 focusmarkt2-15/+21
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 reconfiguremarkt3-1/+9
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 focusmarkt3-12/+16
2007-10-24fixed gcc 2.96 compile problemfluxgen4-2/+6
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 cleanupmarkt29-239/+164
2007-10-24reenabled raising window if window was moved by mouse by 0 pixelsmathias2-0/+12
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 menumarkt3-1/+5
2007-10-23we already have a subroutine for thismarkt1-13/+2
2007-10-23allow remembering minimized, maximized, and fullscreen statemarkt10-80/+222
2007-10-23allow negated patternsmarkt3-10/+24
2007-10-22added [mouse] pattern, matches against prop HEAD and the mouse positionfluxgen2-0/+25
2007-10-22added missing mouse3 and space before startresizingfluxgen1-1/+1
2007-10-22we can be in shutdown state, which means keys can be destroyedfluxgen2-1/+6
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt17-151/+169
2007-10-21allow decorations bitmask to be specified with 0xmarkt4-14/+12
2007-10-18some xinerama featuresfluxgen1-4/+16
2007-10-18fixed bug #1809786fluxgen2-1/+8
2007-10-15add OnWindow modifier to keys filemarkt5-2/+28
2007-10-14add support for transient windows in client patterns, and merge a few more ch...markt10-37/+46
2007-10-14bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculatedmathias3-19/+26
2007-10-13merged changes from pre-develmarkt92-3148/+3054