aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-18clicks on the handle were matching OnTitlebarMark Tiefenbruck1-0/+1
2007-12-18switched Mouse Tab Focus and Click Tab Focus nls entriesMark Tiefenbruck2-2/+5
2007-12-18open transient windows on same workspace as parentMark Tiefenbruck2-0/+12
2007-12-18fix torn menusMark Tiefenbruck2-12/+17
2007-12-18holding control will now keep the menu openMark Tiefenbruck18-42/+64
2007-12-18make MenuItem responsible for decision to close menu when clickedMark Tiefenbruck8-31/+43
2007-12-17fix startup items in apps file with specified screen numberMark Tiefenbruck2-1/+5
2007-12-17removed session.screen<N>.imageSearchPath, as it was:Mark Tiefenbruck1-11/+0
2007-12-16fix initialization of menu fontsMark Tiefenbruck1-1/+2
2007-12-16load style before loading theme objects, remove duplicate theme loadMark Tiefenbruck12-14/+19
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck18-378/+318
2007-12-14fix compile issue with gcc 4.3Mark Tiefenbruck2-0/+9
2007-12-14StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ...markt3-12/+9
2007-12-13fix --with-style configure optionmarkt3-2/+4
2007-12-13close menus when they lose focus, instead of on [exec] commandsmarkt3-12/+6
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt33-1114/+966
2007-12-11added edge resize modesmarkt4-30/+40
2007-12-11only allow one open menu at a timemarkt13-117/+42
2007-12-11update default keys and init files for OnTitlebar codemarkt3-3/+6
2007-12-09added OnTitlebar modifier to keys filemarkt9-95/+158
2007-12-08fixing previous commitmarkt2-54/+54
2007-12-07updated turkish translationsmarkt3-158/+158
2007-12-02make sure subj != 0 in IconbarTool::update()markt1-1/+1
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