Commit graph

7125 commits

Author SHA1 Message Date
Dana Jansens
8ada991d82 Fix the delayed hiding of submenus, so that they don't end up hidden while the entry is selected 2009-12-16 15:37:28 -05:00
Dana Jansens
811e3ddbc3 Ignore enter events caused by closing openbox menus 2009-12-16 15:37:26 -05:00
Dana Jansens
7c4753ac91 Comment out some debug messages for the image cache 2009-12-15 16:03:35 -05:00
Dana Jansens
3c688bc4a7 Make the NET_WORKAREA hint work the way it used to, across all monitors
The spec is not going to change this hint, but rather add a new one. So for now
just revert to the old behaviour.
2009-12-15 14:53:29 -05:00
Dana Jansens
828c095c8b Don't hide submenus immediately when unselecting the parent's entry
This allows users to move to the submenu across other menu items (the same
as they already could across other menu items that were submenus).

This uses the same config delay for hiding submenus as it does for showing
new ones.

Based off the ideas in bug #3762.
2009-12-14 18:18:10 -05:00
Dana Jansens
111465b737 Let menus place themselves on monitors where the mouse is not present
This fixes a bug which forced menus to show up on the same monitor as the
mouse pointer.
2009-12-14 16:08:30 -05:00
Dana Jansens
d55f4b41c6 Allow the user to bind more than one keycode to a keysym for Ob 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-14 15:40:33 -05:00
Dana Jansens
a93b00a5e9 Merge branch 'backport' into work 2009-12-14 15:25:57 -05:00
Dana Jansens
f3e553446f Add an obprop tool which can print UTF-8 strings properly, for our users. 2009-12-14 15:25:31 -05:00
Dana Jansens
5fc18091be In the applications section tell the user to use _OB_* properties for the name/class/role, and refer to the still-non-existant obprop tool. 2009-12-14 11:27:50 -05:00
Dana Jansens
acafa38c8e Merge branch 'backport' into work
Conflicts:
	openbox/config.c
	openbox/event.c
	openbox/prop.c
	openbox/prop.h
	openbox/screen.c
	openbox/screen.h
2009-12-11 19:02:11 -05:00
Dana Jansens
9ba2b04e96 Set hints that remember the WM_WINDOW_ROLE and WM_CLASS properties for our users.
The hints are _OB_ROLE, _OB_NAME, and _OB_CLASS.
2009-12-11 18:58:39 -05:00
Dana Jansens
5c01dc651a Get the session client id from new gnome-session
See http://live.gnome.org/SessionManagement/GnomeSession#A1._Launch

Gnome-session sets the DESKTOP_AUTOSTART_ID env variable with the SM client id
instead of passing it on the command line.
2009-12-10 15:00:56 -05:00
Dana Jansens
7e6ef2683f Run Openbox with gnome-session the proper way, without using the deprecated gnome-wm.
See https://bugzilla.gnome.org/show_bug.cgi?id=555406#c5
Hopefully this continues to work for a while.
2009-12-10 11:47:12 -05:00
Dana Jansens
231f694bca Make sure popup dialogs are not waiting to be shown after they are freed 2009-12-10 10:36:19 -05:00
Dana Jansens
c5155e7422 Add an openbox.desktop file for the applications/ directory
This is for gnome-session to start Openbox correctly as the window manager
See the commit log for http://cvs.fedoraproject.org/viewvc/devel/openbox/openbox.desktop?revision=1.3&view=markup
2009-12-10 10:27:54 -05:00
Dana Jansens
d17bc61b24 Don't need 2 exit actions in the default menu now, they both would do the same thing 2009-12-10 10:10:03 -05:00
Dana Jansens
f0df9bb9d8 Remove desktop hints since Openbox won't overwrite them, but they may be set from GDM or other sessions 2009-12-10 10:07:50 -05:00
Miroslav Lichvar
7abc28bdda Fix a typo in xdg-autostart 2009-12-10 09:42:41 -05:00
Dana Jansens
81eb4752fe Make the desktop popup show on the primary monitor as defined in the config.
This matches the behaviour of the focus cycle and key chain popups.
2009-12-09 17:06:55 -05:00
Dana Jansens
5f2182c33b Revert "Show desktop switch popup on every monitor"
This reverts commit 2e1adce628.
2009-12-09 17:03:37 -05:00
Dana Jansens
d3976a51fb Revert "Some fixes for the pager popups, and avoid a crash if you destroy a popup while it is going to be shown later by a delay."
This reverts commit 33328583a1.
2009-12-09 17:03:27 -05:00
Dana Jansens
aa329719b9 Add a primaryMonitor config option, where the focus-cycle and keychain popups will appear 2009-12-09 16:41:52 -05:00
Dana Jansens
10d99cc5e9 Bug in choosing the active monitor when doing a move/resize 2009-12-09 16:39:58 -05:00
Dana Jansens
ade3b4dd69 Make the edge detection fully include monitor edges.
This fixes the move-to-edge behaviour, when moving past the edge of a monitor,
the window will stop with its tail edge against the inside of the monitor's
edge.
2009-12-09 16:00:32 -05:00
Dana Jansens
e0015160f0 Make the default placement on the active monitor (Any is madness) 2009-12-09 15:41:28 -05:00
Dana Jansens
7a926bb82f Find a valid image to use in the image cache. Fixes bug #1149
The larger of the width and height has to match.  If the smaller matches, then
it would have to be resized down to fit inside the area, so that does not
count.
2009-12-09 15:09:22 -05:00
Dana Jansens
543828c23f Properly react when a client's strut changes.
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 15:09:15 -05:00
Dana Jansens
437739b6a3 Fix for rendering RGBA and Image textures.
RGBA and Image textures could exceed their tarea if given an x or y offset
inside the area that is > 0.
2009-12-09 15:08:30 -05:00
Dana Jansens
324ba15ebc Fix the Focus/Activate actions to focus windows on other desktops correctly 2009-12-09 13:25:19 -05:00
Dana Jansens
9f74f1e244 When moving focus across desktops, make sure Openbox doesn't think that a window which is no longer visible is still focused. 2009-12-09 13:24:12 -05:00
Dana Jansens
d7d54e9b89 The colormap is being set twice when moving focus to the root window 2009-12-09 13:24:08 -05:00
Dana Jansens
5b20b3fc7f Add a focus debug message for the frame's visible focus state 2009-12-09 13:24:04 -05:00
Dana Jansens
36af6f8d96 Fully maximized windows still have a normal titlebar. Fixes bug #4373
Also, maximized windows were having their client padding reduced by the size of
the outer border from this same bug, which is now fixed.
2009-12-09 11:24:16 -05:00
Dana Jansens
d95355ce58 Add a WM_CLASS to the skiptaskbar test 2009-12-09 11:02:44 -05:00
Dana Jansens
cf033623a0 Allow skip_taskbar windows to be focused on map when the user requests it in rc.xml. Fixes bug #4350 2009-12-09 10:56:43 -05:00
Dana Jansens
3011220572 Set a minimum value for the screenEdgeWarpTime for 25ms.
When this is very small it just gives X/Openbox a heart attack and ends up going forever.  Even 25 is quite too fast to be usuable so it should be a good minimum.
2009-12-09 10:32:36 -05:00
Dana Jansens
5290af9f50 Use test -r instead of test -e for solaris. Fixes bug #4253. 2009-12-09 10:23:37 -05:00
Dana Jansens
0c0ddc3628 Fix stacking for transients vs helper windows. Fixes bug #3851
This allows transient windows to be above helper windows.  And generally keeps
helper windows below transients, unless they are raised directly.
2009-12-09 10:09:43 -05:00
Dana Jansens
4e0a4fb53b Make openbox-gnome-session work with gnome-session > 2.22 2009-12-08 15:52:07 -05:00
Dana Jansens
2d6efece61 Follow up for commit 7f36e21ea9
The actions/session.c file was removed.
2009-12-08 14:21:26 -05:00
Dana Jansens
2f09e0ce38 Merge branch 'backport' into work
Conflicts:

	openbox/actions/all.h
	openbox/actions/session.c
	openbox/client.c
	openbox/event.c
	openbox/grab.c
2009-12-08 14:19:04 -05:00
Dana Jansens
672aea85cf Don't hilite new windows when we're restoring them from a saved session. 2009-12-08 14:16:08 -05:00
Dana Jansens
07126124c9 Fix client_activate() to work for internal Openbox menus
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 13:56:37 -05:00
Dana Jansens
11ecb7d219 Don't kill keygrabs when focus moves.
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 13:56:37 -05:00
Dana Jansens
97890e21cd Change _net_active_window behaviour.
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-12-08 13:56:34 -05:00
Dana Jansens
8237564b47 Add needed linebreaks to the end of some debug messages 2009-12-08 10:11:21 -05:00
Dana Jansens
84843c3f98 strip leading/trailing whitespace off stuff when reading it from the configs 2009-11-24 19:56:00 -05:00
Dana Jansens
7f36e21ea9 Combine the Exit and SessionLogout actions
Just "do the right thing" based on if you are connected to a session manager
or not.
2009-11-24 19:36:18 -05:00
Dana Jansens
4bf6b1b551 Merge branch 'backport' into work
Conflicts:
	openbox/popup.c
2009-11-21 16:56:07 -05:00