| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-12-09 | Properly react when a client's strut changes. | Dana Jansens | |
| Previously it would only react if the height of the strut changed, not if its start/end changed (that was a long-standing bug). | |||
| 2009-12-09 | Fix the Focus/Activate actions to focus windows on other desktops correctly | Dana Jansens | |
| 2009-12-09 | Allow skip_taskbar windows to be focused on map when the user requests it in ↵ | Dana Jansens | |
| rc.xml. Fixes bug #4350 | |||
| 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-12-08 | Don't hilite new windows when we're restoring them from a saved session. | Dana Jansens | |
| 2009-12-08 | Fix client_activate() to work for internal Openbox menus | Dana Jansens | |
| client_activate() is a helpful way to focus a window on another desktop, but only Openbox is allowed to do such things, user messages cannot. | |||
| 2009-12-08 | Don't kill keygrabs when focus moves. | Dana Jansens | |
| Applications should be better behaved by now, and GTK based apps seem to be at least. We can file bug reports with them if we need to still. | |||
| 2009-12-08 | Change _net_active_window behaviour. | Dana Jansens | |
| Move focus on _net_active_window "app" requests if focus stealing would be allowed. If focus is not given to the target window and it is hilited (or any other situation where it is hilited) and the window is on another desktop, then also raise it and make it the LRU window, so when you switch desktops you go right to it. | |||
| 2009-11-21 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/popup.c | |||
| 2009-11-21 | Don't ever give borders to windows that didnt have them before by making ↵ | Dana Jansens | |
| them "undecorated" with the keepborder config option on. This fixes what commit 85f39cd27e7ea0eec8bc78f6139092b44fda2dad fixed for the fullscreen window case, but also fixes bug #4344. | |||
| 2009-11-21 | Revert all commits for the Hooks feature to move it to a topic branch. | Dana Jansens | |
| This reverts commit fd2f617be7ff57fcb187daa737f66d243544c8cd. This reverts commit a47d0a53652a96ca1df96fc9268757df1431ae55. This reverts commit a1908e076736e1a618bd305c5963dbfecaa30497. This reverts commit dc2e6f6bf7143a56de360a393b33906735e63625. This reverts commit 985e7dadf9a3ebf4bd265d955c3198e96405e5d2. This reverts commit db781556d63d1a50bd1b1b4b6b5423ef703bf2c7. This reverts commit feec8f663f0a11546c2da87575fecc8a88d97ca1. | |||
| 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-09-20 | Merge branch 'backport' into work | Mikael Magnusson | |
| 2009-09-20 | Reload motif wm hints when property changes | Mikael Magnusson | |
| Google's chrome does this when you toggle window decorations. Based on patch in #4250 by Daniel Erat. | |||
| 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 | Fix a typo in debug message | Mikael Magnusson | |
| 2009-07-04 | client_validate should return FALSE only for UnmapNotifies that will cause ↵ | Dana Jansens | |
| the window to become unmanaged | |||
| 2009-07-03 | Show window role in the debug message for name/class too. | Mikael Magnusson | |
| 2009-07-03 | Fix for #3715, app settings applied too late. | Mikael Magnusson | |
| This caused problems for placing windows with decor turned off, the placement code thought they had it on. | |||
| 2008-11-15 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/event.c | |||
| 2008-11-10 | Fix a problem pointed out by clang | Mikael Magnusson | |
| openbox/client.c:269:10: warning: incompatible pointer types passing 'gint *', expected 'guint32 *' if (!OBT_PROP_GET32(self->window, NET_WM_USER_TIME, CARDINAL, &user_time)) ^~~~~~~~~~~~~~ | |||
| 2008-11-05 | Don't move windows to current desktop on net_active_window if the event ↵ | Mikael Magnusson | |
| didn't come from the user. Instead, just activate the flashy thinger. | |||
| 2008-10-29 | Merge branch 'backport' into work | Mikael Magnusson | |
| 2008-10-29 | _NET_WM_USER_TIME=0 means don't focus the new 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 | Show name/class when mapping in debug mode. | Mikael Magnusson | |
| 2008-10-27 | Revert "make windows stay on screen when they..." | Mikael Magnusson | |
| This reverts commit 73adc6480d59fc5dccf9fe19ed5234c9582b328c. I know I had a good reason for reverting this commit, I don't know what that reason was though. | |||
| 2008-03-27 | make windows stay on screen when they are resized due to their normal hints ↵ | Dana Jansens | |
| changing | |||
| 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-06 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c | |||
| 2008-03-06 | don't set variables twice | Dana Jansens | |
| 2008-03-06 | fix the check for if a relative is focused on map | Dana Jansens | |
| 2008-03-06 | when a window pops up a child, don't avoid focusing it because you were ↵ | Dana Jansens | |
| working in its parent window before this. that's probably what made the window appear in the first place | |||
| 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 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-03-02 | don't steal focus from windows you are typing in, even if the new window is ↵ | Dana Jansens | |
| a relative | |||
| 2008-03-01 | queue hooks so that they don't run as each thing happens, instead run them ↵ | Dana Jansens | |
| at the end. keep the openbox code paths fast. | |||
| 2008-02-29 | change some of the hooks, and add all the hooks to the code so that they run | Dana Jansens | |
| 2008-02-29 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/screen.c | |||
| 2008-02-28 | If a window is maximized and has FUNC_MAXIMIZE disabled, still let it ↵ | Dana Jansens | |
| unmaximize. When normal hints change and we reconfigure, the w/h of the window may not have changed - rather the minw/maxh etc may have changed. So in client_try_configure always run through the code that checks them to see if the client should be resized or whatever. | |||
| 2008-02-28 | Try to fix the off-by-one errors even more. | Mikael Magnusson | |
| 2008-02-28 | fix some off-by-one errors in edge finding for moving and resizing windows ↵ | Dana Jansens | |
| (bug 3506) | |||
| 2008-02-28 | Simplify client_set_state. | Mikael Magnusson | |
| 2008-02-27 | When showing a window's title in the kill prompt, if it doesn't have a title ↵ | Dana Jansens | |
| use its parent's (same way the focus cycle popup does) | |||
| 2008-02-27 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/event.c openbox/event.h | |||
| 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. | |||
