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
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
c02c825cb8
Fix an unsigned/signed warning.
2009-11-21 15:17:18 -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
44df758d6b
Pointers are long-sized on x86_64.
2009-11-21 14:39:54 -05:00
Dana Jansens
2972e2f728
Fix spacing from 8f37a97a4c
2009-11-21 14:39:54 -05:00
Dana Jansens
0b6f0942c4
Add a test that grows a window by changing its normal hints.
2009-11-21 14:39:54 -05:00
Dana Jansens
ca1a27beba
Revert "Revert "make windows stay on screen when..."
...
Just kidding. This doesn't revert d81d54c7a9
but
it redoes the work that patch reverted in a better, less intrusive, way.
2009-11-21 14:24:17 -05:00
Dana Jansens
c828154886
Revert all commits for the Hooks feature to move it to a topic branch.
...
This reverts commit fd2f617be7
.
This reverts commit a47d0a5365
.
This reverts commit a1908e0767
.
This reverts commit dc2e6f6bf7
.
This reverts commit 985e7dadf9
.
This reverts commit db781556d6
.
This reverts commit feec8f663f
.
2009-11-21 13:56:55 -05:00
Mikael Magnusson
fa0ae17adb
Make clang happier
...
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-11-07 17:07:05 -05:00
Dana Jansens
a170ad7c85
Merge branch 'backport' into work
2009-11-06 21:02:23 -05:00
Dana Jansens
6bb4b22cbe
fix a crash in the SessionLogout action
2009-11-06 21:02:09 -05:00
Mikael Magnusson
a92c209fc1
Merge branch 'backport' into work
2009-09-20 16:03:48 +02: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
Mikael Magnusson
b89cc58590
Add all the action names used in 3.4 so configs don't break
2009-09-19 15:57:20 +02:00
Mikael Magnusson
308478e4a5
Merge branch 'backport' into work
...
Conflicts:
openbox/actions/desktop.c
openbox/client.c
openbox/event.c
openbox/extensions.c
openbox/popup.c
openbox/screen.c
parser/parse.c
2009-09-19 15:03:12 +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
Mikael Magnusson
fa4e09dd7e
Allow escaping _ in menu labels by putting __
...
Currently you can't mark anything that comes after the __ with _ to make
that a shortcut.
2009-07-05 15:55:17 +02:00