[awesome bugs] #374 - when switching to/over floating layout, clients cover the statusbar.

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#374 - when switching to/over floating layout, clients cover the statusbar.
User who did this - Julien Danjou (jd)

Reason for closing: Not a bug
Additional comments about closing: Put the statusbar on top or use smart 
placement in some over hook.

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=374

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #375 - The covered statusbar on bottom

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#375 - The covered statusbar on bottom
User who did this - Julien Danjou (jd)

Reason for closing: Not a bug
Additional comments about closing: Use smart placement.

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=375

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #357 - git-awesome leaks memory

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has been re-opened:

FS#357 - git-awesome leaks memory
User who did this - Julien Danjou (jd)

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=357

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #357 - git-awesome leaks memory

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#357 - git-awesome leaks memory
User who did this - Julien Danjou (jd)

--
No leak here. Can you check with valgrind ?

Some people were talking about cairo leaking. This people should precise which 
version and on which OS.
--

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=357#comment894

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


Re: Taglist icon resizing customization

2008-11-15 Thread Julien Danjou
At 1226723678 time_t, Norbert Zeh wrote:
 I'm attaching a patch that allows the resizing of taglist icons to be
 controlled by the user's theme (and arguments explicitly given to the
 labeling function).  It also allows to control the alignment of the
 floating icon in the tasklist.  (See commit message.)

Thanks Norbert.
Pushed.

Cheers,
-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


[awesome bugs] #357 - git-awesome leaks memory

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#357 - git-awesome leaks memory
User who did this - Maarten Maathuis (madman2003)

--
That would be on linux, the leak is present in the cairo-xcb backend for every 
released cairo.

It shows up as this (From my own valgrinding, yours does not show this):

==25294== 84,192 bytes in 471 blocks are definitely lost in loss record 140 of 
143
==25294==at 0x4C23018: malloc (vg_replace_malloc.c:207)
==25294==by 0x6CE6907: _cairo_xcb_surface_show_glyphs (in 
/usr/lib64/libcairo.so.2.10901.0)
==25294==by 0x6CCF48E: _cairo_surface_show_text_glyphs (in 
/usr/lib64/libcairo.so.2.10901.0)
==25294==by 0x6CBCC56: _cairo_gstate_show_text_glyphs (in 
/usr/lib64/libcairo.so.2.10901.0)
==25294==by 0x6CB85D0: cairo_show_glyphs (in 
/usr/lib64/libcairo.so.2.10901.0)
==25294==by 0x504CC72: pango_cairo_renderer_show_text_glyphs (in 
/usr/lib64/libpangocairo-1.0.so.0.2202.0)
==25294==by 0x504CD09: pango_cairo_renderer_draw_glyph_item (in 
/usr/lib64/libpangocairo-1.0.so.0.2202.0)
==25294==by 0x5275E70: pango_renderer_draw_glyph_item (in 
/usr/lib64/libpango-1.0.so.0.2202.0)
==25294==by 0x52763BA: pango_renderer_draw_layout_line (in 
/usr/lib64/libpango-1.0.so.0.2202.0)
==25294==by 0x52767FF: pango_renderer_draw_layout (in 
/usr/lib64/libpango-1.0.so.0.2202.0)
==25294==by 0x504BA65: _pango_cairo_do_layout (in 
/usr/lib64/libpangocairo-1.0.so.0.2202.0)
==25294==by 0x42419F: draw_text (draw.c:441)

As for the largest leak in your paste, that's a false positive.
--

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=357#comment895

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #357 - git-awesome leaks memory

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#357 - git-awesome leaks memory
User who did this - Julien Danjou (jd)

--
Why _your_ valgrind? And why can't I see this?
--

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=357#comment896

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #357 - git-awesome leaks memory

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#357 - git-awesome leaks memory
User who did this - Maarten Maathuis (madman2003)

--
I should note that the bug reporter doesn't suffer from this leak it seems. So 
it's some other leak.
--

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=357#comment899

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #357 - git-awesome leaks memory

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#357 - git-awesome leaks memory
User who did this - Julien Danjou (jd)

--
The original bug as already been close. There's only the title that matches…
--

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=357#comment900

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #357 - git-awesome leaks memory

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#357 - git-awesome leaks memory
User who did this - Julien Danjou (jd)

Reason for closing: Fixed
Additional comments about closing: commit 
4f1273794b2844455d8df1ba9e29de472f3d784e
Author: Julien Danjou [EMAIL PROTECTED]
Date:   Fri Oct 24 18:53:47 2008 +0200

  mouse: fix button delete
  We need to unref Lua functions.
  Signed-off-by: Julien Danjou [EMAIL PROTECTED]


More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=357

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


Re: [PATCH needs testing] redesign client_{ban,unban} aka the composite patch

2008-11-15 Thread Maarten Maathuis
On Fri, Nov 14, 2008 at 8:58 PM, Maarten Maathuis [EMAIL PROTECTED] wrote:
 On Fri, Nov 14, 2008 at 5:12 PM, Maarten Maathuis [EMAIL PROTECTED] wrote:
 This should be pretty much it, i fixed/cleaned up the titlebar
 visibility stuff (which is the big change from the last patch).

 I'd appreciate feedback ofcource.

 Maarten.


 New patch:

 - some changes to client_manage (and scan in awesome.c) to make it
 work for erikg's problem
 - all resizes now actually happen, they are just shifted to outside the 
 viewport

 Please try (and look) again.

 Maarten.


@Julien: Is this latest incarnation ok (codewise)?

Maarten.

-- 
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #377 - Desktop window sometimes wrongly stacked (Attachment added)

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#377 - Desktop window sometimes wrongly stacked
User who did this - Michael Hofmann (mh21)

--
proper patch.
--

One or more files have been attached.

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=377#comment901

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]


[awesome bugs] #378 - Not ontop wiboxes below desktop window (Attachment added)

2008-11-15 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Michael Hofmann (mh21) 


Attached to Project - awesome
Summary - Not ontop wiboxes below desktop window
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - All

Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - I'm not sure whether this is by design, but with the current code in 
client.c, the not ontop wiboxes get stacked below the desktop window (which 
mostly covers the complete desktop, therefore hiding the wiboxes).

I would expect to have the desktop below all wiboxes. The attached patch does 
this.

This is on v3.1-rc2-7-g3cc64ab.

One or more files have been attached.

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=378

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [EMAIL PROTECTED]