aboutsummaryrefslogtreecommitdiff
path: root/src/ClientPattern.cc
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Fix mishandled [maxmized] statement in apps fileMathias Gumz1-11/+2
2013-05-26build-sys: use AC_USE_SYSTEM_EXTENSIONSSami Kerola1-5/+0
2012-07-02add fullscreen, maximizedhorizontal, and maximizedvertical tests to ClientPat...Mark Tiefenbruck1-1/+17
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht1-1/+1
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-1/+3
2011-02-23disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'Mathias Gumz1-0/+1
2010-09-14cleanup and code deduplicationMathias Gumz1-29/+37
2010-09-11added 'SetXProp' action and (@PROP=foo) clientpatternMathias Gumz1-73/+115
2010-09-10code cleanupMathias Gumz1-34/+48
2010-09-09reduced 'switch/case' and 'else if' hell a little bitMathias Gumz1-92/+81
2010-09-08introduced FbTk::BidiStringMathias Gumz1-2/+2
2009-10-01simpler codeMathias Gumz1-37/+27
2009-06-28allow matching screen number in ClientPatternMark Tiefenbruck1-0/+13
2009-06-25use current workspace in ClientPattern when client has no FbWindowMark Tiefenbruck1-6/+5
2008-08-19add [transient] tag to apps file to match transient windowsMark Tiefenbruck1-5/+1
2008-06-08add (urgent=yes|no) options to ClientPatternMark Tiefenbruck1-0/+9
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-28move RegExp to FbTkMark Tiefenbruck1-1/+0
2007-11-12allow arbitrary window patterns in iconbarmarkt1-3/+33
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt1-16/+19
2007-10-23we already have a subroutine for thismarkt1-13/+2
2007-10-23allow negated patternsmarkt1-9/+19
2007-10-22added [mouse] pattern, matches against prop HEAD and the mouse positionfluxgen1-0/+19
2007-10-14add support for transient windows in client patterns, and merge a few more ch...markt1-1/+13
2007-10-13merged changes from pre-develmarkt1-39/+136
2007-04-01fixed problem with creating windows in iconic statemarkt1-1/+1
2007-01-02don't escape regex metacharacters when writing apps filemarkt1-6/+1
2006-11-07cosmetic patch from slava againmathias1-2/+0
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-14/+14
2006-08-10fix crash in ClientPatternsimonb1-1/+1
2006-04-23reload the apps file on flux reloadsimonb1-0/+16
2006-04-16fix all compiler warnings with -Wallsimonb1-3/+4
2006-02-16updated copyright infomathias1-1/+1
2005-10-20add backslash to special chars, fixes bug #1327878fluxgen1-1/+7
2005-02-13stringstream headerfluxgen1-15/+3
2005-02-10cosmetic + updated copyright yearmathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-04-28add apps file matching on role. Includes new textProperty property onrathnor1-1/+10
2003-12-17obsolete getTitle() from win client change to title()fluxgen1-2/+2
2003-11-17check for sstream headerfluxgen1-3/+17
2003-10-12small solaris build fixrathnor1-1/+4
2003-06-13include cstdio for sprintffluxgen1-1/+2
2003-06-13minor cleaningfluxgen1-16/+14
2003-06-12add regular expression support in remember capabilitiesrathnor1-0/+235