wmbutton

2012-08-21 Thread Rodolfo kix Garcia
(not used!) 12. Changed version to 0.7.0 Cheers, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: wmpager: tooltip or not tooltip?

2012-08-21 Thread Rodolfo kix Garcia
On 21/08/12 13:53, Alexey I. Froloff wrote: Hi, Current version of wmpager is incompatible with Freedesktop specification. I have patches for that. But there's another issue - tooltips. Desktop names now are encoded as utf-8 strings, one does not simply use XDrawString(3X) to render

Re: wmbutton

2012-08-21 Thread Rodolfo kix Garcia
On 21/08/2012 21:49, Carlos R. Mafra wrote: On Tue, 21 Aug 2012 at 20:38:29 +0100, Carlos R. Mafra wrote: On Tue, 21 Aug 2012 at 21:03:19 +0200, Rodolfo kix Garcia wrote: Hi, I am sending the wmbutton dockapp. This is the latest version that I found (0.6) (patch no 1), and then I apply some

Re: AppIcons on clip

2012-08-20 Thread Rodolfo kix Garcia
try it with the latest wmaker at git? Thanks, kix Thanks a lot. kix -- Renan Vedovato Traba Aluno de Bacharelado em Ciência da Computação pela Universidade Federal do Paraná Linux Register n°: 525911 -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es

Re: Bug#668081: ITP: wmcore -- a dockapp that shows the usage of each core in the system.

2012-08-20 Thread Rodolfo kix Garcia
-- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Grab problem

2012-08-09 Thread Rodolfo kix Garcia
. If somebody is using this feature. Else, can the feature removed? 2. Don't remove the feature but set Nothing as default action for left mouse. 3. Don't do nothing and close the bug and set as wontfix Regards, kix Regards, BALATON Zoltan -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http

Re: Q: Adding new dockapp to dockapps.git repo

2012-08-07 Thread Rodolfo kix Garcia
. - -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJQIPQGAAoJEHsfVJByt0kjrRMQAJWNg8DDUm0VI/rS+kqW2CxW oCRDAGPDX3cL5G7CKSjvjeJ2H/X2nv87Th0k7

Re: Q: Adding new dockapp to dockapps.git repo

2012-08-07 Thread Rodolfo kix Garcia
. :-) - -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJQIPR0AAoJEHsfVJByt0kj/DgP/1s6NEnNHK3GJwcjEdGbLmeS

Re: DnD support

2012-06-28 Thread Rodolfo kix Garcia
El 19.06.2012 18:09, Rodolfo kix Garcia escribió: Hi, is drag and drop safe? Is not enabled in Debian and I am trying to enable it. Thanks, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ I got a lot of comments :-) Are more people interested in join the votation? :-P

Re: [PATCH 07/11] net_state_from_client can be removed

2012-06-26 Thread Rodolfo kix Garcia
in if the compiler init or not the value. Do you like this code? int main(void) { int a; if (!a) printf(No a\n); } The compiler will show a warning, because a is not initialized. IMO, is the same case (I'm the compiler ;-) ). Cheers, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http

Re: [PATCH 07/11] net_state_from_client can be removed

2012-06-26 Thread Rodolfo kix Garcia
El 26.06.2012 10:32, Rodolfo kix Garcia escribió: El 26.06.2012 01:12, Carlos R. Mafra escribió: On Mon, 25 Jun 2012 at 23:48:51 +0200, Rodolfo García Peñas wrote: Subject: [PATCH 07/11] net_state_from_client can be removed The variable net_state_from_client don't change their value

About my last patches

2012-06-25 Thread Rodolfo kix Garcia
Hi, I was trying to work with the header files and I found that some variables and functions are not used, only declared,... Probably more people can help with this issue. Is easy, you only need open a header file and for every function/struct/var if is used. grep is your friend here: grep

Re: [PATCH 05/12] Create WAppIcon always

2012-06-21 Thread Rodolfo kix Garcia
El 21.06.2012 13:29, Carlos R. Mafra escribió: On Thu, 21 Jun 2012 at 0:20:50 +0200, Rodolfo kix Garcia wrote: With the new code, the wArrangeIcon checks if wwapp-icon exists, If is null, then doesn't exists and for this reason the icon is not added in the icon list. But with my patch

Re: [PATCH 05/12] Create WAppIcon always

2012-06-21 Thread Rodolfo kix Garcia
El 21.06.2012 18:02, Carlos R. Mafra escribió: On Thu, 21 Jun 2012 at 14:26:42 +0200, Rodolfo kix Garcia wrote: El 21.06.2012 13:29, Carlos R. Mafra escribió: On Thu, 21 Jun 2012 at 0:20:50 +0200, Rodolfo kix Garcia wrote: With the new code, the wArrangeIcon checks if wwapp-icon exists

Re: [PATCH 05/12] Create WAppIcon always

2012-06-20 Thread Rodolfo kix Garcia
El 20.06.2012 15:54, Carlos R. Mafra escribió: On Wed, 20 Jun 2012 at 15:29:10 +0200, Rodolfo kix Garcia wrote: El 19.06.2012 18:07, Rodolfo kix Garcia escribió: El 19.06.2012 11:24, Carlos R. Mafra escribió: On Mon, 18 Jun 2012 at 23:11:27 +0200, Rodolfo García Peñas wrote: Subject: [PATCH 05

Re: [PATCH 05/12] Create WAppIcon always

2012-06-20 Thread Rodolfo kix Garcia
set xfig without icon. Launch xcalc, xterm,... no problems Launch xfig. No problem with icons. Minimize the xterms,... No problem, the hole doesn't exists. Now, change the desktop. The hole appears. Can you confirm that? Do you change the desktop at startup? kix -- ||// //\\// Rodolfo kix

Re: [PATCH 05/12] Create WAppIcon always

2012-06-20 Thread Rodolfo kix Garcia
On 20/06/12 16:01, Carlos R. Mafra wrote: On Wed, 20 Jun 2012 at 14:54:05 +0100, Carlos R. Mafra wrote: So I'd say the problem lies in the automatic start of applications which have no appicon. I have three xterms which automatically start (through the Save Session) and they all have

Re: [PATCH 05/12] Create WAppIcon always

2012-06-20 Thread Rodolfo kix Garcia
On 20/06/12 23:50, Carlos R. Mafra wrote: On Wed, 20 Jun 2012 at 22:47:52 +0200, Rodolfo kix Garcia wrote: On 20/06/12 22:12, Carlos R. Mafra wrote: On Wed, 20 Jun 2012 at 21:17:15 +0200, Rodolfo kix Garcia wrote: On 20/06/12 16:01, Carlos R. Mafra wrote: On Wed, 20 Jun 2012 at 14:54:05

Re: [PATCH 05/12] Create WAppIcon always

2012-06-20 Thread Rodolfo kix Garcia
On 21/06/12 00:20, Rodolfo kix Garcia wrote: On 20/06/12 23:50, Carlos R. Mafra wrote: On Wed, 20 Jun 2012 at 22:47:52 +0200, Rodolfo kix Garcia wrote: On 20/06/12 22:12, Carlos R. Mafra wrote: On Wed, 20 Jun 2012 at 21:17:15 +0200, Rodolfo kix Garcia wrote: On 20/06/12 16:01, Carlos R

Re: Re : Next patches - patch ideas

2012-06-19 Thread Rodolfo kix Garcia
-spec/menu-spec-1.0.html -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 05/12] Create WAppIcon always

2012-06-19 Thread Rodolfo kix Garcia
for all the other apps I start. Thanks Carlos, I will check this problem. Something in app_icon_create calls an X11-Map function. I will check it these days. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr

DnD support

2012-06-19 Thread Rodolfo kix Garcia
Hi, is drag and drop safe? Is not enabled in Debian and I am trying to enable it. Thanks, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 05/12] Create WAppIcon always

2012-06-18 Thread Rodolfo kix Garcia
On 19/06/12 00:05, Carlos R. Mafra wrote: On Mon, 18 Jun 2012 at 23:11:27 +0200, Rodolfo García Peñas wrote: Subject: [PATCH 05/12] Create WAppIcon always When the application is created, the WAppIcon now is created always, but is only painted if the flag is not set. The icon

Re: [PATCH 05/12] Create WAppIcon always

2012-06-18 Thread Rodolfo kix Garcia
On 19/06/12 00:45, Carlos R. Mafra wrote: On Tue, 19 Jun 2012 at 0:31:48 +0200, Rodolfo kix Garcia wrote: On 19/06/12 00:05, Carlos R. Mafra wrote: On Mon, 18 Jun 2012 at 23:11:27 +0200, Rodolfo García Peñas wrote: Subject: [PATCH 05/12] Create WAppIcon always When the application

Re: [PATCH] Icon painting moved to makeAppIconFor()

2012-06-17 Thread Rodolfo kix Garcia
On 17/06/12 19:28, Carlos R. Mafra wrote: On Fri, 15 Jun 2012 at 23:06:18 +0200, Rodolfo García Peñas wrote: Subject: [PATCH] Icon painting moved to makeAppIconFor() The icon painting is moved to the function makeAppIconFor() including the check for no_appicon. wAppIconCreate is now

Re: [PATCH] Icon painting moved to makeAppIconFor()

2012-06-17 Thread Rodolfo kix Garcia
On 18/06/12 00:10, Rodolfo kix Garcia wrote: On 17/06/12 19:28, Carlos R. Mafra wrote: On Fri, 15 Jun 2012 at 23:06:18 +0200, Rodolfo García Peñas wrote: Subject: [PATCH] Icon painting moved to makeAppIconFor() The icon painting is moved to the function makeAppIconFor() including

Re: [PATCH] New save_app_icon and extractIcon removed

2012-06-17 Thread Rodolfo kix Garcia
On 18/06/12 00:31, Carlos R. Mafra wrote: On Fri, 15 Jun 2012 at 20:21:57 +0200, Rodolfo García Peñas wrote: This commit includes: Application.c: - The appicon is always created and saved, only painted if needed. - The extractIcon function is removed, because their behaiour is done by

Re: Experimental patch

2012-06-12 Thread Rodolfo kix Garcia
El 12.06.2012 09:24, Carlos R. Mafra escribió: On Tue, 12 Jun 2012 at 7:49:47 +0200, Rodolfo kix Garcia wrote: To do it, I created two patches. The first patch breaks the dependency between create+paint an icon. Now, if we create an icon, we call wIconCreate. If we needs paint

Re: Experimental patch

2012-06-11 Thread Rodolfo kix Garcia
El 12.06.2012 00:57, Carlos R. Mafra escribió: On Mon, 11 Jun 2012 at 23:28:01 +0200, Rodolfo kix Garcia wrote: I did this experimental patch. I sent it compressed because I want to explain it (using my poor english). It's not a good idea to send compressed patches. Less people will see

The other patches

2012-06-10 Thread Rodolfo kix Garcia
Hi Carlos, is possible apply the other patches (5 to 9)? If you find them interesting, please, apply them. The last patch (10) is not needed now. Thanks. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr

Re: [PATCH 03/10] New functions in icon.c

2012-06-09 Thread Rodolfo kix Garcia
? I am working on it. Thanks a lot for your suggestion. Is so incredible how you can know what functions exists :-) -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 03/10] New functions in icon.c

2012-06-09 Thread Rodolfo kix Garcia
if the conditions are false. You should initialize it to NULL. Sorry, you did exactly this on patch 10. But you should have done it here already. Not sorry. I did it wrong. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr

Re: [PATCH] New functions in icon.c

2012-06-09 Thread Rodolfo kix Garcia
you, I am working in the 0004 patch. I will send it soon. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Bug creating icon

2012-06-07 Thread Rodolfo kix Garcia
) a = image-data + 3; else a = NULL; If you comment these lines, then will crash in image-data Can somebody check if the problem is common? Help to solve it? Thanks. kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send

Re: Bug creating icon

2012-06-07 Thread Rodolfo kix Garcia
El 07.06.2012 13:29, Rodolfo kix Garcia escribió: Hi, I found a bug when creating an icon. Is only with xterm (not xeyes, other apps). To reproduce it: 1. Remove the terminal icon configuration from your files. Remove the icon cache (see below). Now, when we launch xterm, we need to recreate

WMInitializeApplication

2012-06-01 Thread Rodolfo kix Garcia
(memory.c:80) ==4316==by 0x40B4E7C: WMInitializeApplication (wapplication.c:42) ==4316==by 0x42D306: main (main.c:608) The struct should be wfreeded before finish windowmaker. Thanks. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker

valgrind

2012-06-01 Thread Rodolfo kix Garcia
, rerun with: -v ==5027== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 6 from 6) -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: valgrind

2012-06-01 Thread Rodolfo kix Garcia
El 01.06.2012 14:34, Rodolfo kix Garcia escribió: For your information, a valgrind output, only start and finish windowmaker with some windows + dockapp: I will re-run valgrind with wmaker --for-real, after send my patches. kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es

Re: WMInitializeApplication

2012-06-01 Thread Rodolfo kix Garcia
El 01.06.2012 15:38, Carlos R. Mafra escribió: On Fri, 1 Jun 2012 at 14:27:13 +0200, Rodolfo kix Garcia wrote: Hi, there is a function to remove the information created by WMInitializeApplication? Something like WMDestroyApplication. ==4316== 16 bytes in 1 blocks are still reachable in loss

Re: Help. Quick test with the current next binary

2012-05-31 Thread Rodolfo kix Garcia
El 31.05.2012 17:54, Carlos R. Mafra escribió: On Thu, 31 May 2012 at 17:20:30 +0200, Rodolfo kix Garcia wrote: Hi, please, can anyone using the current next brach (updated) to check if there is a bug? 1. Launch any application 2. Open the properties 3. Click on Reload I didn't have

Re: Help. Quick test with the current next binary

2012-05-31 Thread Rodolfo kix Garcia
El 31.05.2012 18:33, Carlos R. Mafra escribió: On Thu, 31 May 2012 at 18:03:10 +0200, Rodolfo kix Garcia wrote: El 31.05.2012 17:54, Carlos R. Mafra escribió: On Thu, 31 May 2012 at 17:20:30 +0200, Rodolfo kix Garcia wrote: Hi, please, can anyone using the current next brach (updated) to check

Re: Re : Re : Re: Help. Quick test with the current next binary

2012-05-31 Thread Rodolfo kix Garcia
, Christophe. - Rodolfo kix Garcia k...@kix.es a écrit : El 31.05.2012 18:33, Carlos R. Mafra escribió: On Thu, 31 May 2012 at 18:03:10 +0200, Rodolfo kix Garcia wrote: El 31.05.2012 17:54, Carlos R. Mafra escribió: On Thu, 31 May 2012 at 17:20:30 +0200, Rodolfo kix Garcia wrote: Hi

Re: Re : Re : Re: Help. Quick test with the current next binary

2012-05-31 Thread Rodolfo kix Garcia
El 01.06.2012 00:05, Carlos R. Mafra escribió: On Thu, 31 May 2012 at 23:56:10 +0200, Rodolfo kix Garcia wrote: El 31.05.2012 20:50, Christophe escribió: Hi Carlos, While we're at it, could I propose the attached patch instead? It does the same thing and a few more I did not search

Re: Symbol problem

2012-05-25 Thread Rodolfo kix Garcia
El 24.05.2012 12:32, Rodolfo kix Garcia escribió: Hi, I get this error [1]. I cannot find where the problem is. W_DraggingInfo is defined at WINGs.h Any help? I found the problem, now W_DraggingInfo is declared as typedef W_DraggingInfo in the file WINGsP.h I will remove the symbol

Re: tgz file for version 0.53

2012-05-24 Thread Rodolfo kix Garcia
El 23.05.2012 18:57, Renato Botelho escribió: On Wed, May 23, 2012 at 1:11 PM, John H. Robinson, IV jaq...@sbih.org wrote: Rodolfo kix Garcia wrote: El 23.05.2012 17:03, Carlos R. Mafra escribi??: On Wed, 23 May 2012 at 16:53:29 +0200, Rodolfo kix Garcia wrote: where is the wmaker_0.53 tar.gz

Re: tgz file for version 0.53

2012-05-24 Thread Rodolfo kix Garcia
El 24.05.2012 10:21, Andreas Tscharner escribió: On 24.05.2012 10:05, Rodolfo kix Garcia wrote: [snip] Why we cannot use the file http://repo.or.cz/w/wmaker-crm.git/snapshot/efcad8497ee6c89683919e505973e08639ecad87.tar.gz; as tarball (ok, renamed to wmaker-0.95.3.tar.gz and in the folder

Symbol problem

2012-05-24 Thread Rodolfo kix Garcia
Hi, I get this error [1]. I cannot find where the problem is. W_DraggingInfo is defined at WINGs.h Any help? Thanks. [1] dpkg-gensymbols: aviso: han desaparecido algunos símbolos o patrones en el fichero «symbols»: «vea la salida del «diff» a continuación» dpkg-gensymbols: aviso:

tgz file for version 0.53

2012-05-23 Thread Rodolfo kix Garcia
Hi! where is the wmaker_0.53 tar.gz file in the webpage? I will create the debian package using this file. Thanks! -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: tgz file for version 0.53

2012-05-23 Thread Rodolfo kix Garcia
El 23.05.2012 17:03, Carlos R. Mafra escribió: On Wed, 23 May 2012 at 16:53:29 +0200, Rodolfo kix Garcia wrote: where is the wmaker_0.53 tar.gz file in the webpage? I will create the debian package using this file. Assuming you meant version 0.95.3, it's not in the webpage. You can download

Re: tgz file for version 0.53

2012-05-23 Thread Rodolfo kix Garcia
El 23.05.2012 17:21, Carlos R. Mafra escribió: On Wed, 23 May 2012 at 17:16:53 +0200, Rodolfo kix Garcia wrote: El 23.05.2012 17:03, Carlos R. Mafra escribió: On Wed, 23 May 2012 at 16:53:29 +0200, Rodolfo kix Garcia wrote: where is the wmaker_0.53 tar.gz file in the webpage? I will create

Paths (again)

2012-05-23 Thread Rodolfo kix Garcia
/.../WindowMaker/. Saludos, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH] No need to call memset after wmalloc

2012-05-05 Thread Rodolfo kix Garcia
El 04/05/2012 23:45, Carlos R. Mafra escribió: On Fri, 4 May 2012 at 22:57:39 +0200, Tobias Stoeckmann wrote: From 252e6e59b17d4477fec19b41f443b4c4c4bea908 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann tob...@openbsd.org Date: Fri, 4 May 2012 22:53:04 +0200 Subject: [PATCH] No need to

Re: Patch: Make maximize hotkeys more intuitive

2012-05-04 Thread Rodolfo kix Garcia
Eh! nice patch :-) I cannot check more deeply now, but, some comments: El 04/05/2012 18:48, Iain Patterson escribió: +void handleMaximize(WWindow *wwin, int directions) +{ + int current = wwin-flags.maximized; + int requested = directions (MAX_HORIZONTAL | MAX_VERTICAL |

Re: [PATCH 05/16] WindowMaker: wdefaults uses now StrConcatDot

2012-04-20 Thread Rodolfo kix Garcia
packages). Can somebody do the changes between malloc + snprintf %s.%s to StrConcatDot? Is interesting to review some parts of code where I changed to StrConcatDot, the malloc functions are requesting more bytes than needed. Thanks. kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http

Re: [PATCH 12/16] WindowMaker: Check iconPath variable only if needed

2012-04-16 Thread Rodolfo kix Garcia
El 16.04.2012 18:38, Brad Jorsch escribió: On Mon, Apr 16, 2012 at 05:29:51PM +0200, Rodolfo kix Garcia wrote: Ok, the commit info is not accurate. If is initialized to NULL, then this part of the code is never used if we don't enter first in the if (strstr(path, .app)) block. OTOH, it may

Re: [PATCH 16/16] WindowMaker: wIconStore() don't save the icon if exists

2012-04-16 Thread Rodolfo kix Garcia
the icons for docked apps when they are not running? Good point. Then we should save the icon one time (on application starting). Save the icon in the Domain Database (loaded from the file WMAttributes) and use it. Thanks for your comment. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http

Re: Bug: Erroneous PATH for some application icons.

2012-04-02 Thread Rodolfo kix Garcia
but WindowMaker gets firefox-bin 2. firefox-bin is not in the path, the application cannot be launched. 3. If the application is in the path, really we want run the binary (without the script)? Cheers, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail

Re: AppIcons on clip

2012-03-28 Thread Rodolfo kix Garcia
do Paraná Linux Register n°: 525911 -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Fwd: Work-needing packages report for Mar 16, 2012

2012-03-16 Thread Rodolfo kix Garcia
(#664098), orphaned today Description: Combined CD Player + Mixer designed for WindowMaker Installations reported by Popcon: 70 [snip] See http://www.debian.org/devel/wnpp/help_requested for more information. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es

Re: WindowMaker: lost maximized status

2012-03-08 Thread Rodolfo kix Garcia
UnMaximize option (the window is still maximized). I'm doing something wrong? Cheers, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 3/8] WindowMaker icon.c clean

2012-03-08 Thread Rodolfo kix Garcia
; + Cool. But you should drop the (int) cast because icon_size is already of int type. Ok :-) -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Removing net_icon_image

2012-03-07 Thread Rodolfo kix Garcia
if people have comments please come forward now. And you'll probably have the extra time to think about the FIXME :-) Enjoy your week and #include beer.h :-) -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr

Re: [PATCH] WindowMaker: Tech+opaque resize

2012-03-05 Thread Rodolfo kix Garcia
am thinking to change my signature to something like WindowMaker needs a BTS :-P In any case, thanks a lot for fixing the bug! --- [snip] -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH] WindowMaker: Tech+opaque resize

2012-03-05 Thread Rodolfo kix Garcia
El 05.03.2012 17:32, Carlos R. Mafra escribió: On Mon, 5 Mar 2012 at 12:00:24 +0200, Rodolfo kix Garcia wrote: El 05.03.2012 00:32, Carlos R. Mafra escribió: On Sun, 4 Mar 2012 at 17:31:52 +0100, Rodolfo García Peñas wrote: Subject: [PATCH] WindowMaker: Tech+opaque resize This patch solves

Re: [PATCH] Options for limiting window/menu title height

2012-02-27 Thread Rodolfo kix Garcia
, if ( not if( Cheers, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: contributing: getting started

2012-02-27 Thread Rodolfo kix Garcia
, IMO the Changelog is more important. Setting up a updated changelog ASAP, is better to document for the users the new functionalities, patches,... We also need a BTS and take a look (update,...) the BUGS file. kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es

Re: Help with patch about icons

2012-02-20 Thread Rodolfo kix Garcia
is different too. _NET_WM_ICON(CARDINAL) =Icon (132 x 185): But in principle I don't see why this can't be fixed. Will it be better to have a preview icon instead of an evince icon? I don't know. But we should discuss that after fixing the issue first. -- ||// //\\// Rodolfo kix Garcia

Re: Call for helpers : wmauda

2012-02-14 Thread Rodolfo kix Garcia
...@lists.windowmaker.org. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: WindowMaker 0.95.2 Released

2012-02-14 Thread Rodolfo kix Garcia
and thanks to all devs for this release. -Daniel -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [repo.or.cz] wmaker-crm.git branch master updated: wmaker-0.95.2-1-g854ae58

2012-02-14 Thread Rodolfo kix Garcia
project admin crma...@gmail.com if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive no reply. Thanks. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH] WPrefs: PropList load rewrited

2012-02-14 Thread Rodolfo kix Garcia
I was working in the WPrefs file. This is only a ligth patch. The idea is break this big function in three smaller, and reuse one of them. I was thinking about WPrefs and src/Windowmaker.h and probably the should use the same WPreferences structure. Now WPrefs reads the information from the

Re: [PATCH] Remove dead code ifdef'ed by GRADIENT_CLIP_ARROW

2012-02-12 Thread Rodolfo kix Garcia
the code is not needed. Thanks for the patch. kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH] clip: Do not display balloon with workspace name

2012-02-12 Thread Rodolfo kix Garcia
); - } break; case WCLASS_APPICON: if (wPreferences.appicon_balloon) -- 1.7.7.3 [snip] -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ From fe9b47ed12bd1e107abd7708ed8c0adfff00ab7f Mon Sep 17 00:00:00 2001 From: Rodolfo García PeÃ

[PATCH] WindowMaker: removed OpenWorkspaceMenu

2012-02-12 Thread Rodolfo kix Garcia
-frame-core); - wMenuMapCopyAt(menu, x, y); - } - } else { - wMenuMapAt(menu, x, y, False); - } - } -} -- 1.7.7.3 -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ From

Re: Call for helpers : wmauda

2012-02-09 Thread Rodolfo kix Garcia
Regards, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

wmakerconf removed from debian

2012-02-09 Thread Rodolfo kix Garcia
Hi, for your information, the package wmakerconf has been removed from Debian, because it don't have upstream developer. More info here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658698 Regards, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe

Re: Call for helpers : wmauda

2012-02-09 Thread Rodolfo kix Garcia
On 09/02/12 22:39, Cyril Lavier wrote: On 02/09/2012 09:58 PM, Rodolfo kix Garcia wrote: On 09/02/12 20:44, Carlos R. Mafra wrote: [snip] I opened a bug : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657596 Ok, thanks. Maybe we can use it to coordinate our efforts in resolving

Re: BTS

2012-02-07 Thread Rodolfo kix Garcia
of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: BTS

2012-02-07 Thread Rodolfo kix Garcia
On Tue, 7 Feb 2012 11:43:55 +0100, Martin Dietze wrote: On Tue, February 07, 2012, Rodolfo kix Garcia wrote: The idea is good, but, SourceForge (and google code) has countries blocked. That's interesting, I did not know that. Which countries, and for what reason? Cuba, Iran, North Korea

Re: Re-Redeveloped Website

2012-02-05 Thread Rodolfo kix Garcia
; top: 10px; left: 10%; - width: 100%; - } +#dock { + position: absolute; top: 100px; left: 5px; +} -#tableline { -color: #F00; +#inhalt { + position: absolute; top: 110px; left: 100px; + width: 70%; } -- 1.7.7.3 -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http

[PATCH] WindowMaker: Support for icons from .desktop files

2012-02-03 Thread Rodolfo kix Garcia
Hi, some days ago I took a look in the WMLive CD structure. I found a lot of icons (more than 1000), used to show the icon for an application. IMO this is an error, because is not possible to have all the icons in the WindowMaker folders. Some of the icons was multiple times, with different

Re: WMLive CD/DVD ISO updated

2012-02-02 Thread Rodolfo kix Garcia
On 31/01/12 18:43, Paul Seelig wrote: Hi Rodolfo, On 01/31/2012 06:01 PM, Rodolfo kix Garcia wrote: ... $ ls -Gg wmlive-create_0.46.tar.* -rw-rw-r-- 1 13709860 Jan 31 18:17 wmlive-create_0.46.tar.bz2 -rw-rw-r-- 1 13778636 Jan 31 18:05 wmlive-create_0.46.tar.gz -rw-r--r-- 1 12524768 Jan 31

Re: BTS

2012-02-02 Thread Rodolfo kix Garcia
On 02/02/12 19:09, John H. Robinson, IV wrote: Rodolfo kix Garcia wrote: What do you think about install bugzilla? http://www.bugzilla.org/docs/tip/en/html/installation.html I hate bugzilla. XDD That said, I can host a bugzilla instance. N! I said bugzilla to say something

Re: Re-Redeveloped Website

2012-02-02 Thread Rodolfo kix Garcia
I don't like frames too. On 02/02/12 22:13, Paul Harris wrote: My review: I prefer the simpler look, but you'll have to start again with the actual build of the website. It uses frames, which is very bad in terms of navigation (eg, you can't click the News button, and then bookmark the

Re: Debian Build error in the git

2012-02-01 Thread Rodolfo kix Garcia
+20120131-1.debian.tar.gz Uncompress it and make a diff. The files modified were changelog and libwings2.symbols (I'm not sure, but I think were these files). Regards, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr

wmakerconf

2012-01-31 Thread Rodolfo kix Garcia
the sky is blue? Cheers, kix [1] http://starplot.org/wmakerconf/ [2] https://sourceforge.net/projects/wmakerconf/ -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Window Maker 0.95.1

2012-01-29 Thread Rodolfo kix Garcia
of the debian folder today. Best Regards, kix -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Window Maker 0.95.1

2012-01-29 Thread Rodolfo kix Garcia
On 29/01/12 17:31, Carlos R. Mafra wrote: On Sun, 29 Jan 2012 at 17:18:13 +0100, Rodolfo kix Garcia wrote: I hope this patch helps. Thanks Rodolfo, but it doesn't apply. [mafra@Pilar:wmaker.git]$ git am 0001-debian-New-debian-version-0.95.1-1.patch Applying: debian: New debian version

Re: Window Maker 0.95.1

2012-01-29 Thread Rodolfo kix Garcia
On 29/01/12 17:52, Paul Seelig wrote: On 01/29/2012 05:43 PM, Rodolfo kix Garcia wrote: On 29/01/12 17:31, Carlos R. Mafra wrote: Thanks Rodolfo, but it doesn't apply. [...] Here is ok :-? When applied manually via cat ../0001-debian-New-debian-version-0.95.1-1.patch | patch -p1 from

Re: Window Maker 0.95.1

2012-01-29 Thread Rodolfo kix Garcia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/01/12 18:46, Carlos R. Mafra wrote: On Sun, 29 Jan 2012 at 16:48:17 +, Carlos R. Mafra wrote: On Sun, 29 Jan 2012 at 17:43:16 +0100, Rodolfo kix Garcia wrote: Here is ok :-? Strange. Can you send me (offlist) your debian folder

Re: [PATCH 01/24] WindowMaker: Display dpy externs removed

2012-01-27 Thread Rodolfo kix Garcia
On Fri, 27 Jan 2012 10:59:13 +, Carlos R. Mafra wrote: On Fri, 27 Jan 2012 at 12:45:23 +0200, Rodolfo kix Garcia wrote: On Fri, 27 Jan 2012 10:34:19 +, Carlos R. Mafra wrote: On Fri, 27 Jan 2012 at 0:31:49 +0100, Rodolfo kix Garcia wrote: Subject: [PATCH 01/24] WindowMaker: Display

Re: [PATCH 01/24] WindowMaker: Display dpy externs removed

2012-01-27 Thread Rodolfo kix Garcia
On Fri, 27 Jan 2012 10:59:13 +, Carlos R. Mafra wrote: On Fri, 27 Jan 2012 at 12:45:23 +0200, Rodolfo kix Garcia wrote: On Fri, 27 Jan 2012 10:34:19 +, Carlos R. Mafra wrote: On Fri, 27 Jan 2012 at 0:31:49 +0100, Rodolfo kix Garcia wrote: Subject: [PATCH 01/24] WindowMaker: Display

Re: [PATCH 01/24] WindowMaker: Display dpy externs removed

2012-01-27 Thread Rodolfo kix Garcia
, because is about defines. No problem. -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: [PATCH 01/24] WindowMaker: Display dpy externs removed

2012-01-27 Thread Rodolfo kix Garcia
. -- = Haroldo Gambini Santos Computing Department - Universidade Federal de Ouro Preto - UFOP email: haroldo [at ] iceb.ufop.br home/research page: www.decom.ufop.br/haroldo/ -- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es

[PATCH 1/3] WindowMaker: Remove not needed ProgName extend

2012-01-27 Thread Rodolfo kix Garcia
From 53bf8d480c8109f4c4a79c1c9ce4e0dd728a6467 Mon Sep 17 00:00:00 2001 From: Rodolfo García Peñas (kix) k...@kix.es Date: Wed, 25 Jan 2012 09:04:41 +0100 Subject: [PATCH 1/3] WindowMaker: Remove not needed ProgName extend The extend ProgName in WindowMaker.h is not needed because this variable

[PATCH 2/3] WindowMaker: removed WMPropList because are not used

2012-01-27 Thread Rodolfo kix Garcia
From 07ff859873cde159b9c4134810c776549304e3d4 Mon Sep 17 00:00:00 2001 From: Rodolfo García Peñas (kix) k...@kix.es Date: Wed, 25 Jan 2012 09:15:44 +0100 Subject: [PATCH 2/3] WindowMaker: removed WMPropList because are not used The variables WMPropList are not used, then can be removed. ---

[PATCH 3/3] WindowMaker: ProcessPendingEvents moved to event.h

2012-01-27 Thread Rodolfo kix Garcia
From 81780e33662b533d335a16b695d147979b24f9c9 Mon Sep 17 00:00:00 2001 From: Rodolfo García Peñas (kix) k...@kix.es Date: Wed, 25 Jan 2012 09:26:19 +0100 Subject: [PATCH 3/3] WindowMaker: ProcessPendingEvents moved to event.h The function ProcessPendingEvents is moved to the new file event.h.

Patches

2012-01-27 Thread Rodolfo kix Garcia
Forget the yesterday patches. I sent three patches now including the good patches of yesterday. If somebody can make the patch of the defines (patch no 24)... -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Re: Fwd: wmaker 0.95.0+20111028-4 MIGRATED to testing

2012-01-26 Thread Rodolfo kix Garcia
On Thu, 26 Jan 2012 10:04:09 +0100, Andreas Tscharner wrote: On 24.01.2012 17:46, Rodolfo kix Garcia wrote: Hi, [snip] Fyi, wterm and fsviewer are now removed from debian unstable. So I noticed. As I use fsviewer quite regularly, I didn't like it... IIRC the problem was that fsviewer

[PATCH 01/24] WindowMaker: Display dpy externs removed

2012-01-26 Thread Rodolfo kix Garcia
-- ||// //\\// Rodolfo kix Garcia ||\\// //\\ http://www.kix.es/ From b99540302d4c8be6cd39629a2ac0938a471eaaac Mon Sep 17 00:00:00 2001 From: Rodolfo García Peñas (kix) k...@kix.es Date: Wed, 25 Jan 2012 02:21:18 +0100 Subject: [PATCH 01/24] WindowMaker: Display dpy externs removed The Display variable dpy

  1   2   >