aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-12-19fixed "iconify" menu itemMark Tiefenbruck1-1/+6
2007-12-19check apps file settings after ewmh and gnomeMark Tiefenbruck2-7/+8
2007-12-19always focus a client that gets raised in the focused windowMark Tiefenbruck1-1/+7
2007-12-19don't minimize a window just because its transient got minimizedMark Tiefenbruck1-14/+5
2007-12-19remove reassoc argument from FluxboxWindow::deiconifyMark Tiefenbruck4-43/+26
2007-12-19remove some unnecessary uses of FluxboxWindow::deiconifyMark Tiefenbruck2-3/+3
2007-12-19don't let transient windows steal the focus from other programsMark Tiefenbruck1-1/+1
2007-12-18clicks on the handle were matching OnTitlebarMark Tiefenbruck1-0/+1
2007-12-18open transient windows on same workspace as parentMark Tiefenbruck1-0/+10
2007-12-18fix torn menusMark Tiefenbruck2-12/+17
2007-12-18holding control will now keep the menu openMark Tiefenbruck17-42/+61
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 Tiefenbruck1-1/+1
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 Tiefenbruck1-0/+6
2007-12-14StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ...markt3-12/+9
2007-12-13fix --with-style configure optionmarkt1-1/+1
2007-12-13close menus when they lose focus, instead of on [exec] commandsmarkt2-12/+4
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt32-1114/+961
2007-12-11added edge resize modesmarkt3-30/+37
2007-12-11only allow one open menu at a timemarkt12-117/+39
2007-12-09added OnTitlebar modifier to keys filemarkt7-82/+97
2007-12-02make sure subj != 0 in IconbarTool::update()markt1-1/+1
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