Re: [E-devel] [PATCH] add --enable-no-dither-mask to configure

2007-04-18 Thread Gustavo Sverzut Barbieri
On 4/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Gustavo wrote: > > > Some embedded devices are so slow that --enable-small-dither-mask > > is not enough, we have to completely remove dithering to get some > > speedups. This is the case with Nokia 770 or N800, where we have a >

Re: [E-devel] [PATCH] add --enable-no-dither-mask to configure

2007-04-18 Thread [EMAIL PROTECTED]
> > > Some embedded devices are so slow that --enable-small-dither- > > >mask is not enough, we have to completely remove dithering to > > > get some speedups. This is the case with Nokia 770 or N800, > > > where we have a [EMAIL PROTECTED] but not much CPU to handle all > > > these pixels :-) > >

Re: [E-devel] [PATCH] add --enable-no-dither-mask to configure

2007-04-18 Thread Gustavo Sverzut Barbieri
On 4/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Some embedded devices are so slow that --enable-small-dither- > > > >mask is not enough, we have to completely remove dithering to > > > > get some speedups. This is the case with Nokia 770 or N800, > > > > where we have a [EMAIL PR

[E-devel] Ideas for a new 'desklet'-module api

2007-04-18 Thread Hannes Janetzek
Hi, I started to make a new taskbar-module based on engage. For now it uses gadcon, but this has several disadvantages. The problem is that the shelf is intended to hold more than one gadcon-client and therefore the clients should be changed on changes to the shelf. In my case the module should con

[E-devel] [PATCH] patch for 'mem' module

2007-04-18 Thread Richard Kolkovich
This patch disables the display of the 'Swap' label if your machine does not have any swap. -- Richard Kolkovich [EMAIL PROTECTED] Index: e_mod_main.c === RCS file: /var/cvs/e/e_modules/mem/e_mod_main.c,v retrieving revision 1.4

Re: [E-devel] [PATCH] patch for 'mem' module

2007-04-18 Thread Michael Jennings
On Wednesday, 18 April 2007, at 15:26:01 (-0500), Richard Kolkovich wrote: > This patch disables the display of the 'Swap' label if your machine > does not have any swap. We need unified/context diffs please. diff -u Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[EMAIL P

Re: [E-devel] [PATCH] patch for 'mem' module

2007-04-18 Thread Richard Kolkovich
Michael Jennings wrote: On Wednesday, 18 April 2007, at 15:26:01 (-0500), Richard Kolkovich wrote: This patch disables the display of the 'Swap' label if your machine does not have any swap. We need unified/context diffs please. diff -u Michael d0h. Attached. -- Richard Kolkovich [EMA

Re: [E-devel] Ideas for a new 'desklet'-module api

2007-04-18 Thread Michael Jennings
On Wednesday, 18 April 2007, at 21:29:05 (+0200), Hannes Janetzek wrote: > I would say engage, devian, calendar and all this desklet-stuff > falls in this category for example. Devian and calendar are both dead. The module form of engage is also outdated. Michael -- Michael Jennings (a.k.a. K

Re: [E-devel] Evas keydown segfault

2007-04-18 Thread Brian Mattern
On Sun, Apr 08, 2007 at 03:49:08PM -0400, Christopher Michael wrote: > Hi all, > > Mekius recently discovered a nasty segfault when trying to use the Enter > key to dismiss a dialog. As it turns out, this affects all dialogs. > After some digging into evas_callbacks.c I have come up with the >

Re: [E-devel] E CVS: apps/e devilhorns

2007-04-18 Thread Hisham Mardam Bey
On 4/19/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > Enlightenment CVS committal > > Author : devilhorns > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_entry.c > > > Log Message: > Add right-click copy/paste popup menu to e_entry for Cod