dana/openbox.git
14 years agoAdd needed linebreaks to the end of some debug messages
Dana Jansens [Tue, 8 Dec 2009 15:11:21 +0000 (10:11 -0500)]
Add needed linebreaks to the end of some debug messages

14 years agostrip leading/trailing whitespace off stuff when reading it from the configs
Dana Jansens [Wed, 25 Nov 2009 00:51:00 +0000 (19:51 -0500)]
strip leading/trailing whitespace off stuff when reading it from the configs

14 years agoCombine the Exit and SessionLogout actions
Dana Jansens [Wed, 25 Nov 2009 00:36:18 +0000 (19:36 -0500)]
Combine the Exit and SessionLogout actions

Just "do the right thing" based on if you are connected to a session manager
or not.

14 years agoMerge branch 'backport' into work
Dana Jansens [Sat, 21 Nov 2009 21:56:07 +0000 (16:56 -0500)]
Merge branch 'backport' into work

Conflicts:
openbox/popup.c

14 years agoDon't ever give borders to windows that didnt have them before by making them "undeco...
Dana Jansens [Sat, 21 Nov 2009 21:43:00 +0000 (16:43 -0500)]
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 85f39cd27e7ea0eec8bc78f6139092b44fda2dad fixed for the
fullscreen window case, but also fixes bug #4344.

14 years agoAdd a comment for commit ec9fbf05df3ac807d60ae6af36236ffc6567bbdc regarding struts...
Dana Jansens [Sat, 21 Nov 2009 21:33:35 +0000 (16:33 -0500)]
Add a comment for commit ec9fbf05df3ac807d60ae6af36236ffc6567bbdc regarding struts with multiple monitors.

14 years agoSome fixes for the pager popups, and avoid a crash if you destroy a popup while it...
Dana Jansens [Sat, 21 Nov 2009 21:05:27 +0000 (16:05 -0500)]
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.

14 years agoFix an unsigned/signed warning.
Dana Jansens [Sat, 21 Nov 2009 20:17:18 +0000 (15:17 -0500)]
Fix an unsigned/signed warning.

14 years agoFix some signed/unsigned warnings (and keep stuff within 80 columns).
Dana Jansens [Sat, 21 Nov 2009 20:16:37 +0000 (15:16 -0500)]
Fix some signed/unsigned warnings (and keep stuff within 80 columns).

14 years agoKeep things in 80 columns
Dana Jansens [Sat, 21 Nov 2009 20:12:40 +0000 (15:12 -0500)]
Keep things in 80 columns

14 years agoPointers are long-sized on x86_64.
Dana Jansens [Sat, 21 Nov 2009 19:29:45 +0000 (14:29 -0500)]
Pointers are long-sized on x86_64.

14 years agoFix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5
Dana Jansens [Sat, 21 Nov 2009 19:20:39 +0000 (14:20 -0500)]
Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5

14 years agoAdd a test that grows a window by changing its normal hints.
Dana Jansens [Sat, 21 Nov 2009 19:39:26 +0000 (14:39 -0500)]
Add a test that grows a window by changing its normal hints.

14 years agoRevert "Revert "make windows stay on screen when..."
Dana Jansens [Sat, 21 Nov 2009 19:17:02 +0000 (14:17 -0500)]
Revert "Revert "make windows stay on screen when..."

Just kidding.  This doesn't revert d81d54c7a977a034199f24fc8fa7433e634aaf91 but
it redoes the work that patch reverted in a better, less intrusive, way.

14 years agoRevert all commits for the Hooks feature to move it to a topic branch.
Dana Jansens [Sat, 21 Nov 2009 18:34:33 +0000 (13:34 -0500)]
Revert all commits for the Hooks feature to move it to a topic branch.

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.

14 years agoMake clang happier
Mikael Magnusson [Thu, 5 Nov 2009 21:29:38 +0000 (22:29 +0100)]
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

14 years agoMerge branch 'backport' into work
Dana Jansens [Sat, 7 Nov 2009 02:02:23 +0000 (21:02 -0500)]
Merge branch 'backport' into work

14 years agofix a crash in the SessionLogout action
Dana Jansens [Sat, 7 Nov 2009 02:02:09 +0000 (21:02 -0500)]
fix a crash in the SessionLogout action

14 years agoMerge branch 'backport' into work
Mikael Magnusson [Sun, 20 Sep 2009 13:50:13 +0000 (15:50 +0200)]
Merge branch 'backport' into work

14 years agoRespect $XDG_CONFIG_HOME in openbox-session
Piotr Lewandowski [Sun, 20 Sep 2009 13:40:38 +0000 (15:40 +0200)]
Respect $XDG_CONFIG_HOME in openbox-session

14 years agoReload motif wm hints when property changes
Mikael Magnusson [Sun, 20 Sep 2009 13:37:54 +0000 (15:37 +0200)]
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.

14 years agoAdd all the action names used in 3.4 so configs don't break
Mikael Magnusson [Sat, 19 Sep 2009 13:57:20 +0000 (15:57 +0200)]
Add all the action names used in 3.4 so configs don't break

14 years agoMerge branch 'backport' into work
Mikael Magnusson [Sun, 5 Jul 2009 20:27:25 +0000 (22:27 +0200)]
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

14 years agoUpdate slovak translation.
František Eliáš [Thu, 16 Jul 2009 19:08:05 +0000 (21:08 +0200)]
Update slovak translation.

14 years agoRemove newline from startupnotify description
Krzysztof Kotlenga [Sun, 7 Jun 2009 22:35:49 +0000 (00:35 +0200)]
Remove newline from startupnotify description

It doesn't look good in some places, e.g. WnckTasklist (gnome-panel)

[ Also update translations -- Mikael ]

14 years agoDon't replace ~ when we shouldn't
Mikael Magnusson [Sun, 5 Jul 2009 18:51:04 +0000 (20:51 +0200)]
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.

14 years agoAnother debug message typo
Mikael Magnusson [Sun, 5 Jul 2009 14:21:28 +0000 (16:21 +0200)]
Another debug message typo

14 years agoAllow escaping _ in menu labels by putting __
Mikael Magnusson [Sun, 5 Jul 2009 13:53:29 +0000 (15:53 +0200)]
Allow escaping _ in menu labels by putting __

Currently you can't mark anything that comes after the __ with _ to make
that a shortcut.

14 years agoDon't trust xinerama not to return NULL
Mikael Magnusson [Sun, 5 Jul 2009 12:24:14 +0000 (14:24 +0200)]
Don't trust xinerama not to return NULL

We check that xinerama is active already, but someone got a NULL here.

14 years agoUpdate ukrainian translation and rename to uk.po
Serhiy Lysovenko [Sun, 5 Jul 2009 12:04:44 +0000 (14:04 +0200)]
Update ukrainian translation and rename to uk.po

14 years agoDon't draw borders in fullscreen mode when keepBorder is on
Henning Bekel [Sun, 5 Jul 2009 11:38:25 +0000 (13:38 +0200)]
Don't draw borders in fullscreen mode when keepBorder is on

14 years agoFix interpretation of struts with multiple screens
Geoffrey Antos [Sun, 5 Jul 2009 11:14:24 +0000 (13:14 +0200)]
Fix interpretation of struts with multiple screens

According to the WM Specification, the left, top, right, and bottom
fields are to be declared relative to the overall X screen dimensions,
not the monitor dimensions.

The example given in the spec (v1.3 or 1.4draft2) is: "Another example
is a panel on a screen using the Xinerama extension. Assume that the
set up uses two monitors, one running at 1280x1024 and the other to the
right running at 1024x768, with the top edge of the two physical displays
aligned. If the panel wants to fill the entire bottom edge of the smaller
display with a panel 50 pixels tall, it should set a bottom strut of 306,
with bottom_start_x of 1280, and bottom_end_x of 2303. Note that the strut
is relative to the screen edge, and not the edge of the xinerama monitor."

In my case, I have a 1680x1050 monitor to the left of a 1920x1200 monitor
aligned at the top. I then have a gnome-panel along the bottom edge of
the 1680x1050 monitor with a height of 24 pixels.

xprop reports the following partial strut: _NET_WM_STRUT_PARTIAL(CARDINAL)
= 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 1679 which is correct according to
the spec. Gnome-panel is reserving the 150 pixels along the bottom that
aren't visible on the screen plus the 25 it requests for itself.

However, maximizing a window on this monitor leaves a gap of exactly 150
pixels between the bottom edge of the maximized window and the top edge
of the panel.

Also, when the 1680x1050 monitor is the primary monitor (id=1) then the
_NET_WORKAREA property on the root window is also off by 150px for the
same reason.

This patch fixes the two issues I mentioned for exterior monitor edges.
It doesn't attempt to account for "interior" monitor edges (i.e. a 'left'
strut on monitor A when monitor B is directly to the left of monitor A)
because it's not possible to do so with the current strut specification
(see http://mail.gnome.org/archives/wm-spec-list/2004-March/msg00004.html
for a discussion on this limitation)

This could be avoided by having the partial strut atom contain a xinerama
screen ID that the strut applies to, but unfortunately the discussion
all those years ago never got anywhere.

[ quoted from bug #3792 ]

14 years agoFix a typo in debug message
Mikael Magnusson [Sat, 4 Jul 2009 16:10:17 +0000 (18:10 +0200)]
Fix a typo in debug message

14 years agoShow desktop switch popup on every monitor
Mikael Magnusson [Sat, 4 Jul 2009 14:58:02 +0000 (16:58 +0200)]
Show desktop switch popup on every monitor

This should be a satisfactory fix for #3694 I hope.

14 years agoGive the popup to the timer remove so it does the right one
Mikael Magnusson [Sat, 4 Jul 2009 13:34:54 +0000 (15:34 +0200)]
Give the popup to the timer remove so it does the right one

Only the chroot popup uses delayed mapping so this is just a latent bug.

14 years agoFix memory corruption when y2sz is 0.
Reilly Grant [Sat, 4 Jul 2009 13:06:55 +0000 (15:06 +0200)]
Fix memory corruption when y2sz is 0.

data is incremented one too many times when y2sz is zero, leading to
memory corruption.

[ also changed % 2 to & 1 -- Mikael ]

14 years agoAdd "prev" and "next" as possible targets for moveto/resizeto actions.
Nico Golde [Sat, 4 Jul 2009 12:26:50 +0000 (14:26 +0200)]
Add "prev" and "next" as possible targets for moveto/resizeto actions.

One of the Debian users asked if it's possible to send a window to other
monitor when using xinerama, especially useful of you have 2 monitors and want
to toggle a window to the other one. I wrote a patch that implements next and
prev to also make that work for 3 or more workspaces.

14 years agoOnly open the default font once, then ref it.
Mikael Magnusson [Sat, 4 Jul 2009 12:16:47 +0000 (14:16 +0200)]
Only open the default font once, then ref it.

As suggested in #3622, we don't need to open the default font for every
place that wasn't specified in the theme. Solved a bit differently than
the patch given there.

14 years agoclient_validate should return FALSE only for UnmapNotifies that will cause the window...
Dana Jansens [Fri, 3 Jul 2009 22:58:21 +0000 (18:58 -0400)]
client_validate should return FALSE only for UnmapNotifies that will cause the window to become unmanaged

14 years agoShow window role in the debug message for name/class too.
Mikael Magnusson [Fri, 3 Jul 2009 19:20:30 +0000 (21:20 +0200)]
Show window role in the debug message for name/class too.

14 years agoFix for #3715, app settings applied too late.
Mikael Magnusson [Fri, 3 Jul 2009 19:19:54 +0000 (21:19 +0200)]
Fix for #3715, app settings applied too late.

This caused problems for placing windows with decor turned off, the
placement code thought they had it on.

14 years agoAdd support for 24bit
Mikael Magnusson [Sat, 6 Jun 2009 09:12:06 +0000 (11:12 +0200)]
Add support for 24bit

15 years agoMake at least the default configs validate
Mikael Magnusson [Wed, 15 Apr 2009 16:18:16 +0000 (18:18 +0200)]
Make at least the default configs validate

More things need to be case insensitive and whatnot.

15 years agoUpdate and reactivate croatian translation.
Mikael Magnusson [Sun, 5 Apr 2009 14:53:38 +0000 (16:53 +0200)]
Update and reactivate croatian translation.

15 years agoAdd latvian translation.
Einars Sprugis [Tue, 31 Mar 2009 17:20:23 +0000 (19:20 +0200)]
Add latvian translation.

15 years agoAvoid anonymous unions
Mikael Magnusson [Sun, 29 Mar 2009 20:34:50 +0000 (22:34 +0200)]
Avoid anonymous unions

Some compilers, like sun studio and clang don't support them.

15 years agoUpdate italian translation.
Davide Truffa [Wed, 25 Feb 2009 22:51:45 +0000 (23:51 +0100)]
Update italian translation.

15 years agoClose openbox.log when restarting
Mikael Magnusson [Thu, 19 Feb 2009 21:19:27 +0000 (22:19 +0100)]
Close openbox.log when restarting

15 years agoMerge branch 'backport' into work
Mikael Magnusson [Fri, 20 Feb 2009 16:44:16 +0000 (17:44 +0100)]
Merge branch 'backport' into work

Conflicts:
openbox/config.c

15 years agoFix per-app monitor setting
Mikael Magnusson [Fri, 20 Feb 2009 16:41:34 +0000 (17:41 +0100)]
Fix per-app monitor setting

A couple of things were wrong, the parser added 1 to the value despite
expecting the user to give values in the range of 1 to
screen_num_monitors, rc.xml documented the values to start from 0 and
finally the monitor value wasn't copied over at all when matching the
client.

15 years agoMerge branch 'backport' into work
Mikael Magnusson [Thu, 29 Jan 2009 21:45:47 +0000 (22:45 +0100)]
Merge branch 'backport' into work

Conflicts:
openbox/event.c
openbox/frame.c

15 years agoAdd Plural-Forms header to .po files that need it.
Mikael Magnusson [Thu, 29 Jan 2009 21:35:25 +0000 (22:35 +0100)]
Add Plural-Forms header to .po files that need it.

15 years agoHandle InputShape type shaping too.
Mikael Magnusson [Thu, 29 Jan 2009 21:33:44 +0000 (22:33 +0100)]
Handle InputShape type shaping too.

Many composite apps use this to pass through clicks where they are transparent.

15 years agoTypos in error message from gdm-control
Mikael Magnusson [Sun, 23 Nov 2008 11:33:20 +0000 (12:33 +0100)]
Typos in error message from gdm-control

15 years agoinstall-sh should be executable
Mikael Magnusson [Sun, 23 Nov 2008 11:21:31 +0000 (12:21 +0100)]
install-sh should be executable

Apparently on solaris, you can't invoke -x scripts via "sh install-sh".

15 years agoMerge branch 'backport' into work
Mikael Magnusson [Wed, 19 Nov 2008 16:43:56 +0000 (17:43 +0100)]
Merge branch 'backport' into work

15 years agoOnly update the focus cycle indicator when already visible in frame.c to avoid overri...
Mikael Magnusson [Wed, 19 Nov 2008 16:14:38 +0000 (17:14 +0100)]
Only update the focus cycle indicator when already visible in frame.c to avoid overriding bar=no

15 years agoAnother problem pointed out by clang
Mikael Magnusson [Mon, 10 Nov 2008 22:25:23 +0000 (23:25 +0100)]
Another problem pointed out by clang

Using format specifiers without arguments in printf is still bad.

openbox/debug.c:105:18: warning: format string is not a string literal (potentially insecure)
    fprintf(out, log_domain);
                 ^~~~~~~~~~
openbox/debug.c:107:18: warning: format string is not a string literal (potentially insecure)
    fprintf(out, level);
                 ^~~~~
openbox/debug.c:109:18: warning: format string is not a string literal (potentially insecure)
    fprintf(out, message);
                 ^~~~~~~

15 years agoMerge branch 'backport' into work
Mikael Magnusson [Sat, 15 Nov 2008 21:53:02 +0000 (22:53 +0100)]
Merge branch 'backport' into work

Conflicts:
openbox/event.c

15 years agoUse ngettext for %d desktop(s).
Mikael Magnusson [Sat, 15 Nov 2008 21:50:16 +0000 (22:50 +0100)]
Use ngettext for %d desktop(s).

This poses a small problem. We currently let translators reorder this
string, but ngettext only takes one numeric argument. This means that you
can either get correct pluralization or the order you want, but not both.

I fixed up the languages I understand at a very basic level, but the
rest will need translator assistance.

15 years agoFix a problem pointed out by clang
Mikael Magnusson [Mon, 10 Nov 2008 22:34:50 +0000 (23:34 +0100)]
Fix a problem pointed out by clang

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))
         ^~~~~~~~~~~~~~

15 years agoDon't move windows to current desktop on net_active_window if the event didn't come...
Mikael Magnusson [Wed, 5 Nov 2008 17:48:10 +0000 (18:48 +0100)]
Don't move windows to current desktop on net_active_window if the event didn't come from the user.

Instead, just activate the flashy thinger.

15 years agoUsing format specifiers without arguments in printf is bad.
Mikael Magnusson [Wed, 5 Nov 2008 18:09:34 +0000 (19:09 +0100)]
Using format specifiers without arguments in printf is bad.

15 years agoMerge branch 'backport' into work
Mikael Magnusson [Wed, 29 Oct 2008 12:48:03 +0000 (13:48 +0100)]
Merge branch 'backport' into work

15 years agoBring helper windows when following a window.
Mikael Magnusson [Wed, 29 Oct 2008 12:30:26 +0000 (13:30 +0100)]
Bring helper windows when following a window.

15 years ago_NET_WM_USER_TIME=0 means don't focus the new window.
Mikael Magnusson [Wed, 29 Oct 2008 11:35:17 +0000 (12:35 +0100)]
_NET_WM_USER_TIME=0 means don't focus the new window.

15 years agoMerge branch 'backport' into work
Mikael Magnusson [Sun, 26 Oct 2008 23:58:56 +0000 (00:58 +0100)]
Merge branch 'backport' into work

Conflicts:
openbox/client.c
openbox/prop.c
openbox/prop.h

15 years agoNo \n on ob_debug in this branch.
Mikael Magnusson [Tue, 10 Jun 2008 15:55:03 +0000 (17:55 +0200)]
No \n on ob_debug in this branch.

15 years agoThe code to replace $wid/$pid died on $foo.
Mikael Magnusson [Sat, 7 Jun 2008 03:12:04 +0000 (05:12 +0200)]
The code to replace $wid/$pid died on $foo.

It failed to increment a variable after finding a $ but no pid or wid,
which led to a fun infinite loop. Also don't check if c[1] is w if we
already established it was p.

15 years agoShow name/class when mapping in debug mode.
Mikael Magnusson [Sun, 26 Oct 2008 23:51:56 +0000 (00:51 +0100)]
Show name/class when mapping in debug mode.

15 years agoRevert "make windows stay on screen when they..."
Mikael Magnusson [Sun, 4 May 2008 09:56:57 +0000 (11:56 +0200)]
Revert "make windows stay on screen when they..."

This reverts commit 73adc6480d59fc5dccf9fe19ed5234c9582b328c.
I know I had a good reason for reverting this commit, I don't know what
that reason was though.

15 years agoCorrect a 64-bit bug in event_time_after
Mikael Magnusson [Sun, 26 Oct 2008 23:10:57 +0000 (00:10 +0100)]
Correct a 64-bit bug in event_time_after

The code assumed the timestamps had the same domain as the type Xlib
uses for them, which is almost never the case with Xlib. Change all
involved variables to guint32.

15 years agogive the compiler hints about what can be kept in registers so that it can optimize...
Dana Jansens [Sat, 29 Mar 2008 00:56:16 +0000 (20:56 -0400)]
give the compiler hints about what can be kept in registers so that it can optimize the gradient code better with all the pointers going on

15 years agoMake sure the _MOTIF_WM_INFO atom exists.
Mikael Magnusson [Wed, 22 Oct 2008 19:13:27 +0000 (21:13 +0200)]
Make sure the _MOTIF_WM_INFO atom exists.

Without this, urxvt won't use motif hints for borderless mode.

15 years agoUpdate Basque translation.
Inko Illarramendi Arancibia [Wed, 22 Oct 2008 16:15:30 +0000 (18:15 +0200)]
Update Basque translation.

15 years ago0 is the first monitor here, not 1.
Mikael Magnusson [Sun, 14 Sep 2008 11:56:13 +0000 (13:56 +0200)]
0 is the first monitor here, not 1.

15 years agoAdd danish translation.
Jesper Sander [Tue, 19 Aug 2008 15:46:45 +0000 (17:46 +0200)]
Add danish translation.

15 years agoProperly escape strings before writing XML.
Nico Golde [Sun, 13 Jul 2008 13:29:50 +0000 (15:29 +0200)]
Properly escape strings before writing XML.

15 years agoOpenbox doesn't support _NET_WM_USER_TIME_WINDOW atm.
Mikael Magnusson [Thu, 29 May 2008 16:51:17 +0000 (18:51 +0200)]
Openbox doesn't support _NET_WM_USER_TIME_WINDOW atm.

15 years agoUpdate catalan translation.
David Majà Martínez [Sun, 25 May 2008 18:26:24 +0000 (20:26 +0200)]
Update catalan translation.

15 years agoAdd a translators note about not translating the word "SessionLogout" in an error...
Mikael Magnusson [Sat, 24 May 2008 14:36:22 +0000 (16:36 +0200)]
Add a translators note about not translating the word "SessionLogout" in an error message.

15 years agoAdd turkish translation.
Tutku Dalmaz [Sat, 24 May 2008 14:33:49 +0000 (16:33 +0200)]
Add turkish translation.

15 years agoUpdate italian translation.
Andrea Scarpino [Thu, 15 May 2008 11:12:22 +0000 (13:12 +0200)]
Update italian translation.

15 years agoUpdate spanish translation.
Nicolás de la Torre [Sun, 4 May 2008 20:04:38 +0000 (22:04 +0200)]
Update spanish translation.

15 years agoAdd Lithuanian translation.
Mikael Magnusson [Sun, 4 May 2008 19:17:53 +0000 (21:17 +0200)]
Add Lithuanian translation.

15 years agoDon't translate action names.
Mikael Magnusson [Sat, 3 May 2008 13:03:04 +0000 (15:03 +0200)]
Don't translate action names.

15 years agoUpdate russian translation.
Moroz Sergey L [Fri, 2 May 2008 08:26:40 +0000 (10:26 +0200)]
Update russian translation.

15 years agoMerge branch 'backport' into work
Mikael Magnusson [Wed, 23 Apr 2008 14:41:35 +0000 (16:41 +0200)]
Merge branch 'backport' into work

Conflicts:

openbox/config.c
openbox/keyboard.c
openbox/moveresize.c

15 years agoFix typo introduced a few commits ago that made resizing windows hard.
Mikael Magnusson [Wed, 23 Apr 2008 14:40:22 +0000 (16:40 +0200)]
Fix typo introduced a few commits ago that made resizing windows hard.

16 years agoDon't need to explicitly check for xft.
Mikael Magnusson [Sat, 19 Apr 2008 22:10:52 +0000 (00:10 +0200)]
Don't need to explicitly check for xft.

16 years agoDon't use GrabModeSync, it hangs the xserver on chains sometimes.
Mikael Magnusson [Wed, 19 Mar 2008 11:49:50 +0000 (12:49 +0100)]
Don't use GrabModeSync, it hangs the xserver on chains sometimes.

More or less a revert of 5bfa48dcffec3b00d119d851cb2427a43f80aa7b
"Grab key bindings with GrabModeSync"
See also bug #3582.

16 years agoShow the resize popup right away.
Mikael Magnusson [Tue, 18 Mar 2008 20:51:34 +0000 (21:51 +0100)]
Show the resize popup right away.

Previously, it would wait for a resize step before showing it, when resizing
windows with resize increments that were bigger than the moveresize threshold.

16 years agoWhen icons had a very small aspect ratio, we crashed, don't.
Mikael Magnusson [Fri, 28 Mar 2008 20:01:46 +0000 (21:01 +0100)]
When icons had a very small aspect ratio, we crashed, don't.

16 years agoMove "if"s out of the loop and rewrite the loop to use parse_find_node() to search...
Kadlcik Libor [Wed, 2 Apr 2008 20:24:41 +0000 (22:24 +0200)]
Move "if"s out of the loop and rewrite the loop to use parse_find_node() to search for "file".

16 years agoCenter the moveresize popup even when shaded.
Mikael Magnusson [Mon, 31 Mar 2008 17:20:55 +0000 (19:20 +0200)]
Center the moveresize popup even when shaded.

16 years agomake windows stay on screen when they are resized due to their normal hints changing
Dana Jansens [Thu, 27 Mar 2008 13:44:48 +0000 (09:44 -0400)]
make windows stay on screen when they are resized due to their normal hints changing

16 years agoremove some verbose debug prints
Dana Jansens [Thu, 27 Mar 2008 13:44:40 +0000 (09:44 -0400)]
remove some verbose debug prints

16 years agoUpdate dutch translation.
Benno Schulenberg [Mon, 24 Mar 2008 14:53:11 +0000 (15:53 +0100)]
Update dutch translation.

16 years agoUpdate finnish translation.
Lauri Hakko [Mon, 17 Mar 2008 20:26:52 +0000 (21:26 +0100)]
Update finnish translation.

16 years agoUpdate hungarian translation.
Robert Kuszinger [Mon, 17 Mar 2008 19:16:33 +0000 (20:16 +0100)]
Update hungarian translation.