Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-01 | expose and fix ActivateTabCmd | Thomas Lübking | 1 | -24/+17 | |
The function failed if the last event window was actually the tab. | |||||
2016-08-27 | Search actual tab under mouse | Thomas Lübking | 1 | -2/+10 | |
The feature suggests to behave like this bug actually only supported mouse clicks (because the latest event window needed to be the tab) This condition will break with two future patches (OnTitlebar context selection and Sync Pointer grabbing) so the code to determine the tab client needs to be a bit more sophisticated and, as a bonus, keyboard shortcuts to activate the tab under the pointer will work as well =) | |||||
2016-02-28 | Mixed relative and absolute values for apps | Arkadiusz Bokowy | 1 | -27/+6 | |
Allow setting relative value for x and y or width and height separately in the apps configuration file. This makes these settings compatible with ones available in the keys file. Previous buggy behavior: If someone has specified, e.g. "[Dimensions] {50% 100}" it was parsed as "{50% 100%}" not as "{50% 100px}" which was inconsistent with the "keys" configuration file. From now on it is possible to write something like this: [app] [Position] (RIGHT) {50% 0} [Dimensions] {300 100%} [end] Signed-off-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> | |||||
2014-09-29 | Corrections for border width for relative resize | Arkadiusz Bokowy | 1 | -0/+2 | |
2014-07-22 | fix uninitialized variables | Mathias Gumz | 1 | -3/+1 | |
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -4/+0 | |
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities. | |||||
2012-10-04 | Add support for nearest corner or edge resizing | Michael Abbott | 1 | -7/+34 | |
2012-04-06 | Allow percentage values for some Window commands | Lajos Koszti | 1 | -35/+116 | |
2011-05-10 | Convert Focusable::dieSig to FbTk::Signal | Pavel Labath | 1 | -4/+4 | |
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -1/+1 | |
biggest change: renaming of 'class Layer' to 'class ResourceLayer' in Layer.hh to handle complaints about 'ambiguous Layer: Layer or FbTk::Layer'. 'ResourceLayer' sounds crappy, but that was the best I could come up with right now. | |||||
2010-09-11 | added 'SetXProp' action and (@PROP=foo) clientpattern | Mathias Gumz | 1 | -8/+61 | |
these two allow 'tagging' of arbitrary windows with 'tags' (or 'labels'). such 'tagged' windows can then be used in ':NextWindow (@PROP=foo)' commands to quickly cycle through a subset of available windows. since the 'tags' are applied as real xproperties to a window they survive a restart of fluxbox or even another windowmanager. the user can also set the tags by using xprop(1). the next step regarding the UI should be to visualize the tags of a window. | |||||
2010-09-09 | added FbTk::Util::clamp() and simplified related code | Mathias Gumz | 1 | -22/+11 | |
2010-08-20 | implemented 'ActivateTab' action to (re)allow activation of tabs via mouse | Mathias Gumz | 1 | -0/+21 | |
2010-05-06 | bugfix: resizing/moving a maximized window via keys do not end maximization ↵ | Mathias Gumz | 1 | -3/+49 | |
state (#2980313) | |||||
2009-12-18 | implemented 'MoveN' and 'ClickN' support in keys file. | Mathias Gumz | 1 | -10/+37 | |
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent()) is disabled for now, should be added to fluxbox-update_configs | |||||
2009-10-01 | compile fix: missing headers (sun compiler complained about) | Mathias Gumz | 1 | -0/+11 | |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -2/+2 | |
2009-06-28 | make Raise/LowerLayer accept integer argument for number of layers, default 2 | Mark Tiefenbruck | 1 | -6/+19 | |
2008-09-18 | fix crash when trying to set the title on a window that's already closed | Mark Tiefenbruck | 1 | -1/+5 | |
2008-08-27 | move FbWinFrame::State class to a new file | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-21 | add SendToNextHead/SendToPrevHead commands, plus some cleanup in ↵ | Mark Tiefenbruck | 1 | -42/+33 | |
CurrentWindowCmd | |||||
2008-08-20 | add SetDecor key command | Mark Tiefenbruck | 1 | -0/+9 | |
2008-08-18 | fix :Focus <pattern> when all windows are minimized | Mark Tiefenbruck | 1 | -12/+13 | |
2008-08-18 | combined code for saved window positions and MoveTo key command | Mark Tiefenbruck | 1 | -43/+16 | |
added left, right, top, and bottom center reference points | |||||
2008-08-17 | add SetTitle and SetTitleDialog key commands | Mark Tiefenbruck | 1 | -1/+36 | |
2008-08-15 | move size hints to a struct | Mark Tiefenbruck | 1 | -2/+2 | |
2008-08-05 | fix the Focus key command | Mark Tiefenbruck | 1 | -4/+12 | |
2008-08-05 | add SetLayer key command | Mark Tiefenbruck | 1 | -0/+13 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -62/+62 | |
ObjectRegistry | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -3/+0 | |
2007-12-27 | simplify the window transparency menu and handling a bit | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-21 | added key command StartTabbing | Mark Tiefenbruck | 1 | -0/+10 | |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -53/+55 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -0/+291 | |
auto-register | |||||
2007-11-22 | use winclient instead of fluxboxwindow for matching, and removing old code | markt | 1 | -1/+8 | |
2007-11-22 | added conditional statements to keys file | markt | 1 | -7/+16 | |
2007-10-23 | allow remembering minimized, maximized, and fullscreen state | markt | 1 | -1/+1 | |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -0/+20 | |
2007-10-15 | add OnWindow modifier to keys file | markt | 1 | -2/+7 | |
2007-10-14 | bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculated | mathias | 1 | -11/+15 | |
wrong due to (wrong) implicit casting effects | |||||
2007-10-13 | merged changes from pre-devel | markt | 1 | -26/+20 | |
2007-07-02 | minor usability fix for :Tab command and fixed handle rendering when ↵ | markt | 1 | -3/+4 | |
switching from a style without them | |||||
2007-02-02 | added SetAlpha key command | markt | 1 | -0/+30 | |
2007-01-13 | little cleanup | markt | 1 | -1/+1 | |
2006-08-03 | add support for negative arguments to :Tab | markt | 1 | -2/+2 | |
2006-07-12 | replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow() | markt | 1 | -6/+5 | |
2006-04-22 | * cosmetics to Workspace.hh CurrentWindowCmd.cc | mathias | 1 | -13/+13 | |
* added first draft of new docs in asciidoc format, needs to be converted properly to roff-format, right now its just a temporary "home" * rename of Coding_style to CODESTYLE | |||||
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -4/+6 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |