index
:
openbox-snap
master
custom openbox fork with 'aero-snap' feature and bugfixes
aura
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbox
/
actions
/
if.c
Age
Commit message (
Expand
)
Author
2014-04-25
Fix thinko in if.c, *o in Stop can never be pointing at the right place.
Mikael Magnusson
2014-04-10
Break loop if is_true was set to false in If
Mikael Magnusson
2014-04-10
Don't segfault when there's no target in If
Mikael Magnusson
2013-08-19
Add window type to If as well
Mikael Magnusson
2013-08-19
Allow matching class, name and role in If action
Mikael Magnusson
2013-08-19
Add ForEach action which is like If but runs on all clients
Mikael Magnusson
2013-08-18
Add queries to If actions
Dana Jansens
2013-08-11
Fix some compiler warnings
Dana Jansens
2013-08-11
Change "plain" to "exact" for If's <title>
Mikael Magnusson
2013-08-11
Add matching which monitor the client is on in the If action (Bug 5426)
Mikael Magnusson
2013-08-11
Let the If action match window titles with GRegex
Mikael Magnusson
2013-08-11
Use a helper function to make if.c a bit shorter
Mikael Magnusson
2013-08-11
Add activedesktop to If
Mikael Magnusson
2011-01-24
Fix small leak in If action option parsing
Mikael Magnusson
2010-05-20
Add some more conditions to the If action
Mikael Magnusson
2010-02-16
more using g_slice_new() instead of g_new()
Dana Jansens
2009-12-21
rename the obt_parse library to obt_xml (since it is very xml specific)
Dana Jansens
2009-12-17
Make it possible for an action name to choose whether it is interactive or no...
Dana Jansens
2008-03-02
Merge branch 'backport' into work
Mikael Magnusson
2008-03-02
Don't run actions in If in reverse order.
Mikael Magnusson
2008-01-20
s/xmlChildrenNode/children/
Dana Jansens
2008-01-20
update openbox to use the current parser interface in libobt
Dana Jansens
2007-09-04
ANSI function declarations, ie () -> (void)
Mikael Magnusson
2007-07-11
fix if action's "focused"
Dana Jansens
2007-07-11
missing header
Dana Jansens
2007-07-11
add focused check to if action
Mikael Magnusson
2007-06-23
add the "if" action
Dana Jansens