Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core

2012-05-02 Thread Chris Michael
-Original Message- From: Boris Faure [mailto:bill...@gmail.com] Sent: 02 May 2012 09:11 To: undisclosed-recipients: Cc: Enlightenment developer list Subject: Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core On Wed, May 2, 2012 at 10:06 AM, Tom Hacohen wrote: > On 02/05/1

Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core

2012-05-02 Thread Chris Michael
-Original Message- From: Boris Faure [mailto:bill...@gmail.com] Sent: 02 May 2012 09:11 To: undisclosed-recipients: Cc: Enlightenment developer list Subject: Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core On Wed, May 2, 2012 at 10:06 AM, Tom Hacohen wrote: > On 02/05/1

Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core

2012-05-02 Thread Chris Michael
> -Original Message- > From: Alex-P. Natsios [mailto:apnats...@gmail.com] > Sent: 02 May 2012 09:58 > To: Enlightenment developer list > Subject: Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into > core > > About "desktop experience" there is a viable way to present that. > > B

Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread Chris Michael
Well, it's not so much that it is an "E coding standard", or that it's even enforced at all it's a matter of preference for the most part. When I started coding on/with EFL 'unsigned int' was used instead of 'uint32_t' so I just stuck with unsigned, and have since gotten used to it :) It's

Re: [E-devel] Container Patch

2012-05-03 Thread Chris Michael
> -Original Message- > From: Cedric BAIL [mailto:cedric.b...@free.fr] > Sent: 03 May 2012 09:48 > To: Enlightenment developer list > Subject: Re: [E-devel] Container Patch > > On Thu, May 3, 2012 at 4:35 PM, wrote: > > Would someone please apply this attached patch (almost immediately) >

Re: [E-devel] Randr Patch

2012-05-03 Thread Chris Michael
> -Original Message- > From: Cedric BAIL [mailto:cedric.b...@free.fr] > Sent: 03 May 2012 09:50 > To: Enlightenment developer list > Subject: Re: [E-devel] Randr Patch > > On Thu, May 3, 2012 at 4:43 PM, wrote: > > And here's another small patch to cleanup the long standing e_randr > com

Re: [E-devel] Wayland: Refactor out SHM pool creation

2012-05-16 Thread Chris Michael
In svn now. Many thanks :) Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 15 May 2012 18:28 > To: Enlightenment developer list > Subject: [E-devel] Wayland: Refactor out SHM pool creation > > Ecore (wayland): Refactor out SHM pool allocat

Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2012-05-16 Thread Chris Michael
No worries :) All fixed now :) dh > -Original Message- > From: Jihoon Kim [mailto:imfin...@gmail.com] > Sent: 16 May 2012 14:00 > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] E SVN: devilhorns > trunk/evas/src/modules/engines/gl_x11 > > I'm sorry. It was my mist

Re: [E-devel] [PATCH] Wayland: Port ecore to the wl_seat

2012-05-22 Thread Chris Michael
Patch in svn now. I modified it slightly for efl formatting. Thank You :) Dh > -Original Message- > From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] > Sent: 21 May 2012 15:17 > To: enlightenment-devel@lists.sourceforge.net > Subject: [E-devel] [PATCH] Wayland: Port eco

Re: [E-devel] [PATCH] Wayland: Fix not add input.

2012-05-23 Thread Chris Michael
Fixed in EFL svn now, Thanks :) Dh > -Original Message- > From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] > Sent: 23 May 2012 08:32 > To: enlightenment-devel@lists.sourceforge.net > Cc: wayland-de...@lists.freedesktop.org > Subject: [E-devel] [PATCH] Wayland: Fix not a

Re: [E-devel] Ecore/Elementary: Only return X11 Window when we have an X11 Ecore_Evas

2012-05-28 Thread Chris Michael
Hi Robert, Would you mind a slight modification in the Ecore patch ? + if (!(!strcmp(ee->driver, "wayland_egl")) || + !(!strcmp(ee->driver, "wayland_shm"))) + return NULL; Is easier to do: If (!strncmp(ee->driver, "wayland", 7)) Thanks :) Dh > -Original Message- > From: B

Re: [E-devel] Ecore/Elementary: Only return X11 Window when we have an X11 Ecore_Evas

2012-05-28 Thread Chris Michael
Cheers :) I'll review these today and hopefully get them in. Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 28 May 2012 12:35 > To: Chris Michael > Cc: Enlightenment developer list > Subject: Re: [E-devel] Ecore/Elem

Re: [E-devel] Ecore/Elm: Cursors on Wayland (patches)

2012-05-30 Thread Chris Michael
Robert, Many thanks :) I am stuck knee deep in paperwork today, but I will review these first thing tomorrow morning and get back to you. Again, thanks for the hard work wrt this :) Cheers, Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 30 Ma

Re: [E-devel] Ecore/Elm: Cursors on Wayland (patches)

2012-06-06 Thread Chris Michael
Rob, I have applied the first two patches (ecore & elm_win) however, the third would not apply cleanly due to changes in elm_cursor. If you find some time, would you mind resending the third patch after an svn update of efl ? Cheers, Dh > -Original Message- > From: Bradford, Robert [mai

Re: [E-devel] Ecore_Wayland: Keyboard input patch

2012-06-06 Thread Chris Michael
In Svn. Thanks :) Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 06 June 2012 13:55 > To: Enlightenment developer list > Subject: [E-devel] Ecore_Wayland: Keyboard input patch > > Attached is a patch that enhances the keyboard input a bit mor

Re: [E-devel] Ecore/Elm: Cursors on Wayland (patches)

2012-06-06 Thread Chris Michael
- including ChangeLog rebases. > > Cheers, > > Rob > > On 6 June 2012 09:42, Chris Michael wrote: > > Rob, > > > > I have applied the first two patches (ecore & elm_win) however, the > > third would not apply cleanly due to changes in elm_cursor.

Re: [E-devel] Ecore_Wayland: Update to reflect protocol change

2012-06-06 Thread Chris Michael
In Svn, thanks :) Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 06 June 2012 15:05 > To: Enlightenment developer list > Subject: [E-devel] Ecore_Wayland: Update to reflect protocol change > > Axis events are now wl_fixed_t. We need to conver

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-07 Thread Chris Michael
> -Original Message- > From: Michael Blumenkrantz [mailto:michael.blumenkra...@gmail.com] > Sent: 07 June 2012 07:10 > To: Christopher Michael > Cc: Enlightenment developer list > Subject: Re: [E-devel] E SVN: discomfitor trunk/elementary > > On Wed, 06 Jun 2012 20:31:01 +0100 > Christop

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-07 Thread Chris Michael
t; wrote: > > > On Thu, Jun 7, 2012 at 8:21 AM, Chris Michael > > wrote: > > > > > > > > > > > > -Original Message- > > > > From: Michael Blumenkrantz > [mailto:michael.blumenkra...@gmail.com] > > > > Sent: 07 Ju

Re: [E-devel] [PATCH] evas_engine: Fix "==" repo for wayland_egl

2012-06-26 Thread Chris Michael
In svn. Many Thanks :) Dh > -Original Message- > From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] > Sent: 26 June 2012 07:58 > To: enlightenment-devel@lists.sourceforge.net > Subject: [E-devel] [PATCH] evas_engine: Fix "==" repo for wayland_egl > > From: Alex Wu > >

Re: [E-devel] E failing to compile

2012-06-29 Thread Chris Michael
Hrm, compiled here earlier today just fine...svn up again maybe ? Dh > -Original Message- > From: Jeff Hoogland [mailto:jeffhoogl...@linux.com] > Sent: 29 June 2012 15:12 > To: e-devel > Subject: [E-devel] E failing to compile > > E is failing to compile for me from a SVN pull from last

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Chris Michael
> -Original Message- > From: Michael Blumenkrantz [mailto:michael.blumenkra...@gmail.com] > Sent: 03 July 2012 09:40 > To: Enlightenment developer list > Subject: Re: [E-devel] E SVN: devilhorns IN > trunk/ecore/src/lib/ecore_x: . xcb xlib > > imo in ecore-x nobody cares. there have been

Re: [E-devel] E SVN: devilhorns trunk/ecore

2012-07-03 Thread Chris Michael
No, they are there in the news: > > + - Add API functions to get/set an Ecore_Evas's profile. What is missed ? http://trac.enlightenment.org/e/changeset?reponame=&new=73206%40trunk%2Fecor e%2Fsrc%2Flib%2Fecore_evas%2FEcore_Evas.h&old=71569%40trunk%2Fecore%2Fsrc%2F lib%2Fecore_evas%2FEcore_Eva

Re: [E-devel] E SVN: devilhorns trunk/ecore

2012-07-03 Thread Chris Michael
uly 2012 13:01 > To: Enlightenment developer list > Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore > > On Tue, Jul 3, 2012 at 12:44 PM, Chris Michael > wrote: > > No, they are there in the news: > > > >> > + - Add API functions to get/set an Ecore_Evas'

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_imf

2012-07-03 Thread Chris Michael
Thanks Jihoon :) Dh > -Original Message- > From: Jihoon Kim [mailto:imfin...@gmail.com] > Sent: 03 July 2012 22:56 > To: Enlightenment developer list > Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_imf > > I found this issue, so I fixed and committed about 7 hours

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2012-07-05 Thread Chris Michael
> -Original Message- > From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi] > Sent: 05 July 2012 12:31 > To: Enlightenment developer list > Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas > > On Thursday, July 5, 2012, Christopher Michael wrote: > > > >

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2012-07-05 Thread Chris Michael
> -Original Message- > From: David Seikel [mailto:onef...@gmail.com] > Sent: 05 July 2012 12:46 > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas > > On Thu, 5 Jul 2012 08:31:29 -0300 Gustavo Sverzut Barbieri > wrot

Re: [E-devel] Elm: Wayland: Fix crash when not running under X

2012-07-11 Thread Chris Michael
Rob, Thanks for the patch :) In svn now. Cheers, Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 10 July 2012 17:00 > To: Christopher Michael > Cc: Enlightenment developer list > Subject: [E-devel] Elm: Wayland: Fix crash when not running unde

Re: [E-devel] E SVN: devilhorns trunk/elementary

2012-07-11 Thread Chris Michael
Patience is a virtue ;) Check your inbox again Dh > -Original Message- > From: Vincent Torri [mailto:vincent.to...@gmail.com] > Sent: 11 July 2012 12:56 > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] E SVN: devilhorns trunk/elementary > > haha, it's the first t

Re: [E-devel] E SVN: devilhorns trunk/elementary

2012-07-11 Thread Chris Michael
[E-devel] E SVN: devilhorns trunk/elementary > > On Wed, Jul 11, 2012 at 1:59 PM, Chris Michael > wrote: > > Patience is a virtue ;) Check your inbox again > > yeah, i saw it before sending the mail, but i couldn't resist :) > > > > > Dh > >

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/shot

2012-07-19 Thread Chris Michael
You're welcome ;) :P Dh > -Original Message- > From: Daniel Juyung Seo [mailto:seojuyu...@gmail.com] > Sent: 19 July 2012 13:48 > To: Enlightenment developer list > Subject: Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/shot > > thanks for the quick fix! > On Jul 19, 2012 9:46 PM

Re: [E-devel] E SVN: barbieri trunk/elementary/src/lib

2012-07-19 Thread Chris Michael
Yes. You either have to pass --disable-elementary to E17 when building, OR update and rebuild Elementary BEFORE doing E17. Dh > -Original Message- > From: Andrea Suisani [mailto:sick...@opinioni.net] > Sent: 19 July 2012 14:46 > To: enlightenment-devel@lists.sourceforge.net > Subject: Re

Re: [E-devel] [PATCH] evas/wayland_egl: Fix segfault when doing alpha setting in elmentary.

2012-07-23 Thread Chris Michael
Applied to svn (74330). Many thanks :) Dh > -Original Message- > From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] > Sent: 23 July 2012 14:10 > To: enlightenment-devel@lists.sourceforge.net > Cc: eduardo.de.barros.l...@intel.com > Subject: [E-devel] [PATCH] evas/wayland_

Re: [E-devel] window size mechanism on wayland question

2012-07-24 Thread Chris Michael
Yes, this is a bug that needs fixing in efl wayland code. I am currently looking into various methods of dealing with this. Dh > -Original Message- > From: Juan Zhao [mailto:juan.j.z...@linux.intel.com] > Sent: 24 July 2012 06:48 > To: Chris Michael > Cc: enli

Re: [E-devel] [PATCH 0/2] This patch set add Copy and Paste support for wayland backend.

2012-07-26 Thread Chris Michael
Thanks for the patches :) I will try to make time to review them this week. Much appreciated :) Cheers, Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 26 July 2012 10:18 To: enlightenment-devel@lists.sourceforge.net Cc: eduardo.de.barros.

Re: [E-devel] [PATCH] FIx wrong frame calculation in evas_object_resize()

2012-07-30 Thread Chris Michael
This is fixed now with EFL revision 74566. I could not make use of these patches tho :(, but thank you for the effort :) Cheers, Dh -Original Message- From: yan.w...@linux.intel.com [mailto:yan.w...@linux.intel.com] Sent: 24 July 2012 06:08 To: enlightenment-devel@lists.sourceforge.net

Re: [E-devel] [e-users] poll fyi

2012-07-30 Thread Chris Michael
-Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: 31 July 2012 07:45 To: Enlightenment developer list Cc: support; enlightenm...@samsung.com Subject: Re: [E-devel] [e-users] poll fyi On Mon, 30 Jul 2012 21:08:26 -0400 Zoffix Znet said: > >

Re: [E-devel] [e-users] poll fyi

2012-07-31 Thread Chris Michael
-Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: 31 July 2012 08:00 To: Enlightenment developer list Cc: Chris Michael; 'support'; enlightenm...@samsung.com Subject: Re: [E-devel] [e-users] poll fyi On Tue, 31 Jul 2012 07:53:49 +

Re: [E-devel] [PATCH] evas/elementary: Fix hoversel test segfault on wayland engine

2012-08-01 Thread Chris Michael
Good catch. Patch in svn. Thanks :) Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 01 August 2012 15:04 To: enlightenment-devel@lists.sourceforge.net Cc: eduardo.de.barros.l...@intel.com Subject: [E-devel] [PATCH] evas/elementary: Fix hove

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas

2012-08-01 Thread Chris Michael
Apologies. I misquoted who the patch is from. It is actually from Alex Wu -Original Message- From: Enlightenment SVN [mailto:no-re...@enlightenment.org] Sent: 01 August 2012 15:15 To: enlightenment-...@lists.sourceforge.net Subject: E SVN: devilhorns trunk/evas/src/lib/canvas Log: Evas

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas

2012-08-01 Thread Chris Michael
Hahaha, sorry, I did not. Just caught it now in my build Will fix. -Original Message- From: Gustavo Lima Chaves [mailto:gl...@profusion.mobi] Sent: 01 August 2012 15:27 To: enlightenment-devel@lists.sourceforge.net Cc: enlightenment-...@lists.sourceforge.net Subject: Re: [E-devel] E SVN:

Re: [E-devel] [PATCH] wallpaper2: implement close/apply buttons

2012-08-01 Thread Chris Michael
In Svn now. Thanks :) Dh -Original Message- From: thomasg [mailto:tho...@gstaedtner.net] Sent: 01 August 2012 19:49 To: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [PATCH] wallpaper2: implement close/apply buttons On Wed, Aug 1, 2012 at 8:34 PM, thomasg wrote: > O

Re: [E-devel] [PATCH][wayland] Fix bug in fullscreening

2012-08-01 Thread Chris Michael
In svn. Thanks Rob :) Dh -Original Message- From: Bradford, Robert [mailto:robert.bradf...@intel.com] Sent: 01 August 2012 19:21 To: Enlightenment developer list Cc: Eduardo De Barros Lima Subject: [E-devel] [PATCH][wayland] Fix bug in fullscreening ChangeLog entry: 2012-08-01 Rob Br

Re: [E-devel] [PATCH 0/3 v3] Add Copy and Paste support for wayland engine

2012-08-03 Thread Chris Michael
Thank you Alex for the patches !! :) I do not think I will have time to get to them today (and I know I have delayed these patches all week) :( It's just that for something this "large", it will take time to review, test, etc, etc...and I don't have that time available today :( However, I will make

Re: [E-devel] [PATCH][wayland] Check for NULL surface/shell surface pointers on events

2012-08-03 Thread Chris Michael
In svn now, thanks :) Dh -Original Message- From: Bradford, Robert [mailto:robert.bradf...@intel.com] Sent: 03 August 2012 14:10 To: Enlightenment developer list Subject: [E-devel] [PATCH][wayland] Check for NULL surface/shell surface pointers on events 2012-08-03 Rob Bradford

Re: [E-devel] [PATCH 0/3 v3] Add Copy and Paste support for wayland engine

2012-08-05 Thread Chris Michael
Alex, Would you mind resending these patches as attachments, and not inline in the message ? Thanks :) Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 03 August 2012 09:02 To: enlightenment-devel@lists.sourceforge.net Cc: eduardo.de.barros.l

Re: [E-devel] FW: [PATCH 0/3 v3] Add Copy and Paste support for wayland engine

2012-08-06 Thread Chris Michael
when the time comes :) I am hoping that when the freeze is over, these will still apply cleanly but if they should need to be rebased, would you be around to do that ? Cheers, Dh -Original Message- From: Alex Wu [mailto:zhiwen...@linux.intel.com] Sent: 07 August 2012 02:24 To: Chris Michael

Re: [E-devel] [PATCH] evas/wayland_egl: Fix evas gl not work on wayland_egl engine.

2012-08-08 Thread Chris Michael
Alex, Can you resend this (and any future patches) as attachment ?? My email client likes to break things when they are inlined :( Thanks ;) dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 08 August 2012 09:23 To: enlightenment-devel@lists.s

Re: [E-devel] Shutdown Module

2012-08-09 Thread Chris Michael
Jeff, Hey !! I did not authorize releasing of that code ;) :P Just kidding ;) dh -Original Message- From: Jeff Hoogland [mailto:jeffhoogl...@linux.com] Sent: 09 August 2012 14:56 To: e-devel Subject: [E-devel] Shutdown Module This is a module DH wrote for Bodhi awhile back. Would there b

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-08-23 Thread Chris Michael
-Original Message- From: Eduardo Lima (Etrunko) [mailto:ebl...@gmail.com] Sent: 23 August 2012 13:36 To: Enlightenment developer list Subject: Re: [E-devel] How to Clone from http://git.enlightenment.fr On Thu, Aug 23, 2012 at 9:32 AM, Cedric BAIL wrote: > On Thu, Aug 23, 2012 at 9:23

Re: [E-devel] [PATCH] elementary: Fix compilation error of elm_entry.c

2012-08-30 Thread Chris Michael
Hi Alex, LOL, I just fixed this literally 2 seconds before you're email came in :) Cheers, Dh -Original Message- From: Alex Wu [mailto:zhiwen...@linux.intel.com] Sent: 31 August 2012 07:18 To: 'Enlightenment developer list' Cc: eduardo.de.barros.l...@intel.com; ras...@rasterman.com Subje

Re: [E-devel] [PATCH] elementary_test: Don't set preferred engine in GLView and GLViewSimple

2012-08-31 Thread Chris Michael
Applied in svn: 75921. Thanks :) dh -Original Message- From: Alex Wu [mailto:zhiwen...@linux.intel.com] Sent: 31 August 2012 10:17 To: 'Enlightenment developer list' Cc: eduardo.de.barros.l...@intel.com Subject: [E-devel] [PATCH] elementary_test: Don't set preferred engine in GLView and G

Re: [E-devel] [patch][access] add atoms for action up, down

2012-09-03 Thread Chris Michael
Peaked at the ecore_x patch. Looks ok :) dh -Original Message- From: Kim Shinwoo [mailto:kimcinoo@gmail.com] Sent: 03 September 2012 09:34 To: Enlightenment developer list Subject: [E-devel] [patch][access] add atoms for action up, down dear all, hello I have attached three patches

Re: [E-devel] [patch][access] add atoms for action up, down

2012-09-03 Thread Chris Michael
Functionally, the e_module patch looks ok too. Doesn't keep to E formatting, but it's a minor infraction ;) dh -Original Message- From: Kim Shinwoo [mailto:kimcinoo@gmail.com] Sent: 03 September 2012 09:34 To: Enlightenment developer list Subject: [E-devel] [patch][access] add atoms f

Re: [E-devel] [patch][access] add atoms for action up, down

2012-09-03 Thread Chris Michael
disturbing you. 2012/9/3 Chris Michael > Functionally, the e_module patch looks ok too. Doesn't keep to E > formatting, but it's a minor infraction ;) dh > > -Original Message- > From: Kim Shinwoo [mailto:kimcinoo@gmail.com] > Sent: 03 September 2012 09

Re: [E-devel] [patch][access] add atoms for action up, down

2012-09-03 Thread Chris Michael
Sorry, appears I made a mistake in this email. It was not "Unused Variables" I meant to be referring to, but rather "Set-but-unused". Apologies for the confusion. Dh -Original Message- From: Chris Michael [mailto:cp.mich...@samsung.com] Sent: 03 September 2012 10:3

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas

2012-09-03 Thread Chris Michael
Fixed. -Original Message- From: Vincent Torri [mailto:vincent.to...@gmail.com] Sent: 03 September 2012 11:08 To: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas changelog Vincent On Mon, Sep 3, 2012 at 11:41 AM, Enlightenment

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread Chris Michael
Thank you Hermit !! :) I've been wanted to do that for a long time now ... except if I would have done it, people would have complained, so thanks for taking some initiative here :) dh -Original Message- From: Enlightenment SVN [mailto:no-re...@enlightenment.org] Sent: 04 September 2012 0

[E-devel] Fw: Text color-classes in e17

2006-11-10 Thread Chris Michael
> Edje currently has an edje_color_class_list() function that exports a > list of cc's the current process knows about (from any loaded edje > objects). It *should* be possible to use this to generate the list in > the color class dialog. We probably need some categorization though (maybe > through

[EGIT] [core/efl] master 02/04: elput: Support sending of session activate/deactivate event

2016-05-09 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3de066469ae76c22e50e9f78b03f1841d81cd7cc commit 3de066469ae76c22e50e9f78b03f1841d81cd7cc Author: Chris Michael Date: Mon May 9 11:01:30 2016 -0400 elput: Support sending of session activate

[EGIT] [core/efl] master 04/04: elput: Add API function to switch to a given vt

2016-05-09 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f9149c1699515c060d004225c6a2c5653cebe322 commit f9149c1699515c060d004225c6a2c5653cebe322 Author: Chris Michael Date: Mon May 9 11:35:48 2016 -0400 elput: Add API function to switch to a

[EGIT] [core/efl] master 03/04: elput: Remove erroneous debug print out

2016-05-09 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a96266c42272bd6b8d3a27d7fdd7575199772c85 commit a96266c42272bd6b8d3a27d7fdd7575199772c85 Author: Chris Michael Date: Mon May 9 11:05:21 2016 -0400 elput: Remove erroneous debug print out

[EGIT] [core/efl] master 01/04: elput: Remove useless dbus argument fetching

2016-05-09 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9ed2f42c08c5adffbd4c13043923a1d5683d0bf1 commit 9ed2f42c08c5adffbd4c13043923a1d5683d0bf1 Author: Chris Michael Date: Mon May 9 10:40:23 2016 -0400 elput: Remove useless dbus argument

[EGIT] [core/efl] master 01/01: elput: Add code to handle keybindings for vt switching

2016-05-09 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d734cd4cada136add5d66e126c659223897fe487 commit d734cd4cada136add5d66e126c659223897fe487 Author: Chris Michael Date: Mon May 9 12:00:35 2016 -0400 elput: Add code to handle keybindings for

[EGIT] [core/efl] master 01/01: ecore-drm: Fix potential segfault when setting output mode

2016-05-10 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d40cd1dab21fec804f6c852a6b2dc94416907379 commit d40cd1dab21fec804f6c852a6b2dc94416907379 Author: Chris Michael Date: Tue May 10 11:28:26 2016 -0400 ecore-drm: Fix potential segfault when

[EGIT] [core/efl] master 01/02: elput: Add API function to return a list of seats

2016-05-10 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba3a91a8b534b1ff9af095d3084a37031f15f974 commit ba3a91a8b534b1ff9af095d3084a37031f15f974 Author: Chris Michael Date: Tue May 10 13:46:31 2016 -0400 elput: Add API function to return a list

[EGIT] [core/efl] master 02/02: elput: Add API function to return a list of Elput_Devices on a given seat

2016-05-10 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=be763a011c4d37edff48d8db99bf234514670cb6 commit be763a011c4d37edff48d8db99bf234514670cb6 Author: Chris Michael Date: Tue May 10 13:49:38 2016 -0400 elput: Add API function to return a list

[EGIT] [core/efl] master 01/01: ecore-wl2: Remove need for including

2016-05-10 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=05a3cd62191b68ab0a47b9ee9149234175814f9a commit 05a3cd62191b68ab0a47b9ee9149234175814f9a Author: Chris Michael Date: Tue May 10 14:26:01 2016 -0400 ecore-wl2: Remove need for including

[EGIT] [core/efl] master 01/01: elput: Fix issue of NULL seat named being passed during input init

2016-05-10 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3954aa5518b7cc05f4c8bc86683d349a00dffe47 commit 3954aa5518b7cc05f4c8bc86683d349a00dffe47 Author: Chris Michael Date: Tue May 10 14:36:35 2016 -0400 elput: Fix issue of NULL seat named being

[EGIT] [core/efl] master 01/01: elput: Add API function to set max allowed pointer position

2016-05-10 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fa5abb2967ca1a14770c5270b13200412a0fd345 commit fa5abb2967ca1a14770c5270b13200412a0fd345 Author: Chris Michael Date: Tue May 10 15:12:53 2016 -0400 elput: Add API function to set max allowed

[E-devel] CServe2

2018-08-01 Thread Chris Michael
Hi All, I did some investigating into cserve2 support a couple weeks ago, only to find out that it's broken :( It turns out that it's always had some bugs and thus was never turned on. Seeing as how it is unlikely to ever be bug-fixed, maintained, or even enabled I cannot see keeping this code

[E-devel] CServe2

2018-08-02 Thread Chris Michael
Hi All, I did some investigating into cserve2 support today, only to find out that it's broken :( It turns out that it's always had some bugs and thus was never turned on. Seeing as how it is unlikely to ever be bug-fixed, maintained, or even enabled I cannot see keeping this code around as it

[E-devel] Start of a Toolip Widget

2005-11-22 Thread Chris Michael
Hi All, I've enclosed some code that I've been messing with to create a tooltip widget and smart object that may be used for tooltips. It DOES need some work as the tips don't currently display, but I think with a little more coding from a more experienced E dev this could be useful. Cheers

[E-devel] Patches for Etk_Filechooser_Widget

2006-02-10 Thread Chris Michael
Hello Moom, CodeWarrior, As per my discussion with CodeWarrior, here is a diff for etk_filechooser_widget which does the following: *** -Adds 2 new properties: Select_Multiple and Show_Hidden. -Adds a function to allow/disallow

Re: [E-devel] Giving JackDanielZ commit access

2012-09-19 Thread Chris Michael
-Original Message- From: David Seikel [mailto:onef...@gmail.com] Sent: 19 September 2012 02:35 PM To: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] Giving JackDanielZ commit access On Wed, 19 Sep 2012 16:25:59 +0300 Tom Hacohen wrote: > I'm giving him now. If you have

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2012-09-21 Thread Chris Michael
Vincent, I will add the NEWS and ChangeLog before I leave the office today. I did not do it now because more fixes are coming. Dh -Original Message- From: Enlightenment SVN [mailto:no-re...@enlightenment.org] Sent: 21 September 2012 09:18 AM To: enlightenment-...@lists.sourceforge.net Su

Re: [E-devel] [e] OpenBSD

2012-11-09 Thread Chris Michael
Typo fixed in svn now, thanks :) dh -Original Message- From: rustyBSD [mailto:rusty...@gmx.fr] Sent: 09 November 2012 10:47 AM To: Enlightenment developer list Subject: [E-devel] [e] OpenBSD Hi, I just compiled e17 on OpenBSD, and when starting e I get this: Enlightenment was started wi

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-11-12 Thread Chris Michael
Ohhh lol sorry about that, fat finger copy-paste L I thought you were questioning if Zero is the proper value. Dh From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi] Sent: 12 November 2012 01:13 PM To: Christopher Michael Cc: Enlightenment developer list Subject: Re

Re: [E-devel] E SVN: antognolli IN branches/ecore-1.7: . src/lib/ecore_wayland

2012-11-27 Thread Chris Michael
No worries. It was just the commit message did not give much detail as to what the change(s) involved. dh -Original Message- From: Rafael Antognolli [mailto:antogno...@gmail.com] Sent: 23 November 2012 06:50 PM To: Enlightenment developer list Cc: Enlightenment SVN; enlightenment-...@lis

Re: [E-devel] ecore-wayland: (version2) Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-18 Thread Chris Michael
Alex, Thank you for the patch :) Sadly I cannot take a look at it right now (busy with some other things), but I will place it in my queue and get to it probably after Christmas break. Cheers, dh -Original Message- From: Alex Wu [mailto:zhiwen...@linux.intel.com] Sent: 17 December 2012

Re: [E-devel] enlightenment.org (the site)

2013-02-12 Thread Chris Michael
On 12/02/2013 04:32 PM, Nathan Baxter wrote: > On 12/02/13 14:15, Christopher Michael wrote: >> On 12/02/13 14:02, Nathan Baxter wrote: >>> On 12/02/13 13:42, Carsten Haitzler (The Rasterman) wrote: On Tue, 12 Feb 2013 12:09:35 + Nathan Baxter said: i would KILL for someone

Re: [E-devel] evas map (elm_flip), wayland, and maybe async render problem

2013-02-21 Thread Chris Michael
On 21/02/2013 05:04 PM, Ulisses Furquim wrote: > Hi Rafael, > > On Thu, Feb 21, 2013 at 1:46 PM, Rafael Antognolli > wrote: >> Hey Ulisses, thanks for answering! > > You're welcome, man. > >> On Thu, Feb 21, 2013 at 1:19 PM, Ulisses Furquim >> wrote: >>> Hi Rafael, >>> >>> On Thu, Feb 21, 2013

Re: [E-devel] evas map (elm_flip), wayland, and maybe async render problem

2013-02-21 Thread Chris Michael
On 21/02/2013 05:58 PM, Ulisses Furquim wrote: > Hi devilhorns, > > On Thu, Feb 21, 2013 at 2:55 PM, Chris Michael wrote: >> On 21/02/2013 05:04 PM, Ulisses Furquim wrote: >>> >>> Hi Rafael, >>> >>> On Thu, Feb 21, 2013 at 1:46 PM, Rafael Antog

Re: [E-devel] evas map (elm_flip), wayland, and maybe async render problem

2013-02-21 Thread Chris Michael
On 21/02/2013 08:45 PM, Ulisses Furquim wrote: > Hi devilhorns, > >> Well, I don't see valgrind helping much in this situation as it is not a >> leak or crash or anything like that ... but in the spirit of cooperation ;) >> I will run it when I get back to the office on Monday. > > Well, yes, the i

Re: [E-devel] evas map (elm_flip), wayland, and maybe async render problem

2013-02-21 Thread Chris Michael
On 21/02/2013 09:22 PM, Ulisses Furquim wrote: > Hi, > > On Thu, Feb 21, 2013 at 6:13 PM, Chris Michael wrote: >> On 21/02/2013 08:45 PM, Ulisses Furquim wrote: >>> >>> Hi devilhorns, >>> >>>> Well, I don't see valgrind helping much in t

Re: [E-devel] evas map (elm_flip), wayland, and maybe async render problem

2013-02-21 Thread Chris Michael
On 21/02/2013 09:51 PM, Ulisses Furquim wrote: > Hi devilhorns, > > On Thu, Feb 21, 2013 at 6:47 PM, Chris Michael wrote: >> On 21/02/2013 09:22 PM, Ulisses Furquim wrote: >>> >>> Hi, >>> >>> On Thu, Feb 21, 2013 at 6:13 PM, Chris Michael &

Re: [E-devel] broken expedite...

2013-04-14 Thread Chris Michael
On 14/04/13 09:44, Carsten Haitzler (The Rasterman) wrote: > On Sun, 14 Apr 2013 10:56:35 +0300 "daniel.za...@samsung.com" > said: > >> On 04/14/2013 10:57 AM, Carsten Haitzler (The Rasterman) wrote: >>> On Sun, 14 Apr 2013 11:52:16 +0900 Carsten Haitzler (The Rasterman) >>> said: >>> On Sun

Re: [E-devel] broken expedite...

2013-04-14 Thread Chris Michael
On 14/04/13 10:51, Carsten Haitzler (The Rasterman) wrote: > On Sun, 14 Apr 2013 10:30:32 +0100 Chris Michael > said: > >> On 14/04/13 09:44, Carsten Haitzler (The Rasterman) wrote: >>> On Sun, 14 Apr 2013 10:56:35 +0300 "daniel.za...@samsung.com" >>

Re: [E-devel] [PATCH] ecore_imf: Add support for wayland

2013-04-19 Thread Chris Michael
Hi Jan, Thanks for the efforts here :) After a quick review, this seems ok. Some of the formatting is wrong (ie: not EFL style), however that is just a minor thing. One thing that does concern me here tho is why: + wl_display_roundtrip(display); is being called in the im_module_init ? That

Re: [E-devel] [PATCH] ecore_imf: Add support for wayland

2013-04-19 Thread Chris Michael
Also, you could use ecore_wl_registry_get instead of wl_display_get_registry. And ecore_wl_display_iterate instead of wl_display_dispatch. dh On 19/04/13 10:53, Chris Michael wrote: > Hi Jan, > > Thanks for the efforts here :) > > After a quick review, this seems ok. Some of th

Re: [E-devel] [EGIT] [core/efl] master 01/02: Reenable ability for async render of shm engine.

2013-04-27 Thread Chris Michael
On 26/04/13 16:51, Rafael Antognolli wrote: > Hey devilhorns, > > On Fri, Apr 26, 2013 at 3:23 AM, Chris Michael - Enlightenment Git > wrote: >> devilhorns pushed a commit to branch master. >> >> commit 8235272ec053eb4bfcb040d7c9c20b61c55ffb61 >> Author: Chris

Re: [E-devel] [EGIT] [core/efl] master 01/05: ecore evas wayland: if(()) are used for assignments, add missing NULL fields

2013-05-16 Thread Chris Michael
On 16/05/13 16:31, Rafael Antognolli wrote: > On Thu, May 16, 2013 at 10:45 AM, Christopher Michael > wrote: >> On 16/05/13 14:43, Daniel Juyung Seo wrote: >>> On Thu, May 16, 2013 at 7:00 PM, Tom Hacohen >>> wrote: On 16/05/13 14:24, Christopher Michael wrote: > On 16/05/13 14:19, Tom

Re: [E-devel] [EGIT] [core/efl] master 01/05: ecore evas wayland: if(()) are used for assignments, add missing NULL fields

2013-05-16 Thread Chris Michael
On 16/05/13 16:58, Tom Hacohen wrote: > On 16/05/13 16:31, Rafael Antognolli wrote: >> On Thu, May 16, 2013 at 10:45 AM, Christopher Michael >> wrote: >>> On 16/05/13 14:43, Daniel Juyung Seo wrote: On Thu, May 16, 2013 at 7:00 PM, Tom Hacohen wrote: > On 16/05/13 14:24, Christophe

Re: [E-devel] [EGIT] [core/efl] master 01/05: ecore evas wayland: if(()) are used for assignments, add missing NULL fields

2013-05-16 Thread Chris Michael
On 16/05/13 17:29, Tom Hacohen wrote: > On 16/05/13 17:17, Chris Michael wrote: >> On 16/05/13 16:58, Tom Hacohen wrote: >>> On 16/05/13 16:31, Rafael Antognolli wrote: >>>> On Thu, May 16, 2013 at 10:45 AM, Christopher Michael >>>> wrote: >&g

Re: [E-devel] [EGIT] [core/efl] master 01/05: ecore evas wayland: if(()) are used for assignments, add missing NULL fields

2013-05-16 Thread Chris Michael
On 16/05/13 19:08, Jérémy Zurcher wrote: > On Thursday 16 May 2013 17:37, Chris Michael wrote : >> On 16/05/13 17:29, Tom Hacohen wrote: >>> On 16/05/13 17:17, Chris Michael wrote: >>>> On 16/05/13 16:58, Tom Hacohen wrote: >>>>> On 16/05/13 16:31, R

Re: [E-devel] Segfault at boot

2013-05-18 Thread Chris Michael
On 18/05/13 09:41, Cedric BAIL wrote: > Hello, > > On Thu, May 16, 2013 at 3:08 PM, Massimo Maiurana wrote: >> Cedric BAIL, il 15/05/2013 02:44, ha scritto: >>> The backtrace are not useful as it seems to be a memory corruption. >>> Could you try by running enlightenment_start -valgrind and tell u

Re: [E-devel] Segfault at boot

2013-05-18 Thread Chris Michael
On 18/05/13 12:15, Massimo Maiurana wrote: > Chris Michael, il 18/05/2013 13:01, ha scritto: > >> Hmmm, this must be an older EFL ?? because these line numbers are not >> matching up with what I have from git... > It's a 1 week old git version, so those lines could ha

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/gl: Restore framebuffer after texture creation.

2013-05-18 Thread Chris Michael
Spankies !!! This broke build when --with-opengl=es GL_DRAW_FRAMEBUFFER_BINDING undefined dh On 18/05/13 00:40, Rafael Antognolli - Enlightenment Git wrote: > antognolli pushed a commit to branch master. > > commit 8254bbc5e3c84b8ad2f20f1ce4685146de70ef51 > Author: Rafael Antognolli > Date:

Re: [E-devel] [EGIT] [core/enlightenment] master 12/12: ibar now conceals a terrible power. the first person who can figure it out without reading the commit gets a surprise!

2013-05-18 Thread Chris Michael
On 18/05/13 18:40, discomfitor - Enlightenment Git wrote: > discomfitor pushed a commit to branch master. > > commit 9ef130a6da838dc9b396ad1e2aea53c3d1945c59 > Author: discomfitor > Date: Sat May 18 19:39:01 2013 +0100 > > ibar now conceals a terrible power. the first person who can figure

Re: [E-devel] Segfault at boot

2013-05-18 Thread Chris Michael
On 18/05/13 21:36, Massimo Maiurana wrote: > Chris Michael, il 18/05/2013 13:40, ha scritto: >> On 18/05/13 12:15, Massimo Maiurana wrote: >>> Chris Michael, il 18/05/2013 13:01, ha scritto: >>> >>>> Hmmm, this must be an older EFL ?? because these line numbe

  1   2   3   4   5   >