Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-11 | added 'SetXProp' action and (@PROP=foo) clientpattern | Mathias Gumz | 1 | -2/+5 | |
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-10 | code cleanup | Mathias Gumz | 1 | -21/+9 | |
* moved code from public API to internals * avoid code duplication ( while(!m_terms.empty()) ...) * cosmetic '(*it)->' vs 'term.' | |||||
2010-09-09 | reduced 'switch/case' and 'else if' hell a little bit | Mathias Gumz | 1 | -1/+1 | |
2009-06-28 | allow matching screen number in ClientPattern | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-20 | fix match limits in apps file, plus some documentation | Mark Tiefenbruck | 1 | -0/+2 | |
2008-08-19 | add [transient] tag to apps file to match transient windows | Mark Tiefenbruck | 1 | -1/+1 | |
2008-06-08 | add (urgent=yes|no) options to ClientPattern | Mark Tiefenbruck | 1 | -1/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -2/+1 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -4/+4 | |
2007-12-28 | move RegExp to FbTk | Mark Tiefenbruck | 1 | -2/+2 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -0/+6 | |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -7/+3 | |
2007-10-23 | allow negated patterns | markt | 1 | -1/+2 | |
2007-10-14 | add support for transient windows in client patterns, and merge a few more ↵ | markt | 1 | -2/+2 | |
changes from pre-devel | |||||
2007-10-13 | merged changes from pre-devel | markt | 1 | -6/+10 | |
2006-07-01 | more dead functions | markt | 1 | -1/+0 | |
2006-04-23 | reload the apps file on flux reload | simonb | 1 | -0/+3 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -2/+2 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-04-28 | add apps file matching on role. Includes new textProperty property on | rathnor | 1 | -2/+2 | |
FbWindow. | |||||
2003-06-13 | minor cleaning | fluxgen | 1 | -22/+29 | |
2003-06-12 | add regular expression support in remember capabilities | rathnor | 1 | -0/+99 | |
see ChangeLog for details |