aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2007-12-30this really needs to be fixedMark Tiefenbruck1-0/+6
2007-12-30removed some unneeded headersMathias Gumz1-3/+3
2007-12-27architecture astronomyMark Tiefenbruck1-5/+17
2007-12-26stupid &Mark Tiefenbruck1-2/+2
2007-12-26revert previous patch until it can be fixedMark Tiefenbruck1-2/+2
2007-12-26changing focusnew/mousefocus should affect windows that are already openMark Tiefenbruck1-2/+2
2007-12-25implement some focus policies for splash, dock, and desktop windowsMark Tiefenbruck1-10/+18
2007-12-25don't add new windows to front of focus list if they don't acquire the focusMark Tiefenbruck1-1/+1
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