aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2007-01-21don't move window frame when closing tab with non-northwest gravity, just the...markt1-3/+5
2007-01-14allow windows to deiconify themselvesmarkt1-1/+2
2007-01-13don't change focus order unless the user specifically focuses a windowmarkt1-5/+7
2007-01-13little cleanupmarkt1-6/+2
2007-01-07remove race condition from workspace warping codemarkt1-14/+19
2007-01-07per-window transparency, including apps and menu support, plus some simonb1-0/+8
2007-01-06little fix for previous patch to transient window raisingmarkt1-1/+4
2007-01-05set active client when raising a transient windowmarkt1-1/+3
2007-01-05window wasn't staying focused when dragging across workspaces with outline wi...markt1-0/+1
2007-01-05fix window menu placement with toolbar at top of screen, and disable titlebar...markt1-2/+4
2007-01-04add session.screenN.defaultDeco: <bitmask> to the apps filemarkt1-14/+6
2007-01-04little cleanupmarkt1-37/+6
2007-01-04this seems to be a change that will affect a lot of things,markt1-41/+12
2007-01-04set IconicState on all unmapped clients, and unmap all clients when set to Ic...markt1-12/+41
2007-01-04move iconified windows to the end of the focused list for cycling/revertingmarkt1-0/+2
2006-12-31update window scroll action and direction on reconfiguremarkt1-0/+23
2006-12-20_FLUXBOX_GROUP_LEFT wasn't being removed on detach, and the correct client in...markt1-14/+31
2006-10-30Cosmetic patch from Slava Semushinmathias1-33/+47
2006-08-13fix restoring fullscreen windowsmarkt1-0/+1
2006-08-09it never existed (what never existed?)markt1-9/+6
2006-08-08fix some compiler warnings in gcc 4.1markt1-6/+9
2006-08-05don't call placement strategy on maximized or fullscreen windowsmarkt1-2/+4
2006-08-05a little fix for auto-grouping after restartmarkt1-1/+2
2006-08-04don't re-apply remembered settings on restart if they are set as window prope...markt1-4/+0
2006-07-30whoopsmarkt1-0/+3
2006-07-30little cleanup, remove FluxboxWindow::isInitialized()markt1-18/+14
2006-07-29(no commit message)markt1-1/+1
2006-07-26added resource and menu item for maximizing over tabsmarkt1-0/+8
2006-07-23use a timer to make sure focus always reverts if possiblemarkt1-1/+1
2006-07-23fix restacking while cyclingmarkt1-1/+1
2006-07-20properly revert focus when two windows close at the same timemarkt1-1/+1
2006-07-20keep tabs in same order on restart (except some extremely unlikely cases)markt1-0/+4
2006-07-19whoopsmarkt1-1/+1
2006-07-13a little code simplificationmarkt1-12/+9
2006-07-09fix detach focus again 8)markt1-1/+0
2006-07-09setting focus the right waymarkt1-10/+7
2006-07-06use auto-raise for attached windowmarkt1-2/+1
2006-07-06re-fixing the focus after fixing the crash bugmarkt1-7/+3
2006-07-04fix some sizing issues with gravity fixessimonb1-9/+6
2006-07-04new windows don't steal focus from fullscreen windowsmarkt1-2/+9
2006-07-03fix gravitysimonb1-27/+32
2006-06-28more focus issues with linear cycling and tabbed windowsmarkt1-0/+1
2006-06-28one more focus issue on detachmarkt1-0/+1
2006-06-28Fix some focus issues on detach and restartmarkt1-2/+4
2006-06-26fix _NET_FRAME_EXTENTSsimonb1-4/+3
2006-06-26Fix FocusHidden (added m_focus_hidden to FluxboxWindow)markt1-0/+2
2006-06-25Fix DetachClient key command so new window is visiblemarkt1-0/+3
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt1-1/+18
2006-06-22Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freelymathias1-18/+24
2006-06-19 Fix window placement when apps remembers size but not locationsimonb1-0/+7