[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-09-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- @jd: We can now only load PNGs, everything else results in empty images. This kinda breaks debi

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-09-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) Reason for closing: Fixed Additional comments about closing: commit db3b1fe4318dfc3fc4f919e150f2a1e864d19e53 Author:

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-24 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Julien Danjou (jd) -- Isn't there an easy way to export our images as string in ARGB32 format? -- More information

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias (Attachment added)

2010-08-20 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- Ok, I got a less ugly hack. This one drops "image" completely and replaces everything with ooca

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias (Attachment added)

2010-08-19 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- Attached is a first patch/hack I just made for testing this. This doesn't need awesome to link

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-19 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- Oh, There are also bg_image and icon (client.icon). Making client.icon write-only is not an opt

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-19 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- oocairo looks promising. The only problems I see so far is that no distro seems to ship oocairo

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Gregor Best (farhaven) -- I remember a long time ago I used oocairo for drawing on widgets. That was before I added the wra

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Julien Danjou (jd) -- Anyhow, I think we should not decide blindly to embed our own wrapper. If luacairo is crap, we might j

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- I looked around a little. http://luaforge.net/projects/luacairo/ auto-generated crap that was l

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Julien Danjou (jd) -- Cairo bindings obviously. Eventually, using some existing binding maybe a big plus… -- More

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- So let's start with a drawing API. How should it look like? Should this be like the current api

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-16 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Julien Danjou (jd) -- This is what I though, Uli. In `next' branch, there's no widget anymore anyway, so it's not plan F, i

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-16 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- Just a thought: Instead of handling widgets in the core, we could export enough of cairo's API

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-16 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Julien Danjou (jd) -- I think this is a good idea. It might be a target for 4.0. Imlib2 may be kept as an optional (or not)

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-16 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- GdkPixbuf is only used for loading / saving images in that code, so I guess gdk isn't needed af

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-08-16 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#757 - Image/Drawing System Overhaul With Cairo Bias User who did this - Uli Schlachter (psychon) -- Seen on the mailing list archives: (Replaces imlib2 with some gdk code) http://article.gmane.or

Re: [awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-04-14 Thread Andrei Thorp
On Tue, Apr 13, 2010 at 11:30 AM, Julien Danjou wrote: > Andrei Thorp writes: > >> Psychon also suggested that I ping you directly about this, JD, as it's kind >> of >> an infrastructure decision type bug. What are your thoughts? > > Well, I knew someday someone will open such a feature request.

Re: [awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-04-13 Thread Julien Danjou
Andrei Thorp writes: > Psychon also suggested that I ping you directly about this, JD, as it's kind > of > an infrastructure decision type bug. What are your thoughts? Well, I knew someday someone will open such a feature request. Adding direct cairo surface drawing was part of a vague plan pa

Re: [awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-04-13 Thread Andrei Thorp
On Tue, Apr 13, 2010 at 11:00 AM, awesome wrote: > THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. > > A new Flyspray task has been opened.  Details are below. > User who did this - Andrei Thorp (garoth) > Attached to Project - awesome > Summary - Image/Drawing System Overhaul With Cairo Bias > Task T

[awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-04-13 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Andrei Thorp (garoth) Attached to Project - awesome Summary - Image/Drawing System Overhaul With Cairo Bias Task Type - Evolution Request Category - Core Status - Unconfir