Commit graph

6810 commits

Author SHA1 Message Date
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
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
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
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
ada5de28f7 Don't ever give borders to windows that didnt have them before by making them "undecorated" with the keepborder config option on.
This fixes what commit 85f39cd27e fixed for the
fullscreen window case, but also fixes bug #4344.
2009-11-21 16:55:28 -05:00
Dana Jansens
ac6cd2344f Add a comment for commit ec9fbf05df regarding struts with multiple monitors. 2009-11-21 16:33:35 -05:00
Dana Jansens
33328583a1 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. 2009-11-21 16:05:27 -05:00
Dana Jansens
056295a8ad Fix some signed/unsigned warnings (and keep stuff within 80 columns). 2009-11-21 15:16:37 -05:00
Dana Jansens
00cb161ec6 Keep things in 80 columns 2009-11-21 15:12:40 -05:00
Dana Jansens
6bb4b22cbe fix a crash in the SessionLogout action 2009-11-06 21:02:09 -05:00
Piotr Lewandowski
abf3660f84 Respect $XDG_CONFIG_HOME in openbox-session 2009-09-20 15:40:38 +02:00
Mikael Magnusson
48b6fd9ac4 Reload motif wm hints when property changes
Google's chrome does this when you toggle window decorations.

Based on patch in #4250 by Daniel Erat.
2009-09-20 15:37:54 +02:00
František Eliáš
1169118e60 Update slovak translation. 2009-07-16 21:08:05 +02:00
Krzysztof Kotlenga
ba1ac214df Remove newline from startupnotify description
It doesn't look good in some places, e.g. WnckTasklist (gnome-panel)

[ Also update translations -- Mikael ]
2009-07-05 21:17:01 +02:00
Mikael Magnusson
b69ee77256 Don't replace ~ when we shouldn't
Bump glib req to 2.14 to get GRegex, now we only replace ~ with your
homedir in an action if it is (at the start of the string or preceded
by whitespace) and (at the end of the string or followed by (whitespace
or a slash)). (?:^|(?<=[ \t]))~(?=[/ \t$])

Fixes bug #4033.
2009-07-05 20:51:04 +02:00
Mikael Magnusson
2ed56873b6 Another debug message typo 2009-07-05 16:21:28 +02:00