| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 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-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-22 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h | |||
| 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-14 | Introducing the icon cache. | Dana Jansens | |
| If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya! | |||
| 2008-02-14 | don't ping everything all the time. yay. ping when you close, and if it ↵ | Dana Jansens | |
| doesn't reply then show the kill prompt. also show a more correct prompt for windows connecting from non-local machines - ask to disconnect them from the X server. | |||
| 2008-02-14 | tell what signal is going to be sent to the client when killing through the ↵ | Dana Jansens | |
| dialog | |||
| 2008-02-14 | don't kill our own ObPrompt windows with kill actions | Dana Jansens | |
| 2008-02-14 | if a prompt is already showing and you try show it again, then make it ↵ | Dana Jansens | |
| active. in the "kill this?" prompt use the window's original title without any of the openbox-appended-ness | |||
