Re: Menu examples

2017-08-20 Thread Rodolfo (kix)
Please, is possible that somebody try to run test/wtest and tell me if the menu is showed? Thanks!! On Sat, Aug 19, 2017 at 9:07 PM, Rodolfo (kix) <k...@kix.es> wrote: > > > On Thu, Aug 17, 2017 at 7:50 PM, Doug Torrance <dtorra...@piedmont.edu> > wrote: > >>

Re: Menu examples

2017-08-19 Thread Rodolfo (kix)
On Thu, Aug 17, 2017 at 7:50 PM, Doug Torrance <dtorra...@piedmont.edu> wrote: > On 08/17/2017 10:37 AM, Rodolfo (kix) wrote: > >> I need two things: >> >> - example of usermenu >> > > From NEWS: > > Application User Menu >> --

Menu examples

2017-08-17 Thread Rodolfo (kix)
Hello, I need two things: - example of usermenu - example of application using appmenu and how to use it. Thanks a lot. kix -- Rodolfo García "kix" http://www.kix.es/

Error setting background

2017-08-07 Thread Rodolfo (kix)
Solid backgrounds. I removed the GNUstep folder and launch wmaker.inst to setup it again. Same problem. The problem is only here? Thanks a lot. Regards, Rodolfo. -- Rodolfo García "kix"

Error setting background

2017-08-07 Thread Rodolfo (kix)
Solid backgrounds. I removed the GNUstep folder and launch wmaker.inst to setup it again. Same problem. The problem is only here? Thanks a lot. Regards, Rodolfo. -- Rodolfo García "kix" http://www.kix.es/

Set the background using pipe

2017-08-07 Thread Rodolfo (kix)
Hi, I have a question about the function "start_bg_helper (misc.c:916). When we use the pipes to set the background? Thanks a lot, Regards, Rodolfo. -- Rodolfo García "kix" http://www.kix.es/

Re: Screenshot submenu

2016-01-26 Thread kix
png" ), ( Frame, SHEXEC, "import -frame -quality 100 ~/Pictures/screenshots/Screenshot-`date +%Y%m\\%d_%H%M%S`.png" ) ), -- [alwin] Thanks Alwin, I think is a good idea. We should create a patch? In Debian, wmaker could require imagemagick. Cheers, kix -

Re: Build questions

2015-11-02 Thread kix
Hi John, I am using the published tarball and copying the debian folder from the git to build the package. Regards kix El 2 de noviembre de 2015 18:59:40 CET, "John H. Robinson, IV" <jaq...@sbih.org> escribió: >Rodolfo, > >Are you making from git repository,

Build questions

2015-11-02 Thread Rodolfo García Peñas (kix)
ld process fails if we run it twice. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 2/2] Enable usermenu

2015-09-03 Thread Rodolfo García Peñas (kix)
the focus, for example, when is closed. We should write a patch to solve the problem of getting the focus using keyboard (alt+tab). Cheers, kix "Rodolfo García Peñas (kix)" <k...@kix.es> escribió: This patch is mostly for testing. "Rodolfo García Peñas (kix)&qu

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread kix
El 25 de agosto de 2015 19:15:52 CEST, Amadeusz Sławiński am...@asmblr.net escribió: 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

Re: Question about menus (usermenu, appmenu)

2015-08-25 Thread Rodolfo García Peñas (kix)
that path has changed to ~/GNUstep/Library/WindowMaker/UserMenus in a later versions so that people don't get confused. I updated the patch. Thanks for your comments. kix. Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 2/2] Enable usermenu

2015-08-25 Thread Rodolfo García Peñas (kix)
This patch is mostly for testing. Rodolfo García Peñas (kix) k...@kix.es escribió: This patch enables the usermenu when the application is launched and the usermenu file exists. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/actions.c | 1 + src/application.c | 2 ++ 2

[PATCH 1/2] usermenu.c Avoid compiler warnings

2015-08-25 Thread kix
is not initialized. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/usermenu.c | 38 +- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/usermenu.c b/src/usermenu.c index c349810..b5c0cfe 100644 --- a/src/usermenu.c +++ b/src

[PATCH 2/2] Enable usermenu

2015-08-25 Thread kix
This patch enables the usermenu when the application is launched and the usermenu file exists. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/actions.c | 1 + src/application.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/actions.c b/src/actions.c index 5adfab4

Re: [PATCH 1/2] usermenu.c Avoid compiler warnings

2015-08-25 Thread Rodolfo García Peñas (kix)
Hi Carlos, you can apply this patch to the git without problems. Cheers, kix Rodolfo García Peñas (kix) k...@kix.es escribió: This patch includes some changes to avoid compiler warnings and some code style. Compiler warnings are: - notifyClient, do not uses the menu argument. Including

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Rodolfo García Peñas (kix)
is not compiled in Debian/Ubuntu by default. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Rodolfo García Peñas (kix)
test it. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 1/2] usermenu.c Avoid compiler warnings

2015-08-24 Thread kix
is not initialized. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/usermenu.c | 38 +- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/usermenu.c b/src/usermenu.c index c349810..b5c0cfe 100644 --- a/src/usermenu.c +++ b/src

[PATCH 2/2] Enable usermenu

2015-08-24 Thread kix
This patch enables the usermenu when the application is launched and the usermenu file exists. The usermenu folder is ~/GNUstep/Defaults/UserMenus and was wrong in the code. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/actions.c | 1 + src/application.c | 2 ++ src

Re: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-23 Thread Rodolfo García Peñas (kix)
Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-23 Thread Rodolfo García Peñas (kix)
). Using the same steps? Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 7/7] Remove cache icon when detached

2015-08-23 Thread kix
icons are added to it. ---8--- Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/dock.c | 4 src/icon.c | 18 ++ src/icon.h | 1 + 3 files changed, 23 insertions(+) diff --git a/src/dock.c b/src/dock.c index e27b28a..3b3313b 100644 --- a/src/dock.c +++ b

[PATCH 4/7] Avoid recreate Cached icon moving between docks

2015-08-23 Thread kix
This patch avoids to create again the icon in the Cache if the icon was in other Dock/Clip/Drawer, becasue the icon was previously created and exits. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/dock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dock.c b/src/dock.c

[PATCH 6/7] save the icon filename instead the full path

2015-08-23 Thread kix
icons. Also the cache is never cleaned up only new icons are added to it. ---8--- Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/icon.c | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/icon.c b/src/icon.c index a04e11b

Re: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-23 Thread Rodolfo García Peñas (kix)
Josip Deanovic djosip+n...@linuxpages.net escribió: On Sunday 2015-08-23 18:32:06 Rodolfo García Peñas wrote: Hi Josip, confirmed, I am working on it. Thanks Cool. Thank you. Solved. Thanks for your report. kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe

[PATCH 5/7] Avoid create again a docked application cache icon

2015-08-23 Thread kix
This patch avoids to create again the cache icon for a docked application. If the application is docked, then the icon was previosly created. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/appicon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/appicon.c b/src/appicon.c

[PATCH 0/7] Icon patches

2015-08-23 Thread kix
I included here the patches to solve the problems reported by Josip and Zoltan. Please, test these changes before apply to the repo. Rodolfo García Peñas (kix) (7): create_appicon_from_dock checks if no_appicon flag is set New applications do not create Cached Icon Remove unused argument

[PATCH 2/7] New applications do not create Cached Icon

2015-08-23 Thread kix
to it. ---8--- Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/appicon.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/appicon.c b/src/appicon.c index 08331c7..2a9db5c 100644 --- a/src/appicon.c +++ b/src/appicon.c @@ -159,9 +159,6 @@ void

[PATCH 1/7] create_appicon_from_dock checks if no_appicon flag is set

2015-08-23 Thread kix
-click. After doing a git bisect per your suggestion I have found and reported this: bc0700e016c67791d3e3eab855543d849f4ce786 is the first bad commit commit bc0700e016c67791d3e3eab855543d849f4ce786 Author: Rodolfo García Peñas (kix) k...@kix.es Date: Mon Jun 18 11:15:19 2012 +0200 Create

[PATCH 3/7] Remove unused argument in save_appicon

2015-08-23 Thread kix
The argument dock is always True, so can be removed. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- src/appicon.c | 6 +++--- src/appicon.h | 2 +- src/dock.c| 8 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/appicon.c b/src/appicon.c index 2a9db5c

Re: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-23 Thread Rodolfo García Peñas (kix)
know the problem, but I need do a deep analysis. Regards, kix. Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Question about menus (usermenu, appmenu)

2015-08-23 Thread Rodolfo García Peñas (kix)
Hi Carlos, yes. I just sent the patch. Window Maker sometimes checks the flags, sometimes only the pointers. Cheers, kix Carlos R. Mafra crma...@gmail.com escribió: Rodolfo? Any ideas here? On Sat, 22 Aug 2015 at 18:04:27 +0200, Josip Deanovic wrote: On Saturday 2015-08-22 16:53:56

Re: Question about menus (usermenu, appmenu)

2015-08-23 Thread Rodolfo García Peñas (kix)
Hi Josip, thanks for your report. Sorry about that. Patch is attached. Perhaps we should use a different flag to run the application more times from the same dock icon. Cheers, kix Josip Deanovic djosip+n...@linuxpages.net escribió: On Saturday 2015-08-22 16:53:56 Carlos R. Mafra wrote

Re: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-23 Thread Rodolfo García Peñas (kix)
close this case. Thanks Josip, Regards, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Question about menus (usermenu, appmenu)

2015-08-23 Thread Rodolfo García Peñas (kix)
the menu. 3. The line to show the menu (in the source) is difficult to reach by the user. Cheers, kix. Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Question about menus (usermenu, appmenu)

2015-08-22 Thread Rodolfo García Peñas (kix)
Hi, if nobody is using these menus and nobody knows about them, my proposal is remove this code. I will do it. Vote? Cheers, kix Quoting Rodolfo García Peñas (kix) k...@kix.es: Hello, I am reading a lot of code and I am not sure about the usage of usermenu and appmenu in wmaker. Do

Question about menus (usermenu, appmenu)

2015-08-21 Thread Rodolfo García Peñas (kix)
really used? We need this code? Could we remove it? Cheers, kix PS. Code about this menus: appmenu: appmenu.h 25 WMenu *wAppMenuGet(WScreen *scr, Window window); 26 void wAppMenuDestroy(WMenu *menu); 27 28 void wAppMenuMap(WMenu *menu, WWindow *wwin); 29 void wAppMenuUnmap(WMenu *menu); client.c

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-16 Thread Rodolfo García Peñas (kix)
Carlos R. Mafra crma...@gmail.com escribió: On Sat, 15 Aug 2015 at 23:15:11 +, Rodolfo García Peñas (kix) wrote: Doug Torrance dtorra...@piedmont.edu escribió: On 08/15/2015 06:29 PM, Rodolfo García Peñas (kix) wrote: I modified all other dockapps. Thanks for doing this! The wmbiff

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-16 Thread Rodolfo García Peñas (kix)
Carlos R. Mafra crma...@gmail.com escribió: On Sun, 16 Aug 2015 at 0:22:49 +0200, Rodolfo García Peñas (kix) wrote: Thank you Rodolfo, the diffstat of this series is simply awesome! 88 files changed, 51 insertions(+), 11084 deletions(-) Thanks Carlos. Rodolfo García Peñas (kix) http

[PATCH] wmbiff: FTBFS with initialize_gnutls

2015-08-16 Thread kix
The first argument for the function initialize_gnutls is an intptr_t so wmbiff fails to build from source. This patch changes the current int to intptr_t. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmbiff/wmbiff/tlsComm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 05/14] wmsm uses libdockapp

2015-08-15 Thread kix
wmsm uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmsm.app/wmgeneral/list.c | 169 -- wmsm.app/wmgeneral/list.h | 53 - wmsm.app/wmgeneral/misc.c | 172

[PATCH 06/14] wmcpufreq uses libdockapp

2015-08-15 Thread kix
wmcpufreq uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmcpufreq/wmcpufreq/Makefile | 8 +- wmcpufreq/wmcpufreq/wmcpufreq.c | 2 +- wmcpufreq/wmcpufreq/wmcpufreq.c~ | 311

[PATCH 04/14] wmtz uses libdockapp

2015-08-15 Thread kix
wmtz uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmtz/wmgeneral/list.c | 169 wmtz/wmgeneral/list.h | 53 - wmtz/wmgeneral/misc.c | 172 wmtz/wmgeneral

[PATCH 10/14] wmifs uses libdockapp

2015-08-15 Thread kix
wmifs uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmifs/Makefile | 7 +- wmifs/wmgeneral/list.c | 169 --- wmifs/wmgeneral/list.h | 53 - wmifs/wmgeneral/misc.c

[PATCH 09/14] wmckgmail uses libdockapp

2015-08-15 Thread kix
wmckgmail uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmckgmail/wmckgmail/Makefile| 8 +- wmckgmail/wmckgmail/wmckgmail.c | 4 +- wmckgmail/wmgeneral/list.c | 169 -- wmckgmail

[PATCH 14/14] wmitime uses libdockapp

2015-08-15 Thread kix
wmitime uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmitime/Makefile | 4 +- wmitime/wmgeneral/list.c | 169 --- wmitime/wmgeneral/list.h | 53 - wmitime/wmgeneral

[PATCH 12/14] wmfsm uses libdockapp

2015-08-15 Thread kix
wmfsm uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmfsm/Makefile.am | 3 +- wmfsm/configure.ac | 4 +- wmfsm/wmfsm/Makefile.am | 2 +- wmfsm/wmfsm/wmfsm.c | 2

[PATCH 08/14] wmSMPmon uses libdockapp

2015-08-15 Thread kix
wmSMPmon uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmSMPmon/wmSMPmon/Makefile | 5 +- wmSMPmon/wmSMPmon/wmSMPmon.c | 2 +- wmSMPmon/wmgeneral/wmgeneral.c | 494

[PATCH 11/14] wmsun uses libdockapp

2015-08-15 Thread kix
wmsun uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmsun/Makefile | 4 +- wmsun/wmgeneral/wmgeneral.c | 494 wmsun/wmgeneral/wmgeneral.h | 89

[PATCH 01/14] wmkeys compilation bugs

2015-08-15 Thread kix
at the function end and it changes the function prototype. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmkeys/wmkeys.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wmkeys/wmkeys.c b/wmkeys/wmkeys.c index 718ccd5..72d98e7 100644 --- a/wmkeys/wmkeys.c +++ b

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-15 Thread Rodolfo García Peñas (kix)
the wmbiff dockapps, and then, think about include or not the three new functions in libdockapp. Cheers, kix Rodolfo García Peñas (kix) k...@kix.es escribió: This patch solves a bug and a warning: - The dockapp wmkeys uses the getline function, that is the same function provided by stdio.h

[PATCH 2/3] wmmon uses libdockapp

2015-08-15 Thread kix
The dockapp wmmon uses the new version of libdockapp and do not use libwmgeneral. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmmon/wmmon/Makefile | 2 +- wmmon/wmmon/wmmon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmmon/wmmon/Makefile b/wmmon

[PATCH 3/3] wmtime uses libdockapp

2015-08-15 Thread kix
The dockapp wmtime uses the new version of libdockapp and do not use libwmgeneral. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmtime/Makefile | 2 +- wmtime/wmtime.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmtime/Makefile b/wmtime/Makefile index

Re: [PATCH] New library wmgeneral

2015-08-15 Thread Rodolfo García Peñas (kix)
Alexey I. Froloff ra...@raorn.name escribió: On Thu, Aug 13, 2015 at 05:42:41PM +0200, Rodolfo García Peñas (kix) wrote: This patch includes the library wmgeneral. Please, don't do it! There's already libdockapp, why would we need yet another _shared_ library with, like, five functions

[PATCH 1/3] Include libwmgeneral in libdockapp

2015-08-15 Thread kix
. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- libdockapp/configure.ac| 2 +- libdockapp/src/Makefile.am | 13 +- libdockapp/src/list.c | 169 libdockapp/src/list.h | 53 + libdockapp/src/misc.c | 172 libdockapp/src/misc.h

[PATCH] Window Maker 0.95.7 Debian files

2015-08-15 Thread kix
Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- debian/changelog | 24 +++ debian/copyright | 26 --- debian/debianfiles/wmaker-common.desktop | 1 - debian/libwings3.symbols | 4 ++ debian/libwraster5.symbols

Re: Build Errors

2015-08-15 Thread Rodolfo García Peñas (kix)
either. Any help would be much appreciated! Thanks! Hi, I updated the debian stuff. Is ready to upload to the debian and ubuntu distros. For Debian, I will do it in some days. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr

[PATCH] wmtime uses wmgeneral

2015-08-13 Thread kix
This patch show how to include the wmgeneral in a previous dockapps. The change is easy, remove the wmgeneral folder an include the -lwmgeneral in the libraries linking. --- wmtime/Makefile | 7 +- wmtime/wmgeneral/list.c | 169 --- wmtime/wmgeneral/list.h |

[PATCH] New library wmgeneral

2015-08-13 Thread kix
be installed in the system to build wmmon (wmmon uses the .h files) and is needed to run wmmon (wmmon uses the libwmgeneral.so shared library). I did not include any Changelog/README/... file to announce the change in the libwmgeneral folder. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es

Remove the phase2 variable

2015-07-20 Thread Rodolfo García Peñas (kix)
Hi, The variable phase2 can be removed. Is only used in one place. This patch is for awmaker, but probably it could be adapted to wmaker. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ From 658e5cd52c791b1e0e56c2f20c3d13f745737fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo

Re: Malformed checkboxes in Window Attributes window

2015-07-07 Thread Rodolfo García Peñas (kix)
, this feature should be removed and find new ideas for the problems. Cheers, kix PS: I had the same thought, malformed look of checkboxes in Window Attributes window I have attached the screenshot (~189KiB, PNG) which shows how it looks on my setup. Regards -- [alwin] -- To unsubscribe

Re: [PATCH 3/9] wmaker: moved the list of Application Attributes into an array, for the Window Inspector

2015-06-27 Thread Rodolfo García Peñas (kix)
, these patches about move the hard coded things to an array are a great idea. Thanks a lot. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 15/23] doc: convert INSTALL-WMAKER into a texinfo source processed by texi2txt

2015-06-05 Thread Rodolfo García Peñas (kix)
Ok, I found the patch about mawk. Cheers, kix. Rodolfo García Peñas k...@kix.es escribió: On Mon, 06 Apr 2015, Christophe CURIS escribió: The source of the documentation is in Texinfo format to have the possibility someday to distribute in more format that just plain text; The INSTALL

Re: Wayland support?

2015-02-17 Thread Rodolfo García Peñas (kix)
is interested, I could try to upload them soon. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Wayland support?

2015-02-17 Thread Rodolfo García Peñas (kix)
. For example, in my code, the menu core contains the text, the relationship between menus and submenus, but not the decorations. The decorations are painted in the menu_map() function. Move elements between screens could be done using unmap+map. Again, thanks a lot for your reply. Regards, kix Rodolfo

Re: Question about nopolling variable

2014-12-22 Thread Rodolfo García Peñas (kix)
properly; and that I believe noupdate is a little bit closer to what the function really is. So, my feeling is: Go! (just polish up the commit message and that'll be über-wonderful) Thanks a lot Christophe, could you do it? Or you prefer I create the patch? Cheers, kix Rodolfo García Peñas

GLOBAL_SUBMENU_FILE definition

2014-12-22 Thread Rodolfo García Peñas (kix)
the variable includeGlobals as argument in the function configureMenu. What do you think? Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Question about nopolling variable

2014-12-08 Thread Rodolfo García Peñas (kix)
Carlos R. Mafra crma...@gmail.com escribió: On Mon, 8 Dec 2014 at 17:46:25 +, Rodolfo García Peñas (kix) wrote: Carlos R. Mafra crma...@gmail.com escribió: On Mon, 8 Dec 2014 at 16:28:14 +0100, Rodolfo García Peñas wrote: On Mon, 08 Dec 2014, Carlos R. Mafra escribió: On Mon, 8 Dec

Re: [PATCH 4/4] wmaker: add core workspace pager functions

2014-12-05 Thread kix
Hi, IMO, the patch is not using the code style. Cheers, kix On 04/12/2014 9:10, David Maciejak wrote: This patch is adding the core code needed to run the workspace pager. --- src/Makefile.am | 4 +- src/event.c | 5 + src/misc.c | 2 +- src/workspace.c | 6 + src

Re: [PATCH 00/12] libdockapp

2014-11-28 Thread kix
repository. Carlos, if these patches are accepted, could you tag the first libdockapp-0.6.3 and the last libdockapp-0.6.4? Thanks! Good work Doug! kix -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH] wmaker: Restore multi screen functionality by reverting wrong commits

2014-11-06 Thread Rodolfo García Peñas (kix)
Hello, please, how can I reproduce the problem? Thanks a lot, Rodolfo. BALATON Zoltan bala...@eik.bme.hu escribió: Revert patches that moved variables from WMScreen to global level because this broke X displays with multiple independent screens and caused dock and clip icons to become mixed

Re: [PATCH 00/13] A bunch of small stuff for #next

2014-11-06 Thread Rodolfo García Peñas (kix)
free to skip that patch and let me know, I'll propose a new patch with a long message. Regards, Christophe. Hello, these patches were included in the repo? Thanks. Rodolfo. Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr

Re: [PATCH 00/13] A bunch of small stuff for #next

2014-11-06 Thread Rodolfo García Peñas (kix)
Carlos R. Mafra crma...@gmail.com escribió: On Thu, 6 Nov 2014 at 9:35:53 +, Rodolfo García Peñas (kix) wrote: these patches were included in the repo? yes Sorry Carlos, but I cannot see them :-? I am missing something? In the #next branch, from 0.95.6 to HEAD, I can see

Re: [PATCH 00/13] A bunch of small stuff for #next

2014-11-06 Thread Rodolfo García Peñas (kix)
Carlos R. Mafra crma...@gmail.com escribió: On Thu, 6 Nov 2014 at 10:33:43 +, Rodolfo García Peñas (kix) wrote: Carlos R. Mafra crma...@gmail.com escribió: On Thu, 6 Nov 2014 at 9:35:53 +, Rodolfo García Peñas (kix) wrote: these patches were included in the repo? yes Sorry

[PATCH] Test to remove code

2014-08-25 Thread kix
abstration is worse, because we are creating and painting, unpainting and destroying an icon ONLY to show how the icon is moved from one possition in the screen to other possition. Thanks for reading. kix PS. I added an small piece of song to make the patch more beatiful ;-) --- src/dock.c | 53

Re: Problem with stacking

2014-08-23 Thread Rodolfo García Peñas (kix)
day :-) Patch is perfect. Thanks a lot, Rodolfo. From e1e12067794c4e53064e59edc3de7af196179369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)?= k...@kix.es Date: Sat, 23

Could we remove this code?

2014-08-23 Thread Rodolfo García Peñas (kix)
Hi, is possible remove this code? I did it and no differences :-/ Cheers, kix kix@kentin:~/src/wmaker-crm$ git diff diff --git a/src/dock.c b/src/dock.c index e837280..2f394d7 100644 --- a/src/dock.c +++ b/src/dock.c @@ -3250,29 +3250,6 @@ void wDockTrackWindowLaunch(WDock *dock, Window

Re: [PATCH] wmaker: src/action.c merge duplicate code

2014-08-22 Thread Rodolfo García Peñas (kix)
, ix, iy, iw, ih, wwin-frame_x, wwin-frame_y, wwin-frame-core-width, wwin-frame-core-height); *}* Thanks a lot for your patches. Best regards, Rodolfo. Rodolfo García Peñas (kix) http://www.kix.es

Re: [PATCH] wmaker: src/action.c merge duplicate code

2014-08-22 Thread Rodolfo García Peñas (kix)
Rodolfo García Peñas (kix) k...@kix.es escribió: David Maciejak david.macie...@gmail.com escribió: No problem i understand, enclosed the new patch. Hi David, is possible remove the extra curly brackets (in both ifs)?: Hi again, Perhaps we can change this if from the negative way

Re: Window Maker Fork

2014-08-18 Thread Rodolfo García Peñas (kix)
David Maciejak david.macie...@gmail.com escribió: On Monday, August 18, 2014, Josip Deanovic djosip+n...@linuxpages.net wrote: Quoting message written on Sunday 2014-08-17 18:07:08 by Charles Philip Chan: On 17 Aug 2014, k...@kix.es javascript:; wrote: Hi Kix: I was thinking about

Window Maker Fork

2014-08-17 Thread Rodolfo García Peñas (kix)
. Probably we can merge both in the future. Finally, awmaker and Window Maker share WINGs, wraster,... I would like to remove them in awmaker, please, work together. Cheers, kix [1] https://github.com/awmaker/awmaker Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail

Re: [PATCH] wmaker: switch back icon name to the window name when needed

2014-08-16 Thread Rodolfo García Peñas (kix)
titles)) http://lists.windowmaker.org/dev/thrd42.html#04163 Cheers, kix David Maciejak david.macie...@gmail.com escribió: As reported by Charles some days ago, some apps like okular or vlc are not setting an icon name. This patch is setting the icon name to the window name when _NET_WM_ICON_NAME

[PATCH 0/6] Dockapps small clean

2014-08-12 Thread kix
This set of patches removes some files that are not used (binary,...) and includes the autogen.sh and some changes in wmacpiload to build it. Rodolfo García Peñas (kix) (6): wmacpiload: Removed unneed files wmacpiload: New autogen.sh file wmacpiload: Avoid warning in Makefile.am

[PATCH 3/6] wmacpiload: Avoid warning in Makefile.am

2014-08-12 Thread kix
This patch remove the warning about the old keywords CPPFLAGS and INCLUDES using AM_CPPFLAGS. --- wmacpiload/src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wmacpiload/src/Makefile.am b/wmacpiload/src/Makefile.am index 967c657..60a5698 100644 ---

[PATCH 5/6] wmnotify: Remove svn folder

2014-08-12 Thread kix
This patch removes the old svn folder. --- wmnotify/pixmaps/.svn/all-wcprops | 17 - wmnotify/pixmaps/.svn/entries | 120 --- .../.svn/text-base/wmaker-tile.xpm.svn-base| 183 - .../pixmaps/.svn/text-base/wmnotify.xpm.svn-base | 879

[PATCH 2/6] wmacpiload: New autogen.sh file

2014-08-12 Thread kix
This patch includes the autogen.sh file. --- wmacpiload/autogen.sh | 68 +++ 1 file changed, 68 insertions(+) create mode 100755 wmacpiload/autogen.sh diff --git a/wmacpiload/autogen.sh b/wmacpiload/autogen.sh new file mode 100755 index

[PATCH 4/6] wmacpiload: Avoid warning in configure.ac

2014-08-12 Thread kix
This patch removes the warning about extra values in AM_INIT_AUTOMAKE. --- wmacpiload/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmacpiload/configure.ac b/wmacpiload/configure.ac index cbc5f99..124fde3 100644 --- a/wmacpiload/configure.ac +++

[PATCH 6/6] wmbatteries: Remove unneded files

2014-08-12 Thread kix
This patch removes files not used in wmbatteries repo. --- wmbatteries/src/#files.h# | 33 -- wmbatteries/src/.#files.h |1 - wmbatteries/src/battest | Bin 16837 - 0 bytes wmbatteries/src/files.h~ | 33 -- wmbatteries/src/main.c~ | 1147 -

Patches for wmmon

2014-08-11 Thread Rodolfo García Peñas (kix)
(see wmSMPmon, wmbiff, wmckgmail,wmitime, wmmon,...). kix [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670151 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=20;filename=wmmon-1.1%2B20120402.patch;att=1;bug=670151 Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe

Re: [PATCH 0/3] Some stuff

2014-07-21 Thread Rodolfo García Peñas (kix)
). - patch 2 reverts a small change to keep API compatibility (both header and binary level) for WRaster library; - patch 3 is boring stuff in preparation of a future release (any planned?) Is possible split the libraries and the wmaker code in different repos? Regards, kix Regards, Christophe

[PATCH 4/9] createPanel variable initialization

2014-01-31 Thread kix
This patch initialize the variable state to avoid compiler warnings. --- WPrefs.app/Expert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index e939df0..c441612 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -102,7

[PATCH 8/9] Removed compiler warnings in dock.c

2014-01-31 Thread kix
This patch removes the compiler warnings for unused variables in the file dock.c --- src/dock.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/dock.c b/src/dock.c index 222627f..ef3611f 100644 --- a/src/dock.c +++ b/src/dock.c @@ -121,7 +121,7 @@ static

[PATCH 5/9] Advanced info panel

2014-01-31 Thread kix
This code adds new features to the wmaker info panel. This commit includes the original Kojima code removed in the commit 'f9792a042a5446197326b730f88e4b2de1eb8574' (16 Oct 2009). --- src/dialog.c | 350 ++ src/superfluous.c | 76

[PATCH 6/9] Select advanced info panel in configure

2014-01-31 Thread kix
This patch allow to the builder to include the advanced info panel in the binary file. --- configure.ac | 8 src/wconfig.h.in | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3224f6a..2b01a47 100644 --- a/configure.ac +++

[PATCH 9/9] Removed unused code in screen.c

2014-01-31 Thread kix
This patch removes the unused code in screen.c. The variable dock_head, is defined, but not used. When we removes the variable, then we can see that a lot of code is not used! so we can remove it :-) This patch also removes some extra curly brackets and join the variable definition and the

[PATCH 3/9] GetWindow function, argument not used

2014-01-31 Thread kix
The argument panel in the function GetWindow() is not used. This patch removes this argument to avoid compiler warnings. --- WPrefs.app/MouseSettings.c | 4 ++-- WPrefs.app/Themes.c| 2 +- WPrefs.app/WPrefs.c| 2 +- WPrefs.app/WPrefs.h| 2 +- 4 files changed, 5

[PATCH 2/9] Arguments not used in SetButtonAlphaImage

2014-01-31 Thread kix
The arguments for SetButtonAlphaImage() are not used, so can be removed to avoid compiler warnings. This patch removes these arguments, so the code in SetButtonAlphaImage(), not used, can be removed too. --- WPrefs.app/Appearance.c | 8 WPrefs.app/WPrefs.c | 19 +++

[PATCH 1/9] Removed unused code in makeTitledIcon

2014-01-31 Thread kix
This patch removes the unused code in the function makeTitledIcon(). The arguments are not used, so are removed to avoid compiler warnings. --- WPrefs.app/WPrefs.c | 66 ++--- 1 file changed, 2 insertions(+), 64 deletions(-) diff --git

[PATCH] WINGS: removed compiler warnings.

2014-01-31 Thread kix
This patch removes compiler warnings. --- WINGs/wcolorpanel.c| 8 WINGs/wcolorwell.c | 17 - WINGs/wfilepanel.c | 12 WINGs/wprogressindicator.c | 2 ++ WINGs/wsplitview.c | 4 +++- 5 files changed, 9 insertions(+), 34

  1   2   3   4   5   6   >