[awesome bugs] #536 - Assertion fail in image_unref with gimp

2009-06-18 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#536 - Assertion fail in image_unref with gimp
User who did this - Julien Danjou (jd)

Reason for closing: Fixed
Additional comments about closing: commit 
b811880c54ecfcdbb0b25680abeac066c82ad844
Author: Julien Danjou jul...@danjou.info
Date:   Thu Jun 18 12:13:00 2009 +0200

   client: fix icon value on changes
   
   Sometimes we unref the icon image, but we did not reset NULL, which

   can make the client refering to a not-refed image.
   
   Signed-off-by: Julien Danjou jul...@danjou.info



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

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 awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #529 - awesome crash at client.c:56

2009-06-18 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#529 - awesome crash at client.c:56
User who did this - Julien Danjou (jd)

Reason for closing: Fixed
Additional comments about closing: commit 
b811880c54ecfcdbb0b25680abeac066c82ad844
Author: Julien Danjou jul...@danjou.info
Date:   Thu Jun 18 12:13:00 2009 +0200

   client: fix icon value on changes
   
   Sometimes we unref the icon image, but we did not reset NULL, which

   can make the client refering to a not-refed image.
   
   Signed-off-by: Julien Danjou jul...@danjou.info



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

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 awesome-devel-unsubscr...@naquadah.org.


[ANNOUNCE] awesome 3.3.1 released

2009-06-18 Thread Julien Danjou
Hi folks,

A small update to fix a couple of bugs we found lately.
It should fix the crash some people got with Gimp. Also fix a bad bug
when trying to spawn   with the prompt and others. And another little
bug in text rendering.

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

awesome version 3.3.1 has been released. It is available from:

tar.gz: http://awesome.naquadah.org/download/awesome-3.3.1.tar.gz
md5: a873af7831f7f63d9d655b227b5ea76f
sha1: ad187a6a93a6e822afed14f3c60fe08471a3d980

tar.bz2: http://awesome.naquadah.org/download/awesome-3.3.1.tar.bz2
md5: 4d3508b7c72bedc38cab4b6f9d2f68cf
sha1: a7bc3a969fed342c593d3f0974beeb22a07c18b7

number of changes
-
4

shortlog

Julien Danjou (3):
  spawn: fix crash with command starting with white space
  client: fix icon value on changes
  change codename

Katherine McKinley (1):
  draw: fix NULL pointer passed to pango_parse_markup()


diffstat

 awesomeConfig.cmake |2 +-
 client.c|1 +
 draw.c  |4 
 property.c  |2 ++
 spawn.c |7 ++-
 5 files changed, 14 insertions(+), 2 deletions(-)



signature.asc
Description: Digital signature


[Patch] Yes, another Really Important Thingie (tm)

2009-06-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I can't live without submiting a patch, the result of this OCD is attached.

Cheers,
Uli
- --
Do you know that books smell like nutmeg or some spice from a foreign land?
  -- Faber in Fahrenheit 451
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iQEbBAEBCAAGBQJKOnYwAAoJECLkKOvLj8sGOl8H9RB9hb0XvzoBgs77l5hn9Ann
Zj/YtQafVL46DxCcaQmibUdYX5UUnbxA97Q7ABXWqhzuoog4H/drFNj1bExrjj+x
yYNhBHnn67p0nbHcibI/liRuvZXFMmovWs0GVUnxbwmJej1jpwrS0e/OPN9V6ffU
IMKm96ji4nMFr8SVWuiRRtKu2Wbt26RsyLUi1TN1jt+x7G+xM+2Gt3Rxf8o30c1U
j8OQx7i09pag2WNA8vMOYuYSrbo3KtvM0yxUKPdDkSkOUiIK7yR+TDKbsdUItkKc
c695Boa3zv9+0JhYj1jMQ3Vt8SLMiyQEoAkvhikCFJGptcYWFO+C6++FdVGp3g==
=4Ayn
-END PGP SIGNATURE-
From 6b9b422164fb846c0b0e61575df92d7bc020620b Mon Sep 17 00:00:00 2001
From: Uli Schlachter psyc...@znc.in
Date: Thu, 18 Jun 2009 18:33:32 +0200
Subject: [PATCH] Inline client_real_stack()

This function is only called from one place and there is no reason not
to inline it there.

Signed-off-by: Uli Schlachter psyc...@znc.in
---
 client.c |   17 ++---
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/client.c b/client.c
index c2a3e08..2ad0905 100644
--- a/client.c
+++ b/client.c
@@ -372,12 +372,16 @@ client_layer_translator(client_t *c)
  * \todo It might be worth stopping to restack everyone and only stack `c'
  * relatively to the first matching in the list.
  */
-static void
-client_real_stack(void)
+void
+client_stack_refresh()
 {
 uint32_t config_win_vals[2];
 layer_t layer;
 
+if (!globalconf.client_need_stack_refresh)
+return;
+globalconf.client_need_stack_refresh = false;
+
 config_win_vals[0] = XCB_NONE;
 config_win_vals[1] = XCB_STACK_MODE_ABOVE;
 
@@ -424,15 +428,6 @@ client_real_stack(void)
 }
 }
 
-void
-client_stack_refresh()
-{
-if (!globalconf.client_need_stack_refresh)
-return;
-globalconf.client_need_stack_refresh = false;
-client_real_stack();
-}
-
 /** Manage a new client.
  * \param w The window.
  * \param wgeom Window geometry.
-- 
1.6.3.1



Re: [Patch] Yes, another Really Important Thingie (tm)

2009-06-18 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jun 18 14:57:35 -0400 2009:
 So you want something better than that? Does the attached patch satisfy your
 demands?

Hahaha, okay, much better, you win :)
-- 
Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com)

Scenery is here, wish you were beautiful.

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.