| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-03-09 | fix a bug from when $window changed to $wid in the execute action | Dana Jansens | |
| 2008-03-08 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c | |||
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-03-08 | Don't run actions in focus cycling actions backwards either (as in ↵ | Mikael Magnusson | |
| 664b0b4e943ba4d410168817dcff953804b44253). | |||
| 2008-03-03 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/session.c | |||
| 2008-03-03 | Update french translation and fix a typo in actions/session.c | Cyrille Bagard | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-03-02 | change the logout button to same capitilization as the title, and update ↵ | Dana Jansens | |
| translatable strings | |||
| 2008-03-02 | be consistent with logout vs log out use | 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 | add a title to the session logout confirm prompt | Dana Jansens | |
| 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 | the #ifdef was backwards for using SM or not | Dana Jansens | |
| 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-02 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-03-02 | make the SessionLogout action always available but it shows an error if you ↵ | Dana Jansens | |
| use it and Openbox wasn't built with SM support | |||
| 2008-03-02 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/actions/desktop.c openbox/actions/if.c | |||
| 2008-03-02 | Don't run actions in If in reverse order. | Mikael Magnusson | |
| 2008-03-02 | Super miniscule optimization. | Mikael Magnusson | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c | |||
| 2008-03-02 | make the prompt option default to 'true' for Exit and SessionLogout | Dana Jansens | |
| 2008-03-02 | add a SessionLogout action | Dana Jansens | |
| 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 | change the yes/no buttons to Exit/Cancel for the exit prompt | Dana Jansens | |
| 2008-02-27 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/execute.c | |||
| 2008-02-27 | add a boolean <prompt> option to the Exit action, which will ask before ↵ | Dana Jansens | |
| exiting openbox | |||
| 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-02-19 | MoveResizeTo was broken for opposite edges. | Mikael Magnusson | |
| 2008-02-15 | () -> (void) also in .h files, and fix a place that gave arguments when it ↵ | Mikael Magnusson | |
| shouldn't have. | |||
| 2008-02-13 | Wrap the focus action in actions_client_move. | Mikael Magnusson | |
| When alt-tabbing to iconified audacious and the playlist or eq window pops up under the cursor, they "stole" focus from the main window. | |||
| 2008-02-08 | Wrap the focus action in actions_client_move. | Mikael Magnusson | |
| When alt-tabbing to iconified audacious and the playlist or eq window pops up under the cursor, they "stole" focus from the main window. | |||
| 2008-02-06 | make the listmode alttab the default | Dana Jansens | |
| 2008-02-05 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-02-03 | combine the old focus cycle popup code with mika's new list-mode popup, and ↵ | Dana Jansens | |
| make an action option for it (the old <dialog> option) | |||
| 2008-02-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/event.c openbox/mouse.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c parser/parse.h | |||
| 2008-02-02 | if windows on screen are going to be moved, then do the ReplayPointer before ↵ | Dana Jansens | |
| that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really) | |||
| 2008-02-01 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 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 | |
