Re: [PATCH] util/wmiv: an image viewer using wrlib

2014-05-12 Thread Christophe
- Carlos R. Mafra crma...@gmail.com a écrit : On Sun, 11 May 2014 at 1:09:23 +0800, David Maciejak wrote: On Sat, May 10, 2014 at 10:10 PM, Carlos R. Mafra crma...@gmail.com wrote: [...] CCLD wmiv

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-315-g83d8ad66

2014-05-12 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated discards a1a5c5bcd533b291ba4b9da6ee8b74a6cf98b26c (commit) discards

[PATCH] WPrefs: Set workspace background

2014-05-12 Thread Doug Torrance
This patch enables users to set the workspace background (WorkspaceBack) in the Appearance Preferences section of WPrefs. It appears as a new item in the popup menu in the Texture tab, in the list of textures below, and a preview appears in the background of the preview panel on the left. ---

Re: [PATCH] WINGs: Option for decimal or hexadecimal RGB colors

2014-05-12 Thread Christophe
- Doug Torrance dtorra...@monmouthcollege.edu a écrit : The RGB panel of the WINGs color panel lists the red, green, and blue values as base 10 numbers. However, hexadecimal numbers are very common when dealing with RGB colors. This patch adds two radio buttons at the bottom of the

Re: [PATCH] WPrefs: Set workspace background

2014-05-12 Thread Carlos R. Mafra
On Sun, 11 May 2014 at 23:05:43 -0500, Doug Torrance wrote: This patch enables users to set the workspace background (WorkspaceBack) in the Appearance Preferences section of WPrefs. It appears as a new item in the popup menu in the Texture tab, in the list of textures below, and a preview

Re: [PATCH] WPrefs: Set workspace background

2014-05-12 Thread Torrance, Douglas
On 05/12/2014 12:37 PM, Carlos R. Mafra wrote: On Sun, 11 May 2014 at 23:05:43 -0500, Doug Torrance wrote: This patch enables users to set the workspace background (WorkspaceBack) in the Appearance Preferences section of WPrefs. It appears as a new item in the popup menu in the Texture tab,

Re: [PATCH] wrlib: add a function to draw rectangles

2014-05-12 Thread Christophe
- Carlos R. Mafra crma...@gmail.com a écrit : On Sun, 11 May 2014 at 16:19:45 +0200, Christophe wrote: From: Christophe CURIS christophe.cu...@free.fr - David Maciejak david.macie...@gmail.com a ?crit : enclosed the updated version May I suggest you send your contributions

Re: [PATCH] util/wmiv: an image viewer using wrlib

2014-05-12 Thread Carlos R. Mafra
On Mon, 12 May 2014 at 13:13:02 +0800, David Maciejak wrote: ok got it, pthread cmd line was added only with magickwand support compilation. I added posix thread checks in configure file and recreate the patch I enclosed Thanks. (sorry I can't use git send-email cmd). Why not? You can

Re: [PATCH] util/wmiv: an image viewer using wrlib

2014-05-12 Thread Doug Torrance
On 05/12/2014 02:18 PM, Carlos R. Mafra wrote: Why not? You can clearly do more advanced stuff like coding wmiv. Setting up git send-email is much more basic than that :-) Some time ago I copied this answer which helped me. Perhaps you will find it useful too. From: Giuseppe Bilotta

[PATCH] WINGs: RGB panel decimal/hexadecimal modifications

2014-05-12 Thread Doug Torrance
Based on Cristophe's suggestions regarding the new decimal/hexadecimal RGB color feature introduced in commit 83d8ad6, this patch changes rgbState from an int to an enum, converts some if statements to switches, and changes from atoi to strtol for the base 10 string conversion. In addition, the

Re: [PATCH] util/wmiv: an image viewer using wrlib

2014-05-12 Thread David Maciejak
On Tuesday, May 13, 2014, Carlos R. Mafra crma...@gmail.com wrote: On Mon, 12 May 2014 at 13:13:02 +0800, David Maciejak wrote: ok got it, pthread cmd line was added only with magickwand support compilation. I added posix thread checks in configure file and recreate the patch I enclosed