Age | Commit message (Expand) | Author | Files | Lines |
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 1 | -23/+11 |
2012-08-22 | fix sanity check for transient and explicitly placed windows | Peter Hercek | 1 | -5/+9 |
2012-07-09 | make the menu bit of decoration masks control whether or not menu button is s... | Mark Tiefenbruck | 1 | -8/+9 |
2012-07-07 | make alt-tab skip modal windows | Mark Tiefenbruck | 1 | -0/+4 |
2012-04-06 | Allow percentage values for some Window commands | Lajos Koszti | 1 | -3/+13 |
2012-01-04 | Pre-increment non-primitive types. | Ryan Pavlik | 1 | -2/+2 |
2011-10-20 | Added support for ARGB visual, patch #3284774 | Gediminas Liktaras | 1 | -1/+1 |
2011-05-10 | Convert FbWinFrame::frameExtentSig to FbTk::Signal | Pavel Labath | 1 | -4/+5 |
2011-05-10 | Convert FluxboxWindow::hintSig to FbTk::Signal | Pavel Labath | 1 | -2/+1 |
2011-05-10 | Convert FluxboxWindow::layerSig to FbTk::Signal | Pavel Labath | 1 | -3/+2 |
2011-05-10 | Convert FluxboxWindow::stateSig to FbTk::Signal | Pavel Labath | 1 | -19/+21 |
2011-05-10 | Convert FluxboxWindow::workspaceSig to FbTk::Signal | Pavel Labath | 1 | -6/+5 |
2011-05-10 | Convert Focusable::dieSig to FbTk::Signal | Pavel Labath | 1 | -1/+1 |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -5/+7 |
2011-05-08 | Can check CARDINAL properties in CLIENT PATTERNS | nacitar sevaht | 1 | -2/+6 |
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -11/+11 |
2011-02-24 | better solution for warping transient windows | Mathias Gumz | 1 | -1/+1 |
2011-02-24 | intermediate fix for segfault when warping transient windows to different wor... | Mathias Gumz | 1 | -1/+1 |
2011-02-24 | moved Menu placement into ScreenPlacement::placeAndShowMenu() | Mathias Gumz | 1 | -21/+5 |
2011-02-23 | bugfix: place WindowMenu correctly upon first call (closes #2731524) | Mathias Gumz | 1 | -1/+2 |
2010-09-14 | cleanup and code deduplication | Mathias Gumz | 1 | -20/+14 |
2010-09-11 | added 'SetXProp' action and (@PROP=foo) clientpattern | Mathias Gumz | 1 | -0/+4 |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -20/+20 |
2010-08-23 | reenable clickRaise(), but on any button press if no key-action was found | Mathias Gumz | 1 | -1/+17 |
2010-08-22 | fixed compiler warnings regarding signed/unsigned and () around expressions | Mathias Gumz | 1 | -7/+14 |
2010-08-20 | implemented 'ActivateTab' action to (re)allow activation of tabs via mouse | Mathias Gumz | 1 | -71/+30 |
2010-05-06 | bugfix: when maximizing a shaded window, unshade it before | Mathias Gumz | 1 | -0/+6 |
2010-05-06 | added little helper function to disable the maximization state of a window wh... | Mathias Gumz | 1 | -5/+13 |
2010-05-05 | bugfix: resizing stops _NET_WM_STATE_MAXIMIZED*, so trigger signal to set the... | Mathias Gumz | 1 | -0/+2 |
2010-05-05 | use maximize options for fullscreen as well | Mathias Gumz | 1 | -2/+2 |
2010-05-05 | added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys file | Mathias Gumz | 1 | -161/+149 |
2010-03-26 | Changed title signal in Focusable to new signal system | Henrik Kinnunen | 1 | -15/+19 |
2010-03-18 | Changed Focusable::focusSig() to new signal system. | Henrik Kinnunen | 1 | -4/+4 |
2010-03-17 | Changed #ifdef DEBUG ... cerr << to using fbdbg. | Henrik Kinnunen | 1 | -101/+64 |
2009-12-18 | implemented 'MoveN' and 'ClickN' support in keys file. | Mathias Gumz | 1 | -7/+36 |
2009-11-23 | Keep 'maximum/fullscreen' when moving a window between different heads | Michal Zime | 1 | -0/+14 |
2009-10-03 | compile fixes for sun compiler 5.10: 'i want an extern C function ptr' | Mathias Gumz | 1 | -1/+1 |
2009-10-03 | compile fixes for sun compiler 5.10: complains about 'not beeing able to init... | Mathias Gumz | 1 | -2/+3 |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 |
2009-09-14 | mwm hints can't control the close button | Mark Tiefenbruck | 1 | -2/+2 |
2009-09-12 | implemented visibility of titlebar buttons via the apps file | Mathias Gumz | 1 | -18/+23 |
2009-06-28 | hide the menu when you click on a window | Mark Tiefenbruck | 1 | -2/+1 |
2009-06-28 | make Raise/LowerLayer accept integer argument for number of layers, default 2 | Mark Tiefenbruck | 1 | -7/+2 |
2009-06-28 | allow "lower" as a reference point for MoveTo, etc. | Mark Tiefenbruck | 1 | -1/+1 |
2009-05-26 | Merge branch 'mousefocus' | Jim Ramsay | 1 | -2/+13 |
2009-03-04 | buildfix: fluxbox didnt link when configured with --disable-remember | Mathias Gumz | 1 | -0/+4 |
2009-02-27 | Ignore EnterNotify on Move or Resize | Jim Ramsay | 1 | -0/+3 |
2009-02-27 | Ignore EnterNotify on Lower | Jim Ramsay | 1 | -0/+4 |
2009-02-27 | Added facility to selectively ignore EnterNotify events | Jim Ramsay | 1 | -2/+6 |
2008-10-15 | unrevert 1fdef35e51 | Mark Tiefenbruck | 1 | -14/+0 |