Re: [E-devel] possible problem with ecore_events

2007-02-10 Thread The Rasterman
On Wed, 7 Feb 2007 19:30:01 -0500 "Zachary Goldberg" <[EMAIL PROTECTED]> babbled: > I just recently got evdev to work (yay) and have assigned some newly > usable mouse buttons to some defined commands using E's mouse > bindings. I noticed that sometimes the commands would be called > twice. Afte

Re: [E-devel] Problem with ecore_main_fd_handler_add() and async GUI updates

2007-02-10 Thread The Rasterman
On Thu, 8 Feb 2007 01:14:05 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled: > Hello, > > I've some problems with ecore_main_fd_handler_add(). In my application > a pipe is used to synchronize the asynchronous data generation thread > and the GUI. It works great in 8 of 10 app running cases. In 2

Re: [E-devel] [PATCH] Add bgr 565 convert support to evas

2007-02-10 Thread The Rasterman
On Sun, 4 Feb 2007 20:10:32 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > Hi > > The attached patch adds "16bpp BGR 565 Converter Support" to evas. > > Please apply. what hardware did you find that does bgr565? > -- Lars Munch > > -- - Codito, ergo sum - "I code, therefore I

Re: [E-devel] Why do we require an enlightenment_start?

2007-02-10 Thread The Rasterman
On Tue, 30 Jan 2007 21:48:49 +0800 Wang Xu <[EMAIL PROTECTED]> babbled: > Hi all, > > I updated e17 this Sunday, and found that we now need a > enlightenment_start to start e17. The problem is it prepend > a prefix to PATH, as my e17 is in /usr/bin, it changes > the default priority of PATH --- p

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

2007-02-10 Thread The Rasterman
On Sun, 28 Jan 2007 11:56:40 +0100 Sebastian Dransfeld <[EMAIL PROTECTED]> babbled: > Enlightenment CVS wrote: > > Enlightenment CVS committal > > > > Author : raster > > Project : e17 > > Module : apps/e > > > > Dir : e17/apps/e/src/bin > > > > > > Modified Files: > > e.h e_apps.c e

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

2007-02-10 Thread The Rasterman
On Sun, 28 Jan 2007 01:36:48 -0600 Brian Mattern <[EMAIL PROTECTED]> babbled: > On Sun, Jan 28, 2007 at 02:22:51AM -0500, Enlightenment CVS wrote: > > Enlightenment CVS committal > > > > Author : raster > > > 3. add removable device support to e17's fm - via dbus/hal. seems to work > > well :)

Re: [E-devel] Input method support in ecore and font fallbacks in evas

2007-02-10 Thread The Rasterman
On Sun, 21 Jan 2007 00:58:25 +0900 "Olof Sjobergh" <[EMAIL PROTECTED]> babbled: > Hello, > > I have been playing around a bit with ewl and etk, and have run into a few > internationalization problems. > > First, there seems to be no support for input methods in ecore, which > handles the keyboar

Re: [E-devel] edje_decc patch

2007-02-10 Thread The Rasterman
On Mon, 5 Feb 2007 20:53:16 +0100 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > dan sinclair [2007-02-05 12:17]: > > Tilman Sauerbeck wrote: > > > DaveMDS [2007-02-05 05:05]: > > >> here's a patch for edje_decc that create a file called default.edc in > > >> the decompiled source dir. > > >> >

Re: [E-devel] Update GUI inside thread

2007-02-10 Thread The Rasterman
On Thu, 25 Jan 2007 00:53:12 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled: > Hello, > > as evas isn't thread save (like Gtk) it's a problem to update the GUI correct :) > periodic from a thread. They told me in #edevelop how to solve this > with use of pipes. But I think it's complicated. The

Re: [E-devel] Enlightenment crashes when openening icon-less application menu property page

2007-02-10 Thread The Rasterman
On Sat, 20 Jan 2007 01:32:41 +1100 Sam Bobroff <[EMAIL PROTECTED]> babbled: > Hello Enlightenment developers, > I've found a tiny bug in Enlightenment (compiled from the current > CVS source) and I hope this is the right place to post it. > > Steps to reproduce: > > Open the Main menu,

Re: [E-devel] [PATCH] evas directfb engine API fixes

2007-02-10 Thread The Rasterman
On Mon, 15 Jan 2007 11:09:59 -0400 Rob Shortt <[EMAIL PROTECTED]> babbled: > > Hello, > > I really need evas' directfb engine working so I took it upon myself to > do some work on it. :) I am not the best C guy around but I am familiar > with the workings of directfb. > > My first patch just

Re: [E-devel] Ecore_Con_Url and libcurl

2007-02-10 Thread The Rasterman
On Fri, 12 Jan 2007 10:40:49 +0100 Martin Sarajervi <[EMAIL PROTECTED]> babbled: > Hi, > > I have made a small change to ecore_con_url.c to make it work. > First I want it to follow locations (for example slashdot.org, you get a 301 > error as it is now). Also I want to remove the POSTFIELDS opti

Re: [E-devel] strl fallbacks

2007-02-10 Thread The Rasterman
On Mon, 8 Jan 2007 14:36:11 -0600 "Nathan Ingersoll" <[EMAIL PROTECTED]> babbled: > Does anyone have an objection to the addition of fallbacks for strlcpy > and strlcat in ecore? These are available on most UNIX systems now, > but glibc is still a hold out. don't see a problem with this :) > Tha

Re: [E-devel] Add application key bindings from border menu....

2007-02-10 Thread The Rasterman
On Thu, 28 Dec 2006 23:09:47 -0600 Ravenlock <[EMAIL PROTECTED]> babbled: > On 12/28/2006 21:03, Carsten Haitzler (The Rasterman) wrote: > > On Thu, 21 Dec 2006 16:01:58 -0600 Ravenlock <[EMAIL PROTECTED]> > > babbled: > > > >> Hello, > >> > >> Here is a patch that will add a border menu item tha

Re: [E-devel] Patch: e_flowlayout

2007-02-10 Thread The Rasterman
On Sun, 31 Dec 2006 20:04:12 -0500 "Sthithaprajna Garapaty" <[EMAIL PROTECTED]> babbled: > Here's a patch that provides e_flowlayout. > Its based off of e_box but provides a few additional features > - multiple rows/columns > - "flow" directions: left/right & top/bottom > - how many items it ca

Re: [E-devel] Evas Smart objects

2007-02-10 Thread The Rasterman
On Mon, 1 Jan 2007 15:43:42 +0100 "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> babbled: > On 7/2/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > On Mon, 19 Jun 2006 01:17:03 +0200 "Jorge Luis Zapata Muga" > > <[EMAIL PROTECTED]> babbled: > > > > > Hi all, > > > i have some doubts

Re: [E-devel] patch for the compilation of evas with MinGW

2007-02-10 Thread The Rasterman
On Wed, 3 Jan 2007 19:34:51 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> babbled: in :) > > Hey, > > here is a patch that make evas compile with MinGW. > Of course, there is no win32 engine yet. But now, it's possible to test it > :) > > regards > > Vincent Torri -- - Codito,

Re: [E-devel] patch for the compilation of embryo with MinGW

2007-02-10 Thread The Rasterman
On Fri, 5 Jan 2007 11:13:09 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> babbled: in :) > Hey, > > here is a patch that make embryo compile with MinGW. > > regards > > Vincent Torri -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)

Re: [E-devel] [PATCH] Pushing windows around with the keyboard

2007-02-10 Thread The Rasterman
On Fri, 05 Jan 2007 00:36:08 +0100 Martin Geisler <[EMAIL PROTECTED]> babbled: > Hello, > > I recently bought a big monitor, and with that I started to miss some > way of moving windows quickly to where I wanted them. I generally want > the windows to line up nicely, so I've coded a new action th

Re: [E-devel] efreet - freedesktop menu/icon/desktop spec implementation

2007-02-10 Thread The Rasterman
On Tue, 16 Jan 2007 17:11:33 -0600 Brian Mattern <[EMAIL PROTECTED]> babbled: hidey-ho... here i go - finally responding to this... :) > After a few weeks of spare-time development, I'd like to announce > Efreet, a new implementation of the XDG (freedesktop) specs for Icons, > Menus and Desktop E

Re: [E-devel] Why is it not up to the user to create GL context?

2007-02-10 Thread The Rasterman
On Thu, 18 Jan 2007 20:48:37 +0100 Rene Jensen <[EMAIL PROTECTED]> babbled: > Sorry sorry sorry for not being able to answer sooner! > > Shortly after I proclaimed that my Internet connection was back, I lost > it again. This time I won't say a word. Perhaps right now you are a > reading a lett

[E-devel] E WWW/CVS/etc. servers - please help!

2007-02-10 Thread The Rasterman
OK - First I'd like to say thanks to Ian (Inc) for setting up a donations page to track progress towards a goal of getting enough funds so we can finally get boxes that belong to enlightenment (and so we aren't living of borrowed/begged for/kindly donated hardware. the point of this is to get a s

Re: [E-devel] [PATCH] Add bgr 565 convert support to evas

2007-02-10 Thread Lars Munch
On Sat, Feb 10, 2007 at 06:12:38AM +0900, Carsten Haitzler wrote: > On Sun, 4 Feb 2007 20:10:32 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > > > Hi > > > > The attached patch adds "16bpp BGR 565 Converter Support" to evas. > > > > Please apply. > > what hardware did you find that does bgr565

Re: [E-devel] efreet - freedesktop menu/icon/desktop spec implementation

2007-02-10 Thread dan sinclair
On 9-Feb-07, at 6:14 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 16 Jan 2007 17:11:33 -0600 Brian Mattern > <[EMAIL PROTECTED]> > babbled: > >> Currently we have code to build menus, find icons, and load desktop >> entries complete. There are a few things left to finish (most >> impor

[E-devel] Icon events on e17

2007-02-10 Thread Thanatermesis
I think to the icons can accept events could be a good thing, specially for the icons animated stuff, for example, I don't like to have a ibar with 10 icons with a animation turning all the time eating my cpu, but i think to its a good idea to turns animated when i put my mouse on a icon E17 code

Re: [E-devel] Icon events on e17

2007-02-10 Thread William Keaney
On Sat, 2007-02-10 at 18:45 +0100, Thanatermesis wrote: > I think to the icons can accept events could be a good thing, specially for > the icons animated stuff, for example, I don't like to have a ibar with 10 > icons with a animation turning all the time eating my cpu, but i think to > its a good

Re: [E-devel] Icon events on e17

2007-02-10 Thread William Keaney
Relaying the off-list conversation on Thanatermesis' request: >> On Sat, 2007-02-10 at 18:45 +0100, Thanatermesis wrote: >>> >>> I think to the icons can accept events could be a good thing, >>> specially for the icons animated stuff, for example, I don't >>> like to have a iba

Re: [E-devel] [PATCH] Add bgr 565 convert support to evas

2007-02-10 Thread The Rasterman
On Sat, 10 Feb 2007 15:02:18 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > On Sat, Feb 10, 2007 at 06:12:38AM +0900, Carsten Haitzler wrote: > > On Sun, 4 Feb 2007 20:10:32 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > > > > > Hi > > > > > > The attached patch adds "16bpp BGR 565 Converter S