Re: [E-devel] egraph: library for rendering dynamic graphs in evas

2013-03-19 Thread Laurent Ghigonis
r name. > > Cheers, > Tom. > > On 15/03/13 11:25, Laurent Ghigonis wrote: >> Thanks ! >> >> Attached info.txt and id_rsa.pub. >> Kept the old 'kiwi' nick. >> Phab account created (under name 'kiwi') >> Subscribed to the enlightenm

Re: [E-devel] egraph: library for rendering dynamic graphs in evas

2013-03-15 Thread Laurent Ghigonis
as * elife - Game of life as e17 background, that reacts to local machine activity Glad to be back :) On 03/14/13 07:35, Carsten Haitzler (The Rasterman) wrote: > On Sun, 10 Mar 2013 15:52:16 +0100 Laurent Ghigonis said: > > i have to say that is rather cool/neat. :) and onefang.. this i

[E-devel] egraph: library for rendering dynamic graphs in evas

2013-03-11 Thread Laurent Ghigonis
Hello all, I made a library to render graphs that can be updated dynamically. It uses evas + efx to render and edje for themes. Egraph is used in a live computer network visualisation tool called "glouglou" that i'm building right now (not in usable state atm). See the demo: http://www.enlightenm

Re: [E-devel] e17 wallpaper engine configuration

2010-02-07 Thread Laurent Ghigonis
On Mon, 8 Feb 2010 04:49:44 + Laurent Ghigonis wrote: > On Sun, 7 Feb 2010 22:25:13 +0900 > Carsten Haitzler (The Rasterman) wrote: > > is xrender actually appreciably faster than software for the bg? in > > my experience xrender is pretty bad at things like scaling images

[E-devel] e17 wallpaper engine configuration

2010-02-06 Thread Laurent Ghigonis
hello, what do you think about a "Wallpaper Engine" item in the Engine config panel that would set the e_config->evas_engine_container, so we can configure the evas engine for the wallpaper separately ? it's usefull for me because xrender has problems rendering all kind of things in enlightenment,

[E-devel] patch : fix e border reset to default

2009-11-22 Thread Laurent Ghigonis
noticed that when you set default border to "borderless", it gets reseted to "default" every time a border is displayed with a flag like urgent ? here is a fix, can someone review it ? i don't have an overview of e_border. when can't find the wanted border, it tries the user default border before

[E-devel] patch : e desklock on sleep

2009-11-22 Thread Laurent Ghigonis
hello, here is a patch that adds the ability to lock the screen (via desklock) when suspending or hibernating using e17 system controls. checkbox in conf_desklock. what do you think about it ? laurent Index: src/bin/e_config.c === -

[E-devel] patch : fix for e config dialogs

2009-10-24 Thread Laurent Ghigonis
Hello, It's been a while :) Here are 3 little patches for e, that makes me happier when using those nice guis =) e_config_dialog : When you switch between basic/advanced pannel, Ok and Apply disabled state actualy reflects if configuration was changed (of course it needs _check_changed to be impl

[E-devel] [patch] e_shelf

2007-07-08 Thread Laurent Ghigonis
Hey ! Attached a patch for e_shelf that changes the behavior of windows witch are moved on shelf unhide : it moves the windows just near the shelf, instead of moving them of the shelf size offset. Also fixed missing brackets. If it seems ok, just tell me and i'll commit. laurent? src/bin/e_she

[E-devel] [PATCH] e ilist fix

2007-05-11 Thread Laurent Ghigonis
Hi Here is a patch to fix some wrong behavior of E_Ilist and E_Widget_Ilist. Each E_Wiget_Ilist has an E_Widget_Callback list, wich contains callbacks for each item of the list. It must have the same order / same number of items than the real items list. And that was not the case before : now we

[E-devel] e_confirm_dialog changes

2007-04-28 Thread Laurent Ghigonis
Hi ! I wanted to use e_confirm_dialog in a module and i realised that there is no way to destroy the dialog window, cause the e_confirm_dialog_show does not return anything. I did some change, to make possible deletion of a confirm dialog. The E_Confirm_Dialog struct is now in the .h, and it is a

Re: [E-devel] [PATCH inline] Commented out unused variable to alarm module

2007-04-24 Thread Laurent Ghigonis
Thanks, i'll apply it. Does anybody knows how it works with other BSDs ? laurent Tue, 24 Apr 2007 14:37:33 +0200, Massimiliano Calamelli <[EMAIL PROTECTED]> wrote : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, this small patch sets alarm module buildable under > FreeBSD: i've

[E-devel] patch for e : exebuf scroll

2007-04-17 Thread Laurent Ghigonis
When you have exebuf opened and youre mouse is over it, imo exebuf does'nt work the right way if you descide to scroll the apps list with the keyboard or the mouse wheel : The selected app will always be the one under the mouse. I believe that if you descide to use keyboard (or wheel) to scroll, y

Re: [E-devel] patch for the pager module, about window urgent state support

2007-03-23 Thread Laurent Ghigonis
> Here is a little patch for the pager module, > that basically able the user to show the pager popup on window urgent > state change. I did some changes on my patch, the new one is attached. Details of the patch : new from last patch : * if the urgent window gets focused, close the popup * n

Re: [E-devel] E and gui-toolkits.

2007-03-23 Thread Laurent Ghigonis
Thu, 22 Mar 2007 00:10:33 +0100, Simon TRENY <[EMAIL PROTECTED]> wrote : > There is something I'd like to discuss here although I'm not sure it's > really the right place to do so.. Since Etk and Ewl have begun to be > usable enough, there has been a lot of new apps using one of these > too. The t

Re: [E-devel] Maximize Patch

2007-03-17 Thread Laurent Ghigonis
I like the idea. The user set the size of any maximised window. What do you think about remembering the number of pixels from the top, bottom, left and right side of the screen ? It would handle better a resolution change i believe. Also it would need a little tool to select graphicaly the corner

Re: [E-devel] patch for the pager module, about window urgent state support

2007-03-17 Thread Laurent Ghigonis
I'm not sure to understand you're answer. Did you test the patch ? The way you describe the things are how they _should_ happend. Closing the popup after the first desktop change. If it's not the case for you, please tell me what you're pager setting are, so maybe i can reproduce that. The thing

Re: [E-devel] patch for the pager module, about window urgent state support

2007-03-17 Thread Laurent Ghigonis
I'm not sure to understand you're answer. Did you test the patch ? The way you describe the things are how they _should_ happend. Closing the popup after the first desktop change. If it's not the case for you, please tell me what you're pager setting are, so maybe i can reproduce that. The thing

Re: [E-devel] patch for the pager module, about window urgent state support

2007-03-16 Thread Laurent Ghigonis
> oh... another idea (hope you don't mind the unsolicited ideas)... i love them =) > Might be nice to have the pager itself get raised to above all in > response to an urgent client. (configurable) > > This might be nice because, at least for me, the pager is in a less > obtrusive location tha

[E-devel] patch for the pager module, about window urgent state support

2007-03-16 Thread Laurent Ghigonis
Hi all Here is a little patch for the pager module, that basically able the user to show the pager popup on window urgent state change. More details : * fix: show the urgent state of a window even if the urgent state was set before the pager start * show the urgent state of windows in the pager

Re: [E-devel] several issues

2006-10-30 Thread Laurent Ghigonis
On 30/10/06, Metrics <[EMAIL PROTECTED]> wrote: > > > -- there is something fishy going on with icons. Application icons > >regularly get messed up, e.g. I'd get the 'xterm' icon for another > >app in the ibox. I can't really narrow it down (sorry) except that > >they do get mixed up. >

Re: [E-devel] E17 coding funds: Who wants to get paid to fix bugs and finish off todo items for E17?

2006-07-15 Thread Laurent Ghigonis
I would be glad to do that. I love E and to code using EFLs, already wrote some modules (dEvian, photo, eveil, upcoming rss and netsearch) and some patches around ... i have time during the next month ... so tell me what to do =) laurent 'kiwi' Le Fri, 14 Jul 2006 11:56:35 +0900, Carsten Haitzl

Re: [E-devel] e_modules/devian

2006-07-13 Thread Laurent Ghigonis
commited :) Le Wed, 12 Jul 2006 11:56:42 +0200, Lut!n <[EMAIL PROTECTED]> a écrit : > Hi, > here are three (very) small patches fixing > e_modules/devian/data/themes/$theme/Makefile.am for make distcheck, > for blue_eyed, clean and minimal themes > Regards, > Lut!n -

[E-devel] e17 thumb patch for memory leaks

2006-07-07 Thread Laurent Ghigonis
Heya I now the current E thumbnailing system is going to rewritten. Anyway, for the moment, here is a patch to fix some memory leaks. laurent 'kiwi'--- e_thumb.c 2006-07-07 19:00:06.613161672 +0200 +++ NEWe_thumb.c 2006-07-07 19:01:10.363470152 +0200 @@ -1,6 +1,6 @@ /* -* vim:ts=8:sw=3:sts=8:noe

[E-devel] e17 menu patch

2006-07-06 Thread Laurent GHIGONIS
Hop hop hop A one character patch for e_menu.c =) It fixes the submenu deactivate callback ( set via e_menu_item_submenu_post_callback_set() ) wich was never called. laurent 'kiwi'--- e_menu.c2006-07-07 02:49:29.592102000 +0100 +++ NEWe_menu.c 2006-07-07 02:48:07.275616008 +0100 @@ -1788,7 +

[E-devel] e17 e_thumb patch

2006-07-05 Thread Laurent Ghigonis
When using e17 thumbnailing functionnalities (e_thumb), i noticed 2 bugs : 1) When thumbnailing is finished (the "to thumbnail" list is empty), and then you launch thumbnailing again for new pictures, it doesnt work 2) When you restart E while thumbnailing, you get a message like ___

[E-devel] e17 "send to desktop" menu patch

2006-06-30 Thread Laurent Ghigonis
o Ooo ! Here is a small patch to display wich desk is current in "send to desktop" menu :) http://.zapto.org/httpup/e17_sendto_new.jpg laurent 'kiwi'--- e_int_border_menu.c 2006-06-30 23:54:46.661936256 +0200 +++ Me_int_border_menu.c 2006-06-30 23:49:45.606703608 +0200 @@ -706,9 +706,11 @@

Re: [E-devel] e shelf patch

2006-06-15 Thread Laurent GHIGONIS
Enable font class for Module Big and Little, and change the font size :) Le Thu, 15 Jun 2006 14:32:43 +0200, Anders Troback <[EMAIL PROTECTED]> a écrit : > On Thu, 15 Jun 2006 14:48:10 +0200 > Laurent GHIGONIS <[EMAIL PROTECTED]> wrote: > > > hi > > >

[E-devel] e shelf patch

2006-06-15 Thread Laurent GHIGONIS
hi here is a little patch for shelf configuration pannel to display shelf orientation instead of E icon in the list http://.zapto.org/httpup/e17_shelves_iconlist_2.jpg--- e_int_config_shelf.c 2006-06-15 03:11:25.595614448 +0200 +++ e_int_config_shelf_iconlist.c 2006-06-15 03:11:11.825707792 +

RE: [E-devel] BUG: dEvian:RSS module crashes E

2006-05-16 Thread Laurent Ghigonis
Should be fixed now ... ? Laurent Ghigonis -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Aleksej Struk Envoyé : vendredi 12 mai 2006 16:12 À : Enlightenment-Devel Objet : [E-devel] BUG: dEvian:RSS module crashes E Hi, Unfortunatelly I ha