aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2007-12-24minor fixes for handling ConfigureRequest eventsMark Tiefenbruck1-5/+3
2007-12-23added focused/unfocused borders to stylesMark Tiefenbruck1-2/+2
2007-12-23make FbWinFrame aware of the decoration stateMark Tiefenbruck1-39/+40
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 Tiefenbruck1-21/+33
2007-12-22leave fullscreen windows on top, even without the focus, as long as focused w...Mark Tiefenbruck1-5/+30
2007-12-22remove 'friend' declaration in Window.hhMark Tiefenbruck1-10/+19
2007-12-21added key command StartTabbingMark Tiefenbruck1-76/+73
2007-12-19check apps file settings after ewmh and gnomeMark Tiefenbruck1-0/+1
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 Tiefenbruck1-38/+22
2007-12-19remove some unnecessary uses of FluxboxWindow::deiconifyMark Tiefenbruck1-2/+2
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-11added edge resize modesmarkt1-30/+25
2007-12-11only allow one open menu at a timemarkt1-2/+1
2007-12-09added OnTitlebar modifier to keys filemarkt1-65/+31
2007-11-23somewhat fixed DeiconifyCmdmarkt1-3/+11
2007-11-22added special FocusIn/Out MouseOver/Out ChangeWorkspace keysmarkt1-0/+26
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt1-68/+49
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 workspacesmarkt1-1/+1
2007-11-12allow arbitrary window patterns in iconbarmarkt1-5/+1
2007-11-05various refactoring and minor changesmarkt1-34/+82
2007-11-04RevertToParent instead of RevertToPointerRoot on window close,markt1-3/+2
2007-11-04update autoraise delay for open windows on reconfiguremarkt1-0/+1
2007-11-04a few random fixesmarkt1-2/+8
2007-10-31move fullscreen windows to normal layer when they lose focusmarkt1-9/+12
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt1-17/+27
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 positionmarkt1-0/+6
2007-10-23allow changing maximization state while window is fullscreenmarkt1-13/+9
2007-10-23allow remembering minimized, maximized, and fullscreen statemarkt1-53/+82
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 StartResizingmarkt1-46/+31
2007-10-21allow decorations bitmask to be specified with 0xmarkt1-4/+5
2007-10-15add OnWindow modifier to keys filemarkt1-0/+13
2007-10-14add support for transient windows in client patterns, and merge a few more ch...markt1-0/+4
2007-10-13merged changes from pre-develmarkt1-529/+321
2007-08-28dont use hardcoded Mod1Mask anymoremathias1-1/+5
2007-08-09Fix handling of Shape, stage 2 (more involved/complete handling)simonb1-54/+10
2007-08-08fix elements of shaping, more to comesimonb1-2/+12
2007-08-05some minor changesmarkt1-12/+15
2007-07-24fix ToggleDecor for fullscreen and decorationless windows, plus some other cl...markt1-21/+23
2007-07-17updated behavior of alt-tab to match pre-devel, fixing bug #1755698markt1-2/+2