[awesome bugs] #523 - Windows doesn't get focus if mouse is on left upper corner

2009-05-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#523 - Windows doesn't get focus if mouse is on left upper corner User who did this - Julien Danjou (jd) -- I've patched the default config in master with the following (attached) patch, and it

[awesome bugs] #523 - Windows doesn't get focus if mouse is on left upper corner (Attachment added)

2009-05-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#523 - Windows doesn't get focus if mouse is on left upper corner User who did this - Julien Danjou (jd) -- The patch. ;-) -- One or more files have been attached. More information can

Dont spoil your efforts to satisfy her.

2009-05-27 Thread Albert Conway
365 Ways to Enhacne Your Love Life http://vvyik.quzfilim.cn/ -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Winner

2009-05-27 Thread Amanda
You have just been awarded,the sum of £950.000.00 in the Global Award 2009, Anniversary Bonanza.. held in May. Names:. Address:.. Country: Age:.. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

New logo / Web site contest

2009-05-27 Thread Julien Danjou
Hi fellow users and developers, I'd like to fresh awesome a bit. We still used a logo from the 2.x branch, and a website half-designed by me. I won't judge the logo, but as for my Web design skills, they suck hard. With our growing user base, I'm sure their is a couple of top designers around

[Patch] add image:insert

2009-05-27 Thread Gregor Best
Hi people, after a rather long time without any patches from me, here's a small one from me (just to get warmed up :P). It adds a function called :insert() to image objects, which, as the name says, inserts one image into another. It takes three arguments: 1: The image to insert 2:

Re: New logo / Web site contest

2009-05-27 Thread Andrei Thorp
I'll probably try sometime if I can find a moment... The current logo isn't bad, but maybe someone does have a better one -- and I've been complaining about the website for a while :) -AT On Wed, May 27, 2009 at 9:11 AM, Julien Danjou jul...@danjou.info wrote: Hi fellow users and developers,

Re: New logo / Web site contest

2009-05-27 Thread Lucas de Vries
On Wed, May 27, 2009 at 03:11:57PM +0200, Julien Danjou wrote: I'd like to fresh awesome a bit. We still used a logo from the 2.x branch, and a website half-designed by me. I won't judge the logo, but as for my Web design skills, they suck hard. What's wrong with the current design ? I like

Re: New logo / Web site contest

2009-05-27 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Julien Danjou wrote: Hi fellow users and developers, I'd like to fresh awesome a bit. We still used a logo from the 2.x branch, and a website half-designed by me. I won't judge the logo, but as for my Web design skills, they suck hard. With

Re: [Patch] add image:insert

2009-05-27 Thread Gregor Best
At Wed, 27 May 2009 15:42:08 +0200 Julien Danjou wrote: Hi Gregor, So nice to see you hacking back! At 1243430586 time_t, Gregor Best wrote: after a rather long time without any patches from me, here's a small one from me (just to get warmed up :P). It adds a function called :insert()

[awesome bugs] #523 - Windows doesn't get focus if mouse is on left upper corner

2009-05-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#523 - Windows doesn't get focus if mouse is on left upper corner User who did this - Nelson A. de Oliveira (naoliv) -- Nope. Still see the same thing with default rc.lua + your patch. --

[awesome bugs] #523 - Windows doesn't get focus if mouse is on left upper corner

2009-05-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#523 - Windows doesn't get focus if mouse is on left upper corner User who did this - Julien Danjou (jd) -- Do you run any other external application, like unclutter, that can fool awesome?

Re: New logo / Web site contest

2009-05-27 Thread Andrei Thorp
Well, the website has some flaws in my view:  - Hover images on buttons have images that seem stretched + don't tile into the background  - Lots of unattractive plain white space  - Could use some more eye-catchingness right off the bat, some kind of hook (different screenshot would be a good

[awesome bugs] #523 - Windows doesn't get focus if mouse is on left upper corner

2009-05-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#523 - Windows doesn't get focus if mouse is on left upper corner User who did this - Nelson A. de Oliveira (naoliv) -- Still the same behavior :-( -- More information can be found at the

Re: [Patch] add image:insert

2009-05-27 Thread Gregor Best
Okay, I re-did the patch with imlib_blend_image_onto_image_skewed in a fashion which allows the user to quickly blend one image into another without much hassle but which gives them all parameters to imlib_blend_image_onto_image_skewed if they want them. -- GCS/IT/M d- s+:- a--- C++ UL+++ US

[awesome bugs] #523 - Windows doesn't get focus if mouse is on left upper corner

2009-05-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#523 - Windows doesn't get focus if mouse is on left upper corner User who did this - Nelson A. de Oliveira (naoliv) -- Hi again! I was thinking now about the config file. Before we where using:

[awesome bugs] #523 - Windows doesn't get focus if mouse is on left upper corner

2009-05-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#523 - Windows doesn't get focus if mouse is on left upper corner User who did this - Julien Danjou (jd) -- Ok. I think that the bug is that when you set the focus to the client it is unbanned.

Re: [Patch] add image:insert

2009-05-27 Thread Julien Danjou
At 1243434830 time_t, Gregor Best wrote: Okay, I re-did the patch with imlib_blend_image_onto_image_skewed in a fashion which allows the user to quickly blend one image into another without much hassle but which gives them all parameters to imlib_blend_image_onto_image_skewed if they want

[PATCH] awful.util: add linewrap()

2009-05-27 Thread koniu
Heya, The patch adds a function for wrapping lines on long strings. I'm using it in awful.help and it could also be used in naughty and otherwise. I'm wondering, by the way, perhaps this should be called string.wrap() and therefore string.escape(), string.unescape() - to follow

Re: [PATCH] awful.util: add linewrap()

2009-05-27 Thread Julien Danjou
At 1243445257 time_t, Andrei Thorp wrote: Sounds great, I love more hooks. Too bad, I'm going to deprecate them. Then deprecating the deprecation hook will be fun so much fun. :) Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

Re: [PATCH] awful.util: add linewrap()

2009-05-27 Thread Andrei Thorp
Nooo! Don't deprecate my deprecating deprecation deprecator! -AT -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Become her #1!

2009-05-27 Thread Norman Manley
Bluepill Life will never be the same again! http://srwwia.bapkajac.cn/ -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] awful.util: add linewrap()

2009-05-27 Thread koniu
On Wed, May 27, 2009 at 17:21, Julien Danjou jul...@danjou.info wrote: So, for unification we should do it ASAP, but first, we should make a clear decision, written in marble and in STYLES, about how we name things. (So for your patch, tell me if you want me to merge it right now or if you

Re: next branch - wibox removal gives errors

2009-05-27 Thread koniu
This patch seems to help. From 1170df36a4d7d2f04589b4abd2561746db1e05a2 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 28 May 2009 05:30:34 +0100 Subject: [PATCH] wibox: run hook before detaching Signed-off-by: koniu gkusni...@gmail.com --- wibox.c |4 ++-- 1 files

next branch - titlebar problem with tiled layout

2009-05-27 Thread koniu
Another one after last rebase (HEAD 5adb01ae), and not too sure where to look to fix I have a tag with tile bottom layout and 3 clients some of which have titlebars: 1. http://omploader.org/vMXFyOA Whenever I switch to some other tag and back, the arrangement on the slave client gets messed up:

Re: next branch - titlebar problem with tiled layout

2009-05-27 Thread koniu
Forgot to that this was fine before that rebase (as in May 26th). -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] client: allow setting skip_taskbar

2009-05-27 Thread koniu
As per subject. cheers, koniu From 50e6c26eb608694b53bd1aed813246faac21f4c9 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 28 May 2009 06:37:17 +0100 Subject: [PATCH] client: allow setting skip_taskbar Signed-off-by: koniu gkusni...@gmail.com --- client.c |5 + 1