Age | Commit message (Expand) | Author | Files | Lines |
2007-02-11 | forgot to revert part of my previous patch | markt | 1 | -10/+5 |
2007-02-11 | still fixing bug with session.ignoreBorder | markt | 1 | -10/+25 |
2007-02-10 | windows weren't getting set resizable when MaxSize and MinSize hints changed | markt | 1 | -7/+5 |
2007-02-10 | it was still possible to move a window by grabbing the border with session.ig... | markt | 1 | -5/+12 |
2007-02-10 | window was growing when we received a configurerequest that changed width but... | markt | 1 | -1/+5 |
2007-02-06 | wrong client was raised when attaching an unfocused window to the focused window | markt | 1 | -0/+4 |
2007-02-06 | closing a window from the workspace menu should close the chosen client, | markt | 1 | -2/+6 |
2007-02-04 | fix remembered layer and layer menu | markt | 1 | -5/+5 |
2007-01-27 | minor cleaning | fluxgen | 1 | -6/+14 |
2007-01-27 | bunch of cleanup, little bug fixes | markt | 1 | -81/+15 |
2007-01-26 | little cleanup | markt | 1 | -77/+12 |
2007-01-21 | don't move window frame when closing tab with non-northwest gravity, just the... | markt | 1 | -3/+5 |
2007-01-14 | allow windows to deiconify themselves | markt | 1 | -1/+2 |
2007-01-13 | don't change focus order unless the user specifically focuses a window | markt | 1 | -5/+7 |
2007-01-13 | little cleanup | markt | 1 | -6/+2 |
2007-01-07 | remove race condition from workspace warping code | markt | 1 | -14/+19 |
2007-01-07 | per-window transparency, including apps and menu support, plus some | simonb | 1 | -0/+8 |
2007-01-06 | little fix for previous patch to transient window raising | markt | 1 | -1/+4 |
2007-01-05 | set active client when raising a transient window | markt | 1 | -1/+3 |
2007-01-05 | window wasn't staying focused when dragging across workspaces with outline wi... | markt | 1 | -0/+1 |
2007-01-05 | fix window menu placement with toolbar at top of screen, and disable titlebar... | markt | 1 | -2/+4 |
2007-01-04 | add session.screenN.defaultDeco: <bitmask> to the apps file | markt | 1 | -14/+6 |
2007-01-04 | little cleanup | markt | 1 | -37/+6 |
2007-01-04 | this seems to be a change that will affect a lot of things, | markt | 1 | -41/+12 |
2007-01-04 | set IconicState on all unmapped clients, and unmap all clients when set to Ic... | markt | 1 | -12/+41 |
2007-01-04 | move iconified windows to the end of the focused list for cycling/reverting | markt | 1 | -0/+2 |
2006-12-31 | update window scroll action and direction on reconfigure | markt | 1 | -0/+23 |
2006-12-20 | _FLUXBOX_GROUP_LEFT wasn't being removed on detach, and the correct client in... | markt | 1 | -14/+31 |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -33/+47 |
2006-08-13 | fix restoring fullscreen windows | markt | 1 | -0/+1 |
2006-08-09 | it never existed (what never existed?) | markt | 1 | -9/+6 |
2006-08-08 | fix some compiler warnings in gcc 4.1 | markt | 1 | -6/+9 |
2006-08-05 | don't call placement strategy on maximized or fullscreen windows | markt | 1 | -2/+4 |
2006-08-05 | a little fix for auto-grouping after restart | markt | 1 | -1/+2 |
2006-08-04 | don't re-apply remembered settings on restart if they are set as window prope... | markt | 1 | -4/+0 |
2006-07-30 | whoops | markt | 1 | -0/+3 |
2006-07-30 | little cleanup, remove FluxboxWindow::isInitialized() | markt | 1 | -18/+14 |
2006-07-29 | (no commit message) | markt | 1 | -1/+1 |
2006-07-26 | added resource and menu item for maximizing over tabs | markt | 1 | -0/+8 |
2006-07-23 | use a timer to make sure focus always reverts if possible | markt | 1 | -1/+1 |
2006-07-23 | fix restacking while cycling | markt | 1 | -1/+1 |
2006-07-20 | properly revert focus when two windows close at the same time | markt | 1 | -1/+1 |
2006-07-20 | keep tabs in same order on restart (except some extremely unlikely cases) | markt | 1 | -0/+4 |
2006-07-19 | whoops | markt | 1 | -1/+1 |
2006-07-13 | a little code simplification | markt | 1 | -12/+9 |
2006-07-09 | fix detach focus again 8) | markt | 1 | -1/+0 |
2006-07-09 | setting focus the right way | markt | 1 | -10/+7 |
2006-07-06 | use auto-raise for attached window | markt | 1 | -2/+1 |
2006-07-06 | re-fixing the focus after fixing the crash bug | markt | 1 | -7/+3 |
2006-07-04 | fix some sizing issues with gravity fixes | simonb | 1 | -9/+6 |