Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-10-15 | reverted 1fdef35e51, added more info about that feature | Mathias Gumz | 1 | -0/+14 |
2008-10-15 | don't allow resizing to negative dimensions | Mathias Gumz | 1 | -15/+25 |
2008-10-12 | focus window when done dragging to a new workspace with outline moving | Mark Tiefenbruck | 1 | -5/+3 |
2008-10-09 | don't show window on new workspace when warping with outline moving | Mark Tiefenbruck | 1 | -39/+13 |
2008-10-07 | fix windows mapping into IconicState again | Mark Tiefenbruck | 1 | -0/+3 |
2008-10-07 | remove some unneeded code | Mark Tiefenbruck | 1 | -9/+0 |
2008-10-05 | remove follow models | Mark Tiefenbruck | 1 | -12/+3 |
2008-10-04 | in ClickFocus, replay pointer before focusing window | Mark Tiefenbruck | 1 | -3/+3 |
2008-10-04 | fix flickering of shaped windows on focus changes | Mark Tiefenbruck | 1 | -6/+7 |
2008-09-28 | Changed workspace area signal to use the new signal system | Henrik Kinnunen | 1 | -4/+7 |
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -8/+17 |
2008-09-14 | some minor code cleaning. | Henrik Kinnunen | 1 | -32/+22 |
2008-09-02 | resize fullscreen windows when resolution changesRelease-1_1_0 | Mark Tiefenbruck | 1 | -5/+12 |
2008-09-02 | update window's size hints when client updates size hints | Mark Tiefenbruck | 1 | -0/+1 |
2008-08-27 | don't change a fullscreen window's layer when its transient takes the focus | Mark Tiefenbruck | 1 | -11/+8 |
2008-08-27 | move some things from FluxboxWindow to WindowState | Mark Tiefenbruck | 1 | -42/+35 |
2008-08-27 | make FbWinFrame and FluxboxWindow share a WindowState object | Mark Tiefenbruck | 1 | -60/+42 |
2008-08-27 | remove option to disable decorations on transient windows | Mark Tiefenbruck | 1 | -18/+5 |
2008-08-27 | move decoration handling for non-resizable windows to SizeHint class | Mark Tiefenbruck | 1 | -18/+5 |
2008-08-27 | move FbWinFrame::State class to a new file | Mark Tiefenbruck | 1 | -46/+46 |
2008-08-23 | resize maximized windows when the toolbar or slit changes size | Mark Tiefenbruck | 1 | -5/+11 |
2008-08-22 | allow various combinations of shaded, maximized, and fullscreen states | Mark Tiefenbruck | 1 | -7/+1 |
2008-08-22 | be a little smarter about size hints in tabbed windows | Mark Tiefenbruck | 1 | -26/+43 |