| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-02-27 | obrender uses obt now, there is no obparser anymore | Dana Jansens | |
| 2008-02-27 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/execute.c | |||
| 2008-02-27 | some new translated strings | Dana Jansens | |
| 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-27 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-27 | make the xdg-autostart script get installed to PREFIX/lib/openbox, and make ↵ | Dana Jansens | |
| the autostart.sh script look for it there. | |||
| 2008-02-27 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/event.c openbox/event.h | |||
| 2008-02-27 | Update po files with new strings, update swedish translation. | Mikael Magnusson | |
| 2008-02-26 | Change the kill prompt buttons to "Cancel" and "End Process"/"Disconnect" ↵ | Dana Jansens | |
| (for local/remote apps) | |||
| 2008-02-27 | Fix some typos and style in client.c, and add a comment. | Mikael Magnusson | |
| Also moves a comment from many places into one place. | |||
| 2008-02-27 | Make "Unnamed Window" translatable. | Mikael Magnusson | |
| 2008-02-27 | Pass TRUE instead of FALSE to do what the comment says. | Mikael Magnusson | |
| 2008-02-27 | Various cleanups of event.c | Mikael Magnusson | |
| Typo in debug message. Improve some comments. Space after comma. Factor out compress_client_message_event. Fold two ifs together. Change duplicated case to fall through. | |||
| 2008-02-27 | Refactor the event handling for titlebar buttons a bit. | Mikael Magnusson | |
| 2008-02-26 | add xce-mcs-manager to the autostart.sh - run it if gsd is not found | Dana Jansens | |
| 2008-02-26 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-26 | Fixing bug from commit 041d17373e04 | Dana Jansens | |
| Pressing a button and leave/enter would cause the button to show hover mode, not pressed mode. Change the behaviour back to how it used to be for pressing (the button stays pressed when you move outside of its box) and make it work correctly, as commit 041d17373e04 also did for menus. Reverting this behaviour because it seems impossible to do the enter/leave stuff correctly for the close button on maximized windows. Leaving the titlebar contexts doesn't give us an Enter event to go along with it, so even if we check all motion events, the button will flash unpressed when leaving the topright contexts. | |||
| 2008-02-26 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-26 | change the buttons in the kill prompt from "yes/no" which can be a little ↵ | Dana Jansens | |
| confusing to be more clear "cancel/force exit" so people won't do the wrong thing by accident so much | |||
| 2008-02-25 | show the desktop change popup before mapping/unmapping all the windows | Dana Jansens | |
| this makes a big difference if the compmgr is being laggy trying to show windows | |||
| 2008-02-22 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h | |||
| 2008-02-22 | Add theme options for menu line separators. | Dana Jansens | |
| Added: menu.separator.color menu.separator.width menu.separator.padding.width menu.separator.padding.height | |||
| 2008-02-22 | Allow windows to specify a base-size of 0 | Dana Jansens | |
| This fixes the resize popup for terminal windows, if the base-size was 0, the size popup would be off by one. | |||
| 2008-02-22 | Let ObPrompts be modal dialogs, and when they are transient for a window, ↵ | Dana Jansens | |
| make it transient for its entire group, so it can be stacked at the highest level above other transients | |||
| 2008-02-21 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/openbox.c openbox/session.c | |||
| 2008-02-21 | If multiple key bindings at the same level are not able to be translated, ↵ | Dana Jansens | |
| then don't have them conflict and end up removing untranslated bindings from the key tree. This way they can be re-translated later. This fixes keybindings getting lost when VMWare grabs the keyboard/pointer | |||
| 2008-02-21 | Change all single quotes to double quotes in strings. | Mikael Magnusson | |
| 2008-02-21 | Update finnish translation. | Mikael Magnusson | |
| 2008-02-19 | MoveResizeTo was broken for opposite edges. | Mikael Magnusson | |
| 2008-02-18 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/grab.c openbox/keyboard.c | |||
| 2008-02-18 | Fix button press behaviours. On LeaveNotify, make the button no longer ↵ | Dana Jansens | |
| pressed. On MotionNotify, only make it hovered if no button is pressed down. On EnterNotify, make it hovered or pressed as appropriate. This fixes case where you left-click and hold on a button, then right click to open the menu - this used to leave the button in a pressed state. | |||
| 2008-02-18 | Grab key bindings with GrabModeSync, so that if they lead to a keyboard ↵ | Dana Jansens | |
| grab, then no keyboard events will be lost between the initial keybinding and the keyboard grab. | |||
| 2008-02-18 | the focus indicator line for prompt buttons wasn't being displayed, since ↵ | Dana Jansens | |
| the texture type was no longer being set | |||
| 2008-02-19 | Update spanish translation. | Elián Hanisch | |
| 2008-02-17 | Fix some typos in comments. | Mikael Magnusson | |
| 2008-02-17 | Add a comment for translators about how to change order of arguments. | Mikael Magnusson | |
| 2008-02-17 | Update all the po files so they contain the new prompt strings so ↵ | Mikael Magnusson | |
| translators can translate them. | |||
| 2008-02-17 | Update swedish translation. | Mikael Magnusson | |
| 2008-02-17 | Update traditional chinese translation. | 洪任諭 | |
| 2008-02-17 | Update swedish translation. | 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-15 | () -> (void) | Mikael Magnusson | |
| 2008-02-15 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/frame.c openbox/menuframe.c | |||
| 2008-02-15 | remove prop.c/h, as they were reintroduced in a bad merge ↵ | Dana Jansens | |
| (0dc7eca4cdfff6425e19a0bace0f9ae8834d04e8) | |||
| 2008-02-15 | make the frame iconify animation go right into the icon geometry area ↵ | Dana Jansens | |
| instead of stopping before it | |||
| 2008-02-14 | set the window type hint on menus to be "popup menus" | Dana Jansens | |
| 2008-02-14 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-14 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-14 | avoid a compiler warning | Dana Jansens | |
