summaryrefslogtreecommitdiff
path: root/openbox/actions/execute.c
AgeCommit message (Collapse)Author
2008-03-02allow prompts to have titles specified. show a prompt when there are syntax ↵Dana Jansens
errors in the xml config files.
2008-03-02add a cleanup callback to the prompt interface. when the prompt's callback ↵Dana Jansens
returns TRUE, then the cleanup function is called. likewise when the prompt system is shutdown (openbox is exiting), then the cleanup function is also called. it should unref/destroy the prompt and any memory associated with it
2008-03-02glib already prints a verbose error message when execute fails. don't add a ↵Dana Jansens
second level of useless verbosity to that
2008-02-27clean up the execute action code, and free the prompt option stringDana Jansens
2008-02-27Give the Execute action the <prompt> optionDana Jansens
2008-02-21Change all single quotes to double quotes in strings.Mikael Magnusson
2008-01-27use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing ↵Dana Jansens
wrt memory leaks
2008-01-21use the <wmclass> for startup notfication in the execute action. when ↵Dana Jansens
present don't use the check against the binary.
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-07-13let you specify <command> or <execute> for execute actions - backwards compatDana Jansens
2007-07-05rename <execute> to <command>Mikael Magnusson
2007-06-22add the cyclewindows actionDana Jansens
2007-06-22the execute action works again.Dana Jansens
default hardcoded bindings are temporarily offline