No more edge resistance against clip and dock

2015-05-14 Thread Andreas Tscharner
Hello World, I have set the edge resistance of windows to 30. This works with windows against each other, but it no longer works against the clip or the dock (it used to on earlier versions). Is there a new preference to set or is this just a bug? WindowMaker: 0.95.6 (Debian Sid) TIA and be

[PATCH (whome)] Update wmbattery on dockapps webpage.

2015-05-14 Thread Doug Torrance
--- dockapps/dockapps.db | 1 + 1 file changed, 1 insertion(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 570ecbf..73f417d 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -116,6 +116,7 @@ dockapps = 216 category = System Monitoring [wmbattery] +version-2.48

[PATCH 1/1] wmaker-check: rewrote parsing of structure fields for callback checker

2015-05-14 Thread Christophe CURIS
Doug Torrance reported a problem with some versions of AWK which caused the signed/unsigned attribute to not be properly ignored, because the regular expression was using a GNU extension to keep it simple. While trying to reproduce it, I discovered that mawk was chocking on one regexp used in pars

Re: [PATCH 01/13] wmaker: add script to check the call-back function used when loading configuration

2015-05-14 Thread Christophe
- Doug Torrance a écrit : > On 05/08/2015 12:15 PM, Christophe CURIS wrote: > > [...] > > > > This patch introduces a script that checks the consistency where possible, > > to > > raise the issues when performing "make check". > > Hi Christophe, > > I'm getting lots of errors from the new s

Re: [PATCH 0/9] Fixes and improvements for GNOME applications

2015-05-14 Thread Christophe
- Carlos R. Mafra a écrit : > On Sun, 10 May 2015 at 19:55:59 +0200, Christophe CURIS wrote: > > Hello, > > > > This series of patchs is improving a few fixes in the Window Inspector > > which should help forcing GNOME application to behave correctly under > > Window Maker. > > > > [...] >

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-286-gc2290ef

2015-05-14 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via c2290ef404dcc2f437b93dd9bbfffb696cf867d4 (commit) via 103cd9a13e62a24f4

[PATCH 1/4] wmaker: replace and be replaced (ICCCM protocol)

2015-05-14 Thread Christophe CURIS
From: Iain Patterson Use the same logic used by xfwm4, metacity et al to replace an existing window manager on the screen and allow other window managers to replace us, as defined by the ICCCM 2.0: http://www.x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html Communication with the Wi

[PATCH 2/4] wmaker: make the '--replace' de-activable at compile time

2015-05-14 Thread Christophe CURIS
As it is really unlikely that in normal use case someone would need this feature, it is now conditional code, which is not enabled by default; the configure scripts now propose a '--enable-wmreplace' option to enable the corresponding code, as people making package for distributions may want to ena

[PATCH 0/5] ICCCM window manager replace protocol

2015-05-14 Thread Christophe CURIS
Hello, This series of patch re-introduce the Window Manager Replace protocol that was proposed by Iain in 2013. The first patch is Iain's code, updated to apply on current #next and including a more elaborate comment about it. The second patch is adding a configure option to enable this feature,

[PATCH 4/4] doc: describe Iain Patterson's new feature for ICCCM compliance

2015-05-14 Thread Christophe CURIS
Signed-off-by: Christophe CURIS --- NEWS| 11 +++ doc/Makefile.am | 1 + doc/wmaker.in | 3 +++ 3 files changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 6561c4e..023ceb1 100644 --- a/NEWS +++ b/NEWS @@ -66,6 +66,17 @@ tell Window Maker to just ignore them. This is

[PATCH 3/4] wmaker: support providing ICCCM version, for compliance with the standard

2015-05-14 Thread Christophe CURIS
The standard specify that the pseudo-selection which is used to cooperatively replace window managers should actually contain the version of the ICCCM standard which is supported. As this could be handy for compatibility checks in the future, let Window Maker comply. Signed-off-by: Christophe CURI

Re: [PATCH 0/9] Fixes and improvements for GNOME applications

2015-05-14 Thread Nerijus Baliunas
On Thu, 14 May 2015 15:13:39 +0200 (CEST) Christophe wrote: > > What an amazing series! Thank you for also adding the new information > > to the NEWS file. > > > > Thank you very much, Christophe! Your work is deeply appreciated! > > You're welcome! > > It is always a pleasure to break things