aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-12-24minor fixes for handling ConfigureRequest eventsMark Tiefenbruck1-5/+3
2007-12-23added focused/unfocused borders to stylesMark Tiefenbruck7-22/+32
2007-12-23make FbWinFrame aware of the decoration stateMark Tiefenbruck5-78/+82
2007-12-22if a window is prevented from stealing the focus, don't put it on topMark Tiefenbruck1-4/+11
2007-12-22don't allow clients to move or resize fullscreen/maximized windowsMark Tiefenbruck1-0/+6
2007-12-22make better decisions about when to allow stealing the focusMark Tiefenbruck3-23/+35
2007-12-22leave fullscreen windows on top, even without the focus, as long as focused w...Mark Tiefenbruck2-5/+32
2007-12-22remove 'friend' declaration in Window.hhMark Tiefenbruck4-25/+28
2007-12-21little cleanupMark Tiefenbruck1-28/+11
2007-12-21added key command StartTabbingMark Tiefenbruck5-77/+94
2007-12-21fixed backwards compatibility for toolbar/tab stylesMark Tiefenbruck1-31/+31
2007-12-21fix menuitem height on startupMark Tiefenbruck1-7/+7
2007-12-20convert macro command parsing to use new StringUtil functionMark Tiefenbruck2-48/+34
2007-12-20added ForEach key commandMark Tiefenbruck4-14/+69
2007-12-20replace svn stuff with gitMark Tiefenbruck2-2/+2
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