On Fri, 06 Jan 2006 21:44:24 -0700 "Nathan A. Smith" <[EMAIL PROTECTED]>
babbled:
> 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 wro
On Fri, 06 Jan 2006 23:56:20 +0100 Michel Briand <[EMAIL PROTECTED]> babbled:
> 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 ;)...
>
On Sat, 07 Jan 2006 04:24:35 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled:
> David Seikel wrote:
> > Even if e_menu_category_callback_set() with the callback set to NULL was
> > implemented, there is no unique parameter in the function that would
> > identify which callback to remove. There wa
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:
> > > H
David Seikel wrote:
Even if e_menu_category_callback_set() with the callback set to NULL was
implemented, there is no unique parameter in the function that would
identify which callback to remove. There way be multiple callbacks
registered, that's why they are all added to a list. And that's wh
On Sat, 07 Jan 2006 04:01:23 +0100 Morten Nilsen <[EMAIL PROTECTED]>
wrote:
> David Seikel wrote:
> > e_menu_category_callback_del().
>
> wouldn't that be semantically equal to calling
> e_menu_category_callback_set() with the callback set to NULL ?
If the e_menu_category_callback_set() code kn
David Seikel wrote:
e_menu_category_callback_del().
wouldn't that be semantically equal to calling
e_menu_category_callback_set() with the callback set to NULL ?
--
Morten
:wq
---
This SF.net email is sponsored by: Splunk Inc. Do you grep
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
On Wed, 4 Jan 2006 01:32:05 +0100 Jorge Luis Zapata Muga
<[EMAIL PROTECTED]> wrote:
> hi all, here i attach the patch wich will add the functionality to add
> menu items outside the main routines of creating the menu. the idea is
> basically this:
Cool, this is something that is needed by the emu
> Enlightenment CVS committal
>
> Author : codewarrior
> Project : e17
> Module : apps/e
>
> Dir : e17/apps/e/src/bin
>
>
> Modified Files:
> e.h e_fileman_file.c e_fileman_file.h e_fileman_icon.c
> e_fileman_smart.c e_fileman_smart.h e_int_border_menu.c
> e_int_menus.
Applied.
On 1/4/06, Jorge Luis Zapata Muga <[EMAIL PROTECTED]> wrote:
> hi all, here i attach the patch wich will add the functionality to add
> menu items outside the main routines of creating the menu. the idea is
> basically this:
>
> on the function where the e_menu_new is called
>
> 1. set th
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 fort
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
On Fri, 06 Jan 2006 13:56:06 -0800
enlightenment-cvs@lists.sourceforge.net wrote:
> Enlightenment CVS committal
>
> Author : kwo
> Project : e17
> Module : libs/ecore
>
> Dir : e17/libs/ecore/src/lib/ecore_x
>
>
> Modified Files:
> ecore_x.c ecore_x_dnd.c ecore_x_icccm.c ecore_x_mw
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 di
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 becau
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: J
On Wed, 21 Dec 2005 22:51:35 +0100 (CET) [EMAIL PROTECTED] babbled:
> I have updated E this evening, and got the same problem as last week.
>
> - open an Eterm with borders
> - resize it VERY SMALL, some thing like maximum 3 chars width and height,
> better with 2
> - release any button and ALT k
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
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 mad
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 quic
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
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'p
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
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 app
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 inde
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
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:
> >
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 woul
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
> (whic
On Wed, 4 Jan 2006 00:41:56 +0900 David Stevenson <[EMAIL PROTECTED]>
babbled:
> Hi,
>
> When using the 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,
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 thi
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
On Wed, 28 Dec 2005 13:35:19 +0200 [EMAIL PROTECTED] babbled:
> Hello All!
> I was really impressed from Enlightenment from screenshots so I decided
> to try it.
> I downloaded all important libraries from CVS (yesterday-Tuesday) and
> installed everything without a problem.
> E17 is now my main w
On Sat, 31 Dec 2005 02:00:40 +0100 Kim Woelders <[EMAIL PROTECTED]> babbled:
> Jason Tackaberry wrote:
> > On Fri, 2005-12-30 at 17:31 +0100, Kim Woelders wrote:
> >
> >>I think you are right that something is wrong somewhere around here.
> >>However, this patch breaks stuff for certain fonts (w
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 ce
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" -
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,
> >
> > I have recently noticed I am getting a lot
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)
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 "ev
On Sat, 31 Dec 2005 23:55:07 +0100 (CET) Vincent Torri
<[EMAIL PROTECTED]> babbled:
>
>
> On Sat, 31 Dec 2005, Ibukun Olumuyiwa wrote:
>
> > Mike Frysinger wrote:
> > > On Saturday 31 December 2005 10:08, Nathan A. Smith wrote:
> > >
> > >>ecore_value.c:31: warning: redeclaration of 'ecore_prim
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
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.
>
>
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
> > R
On Tue, 20 Dec 2005 21:44:50 -0600 "Hawkwind " <[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 able to
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
On Wed, 21 Dec 2005 10:01:41 -0600 Nathan Ingersoll <[EMAIL PROTECTED]>
babbled:
> I think you committed the earlier version of the patch that didn't work
> correctly. The later one had a redirected output that solved some issues on
> MacOS 10.3.
fixed... i'll commt as soon as i have net access :
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
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 respect
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 soluti
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 itself
51 matches
Mail list logo