summaryrefslogtreecommitdiff
path: root/openbox/actions/if.c
AgeCommit message (Expand)Author
2014-04-25Fix thinko in if.c, *o in Stop can never be pointing at the right place.Mikael Magnusson
2014-04-10Break loop if is_true was set to false in IfMikael Magnusson
2014-04-10Don't segfault when there's no target in IfMikael Magnusson
2013-08-19Add window type to If as wellMikael Magnusson
2013-08-19Allow matching class, name and role in If actionMikael Magnusson
2013-08-19Add ForEach action which is like If but runs on all clientsMikael Magnusson
2013-08-18Add queries to If actionsDana Jansens
2013-08-11Fix some compiler warningsDana Jansens
2013-08-11Change "plain" to "exact" for If's <title>Mikael Magnusson
2013-08-11Add matching which monitor the client is on in the If action (Bug 5426)Mikael Magnusson
2013-08-11Let the If action match window titles with GRegexMikael Magnusson
2013-08-11Use a helper function to make if.c a bit shorterMikael Magnusson
2013-08-11Add activedesktop to IfMikael Magnusson
2011-01-24Fix small leak in If action option parsingMikael Magnusson
2010-05-20Add some more conditions to the If actionMikael Magnusson
2010-02-16more using g_slice_new() instead of g_new()Dana Jansens
2009-12-21rename the obt_parse library to obt_xml (since it is very xml specific)Dana Jansens
2009-12-17Make it possible for an action name to choose whether it is interactive or no...Dana Jansens
2008-03-02Merge branch 'backport' into workMikael Magnusson
2008-03-02Don't run actions in If in reverse order.Mikael Magnusson
2008-01-20s/xmlChildrenNode/children/Dana Jansens
2008-01-20update openbox to use the current parser interface in libobtDana Jansens
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-07-11fix if action's "focused"Dana Jansens
2007-07-11missing headerDana Jansens
2007-07-11add focused check to if actionMikael Magnusson
2007-06-23add the "if" actionDana Jansens