Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-26 | build-sys: use AC_USE_SYSTEM_EXTENSIONS | Sami Kerola | 1 | -5/+0 | |
The earlier _GNU_SOURCE definitions possibly did not take effect everywhere where it was intended. | |||||
2012-07-02 | add fullscreen, maximizedhorizontal, and maximizedvertical tests to ↵ | Mark Tiefenbruck | 1 | -1/+17 | |
ClientPattern | |||||
2011-05-08 | Can check CARDINAL properties in CLIENT PATTERNS | nacitar sevaht | 1 | -1/+1 | |
Introduces a new member function, FbWindow::cardinalProperty() This change also changes other code that previously used FbWindow::property() to do the same thing as the new function; this reduces code duplication. There are still some bits of code (Ewmh.cc, extractNetWmIcon()) that use FbWindow::property() to retrieve XA_CARDINAL values, but as the new method is designed for getting a _single_ property, and that code uses FbWindow::property() to retrieve the number of values present, and then grab all of them; it's a different use case. I opted to not try to make cardinalProperty() into some monolithic all-purpose cardinal method; FbWindow::property() works just fine for that. This change also adds an optional (default=NULL) boolean to FbWindow::textProperty and friends that allows the caller to determine whether or not a value was actually retrieved. This was necessary for integrating FbWindow::cardinalProperty with the codebase, and it seemed to fit with FbWindow::textProperty as well. Prior to this change, if you got a return value of "", you wouldn't know if you successfully retrieved the value which happened to be blank, or if you failed to retrieve the value. Now, you can pass the address of a boolean if you so choose in order to differentiate these situations; the same applies to the new FbWindow::cardinalProperty(). | |||||
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -1/+3 | |
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. | |||||
2011-02-23 | disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem' | Mathias Gumz | 1 | -0/+1 | |
had to add <algorithm> at various other files as a result of this change. | |||||
2010-09-14 | cleanup and code deduplication | Mathias Gumz | 1 | -29/+37 | |
* ClientPattern.cc: make compiler happy (complaints about XPROP not handled in switch) * FbTk/FbPixmap.cc FbTk/StringUtil.cc: signed vs unsigned * FbTk/FbString.cc: missing return * WinClient.cc: create atoms only once; use helper function * Window.cc: use a helper function | |||||
2010-09-11 | added 'SetXProp' action and (@PROP=foo) clientpattern | Mathias Gumz | 1 | -73/+115 | |
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 | -34/+48 | |
* 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 | -92/+81 | |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -2/+2 | |
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text). | |||||
2009-10-01 | simpler code | Mathias Gumz | 1 | -37/+27 | |
2009-06-28 | allow matching screen number in ClientPattern | Mark Tiefenbruck | 1 | -0/+13 | |
2009-06-25 | use current workspace in ClientPattern when client has no FbWindow | Mark Tiefenbruck | 1 | -6/+5 | |
2008-08-19 | add [transient] tag to apps file to match transient windows | Mark Tiefenbruck | 1 | -5/+1 | |
2008-06-08 | add (urgent=yes|no) options to ClientPattern | Mark Tiefenbruck | 1 | -0/+9 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-28 | move RegExp to FbTk | Mark Tiefenbruck | 1 | -1/+0 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -3/+33 | |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -16/+19 | |
2007-10-23 | we already have a subroutine for this | markt | 1 | -13/+2 | |
2007-10-23 | allow negated patterns | markt | 1 | -9/+19 | |
2007-10-22 | added [mouse] pattern, matches against prop HEAD and the mouse position | fluxgen | 1 | -0/+19 | |
2007-10-14 | add support for transient windows in client patterns, and merge a few more ↵ | markt | 1 | -1/+13 | |
changes from pre-devel | |||||
2007-10-13 | merged changes from pre-devel | markt | 1 | -39/+136 | |
2007-04-01 | fixed problem with creating windows in iconic state | markt | 1 | -1/+1 | |
2007-01-02 | don't escape regex metacharacters when writing apps file | markt | 1 | -6/+1 | |
2006-11-07 | cosmetic patch from slava again | mathias | 1 | -2/+0 | |
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 1 | -14/+14 | |
uses only those things from "namespace std" what we really need. | |||||
2006-08-10 | fix crash in ClientPattern | simonb | 1 | -1/+1 | |
2006-04-23 | reload the apps file on flux reload | simonb | 1 | -0/+16 | |
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -3/+4 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-10-20 | add backslash to special chars, fixes bug #1327878 | fluxgen | 1 | -1/+7 | |
2005-02-13 | stringstream header | fluxgen | 1 | -15/+3 | |
2005-02-10 | cosmetic + updated copyright year | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-04-28 | add apps file matching on role. Includes new textProperty property on | rathnor | 1 | -1/+10 | |
FbWindow. | |||||
2003-12-17 | obsolete getTitle() from win client change to title() | fluxgen | 1 | -2/+2 | |
2003-11-17 | check for sstream header | fluxgen | 1 | -3/+17 | |
2003-10-12 | small solaris build fix | rathnor | 1 | -1/+4 | |
2003-06-13 | include cstdio for sprintf | fluxgen | 1 | -1/+2 | |
2003-06-13 | minor cleaning | fluxgen | 1 | -16/+14 | |
2003-06-12 | add regular expression support in remember capabilities | rathnor | 1 | -0/+235 | |
see ChangeLog for details |