| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-17 | don't use a variable as a format string | Dana Jansens | |
| 2010-02-16 | more using g_slice_new() instead of g_new() | Dana Jansens | |
| 2010-02-12 | use g_slice_new() instead of g_new() part 4 | Dana Jansens | |
| 2010-02-12 | using g_slice_new() instead of g_new() part 1 | Dana Jansens | |
| 2010-02-11 | make control keys work in menus/dialogs/etc with the new obt code, using ↵ | Dana Jansens | |
| XLookup stuff | |||
| 2010-02-11 | pass an input context to the interactive input function | Dana Jansens | |
| 2010-02-11 | don't strip the state for keyboard events | Dana Jansens | |
| this allows translation of keys not in the base keyboard layout | |||
| 2010-02-11 | make the execute action not segfault when using a prompt (bug #4543) | Dana Jansens | |
| also save the client when using a prompt so it can be used if you choose "yes" from the prompt | |||
| 2010-01-28 | Don't close the menu when you held control even for execute | Mikael Magnusson | |
| 2010-01-12 | remove the session.c file from actions, as it is no longer used | Dana Jansens | |
| 2010-01-08 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: Makefile.am openbox/actions/focus.c openbox/config.c openbox/event.c openbox/menuframe.c | |||
| 2010-01-04 | Make the Focus action stop all interactive actions (Fixes bug #4436) | Dana Jansens | |
| Old < 3.4.8 Openbox versions would stop focus cycling when focus moved. Now that is not the case, but you should be able to stop it by Choosing a window explicitly still. | |||
| 2009-12-21 | rename the obt_parse library to obt_xml (since it is very xml specific) | Dana Jansens | |
| 2009-12-17 | Make the relative desktop switching actions interactive | Dana Jansens | |
| The desktop popup can now be shown "permanently" in which case it stays until you tell it to hide. | |||
| 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-12-16 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c | |||
| 2009-12-14 | Allow the user to bind more than one keycode to a keysym for Ob ↵ | Dana Jansens | |
| Menus/Move/Resize If the user has escape bound to more than one keycode then they can use any of them to close a menu. This change applies to the hardcoded keys in openbox, which are used for the menus and for move/resize, and maybe other places. | |||
| 2009-12-11 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h | |||
| 2009-12-09 | Fix the Focus/Activate actions to focus windows on other desktops correctly | Dana Jansens | |
| 2009-12-08 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/all.h openbox/actions/session.c openbox/client.c openbox/event.c openbox/grab.c | |||
| 2009-11-24 | Combine the Exit and SessionLogout actions | Dana Jansens | |
| Just "do the right thing" based on if you are connected to a session manager or not. | |||
| 2009-11-21 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/popup.c | |||
| 2009-11-21 | Fix some signed/unsigned warnings (and keep stuff within 80 columns). | Dana Jansens | |
| 2009-11-21 | Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5 | Dana Jansens | |
| 2009-11-07 | Make clang happier | Mikael Magnusson | |
| Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable | |||
| 2009-11-06 | Merge branch 'backport' into work | Dana Jansens | |
| 2009-11-06 | fix a crash in the SessionLogout action | Dana Jansens | |
| 2009-09-19 | Add all the action names used in 3.4 so configs don't break | Mikael Magnusson | |
| 2009-09-19 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c | |||
| 2009-07-04 | Add "prev" and "next" as possible targets for moveto/resizeto actions. | Nico Golde | |
| One of the Debian users asked if it's possible to send a window to other monitor when using xinerama, especially useful of you have 2 monitors and want to toggle a window to the other one. I wrote a patch that implements next and prev to also make that work for 3 or more workspaces. | |||
| 2009-03-29 | Avoid anonymous unions | Mikael Magnusson | |
| Some compilers, like sun studio and clang don't support them. | |||
| 2008-10-29 | Merge branch 'backport' into work | Mikael Magnusson | |
| 2008-10-29 | Bring helper windows when following a window. | Mikael Magnusson | |
| 2008-10-27 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/prop.c openbox/prop.h | |||
| 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-05-25 | Add a translators note about not translating the word "SessionLogout" in an ↵ | Mikael Magnusson | |
| error message. | |||
| 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 | |
