Age | Commit message (Expand) | Author | Files | Lines |
2007-07-03 | some security fixes for fluxbox-remote, and a minor change for the gvim fix | markt | 1 | -7/+12 |
2007-07-03 | stop gvim from repeatedly resizing tabbed windows | markt | 1 | -0/+9 |
2007-07-02 | use old size/position in apps file when the window is shaded or maximized | markt | 1 | -0/+26 |
2007-07-01 | more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTION | markt | 1 | -2/+7 |
2007-06-30 | fixed implementation of _NET_WM_STATE_MODAL | markt | 1 | -1/+4 |
2007-06-16 | moved function so fluxbox compiles with --disable-remember | markt | 1 | -1/+27 |
2007-06-08 | don't tab transient windows from apps file, and change their layers when the ... | markt | 1 | -10/+32 |
2007-06-03 | deiconify windows when auto-grouped with new window, when using focusnew | markt | 1 | -4/+6 |
2007-05-20 | fixed bug #1717782, Bad fullscreen in ooimpress. | fluxgen | 1 | -2/+11 |
2007-05-12 | changed interpretation of maximize horz/vert on a maximized window | markt | 1 | -36/+14 |
2007-05-12 | fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebar | markt | 1 | -1/+3 |
2007-05-04 | fix infinite loop caused by deiconify command | markt | 1 | -1/+1 |
2007-04-23 | disabled resizing shaded windows | markt | 1 | -9/+6 |
2007-04-18 | fix for fbsetbg -l when last wallpaper was using fbsetroot | markt | 1 | -1/+1 |
2007-04-01 | fixed problem with creating windows in iconic state | markt | 1 | -22/+6 |
2007-03-31 | Fix window menu context when opened by clicking on tab | simonb | 1 | -3/+28 |
2007-03-25 | little fix for clients in tabbed windows raising themselves | markt | 1 | -1/+1 |
2007-03-16 | maximizing window with aspect ratio caused windows to be made larger than the... | markt | 1 | -3/+3 |
2007-03-06 | I seem to have forgotten this in the last patch | markt | 1 | -6/+0 |
2007-03-06 | session.screen0.defaultDeco now understands TAB, BORDER, etc. | markt | 1 | -3/+3 |
2007-03-03 | removed session.numLayers resource, as it was useless and caused segfaults | markt | 1 | -2/+2 |
2007-03-01 | changed FocusControl::cycleFocus() to take a list of windows as an argument | markt | 1 | -27/+3 |
2007-02-23 | send statesig when maximizing/restoring a window | markt | 1 | -0/+3 |
2007-02-23 | update titlebar buttons on reconfigure | markt | 1 | -33/+74 |
2007-02-19 | when a client in a tabbed window asks to be raised, set it to the current client | markt | 1 | -0/+1 |
2007-02-19 | fixed some strange behavior with tabbing a transient to its main window | markt | 1 | -1/+2 |
2007-02-18 | little cleanup | markt | 1 | -1/+0 |
2007-02-17 | fixed some issues with creating and alt-tabbing to transients of inactive tabs | markt | 1 | -10/+4 |
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 |