Re: [PATCH] Basic WINGs theming

2013-11-04 Thread Carlos R. Mafra
On Sun, 3 Nov 2013 at 23:29:33 -0600, Doug Torrance wrote: WINGs widgets use a palette of six colors. (Essentially, just four. There are two colors used only for unselected tabs in tabviews.) This patch allows a user to declare these six colors in ~/GNUstep/Defaults/WMGLOBAL, e.g., {

RE: [PATCH] Basic WINGs theming

2013-11-04 Thread Torrance, Douglas
I'm not sure about whether this is a good idea. The default look is classic and I'd guess few people would ever want to change how wmaker looks like. For the classic look, a user just has to not touch the WMGLOBAL file. It's still the default. As the writer of the patch, I'm certainly one

Re: [PATCH] Basic WINGs theming

2013-11-04 Thread Iain Patterson
Quoth Carlos R. Mafra, I'm not sure about whether this is a good idea. The default look is classic and I'd guess few people would ever want to change how wmaker looks like. The chances of making a third-party application look consistent with wmaker is fairly slim these days, old GTK2 apps

patch fixing ./configure --enable-png

2013-11-04 Thread Amadeusz Sławiński
Otherwise it tells that yes/no (from --enable/--disable-png) are wrong options. Amadeusz Sławiński From 4e261703a7c4ea7263932e33c5900cdda5bc2761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= am...@asmblr.net Date: Mon, 4 Nov 2013 17:42:43 +0100 Subject: [PATCH] Fix

Re: [PATCH] Basic WINGs theming

2013-11-04 Thread Carlos R. Mafra
On Mon, 4 Nov 2013 at 16:35:16 +, Iain Patterson wrote: Quoth Carlos R. Mafra, I'm not sure about whether this is a good idea. The default look is classic and I'd guess few people would ever want to change how wmaker looks like. The chances of making a third-party application look

fix another problem with --enable-png

2013-11-04 Thread Amadeusz Sławiński
I haven't noticed this one when building manually because LDFLAGS are being set only by package manager (portage). export LDFLAGS=-Wl,-O1 -Wl,--as-needed ./configure --enable-png ... checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for PNG support library... configure:

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-144-g8b1babc

2013-11-04 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 8b1babc5b36bafdc4f46da8176a438587e14af08 (commit) via

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-156-gc53fc32

2013-11-04 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 c53fc32dcd1084f17cfbe30822799a0adc3a87d5 (commit) via

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-161-g2494473

2013-11-04 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 249447363a5158589a0dca3949328f248f17dd19 (commit) from

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-149-g246068a

2013-11-04 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 246068a634bad42cccbd11d4f9a74901e58a434c (commit) via

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-160-g24c900a

2013-11-04 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 24c900a8326df46dbf024d89b30bdb6e711b53f0 (commit) from

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-159-gad98a1a

2013-11-04 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 ad98a1a338f5e64c8d978b8958f1fe2556f6e0da (commit) via

Problem with full screen windows

2013-11-04 Thread Amadeusz Sławiński
Hey, Another problem, this time with usability. Start xterm and firefox, enter fullscreen (F11) in firefox, now win-tab (or alt-tab, whatever you use to change windows ;) and select other window. Notice that firefox still stays shown on top, while other window has focus. Also if one has bind for

[PATCH 0/4] Fixes for Image Format detection

2013-11-04 Thread Christophe
From: Christophe CURIS christophe.cu...@free.fr Hello, Following the reported by Amadeusz, I had a deeper look, so I am proposing new version for the 4 patches: - patch 1 replaces 45a976b5d47e7968dfee8768c1bf4373015b8593 - patch 2 replaces 77c34804f9742a898728f8a389f209b5c5747e8c - patch 3

[PATCH 1/4] configure: Moved detection of GIF support to a dedicated macro

2013-11-04 Thread Christophe
From: Christophe CURIS christophe.cu...@free.fr The original check was not compliant with autoconf's syntax, did not have a very good behaviour for user and was not easy to make evolve. The new macro: - uses as much as possible autoconf macros for portability and code consistency; - provides a

[PATCH 3/4] wrlib: Moved configure's detection of PNG support to a dedicated macro

2013-11-04 Thread Christophe
From: Christophe CURIS christophe.cu...@free.fr The original check was not compliant with autoconf's syntax, did not have a very good behaviour for user and was not easy to make evolve. The new macro: - uses as much as possible autoconf macros for portability and code consistency; - provides a

Re: Problem with full screen windows

2013-11-04 Thread Rodolfo García Peñas
On Mon, 04 Nov 2013, Amadeusz Sławiński escribió: Hey, Another problem, this time with usability. Start xterm and firefox, enter fullscreen (F11) in firefox, now win-tab (or alt-tab, whatever you use to change windows ;) and select other window. Notice that firefox still stays shown on

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-159-g98d7538

2013-11-04 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 discards 249447363a5158589a0dca3949328f248f17dd19 (commit) discards

Re: Problem with full screen windows

2013-11-04 Thread Amadeusz Sławiński
On Mon, 04 Nov 2013 23:14:33 +0300 Yury Tarasievich yury.tarasiev...@gmail.com wrote: Would you explain, what'd the second solution actually do? On 11/04/2013 11:04 PM, Rodolfo García Peñas wrote: On Mon, 04 Nov 2013, Amadeusz Sławiński escribió: ... * don't make fullscreen window

[PATCH 2/2] Raise fullscreened window

2013-11-04 Thread Amadeusz Sławiński
Make sure that fullscreened window covers all normal windows --- src/actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/actions.c b/src/actions.c index 36a0ca1..2087953 100644 --- a/src/actions.c +++ b/src/actions.c @@ -702,6 +702,7 @@ void wFullscreenWindow(WWindow *wwin)

[PATCH 1/2] Remove WMFullscreenLevel

2013-11-04 Thread Amadeusz Sławiński
Make fullscreen windows be on the same level as normal ones. --- src/WindowMaker.h | 1 - src/actions.c | 14 +- src/wmspec.c | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/WindowMaker.h b/src/WindowMaker.h index f4fa5b8..543f2e3 100644 ---

Re: [PATCH] Basic WINGs theming

2013-11-04 Thread Paul Seelig
Let me raise my voice as the guy who made the Debian Linux spinoff Window Maker Live (aka wmlive) available, which uses Window Maker as default graphical interface, and who was forced to base some design decisions based only(!) on the theming shortcomings of WINGs. On 11/04/2013 06:00 PM, Carlos

Re: Alt+Tab and mouse

2013-11-04 Thread Haroldo Santos
Personally I like of speeding up the activation of a window by hovering the mouse over the alt tab dialog. Perhaps an option should be available for configuring this behaviour... Em 04/11/2013 22:52, Nerijus Baliunas neri...@users.sourceforge.net escreveu: Hello, when Alt+Tabbing, is it

Re: Alt+Tab and mouse

2013-11-04 Thread Yury Tarasievich
Happens even if mouse cursor isn't inside the blue rounded rectangle (BRR). If the cursor is, say, higher than BRR and off to the right, then window currently next in priority list gets pre-switched-to. -Yury On 11/05/2013 10:01 AM, Rodolfo García Peñas (kix) wrote: Nerijus Baliunas