summaryrefslogtreecommitdiff
path: root/src/match.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-03Add support for matching a window's alpha channel availability.Danny Baumann1-0/+14
2008-07-27Remove opacity adjustment handling (bindings, matches) from core.Danny Baumann1-5/+0
2007-09-04Use 'base' as default name for base object instead of 'object'.David Reveman1-3/+2
2007-08-30Add simple object system, which generalize the privatesDavid Reveman1-10/+11
2007-08-29Split compiz.h into compiz.h and compiz-core.h.David Reveman1-1/+1
2007-08-28Use compiz-common.h, move _CompPluginVTable struct toDavid Reveman1-2/+2
2007-08-28Remove setScreenOption and make sure core plugin is loadedDavid Reveman1-6/+0
2007-08-27Remove getDisplayOptions and setDisplayOption functions.David Reveman1-1/+1
2007-05-02Remove trailing whitespaceMike Dransfield1-1/+1
2007-05-02Add override_redirect matching support.Erkin Bahceci1-1/+16
2007-04-05Fix typo in matching code.Cedric1-1/+1
2007-04-03Changed plugin vTable option functions to include a referenceMike Dransfield1-2/+2
2007-03-16Avoid using variable name 'private' in compiz.h.David Reveman1-17/+17
2007-02-28Add opacity match options and improve the behavior of opacityDavid Reveman1-2/+22
2007-02-25Add "|" symbol properly and don't add "&" or "|" if this is the firstDavid Reveman1-4/+5
2007-02-25We should try to return an empty string if the match object is emptyDavid Reveman1-1/+7
2007-02-25Add window ID match handler.David Reveman1-1/+14
2007-02-25Add match option.David Reveman1-15/+128
2007-02-25Shut up compiler.David Reveman1-4/+2
2007-02-25Add matchToString function.David Reveman1-0/+77
2007-02-24Add window state matching to core and rename compWindowTypeFromStringDavid Reveman1-5/+20
2007-02-24Fix name of match op flags.David Reveman1-6/+6
2007-02-24Add proper parsing of match expressions and track changes in fade plugin.David Reveman1-51/+158
2007-02-23Add extensible match interface. Match objects can be used forDavid Reveman1-0/+414