Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread Amadeusz Sławiński
On Tue, 25 Aug 2015 07:45:03 + Rodolfo García Peñas (kix) k...@kix.es wrote: This patch is mostly for testing. So I tested it ;) and I seem to have found a problem: it hardcodes path where it looks for menus. I personally don't like GNUstep folder in my $HOME, so I have this in my

[PATCH 2/2] Allow using numpad Enter key in dialogs for confirmation

2015-07-27 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WINGs/wtextfield.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WINGs/wtextfield.c b/WINGs/wtextfield.c index adf90c4..285374a 100644 --- a/WINGs/wtextfield.c +++ b/WINGs/wtextfield.c @@ -1000,6 +1000,9 @@ static void

[PATCH 1/2] Allow using keypad Enter to commit move/resize

2015-07-27 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/moveres.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/moveres.c b/src/moveres.c index b271f32..ec0720f 100644 --- a/src/moveres.c +++ b/src/moveres.c @@ -1440,6 +1440,9 @@ int wKeyboardMoveResizeWindow(WWindow * wwin

[PATCH] make it possible to rename workspaces from Workspace Menu

2015-07-27 Thread Amadeusz Sławiński
useful when there is no clip around renameWSCommand is based on renameCallback from dock.c Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/workspace.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/workspace.c b/src/workspace.c index

[PATCH] fix maximize when dock is set 'on top' and it should be covered

2014-09-22 Thread Amadeusz Sławiński
ok Auto raise lower - maximizes ok Keep on Top- maximizes not covering dock Reported-by: Johann Haarhoff joh...@haarhoff.org.za Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/xinerama.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xinerama.c b/src

Re: Window Maker 0.95.6 - Maximize Regression - solved

2014-09-22 Thread Amadeusz Sławiński
On Mon, 22 Sep 2014 22:55:12 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Mon, 22 Sep 2014 at 23:15:28 +0200, Johann Haarhoff wrote: B.T.W I have applied Amadeusz Sławiński's patch from 22/09/2014 16:53, and everything behaves as I expect. I'm glad you mentioned the patch, because

Re: Window Maker 0.95.6 - Maximize Regression - solved

2014-09-22 Thread Amadeusz Sławiński
On Mon, 22 Sep 2014 23:11:41 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Tue, 23 Sep 2014 at 0:04:07 +0200, Amadeusz Sławiński wrote: On Mon, 22 Sep 2014 22:55:12 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Mon, 22 Sep 2014 at 23:15:28 +0200, Johann Haarhoff wrote

Re: [PATCH 3/4] wmaker: Moving unmaximizes windows.

2014-09-21 Thread Amadeusz Sławiński
On Sun, 21 Sep 2014 10:55:43 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Sat, 20 Sep 2014 at 22:56:24 -0500, Doug Torrance wrote: If a user moves a window which is currently maximized, the current behavior is to keep the window geometry and maximized status unchanged. This can lead

Re: [PATCH 1/5] wmaker: fix focused window list order

2014-09-20 Thread Amadeusz Sławiński
, Sep 19, 2014 at 7:39 PM, David Maciejak david.macie...@gmail.com wrote: On Fri, Sep 19, 2014 at 5:24 PM, Carlos R. Mafra crma...@gmail.com wrote: On Fri, Sep 19, 2014 at 4:25 PM, Carlos R. Mafra crma...@gmail.com wrote: On Wed, 17 Sep 2014 at 12:29:57 +0200, Amadeusz Sławiński wrote

Re: [PATCH 1/5] wmaker: fix focused window list order

2014-09-20 Thread Amadeusz Sławiński
On Sat, 20 Sep 2014 18:07:34 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Sat, 20 Sep 2014 at 18:02:36 +0200, BALATON Zoltan wrote: On Sat, 20 Sep 2014, Carlos R. Mafra wrote: On Sat, 20 Sep 2014 at 11:51:06 +0200, Amadeusz Sławiński wrote: On Sat, 20 Sep 2014 17:04:02 +0800 David

Re: [PATCH] Fix issues with alt-tab

2014-05-26 Thread Amadeusz Sławiński
On Mon, 26 May 2014 01:56:30 +0200 Josip Deanovic djosip+n...@linuxpages.net wrote: Quoting message written on Monday 2014-05-26 01:01:03 by Amadeusz: Hey, so I've taken a look at this, seems like it just needs additional checks if windows are shaded. I've done some testing and it seems

Re: Shaded windows cannot get focus while cycling through the list of stacked windows

2014-05-25 Thread Amadeusz Sławiński
On Sun, 25 May 2014 19:39:00 +0300 Yury Tarasievich yury.tarasiev...@gmail.com wrote: On 05/25/2014 05:50 PM, Josip Deanovic wrote: Quoting message written on Sunday 2014-05-25 17:33:00: The blue panel on my system (several days old #next) includes shaded windows. It does include

[PATCH 1/2] wmaker: raise shaded window when alt tabbing

2014-05-25 Thread Amadeusz Sławiński
Reported-by: Josip Deanovic djosip+n...@linuxpages.net Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/cycling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cycling.c b/src/cycling.c index e752aee..9331739 100644 --- a/src/cycling.c +++ b/src/cycling.c

[PATCH] Fix issues with alt-tab

2014-05-25 Thread Amadeusz Sławiński
Hey, so I've taken a look at this, seems like it just needs additional checks if windows are shaded. I've done some testing and it seems to work ok, both with and without switchpanel. Amadeusz -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH] WPrefs: updates to FrameBorderColor/FrameSelectedBorderColor options

2014-05-19 Thread Amadeusz Sławiński
On Mon, 19 May 2014 10:02:03 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Sun, 18 May 2014 at 22:17:04 -0500, Doug Torrance wrote: In response to Amadeusz's comments regarding my patch WPrefs: Add ability to edit FrameBorderColor/FrameSelectedBorderColor, this new patch attempts to

[PATCH] Focused window border color

2014-05-19 Thread Amadeusz Sławiński
Hey, so because I've looked at adding separate border color for focused windows and here it is. I've also added it to preferences, but can't figure why it draws hand next to Icon/Mini window when 'Selected window border color' is selected. Amadeusz -- To unsubscribe, send mail to

[PATCH 1/2] Allow setting separate border color for focused windows

2014-05-19 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WPrefs.app/Appearance.c | 2 ++ src/actions.c | 15 +++ src/defaults.c | 20 src/framewin.c | 17 +++-- src/framewin.h | 1 + src/screen.c| 2

Re: [PATCH] Fix for commit 8e454ae (WPrefs: fix segfault when image not found)

2014-05-19 Thread Amadeusz Sławiński
On Sun, 18 May 2014 23:00:57 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Sun, 18 May 2014 at 14:41:14 -0500, Doug Torrance wrote: Somehow I missed that my original patch did exactly the opposite of what it should have. Carlos, could you patch this over the original? Done. It

Re: [PATCH 1/2] Allow setting separate border color for focused windows

2014-05-19 Thread Amadeusz Sławiński
On Mon, 19 May 2014 17:27:17 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Mon, 19 May 2014 at 17:15:11 +0200, Amadeusz Sławiński wrote: Signed-off-by: Amadeusz Sławiński am...@asmblr.net I'm sorry but I have to play the boring role here. Please try to convince us about this patch

Re: [PATCH] WPrefs: changed renderTexture to always fallback to solid black when image can't be loaded

2014-05-19 Thread Amadeusz Sławiński
On Mon, 19 May 2014 19:51:28 +0200 Christophe christophe.cu...@free.fr wrote: From: Christophe CURIS christophe.cu...@free.fr As raised by Carlos R. Mafra and Doug Torrance, when an image is used in a texture but the image cannot be loaded, there are some case where WPrefs misbehaves. This

[PATCH 2/2] Update preferences to draw focused window border separately

2014-05-19 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WPrefs.app/Appearance.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index df23917..bec30dd 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app

[PATCH 1/2] Allow setting separate border color for focused windows

2014-05-19 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WPrefs.app/Appearance.c | 2 ++ src/actions.c | 15 +++ src/defaults.c | 20 src/framewin.c | 17 +++-- src/framewin.h | 1 + src/screen.c| 2

Re: [PATCH] Fix segfault in Wprefs when background is set to fpixmap (wmsetbg --fillscale)

2014-05-19 Thread Amadeusz Sławiński
On Mon, 19 May 2014 21:45:17 +0200 Amadeusz Sławiński am...@asmblr.net wrote: Long time ago I added this option so I could have wallpaper filling my screen while preserving aspect ratio. Seems like I didn't add it to WPrefs Um... sorry about that, I wanted to only send this one for now

[PATCH v2] Focused window border color

2014-05-19 Thread Amadeusz Sławiński
Once again with better commit messages. I also fixed coding style in function definition. Also there doesn't seem to be any code in setstyle for setting border colors. It may need to be written from scratch. -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 1/2] Allow setting separate border color for focused windows

2014-05-19 Thread Amadeusz Sławiński
This patch adds FrameFocusedBorderColor option for theming, It should allow having borders better matching titlebar colors. By default it's set to black. Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/actions.c | 15 +++ src/defaults.c | 20 src

[PATCH 2/2] Allow setting FrameFocusedBorderColor from WPrefs

2014-05-19 Thread Amadeusz Sławiński
Adds separate entry in menu and draws border around focused window. Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WPrefs.app/Appearance.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index

[PATCH 2/2] Add missing options to wmsetbg manpage

2014-05-19 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- doc/wmsetbg.1x | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/wmsetbg.1x b/doc/wmsetbg.1x index 57337ef..c626d62 100644 --- a/doc/wmsetbg.1x +++ b/doc/wmsetbg.1x @@ -4,8 +4,9 @@ wmsetbg \- sets

[PATCH 1/2] reformat output so it fits on terminals with 80 columns

2014-05-19 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- util/wmsetbg.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/util/wmsetbg.c b/util/wmsetbg.c index 775cc19..6e74c53 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -1144,26

[PATCH 01/11] WINGs: Value stored to 'columnX' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WINGs/wbrowser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/WINGs/wbrowser.c b/WINGs/wbrowser.c index d390407..03b75ad 100644 --- a/WINGs/wbrowser.c +++ b/WINGs/wbrowser.c @@ -375,8 +375,6 @@ void WMSetBrowserTitled(WMBrowser * bPtr

[PATCH] clang dead assignments

2014-05-18 Thread Amadeusz Sławiński
Hey, so seeing as various utilities report different stuff, here are patches for dead assignments reported by clang. Amadeusz -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 03/11] wrlib: Value stored to 'bptr' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- wrlib/load_jpeg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrlib/load_jpeg.c b/wrlib/load_jpeg.c index 178d5d9..ded519e 100644 --- a/wrlib/load_jpeg.c +++ b/wrlib/load_jpeg.c @@ -136,7 +136,8 @@ RImage *RLoadJPEG

[PATCH 08/11] util: Value stored to 'count' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- util/wmsetbg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/wmsetbg.c b/util/wmsetbg.c index b52f950..775cc19 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -868,7 +868,6 @@ static int readmsg(int fd, char *buffer, int size

[PATCH 02/11] wrlib: Value stored to 'i'|'tmpc' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- wrlib/save_xpm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrlib/save_xpm.c b/wrlib/save_xpm.c index 3e6c976..08cb52e 100644 --- a/wrlib/save_xpm.c +++ b/wrlib/save_xpm.c @@ -87,7 +87,6 @@ static Bool addcolor(XPMColor ** list

[PATCH 04/11] util: Value stored to 'ret' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- util/wmmenugen_parse_xdg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/wmmenugen_parse_xdg.c b/util/wmmenugen_parse_xdg.c index f5cdb58..384f9ee 100644 --- a/util/wmmenugen_parse_xdg.c +++ b/util/wmmenugen_parse_xdg.c @@ -363,7

[PATCH 10/11] WINGs: Value stored to 'fh'|'fy' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WINGs/wframe.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/WINGs/wframe.c b/WINGs/wframe.c index 38547e7..336f839 100644 --- a/WINGs/wframe.c +++ b/WINGs/wframe.c @@ -82,9 +82,6 @@ static void paintFrame(Frame * fPtr

[PATCH 05/11] wmaker: Value stored to 'w1' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/misc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 4d008a3..63e7158 100644 --- a/src/misc.c +++ b/src/misc.c @@ -279,7 +279,6 @@ char *ShrinkString(WMFont *font, const char *string, int width

[PATCH 06/11] wrlib: Value stored to 'nptr' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- wrlib/rotate.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrlib/rotate.c b/wrlib/rotate.c index f04b95e..fead8ae 100644 --- a/wrlib/rotate.c +++ b/wrlib/rotate.c @@ -77,7 +77,6 @@ RImage *RRotateImage(RImage * image, float angle

[PATCH 07/11] WINGs: Value stored to 'aw' is never read

2014-05-18 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WINGs/wpanel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/WINGs/wpanel.c b/WINGs/wpanel.c index 1c1d04f..6e2f9f4 100644 --- a/WINGs/wpanel.c +++ b/WINGs/wpanel.c @@ -545,13 +545,11 @@ WMGenericPanel *WMCreateGenericPanel(WMScreen

Re: [PATCH 09/11] WINGs: Value stored to 'found' is never read

2014-05-18 Thread Amadeusz Sławiński
On Sun, 18 May 2014 14:54:22 +0100 Carlos R. Mafra crma...@gmail.com wrote: On Sun, 18 May 2014 at 13:32:48 +0200, Amadeusz Sławiński wrote: Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WINGs/wfilepanel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/WINGs

Re: [PATCH] WPrefs: Add ability to edit FrameBorderColor/FrameSelectedBorderColor.

2014-05-17 Thread Amadeusz Sławiński
On Sat, 17 May 2014 02:07:38 -0500 Doug Torrance dtorra...@monmouthcollege.edu wrote: ... + WMAddPopUpButtonItem(panel-colP, _(Frame Border Color)); + WMAddPopUpButtonItem(panel-colP, _(Selected Frame Border ... I would place them the other way around, selected one first and then

Re: [PATCH] WPrefs: Add ability to edit FrameBorderColor/FrameSelectedBorderColor.

2014-05-17 Thread Amadeusz Sławiński
On Sat, 17 May 2014 15:59:16 + Torrance, Douglas dtorra...@monmouthcollege.edu wrote: On 05/17/2014 08:52 AM, Amadeusz Sławiński wrote: On Sat, 17 May 2014 02:07:38 -0500 Doug Torrance dtorra...@monmouthcollege.edu wrote: ... + WMAddPopUpButtonItem(panel-colP, _(Frame Border

[PATCH] clang analyzer fixes

2014-05-13 Thread Amadeusz Sławiński
Hey, I've decided to try running clang-analyzer against Window Maker source (http://clang-analyzer.llvm.org/scan-build.html). Following patches are the result of this. Not to say that I patched everything, there is still around 100 things reported. Amadeusz -- To unsubscribe, send mail to

[PATCH 04/10] fix: potentially incorrect sizeof in malloc

2014-05-13 Thread Amadeusz Sławiński
Result of 'malloc' is converted to a pointer of type 'unsigned char', which is incompatible with sizeof operand type 'char' Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- wrlib/load_xpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrlib/load_xpm.c b/wrlib

[PATCH 06/10] fix: wrong type in sizeof

2014-05-13 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- wrlib/load_gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrlib/load_gif.c b/wrlib/load_gif.c index acbf7da..7a6cfc7 100644 --- a/wrlib/load_gif.c +++ b/wrlib/load_gif.c @@ -121,7 +121,7 @@ RImage *RLoadGIF(const

[PATCH 05/10] fix: wrong type in sizeof

2014-05-13 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- wrlib/load_png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrlib/load_png.c b/wrlib/load_png.c index fa6723d..52148a8 100644 --- a/wrlib/load_png.c +++ b/wrlib/load_png.c @@ -160,7 +160,7 @@ RImage *RLoadPNG(RContext

[PATCH 07/10] fix: Called function pointer is null (null dereference)

2014-05-13 Thread Amadeusz Sławiński
make sure that we have function to call Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WINGs/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/tree.c b/WINGs/tree.c index 457ca83..f664684 100644 --- a/WINGs/tree.c +++ b/WINGs/tree.c @@ -200,7 +200,7

[PATCH 03/10] fix: Value stored to 'timage' is never read

2014-05-13 Thread Amadeusz Sławiński
three times in a row Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WPrefs.app/Appearance.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index 12ee13c..b265b98 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app/Appearance.c

[PATCH 02/10] fix: Potential leak of memory pointed to by 'entry'

2014-05-13 Thread Amadeusz Sławiński
two similar ones, if we return then free allocated memory Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- wmlib/menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmlib/menu.c b/wmlib/menu.c index 0378427..9a08ba5 100644 --- a/wmlib/menu.c +++ b/wmlib/menu.c @@ -84,6 +84,7

[PATCH 10/10] fix: actually assing variable

2014-05-13 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- WINGs/wtext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WINGs/wtext.c b/WINGs/wtext.c index 609014e..5fcf40c 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -3299,7 +3299,7 @@ WMSetTextBlockProperties(WMText

[PATCH] move dock/icons size adjustments, to fix window placement

2013-11-24 Thread Amadeusz Sławiński
functions but called with different 'bool noicons' argument depending on if it's called in window or icon placement function. Reported-by: Carlos R. Mafra crma...@gmail.com Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/actions.c | 20 src/xinerama.c | 24

Re: [PATCH] Fix window placement

2013-11-24 Thread Amadeusz Sławiński
On Sun, 24 Nov 2013 10:20:46 + Carlos R. Mafra crma...@gmail.com wrote: On Sat, 23 Nov 2013 at 22:22:18 +0100, Amadeusz Sławiński wrote: Reported-by: Carlos R. Mafra crma...@gmail.com Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/placement.c | 21

[PATCH] Fix window placement

2013-11-23 Thread Amadeusz Sławiński
Reported-by: Carlos R. Mafra crma...@gmail.com Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/placement.c | 21 + 1 file changed, 21 insertions(+) diff --git a/src/placement.c b/src/placement.c index f48ee3c..7587b87 100644 --- a/src/placement.c +++ b/src

[PATCH 3/3] take dock into account when not covering icons next to it

2013-11-13 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/actions.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/actions.c b/src/actions.c index 60e1174..4b336c9 100644 --- a/src/actions.c +++ b/src/actions.c @@ -397,6 +397,17 @@ void wMaximizeWindow(WWindow *wwin, int

[PATCH] placing miniwindows

2013-11-13 Thread Amadeusz Sławiński
Hello, I fixed styling and added attribution of bug report on second patch. Amadeusz -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 2/3] make adjustments for dock when calculating area for miniwindows

2013-11-13 Thread Amadeusz Sławiński
set the dock to Keep on Top. Reported-by: Josip Deanovic djosip+n...@linuxpages.net Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/actions.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/actions.c b/src/actions.c index f9da91c..60e1174 100644

[PATCH 1/3] move maximization size adjustments to maximization function

2013-11-13 Thread Amadeusz Sławiński
now wGetUsableAreaForHead returns better result Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/actions.c | 17 ++--- src/screen.c | 10 -- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/actions.c b/src/actions.c index 1087117..f9da91c 100644

[PATCH] Fix implicit declaration

2013-11-13 Thread Amadeusz Sławiński
usermenu.c:257:12: warning: implicit declaration of function ‘GetShortcutString’ [-Wimplicit-function-declaration] Signed-off-by: Amadeusz Sławiński am...@asmblr.net --- src/usermenu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usermenu.c b/src/usermenu.c index d3f6fcc..4a669c9

Re: Shaded windows cannot get focus while cycling through the list of stacked windows

2013-11-12 Thread Amadeusz Sławiński
On Tue, 12 Nov 2013 12:06:01 +0100 (CET) BALATON Zoltan bala...@eik.bme.hu wrote: On Mon, 11 Nov 2013, Josip Deanovic wrote: I am using the newest version (#next branch) of Windowmaker and even when Seems to work for me with the latest release version on the master branch so it might be

[PATCH] [RFC] placing miniwindows

2013-11-11 Thread Amadeusz Sławiński
Hello, as it was noticed previous patch has problem when icons are on the other side of screen than dock. I decided to do it in what I think is more logical way. [PATCH 1/3] move maximization size adjustments to maximization This moves code checking for dock outside of calculating usable area

[PATCH 3/3] take dock into account when not covering icons next to it

2013-11-11 Thread Amadeusz Sławiński
--- src/actions.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/actions.c b/src/actions.c index e7d1c33..644412c 100644 --- a/src/actions.c +++ b/src/actions.c @@ -398,6 +398,21 @@ void wMaximizeWindow(WWindow *wwin, int directions) } } +

[PATCH 1/3] move maximization size adjustments to maximization function

2013-11-11 Thread Amadeusz Sławiński
now wGetUsableAreaForHead returns better result --- src/actions.c | 18 +++--- src/screen.c | 10 -- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/actions.c b/src/actions.c index 1087117..b1dca26 100644 --- a/src/actions.c +++ b/src/actions.c @@ -354,6

Re: Shaded windows cannot get focus while cycling through the list of stacked windows

2013-11-11 Thread Amadeusz Sławiński
On Mon, 11 Nov 2013 22:22:01 +0100 Josip Deanovic djosip+n...@linuxpages.net wrote: Hi everyone! Here is another oversight I have noticed in the process of my transition from 0.80.2 to the latest Windowmaker. If you open three windows and shade one of them and then try to focus next

Re: Dock covers icons and vice versa

2013-11-10 Thread Amadeusz Sławiński
On Sun, 10 Nov 2013 22:21:16 +0100 Josip Deanovic djosip+n...@linuxpages.net wrote: Greetings everyone especially authors, maintainers, developers and other contributors! I can't promise a short message but I'll do my best. :-) I have been using Windowmaker almost from the day of it's

Re: Dock covers icons and vice versa

2013-11-10 Thread Amadeusz Sławiński
On Sun, 10 Nov 2013 23:07:03 +0100 Josip Deanovic djosip+n...@linuxpages.net wrote: On Sunday 2013-11-10, Amadeusz Sławiński wrote: Hey, I hope I understood you correctly, are miniaturized windows placed properly (not under dock) when you in preferences on second panel (maximization

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

fix another problem with --enable-png

2013-11-04 Thread Amadeusz Sławiński
: error: explicit PNG support requested but no library found It's fixed by moving saved LDFLAGS to be after passed linker flags. Amadeusz Sławiński From 1ec32d4ff21436cf744706ed930aba8a8bc9b6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= am...@asmblr.net Date: Mon, 4 Nov

Problem with full screen windows

2013-11-04 Thread Amadeusz Sławiński
would prefer second solution, however I would like to have some confirmation before writing patch. Amadeusz Sławiński -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

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: Keyboard capture problem

2013-09-28 Thread Amadeusz Sławiński
On Sat, 28 Sep 2013 00:41:49 +0200 Rodolfo García Peñas k...@kix.es wrote: Hi, I am testing some Debian bugs (closing them). I found that if I run WPrefs to select the keys to do something, for example closing window, the keyboard capture is not ok. Example: 1. Run WPrefs. 2. Go to

editing dockapp settings causes crash

2013-09-08 Thread Amadeusz Sławiński
Hello, I installed few dockapps and added them to dock, however when I edit their wmaker settings (even when I don't change anything) and click 'ok' it causes windowmaker to crash. For whatever reason it doesn't seem to happen with normal applications. I'm using freshly build wmaker from next

bug - maximization status

2012-11-22 Thread Amadeusz Sławiński
Actually 2, but related to window resizing 1. Maximize window right click title It has 'Unmaximize' option Resize window It still has 'Unmaximize' option It should lose it maximized status and show 'Maximize' 2. After clicking 'Unmaximize' (which should be 'Maximize') after steps from 1.) it

Re: Patch: Allow windows to specify their own depth.

2012-08-23 Thread Amadeusz Sławiński
On Tue, Aug 21, 2012 at 11:20:32PM +0100, Iain Patterson wrote: The attached patch adds client windows' depth, visual and colormap to the associated frame window rather than always using the root window's depth, visual and colormap. Yay, I missed real transparency in my terminals,

Pipe menus broken again

2012-08-23 Thread Amadeusz Sławiński
Seems like pipe menus were broken with recent rewrites to menu handling. This time it doesn't crash windowmanager, but nothing shows in menu. On console there is message: wmaker(readMenuPipe(rootmenu.c:1003)): error: /home/amade/scripts/x11/wmaker-music-menu.sh :could not open menu file Entry

wmsetbg fill screen with proportionally scaled image patch

2012-06-03 Thread Amadeusz Sławiński
Hi, I noticed that I can have different background with wmmsetbg for each desktop and wanted to use it, but it was missing option to fill the screen with proportionally scaled image, so here it is Amadeusz From c149bd8b18f558e672c237f361a7887ac049f257 Mon Sep 17 00:00:00 2001 From:

[PATCH] fix implicit daclarations

2012-06-03 Thread Amadeusz Sławiński
Patch fixes following warnings: * QA Notice: Package triggers severe warnings which indicate that it *may exhibit random runtime failures. * actions.c:209:3: warning: implicit declaration of function ‘wUserMenuRefreshInstances’ [-Wimplicit-function-declaration] *