[E-devel] allowing shade/resize to fullscreen windows

2006-01-06 Thread Виктор Кожухаров
This is a patch that adds the option to allow these actions. It adds it to the window manipulation config. Please review it before even considering updating, since I'm not a C developer. The option defaults to the current default. I also thougth of making the window automatically unmaximize

[E-devel] patch for the visibility feature

2006-01-06 Thread Vincent Torri
hey, it seems that there are some problems with the visibility feature and gcc 4.*. According to the documentation (http://gcc.gnu.org/wiki/Visibility) the pragma statement should not be used. And indeed, it seems that there are some problems with gcc 4.0.2 and that pragma. I propose that

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

2006-01-06 Thread Sebastian Dransfeld
enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : raster Project : e17 Module : apps/e Dir : e17/apps/e Modified Files: BUGS TODO Log Message: fix several bugs (cursors for example)... found some more... :) +* BUG: fullscreen does not

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

2006-01-06 Thread David Seikel
Welcome back raster. Hope you had a good holiday. On Fri, 06 Jan 2006 07:32:41 -0800 enlightenment-cvs@lists.sourceforge.net wrote: +* BUG: IBAR follower speed and autoscroll speed are not pixels / sec (they are + recursive multiplication values). should invert gui valus and display as a +

Re: [E-devel] Unified thumbnails (background)

2006-01-06 Thread The Rasterman
On Wed, 21 Dec 2005 09:21:42 -0600 Nathan Ingersoll [EMAIL PROTECTED] babbled: On 12/20/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: just one thing - with efm it shouldnt be forking 1 process per image all at once. it will only be keeping 1 forked child at a time -

Re: [E-devel] Modules

2006-01-06 Thread The Rasterman
On Tue, 20 Dec 2005 21:44:50 -0600 Hawkwind Cliff Wade [EMAIL PROTECTED] babbled: I've noticed in the recent days after an update that *Modules* is nolonger an option in the menu. I do realise that it is now part of theConfiguration Panel which is nice. However, it was so much easier tobe

Re: [E-devel] Re: [e-users] e16.8 pre1

2006-01-06 Thread The Rasterman
On Mon, 26 Dec 2005 00:27:39 -0500 Michael Jennings [EMAIL PROTECTED] babbled: On Sunday, 25 December 2005, at 21:02:05 (+0100), Michel Briand wrote: - it's evident but it's better said than not : This Program Is Designed With Users In Mind, it's not your little toy, even if Raster as

Re: [E-devel] Strange warnings compiling errors

2006-01-06 Thread The Rasterman
On Sat, 31 Dec 2005 08:08:10 -0700 Nathan A. Smith [EMAIL PROTECTED] babbled: Hi guys, I have recently noticed I am getting a lot of strange (to me) compiling errors and warnings. I was hoping I could get one of you smart people to point me in the right direction to fix them. the

Re: [E-devel] e17 cvs - e_utils - build error

2006-01-06 Thread The Rasterman
On Thu, 29 Dec 2005 09:00:55 +0200 Chady Kassouf [EMAIL PROTECTED] babbled: Oops.. I dunno why I was using evas_object_free, and now with symbol hiding it's breaking. definitely should not have been using evas_object_free(). it's an internal call only and never was in Evas.h's exported api

Re: [E-devel] [patch] ecore_list2 removal

2006-01-06 Thread The Rasterman
On Mon, 2 Jan 2006 16:33:51 -0500 Michael Jennings [EMAIL PROTECTED] babbled: On Monday, 02 January 2006, at 12:46:32 (-0600), Nathan Ingersoll wrote: I don't think there is a very cohesive plan on list use atm. I've heard a few rumblings of people saying ecore lists suck or evas lists

Re: [E-devel] Strange warnings compiling errors

2006-01-06 Thread The Rasterman
On Sat, 31 Dec 2005 17:02:36 -0600 Ibukun Olumuyiwa [EMAIL PROTECTED] babbled: Mike Frysinger wrote: On Saturday 31 December 2005 10:08, Nathan A. Smith wrote: ecore_value.c:31: warning: redeclaration of 'ecore_prime_table' with different visibility (old visibility preserved)

Re: [E-devel] follow speed

2006-01-06 Thread The Rasterman
On Thu, 22 Dec 2005 12:38:26 +0100 Massimo Maiurana [EMAIL PROTECTED] babbled: looks like speed values for follower in ibar configuration are inverted, i.e. if I set a higher value follower is slower. noted down in TODO -- - Codito, ergo sum - I code, therefore I am

Re: [E-devel] white square 1st time resizing a window

2006-01-06 Thread The Rasterman
On Wed, 21 Dec 2005 22:42:11 +0100 (CET) [EMAIL PROTECTED] babbled: I have updated E this evening, and got the same problem as last week. Just after I log into E17, the very first time I want to resize a window using a low corner, the mouse becomes a white square. Happens once per cession

Re: [E-devel] [patch] ecore_ipc deprecated ecore_list2

2006-01-06 Thread The Rasterman
On Mon, 02 Jan 2006 05:28:08 +0100 Morten Nilsen [EMAIL PROTECTED] babbled: probably last patch for today... (all list patches). right now i'm not entirely sure its a godo idea to move everything to ecore_list as ecore_list literally works differently, adds malloc overhead etc. it changes

Re: [E-devel] ecore_exe event type consistancy.

2006-01-06 Thread The Rasterman
On Thu, 5 Jan 2006 08:05:43 +1000 David Seikel [EMAIL PROTECTED] babbled: While I was bringing ecore_exe fork'n'pipe into consistency with ecore_con and ecore_ipc, I noticed a problem with the way the exe event types are allocated and named. To make them more consistent, ECORE_EVENT_EXE_EXIT

Re: [E-devel] [patch]: minor e_winlist functional change

2006-01-06 Thread The Rasterman
On Wed, 4 Jan 2006 00:41:56 +0900 David Stevenson [EMAIL PROTECTED] babbled: Hi, When using the alttab winlist functionality, if your windows are more than half-way off a given edge of the screen (i know i know! but I only have a 15-inch display :-) it happens) when the mouse pointer warps,

Re: [E-devel] more tiff alpha weirdness

2006-01-06 Thread The Rasterman
On Thu, 5 Jan 2006 12:07:12 + Simon Wistow [EMAIL PROTECTED] babbled: Apparently TIFF has not one but two types of Alpha channel Associated and UnAssociated. The premultiplication of the r,g and b channels by 255/a on load should only be done with UnAssociated alpha channels (which

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

2006-01-06 Thread The Rasterman
On Thu, 5 Jan 2006 10:32:42 -0500 Michael Jennings [EMAIL PROTECTED] babbled: On Thursday, 05 January 2006, at 22:37:37 (+0900), David Stevenson wrote: Feel free to flame me down, but I'm wondering what users think about calling Window List Alt-Tab instead. No. That would be just as

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

2006-01-06 Thread The Rasterman
On Fri, 06 Jan 2006 16:27:53 +0100 Sebastian Dransfeld [EMAIL PROTECTED] babbled: enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : raster Project : e17 Module : apps/e Dir : e17/apps/e Modified Files: BUGS TODO Log

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

2006-01-06 Thread The Rasterman
On Sat, 7 Jan 2006 01:48:25 +1000 David Seikel [EMAIL PROTECTED] babbled: Welcome back raster. Hope you had a good holiday. On Fri, 06 Jan 2006 07:32:41 -0800 enlightenment-cvs@lists.sourceforge.net wrote: +* BUG: IBAR follower speed and autoscroll speed are not pixels / sec (they are

Re: [E-devel] patch for the visibility feature

2006-01-06 Thread The Rasterman
On Fri, 6 Jan 2006 15:08:01 +0100 (CET) Vincent Torri [EMAIL PROTECTED] babbled: hey, it seems that there are some problems with the visibility feature and gcc 4.*. According to the documentation (http://gcc.gnu.org/wiki/Visibility) the pragma statement should not be used. And indeed, it

Re: [E-devel] module configuration BUG

2006-01-06 Thread The Rasterman
On Thu, 29 Dec 2005 23:16:58 +0100 Aleksej Struk [EMAIL PROTECTED] babbled: Hi all, I've found one interesting bug. For example, let say, that first I launch the configuration dialog of a module. Second, I unload that module using enlightenment_remote. Finally, if i click on the apply/ok

Re: [E-devel] [patch] ecore examples..

2006-01-06 Thread The Rasterman
On Mon, 02 Jan 2006 06:37:58 +0100 Morten Nilsen [EMAIL PROTECTED] babbled: decided to make another, trivial, patch.. this fixes the config_listener and list examples. it also tweaks the config_basic example a bit... in cvs :) -- - Codito, ergo sum - I code, therefore I am

Re: [E-devel] ecore_exe event type consistancy.

2006-01-06 Thread David Seikel
On Sat, 7 Jan 2006 00:35:42 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: i would argue that ECORE_EVENT_EXE is fine as its a CORE ecore event (not a sub ecore system like ecore_con)... ? I'm thinking consistency in naming things IPC related. I think that merging fork'n'pipe

Re: [E-devel] efl on MinGw

2006-01-06 Thread The Rasterman
On Tue, 3 Jan 2006 13:57:37 -0600 Benoit DECHERF [EMAIL PROTECTED] babbled: ups... software_qtopia doesn't work on windows ? err .. no? qtopia is the EMBEDDED GUI from trolltech based 99% on qt. there is no windows native display system for efl - you could install an xswerver abnd xlibs and use

Re: [E-devel] [PATCH] evas_stringshare null string

2006-01-06 Thread The Rasterman
On Mon, 26 Dec 2005 09:38:08 +0200 Chady Kassouf [EMAIL PROTECTED] babbled: Hi, I encountered a segfault in e17 while playing around with desktop names: $ enlightenment_remote -desktop-name-add 0 0 0 0 will crash e17 This is a patch for evas_stringshare_(add|del) to quickly return

Re: [E-devel] Alt+Tab bug

2006-01-06 Thread The Rasterman
On Wed, 4 Jan 2006 21:19:02 -0600 Nathan Ingersoll [EMAIL PROTECTED] babbled: This is a well-known race condition. The last I talked to raster about it, the fix is non-trivial and will require more work than he's willing to put into it right now. I made a small change a while back that made

Re: [E-devel] Design idea for the configuation panel (aka my two cents)

2006-01-06 Thread The Rasterman
On Thu, 29 Dec 2005 16:15:28 +0100 CGA [EMAIL PROTECTED] babbled: Good Day to you all e-devs and thank you for your great job =) As you can understand from the subject of this e-mail I'm here to suggest you a design idea for the configuration panel, take it or leave it, it's up to you.

Re: [E-devel] evas_object_image_data_set() crash with directfb engine

2006-01-06 Thread The Rasterman
On Thu, 29 Dec 2005 00:30:20 +0100 Jorge Luis Zapata Muga [EMAIL PROTECTED] babbled: -- Forwarded message -- From: Jorge Luis Zapata Muga [EMAIL PROTECTED] Date: Dec 29, 2005 12:23 AM Subject: Re: [E-devel] evas_object_image_data_set() crash with directfb engine To: Jason

Re: [E-devel] efl on MinGw

2006-01-06 Thread The Rasterman
On Tue, 3 Jan 2006 19:54:20 +0100 Tilman Sauerbeck [EMAIL PROTECTED] babbled: Benoit DECHERF [2006-01-02 17:20]: Someone has compile efl on MinGw ? Yes. Mind there's no Evas engine for win32, so it's prolly a bit boring ;) I just compile eet, but I had to change fnmatch because i can't

Re: [E-devel] efm patch

2006-01-06 Thread mista
I started making the open-with menu. Should I make the items with toggles and the last chosen app is then used for the normal open-item? I changed the code for key selection with control set. It now gets less messed up when selecting back and forth, but its not perfect. I thought about making a

Re: [E-devel] efl on MinGw

2006-01-06 Thread Michel Briand
Hi, and happy new year ;) I would add something on that topic, having tested and worked a long time with this configuration: Cygwin/X works very well as a good X server on your little sister's computer ;)... I use Cygwin/X for many month without trouble, I rebuild Imlib2 and a lot of Open Source

Re: [E-devel] efm patch

2006-01-06 Thread Hisham Mardam Bey
On 1/6/06, mista [EMAIL PROTECTED] wrote: I started making the open-with menu. Should I make the items with toggles and the last chosen app is then used for the normal open-item? I changed the code for key selection with control set. It now gets less messed up when selecting back and forth,

Re: [E-devel] [PATCH] add menu items through modules

2006-01-06 Thread David Seikel
On Wed, 4 Jan 2006 01:32:05 +0100 Jorge Luis Zapata Muga [EMAIL PROTECTED] wrote: on the client (modules, or whatever) 1. e_menu_category_callback_set(fileman/action, _callback_create, _callback_free, local_data); Big problem here. After a module has set the callback, if the module gets

Re: [E-devel] Strange warnings compiling errors

2006-01-06 Thread Nathan A. Smith
On Fri, 2006-01-06 at 22:18 +0900, Carsten Haitzler wrote: On Sun, 01 Jan 2006 09:35:03 -0700 Nathan A. Smith [EMAIL PROTECTED] babbled: On Sun, 2006-01-01 at 17:34 +0900, David Stevenson wrote: On 1/1/06, Nathan A. Smith [EMAIL PROTECTED] wrote: Hi guys,