| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 ↵ | Dana Jansens | |
| not based on its options. This way we can use the same name with options for an interactive action and a non-interactive action. Shorten the names of the ObActionsInteractive* functions to ObActionsI* Add a ObActionsIPreFunc that is called for interactive actions before the interactivity (key/mouse grab) is started. Add a ObActionsIPostFunc that is called for interactive actions after the interactiviti (key/mouse grab) has ended. | |||
| 2009-11-21 | Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5 | Dana Jansens | |
| 2008-10-27 | The code to replace $wid/$pid died on $foo. | Mikael Magnusson | |
| It failed to increment a variable after finding a $ but no pid or wid, which led to a fun infinite loop. Also don't check if c[1] is w if we already established it was p. | |||
| 2008-03-09 | fix a bug from when $window changed to $wid in the execute action | Dana Jansens | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/execute.c openbox/event.c openbox/openbox.c openbox/openbox.h | |||
| 2008-03-02 | allow prompts to have titles specified. show a prompt when there are syntax ↵ | Dana Jansens | |
| errors in the xml config files. | |||
| 2008-03-02 | add 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-02 | glib already prints a verbose error message when execute fails. don't add a ↵ | Dana Jansens | |
| second level of useless verbosity to that | |||
| 2008-03-01 | make it $pid and $wid, it's a little faster this way and they look the same ↵ | Dana Jansens | |
| so why not | |||
| 2008-03-01 | move some code around in the execute action | Dana Jansens | |
| 2008-03-01 | instead of passing things to the environment, substitute $pid and $window ↵ | Dana Jansens | |
| inline in the Execute command string | |||
| 2008-03-01 | pass the targeted window's PID (if available) and WINDOW_ID to the ↵ | Dana Jansens | |
| environment of the Execute action | |||
| 2008-02-28 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: Makefile.am | |||
| 2008-02-27 | clean up the execute action code, and free the prompt option string | Dana Jansens | |
| 2008-02-27 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/execute.c | |||
| 2008-02-27 | Give the Execute action the <prompt> option | Dana Jansens | |
| 2008-02-21 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/openbox.c openbox/session.c | |||
| 2008-02-21 | Change all single quotes to double quotes in strings. | Mikael Magnusson | |
| 2008-01-31 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c | |||
| 2008-01-27 | use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing ↵ | Dana Jansens | |
| wrt memory leaks | |||
| 2008-01-21 | use the <wmclass> for startup notfication in the execute action. when ↵ | Dana Jansens | |
| present don't use the check against the binary. | |||
| 2008-01-20 | move the xdg path stuff into obt/paths.[ch], and make render and openbox use it | Dana Jansens | |
| 2008-01-20 | s/xmlChildrenNode/children/ | Dana Jansens | |
| 2008-01-20 | update openbox to use the current parser interface in libobt | Dana Jansens | |
| there is also some random bug fixes for other libobt stuff in here. | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-07-13 | let you specify <command> or <execute> for execute actions - backwards compat | Dana Jansens | |
| 2007-07-05 | rename <execute> to <command> | Mikael Magnusson | |
| 2007-06-22 | add the cyclewindows action | Dana Jansens | |
| 2007-06-22 | the execute action works again. | Dana Jansens | |
| default hardcoded bindings are temporarily offline | |||
