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) wrote: > > > On Thu, Aug 17, 2017 at 7:50 PM, Doug Torrance > wrote: > >> On 08/17/2017 10:37 AM, Rodolfo (kix) wrote: >

Re: Menu examples

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

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)
with 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)
with 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" escribió: >Rodolfo, > >Are you making from git repository, or the published tarball? The &g

Build questions

2015-11-02 Thread Rodolfo García Peñas (kix)
e, the build 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)" escribió: This patch is mostly for testing. "Rodolfo García Peñas (kix)" escribió: Th

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" escribió: >On Tue, 25 Aug 2015 07:45:03 + >"Rodolfo García Peñas (kix)" wrote: > >> This patch is mostly for testing. > >So I tested it ;) > >and I seem to have found a problem: it

Help with appmenu [was: Re: Question about menus (usermenu, appmenu)]

2015-08-25 Thread Rodolfo García Peñas (kix)
u. I don't know how this menu is used by the user, and how is configured. It includes X11 calls to create a menu and store it in wapp->menu (usermenu uses the same pointer). Help about it is very appreciated. Cheers, kix Rodolfo García Peñas (kix) http://www.kix.es/ -- To un

Re: Question about menus (usermenu, appmenu)

2015-08-25 Thread Rodolfo García Peñas (kix)
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)" 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) --- src/actions.c | 1 + src/application.c | 2 ++ 2 files

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)" 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 (

[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) --- 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/usermenu.c

[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) --- 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..b210888

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Rodolfo García Peñas (kix)
ctivate it? Hi, I found one problem, the path was wrong in the code (or in the doc, IMO, in the code). Then, I added the menu map when the window is created. Probably could be a good idea create a menu entry to show/hide the menu. Ok, now we can 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 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) --- src/actions.c | 1 + src/application.c | 2 ++ src/wconfig.h.in | 2

[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) --- 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/usermenu.c

Re: Question about menus (usermenu, appmenu)

2015-08-24 Thread Rodolfo García Peñas (kix)
e menu? I will think about it, perhalps is a good idea have this menu... OTOH, the usermenu 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-23 Thread Rodolfo García Peñas (kix)
o configure 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: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-23 Thread Rodolfo García Peñas (kix)
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: Regression fix (was Re: Question about menus (usermenu, appmenu))

2015-08-23 Thread Rodolfo García Peñas (kix)
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: Regression fix (was Re: Question about menus (usermenu, appmenu))

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

[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) --- 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..9028d0e

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

2015-08-23 Thread kix
at use client side 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) --- src/icon.c | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/icon.c b/src/icon.c index

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

2015-08-23 Thread Rodolfo García Peñas (kix)
Josip Deanovic 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, send mail to wmaker-dev

[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) --- src/appicon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/appicon.c b/src/appicon.c index

[PATCH 7/7] Remove cache icon when detached

2015-08-23 Thread kix
d up only new icons are added to it. ---8<--- Signed-off-by: Rodolfo García Peñas (kix) --- 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

[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
ons are added to it. ---8<--- Signed-off-by: Rodolfo García Peñas (kix) --- 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 create_appicon

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

2015-08-23 Thread kix
ation from wmdock using double-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) Date: Mon Jun 18 11:15:19 2012 +02

[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) --- src/dock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dock.c b/src/dock.c index fce3f5b

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

2015-08-23 Thread Rodolfo García Peñas (kix)
the application using double-click on the docked icon - everything works fine 7. In the application Specific menu disable (unselect) the option No application icon - windowmaker crashes and restarts -- Josip Deanovic Hi Josip, confirmed, I am working on it. Thanks Rodolfo García

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" 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 Carlo

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 escribió: On Saturday 2015-08-22 16:53:56 Carlos R. Mafra wrote: On Sat, 22 Aug 2015 at

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)" : Hello, I am reading a lot of code and I am not sure about the usage of usermenu and appmenu in wmaker. D

Question about menus (usermenu, appmenu)

2015-08-21 Thread Rodolfo García Peñas (kix)
in the wmaker manual. Are these menus 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

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-16 Thread Rodolfo García Peñas (kix)
"Carlos R. Mafra" 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://

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-16 Thread Rodolfo García Peñas (kix)
"Carlos R. Mafra" escribió: On Sat, 15 Aug 2015 at 23:15:11 +, Rodolfo García Peñas (kix) wrote: Doug Torrance 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 w

[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) --- wmbiff/wmbiff/tlsComm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-15 Thread Rodolfo García Peñas (kix)
Doug Torrance 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 dockapp includes a different wmgeneral library. This dockapp doesn't compile. I don't include this new code in libdockapps becau

Re: [PATCH 01/14] wmkeys compilation bugs

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

[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) --- wmitime/Makefile | 4 +- wmitime/wmgeneral/list.c | 169 --- wmitime/wmgeneral/list.h | 53 - wmitime/wmgeneral/misc.c

[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) --- wmfsm/Makefile.am | 3 +- wmfsm/configure.ac | 4 +- wmfsm/wmfsm/Makefile.am | 2 +- wmfsm/wmfsm/wmfsm.c | 2 +- wmfsm

[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) --- wmifs/Makefile | 7 +- wmifs/wmgeneral/list.c | 169 --- wmifs/wmgeneral/list.h | 53 - wmifs/wmgeneral/misc.c | 172

[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) --- wmckgmail/wmckgmail/Makefile| 8 +- wmckgmail/wmckgmail/wmckgmail.c | 4 +- wmckgmail/wmgeneral/list.c | 169 -- wmckgmail/wmgeneral

[PATCH 13/14] wmppp.app uses libdockapp

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

[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) --- wmsun/Makefile | 4 +- wmsun/wmgeneral/wmgeneral.c | 494 wmsun/wmgeneral/wmgeneral.h | 89

[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) --- wmSMPmon/wmSMPmon/Makefile | 5 +- wmSMPmon/wmSMPmon/wmSMPmon.c | 2 +- wmSMPmon/wmgeneral/wmgeneral.c | 494

[PATCH 02/14] wmkeys uses libdockapp

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

[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) --- wmsm.app/wmgeneral/list.c | 169 -- wmsm.app/wmgeneral/list.h | 53 - wmsm.app/wmgeneral/misc.c | 172 -- wmsm.app

[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) --- wmcpufreq/wmcpufreq/Makefile | 8 +- wmcpufreq/wmcpufreq/wmcpufreq.c | 2 +- wmcpufreq/wmcpufreq/wmcpufreq.c~ | 311 wmcpufreq

[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) --- wmtz/wmgeneral/list.c | 169 wmtz/wmgeneral/list.h | 53 - wmtz/wmgeneral/misc.c | 172 wmtz/wmgeneral/misc.h

[PATCH 07/14] wmtv uses libdockapp

2015-08-15 Thread kix
wmtv uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) --- wmtv/Makefile | 5 +- wmtv/src/wmgeneral/list.c | 169 - wmtv/src/wmgeneral/list.h | 59 -- wmtv/src/wmgeneral/misc.c

[PATCH 03/14] wmtz FTBFS

2015-08-15 Thread kix
This patch solves the FTBFS problems with wmtz: - Default switch without code. - Broken line. Signed-off-by: Rodolfo García Peñas (kix) --- wmtz/wmtz/wmtz.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wmtz/wmtz/wmtz.c b/wmtz/wmtz/wmtz.c index 928f845..82c47fe 100644

[PATCH 01/14] wmkeys compilation bugs

2015-08-15 Thread kix
function end and it changes the function prototype. Signed-off-by: Rodolfo García Peñas (kix) --- 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/wmkeys

Re: Build Errors

2015-08-15 Thread Rodolfo García Peñas (kix)
; status 2 > > --- > > It seems there are some missing files for Debian? This is not the only one > 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 Debi

[PATCH] Window Maker 0.95.7 Debian files

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

Re: [PATCH] New library wmgeneral

2015-08-15 Thread Rodolfo García Peñas (kix)
"Alexey I. Froloff" 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 fun

[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) --- wmmon/wmmon/Makefile | 2 +- wmmon/wmmon/wmmon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmmon/wmmon/Makefile b/wmmon/wmmon/Makefile

[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) --- wmtime/Makefile | 2 +- wmtime/wmtime.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmtime/Makefile b/wmtime/Makefile index 20783e7

[PATCH 1/3] Include libwmgeneral in libdockapp

2015-08-15 Thread kix
. Signed-off-by: Rodolfo García Peñas (kix) --- 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 | 31

Re: [PATCH] New library wmgeneral

2015-08-14 Thread Rodolfo García Peñas (kix)
"Alexey I. Froloff" 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 fun

[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
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

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

2015-07-30 Thread Rodolfo García Peñas (kix)
agree, ctrl+click do it. IMO, no more functions/menu/code. Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

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?Rodo

Re: Malformed checkboxes in Window Attributes window

2015-07-07 Thread Rodolfo García Peñas (kix)
IMO, 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 -- [a

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)
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 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-WMAKER

Re: Wayland support?

2015-02-17 Thread Rodolfo García Peñas (kix)
e, 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: Wayland support?

2015-02-17 Thread Rodolfo García Peñas (kix)
but I need time to upload them. I someone 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: Question about nopolling variable

2015-01-03 Thread kix
On 23/12/2014 0:15, Christophe wrote: > - Rodolfo García Peñas (kix) a écrit : >> Christophe escribió: >> >>> - Rodolfo García Peñas a écrit : >>>> Hi, >>>> >>>> I have a question about the variable "nopolling". Is

GLOBAL_SUBMENU_FILE definition

2014-12-22 Thread Rodolfo García Peñas (kix)
8 and remove 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-22 Thread Rodolfo García Peñas (kix)
mented 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, ki

Re: Question about nopolling variable

2014-12-08 Thread Rodolfo García Peñas (kix)
"Carlos R. Mafra" escribió: On Mon, 8 Dec 2014 at 17:46:25 +, Rodolfo García Peñas (kix) wrote: "Carlos R. Mafra" 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ó: >>

Re: Question about nopolling variable

2014-12-08 Thread Rodolfo García Peñas (kix)
e variable "nopolling". Is used? Could we remove it? > > > > I found it in src/startup.c, but the variable is never set. I am missing something? > > > > Thanks, > > kix > > > > kix@debian:~/src/wmaker/awmaker$ rgrep nopolling * > > NEWS:Run

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 +- >

Re: [PATCH 00/12] libdockapp

2014-11-28 Thread kix
to the > dockapps git 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: Window Maker as the official window manager of the GNU operating system

2014-11-23 Thread kix
equired. > Although it would be easy enough to mirror the git repository, and it > would finally provide a bug tracker! If you want this, just do it. If you need help, I could collaborate. kix -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

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

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

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

2014-11-06 Thread Rodolfo García Peñas (kix)
"Carlos R. Mafra" 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 these patch

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

2014-11-06 Thread Rodolfo García Peñas (kix)
27;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...@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 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 up. When managing m

Re: [PATCH] Test to remove code

2014-08-26 Thread Rodolfo García Peñas (kix)
a lot) the function SlideWindows (src/misc.c). Rodolfo García Peñas (kix) http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Could we remove this code?

2014-08-25 Thread Rodolfo García Peñas (kix)
Hi, I sent "[PATCH] Test to remove code" related to this issue. IMO, probably we should remove it. Cheers, kix "Carlos R. Mafra" escribió: On Sat, 23 Aug 2014 at 22:12:39 +, Rodolfo García Peñas (kix) wrote: is possible remove this code? I did it and no diffe

[PATCH] Test to remove code

2014-08-25 Thread kix
s, make the icon functions harder, the code 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

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: Problem with stacking

2014-08-23 Thread Rodolfo García Peñas (kix)
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)"?= Date: Sat, 23 Jun 2012 15:21:24 +02

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)" escribió: David Maciejak escribió: No problem i understand, enclosed the new patch. Hi David, is possible remove the extra curly brackets (in both "if"s)?: Hi again, Perhaps we can change this "if" from the negative way

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

2014-08-22 Thread Rodolfo García Peñas (kix)
gt;screen_ptr, 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.

Re: Window Maker Fork

2014-08-18 Thread Rodolfo García Peñas (kix)
David Maciejak escribió: On Monday, August 18, 2014, Josip Deanovic wrote: Quoting message written on Sunday 2014-08-17 18:07:08 by Charles Philip Chan: > On 17 Aug 2014, k...@kix.es wrote: > > Hi Kix: > > I was thinking about create a Window Maker fork, and probably is t

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 to

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 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 is not provided by the

[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 -

[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 +++ b/wmacpiload/conf

[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 000..5f

[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

  1   2   3   4   5   6   7   8   9   >