aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-06we know better than MPlayermarkt1-13/+40
2007-07-03some security fixes for fluxbox-remote, and a minor change for the gvim fixmarkt1-7/+12
2007-07-03stop gvim from repeatedly resizing tabbed windowsmarkt1-0/+9
2007-07-02use old size/position in apps file when the window is shaded or maximizedmarkt1-0/+26
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt1-2/+7
2007-06-30fixed implementation of _NET_WM_STATE_MODALmarkt1-1/+4
2007-06-16moved function so fluxbox compiles with --disable-remembermarkt1-1/+27
2007-06-08don't tab transient windows from apps file, and change their layers when the ...markt1-10/+32
2007-06-03deiconify windows when auto-grouped with new window, when using focusnewmarkt1-4/+6
2007-05-20fixed bug #1717782, Bad fullscreen in ooimpress.fluxgen1-2/+11
2007-05-12changed interpretation of maximize horz/vert on a maximized windowmarkt1-36/+14
2007-05-12fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebarmarkt1-1/+3
2007-05-04fix infinite loop caused by deiconify commandmarkt1-1/+1
2007-04-23disabled resizing shaded windowsmarkt1-9/+6
2007-04-18fix for fbsetbg -l when last wallpaper was using fbsetrootmarkt1-1/+1
2007-04-01fixed problem with creating windows in iconic statemarkt1-22/+6
2007-03-31Fix window menu context when opened by clicking on tabsimonb1-3/+28
2007-03-25little fix for clients in tabbed windows raising themselvesmarkt1-1/+1
2007-03-16maximizing window with aspect ratio caused windows to be made larger than the...markt1-3/+3
2007-03-06I seem to have forgotten this in the last patchmarkt1-6/+0
2007-03-06session.screen0.defaultDeco now understands TAB, BORDER, etc.markt1-3/+3
2007-03-03removed session.numLayers resource, as it was useless and caused segfaultsmarkt1-2/+2
2007-03-01changed FocusControl::cycleFocus() to take a list of windows as an argumentmarkt1-27/+3
2007-02-23send statesig when maximizing/restoring a windowmarkt1-0/+3
2007-02-23update titlebar buttons on reconfiguremarkt1-33/+74
2007-02-19when a client in a tabbed window asks to be raised, set it to the current clientmarkt1-0/+1
2007-02-19fixed some strange behavior with tabbing a transient to its main windowmarkt1-1/+2
2007-02-18little cleanupmarkt1-1/+0
2007-02-17fixed some issues with creating and alt-tabbing to transients of inactive tabsmarkt1-10/+4
2007-02-11forgot to revert part of my previous patchmarkt1-10/+5