Re: [E-devel] changing development of core apps and E itself

2017-04-11 Thread Solerman Kaplon
Em 11/04/2017 06:52, Carsten Haitzler (The Rasterman) escreveu: > > then why does android precompile java apps to native code on installation now > as opposed to just keep interpreting? :) > Because java is jitted and doing JIT takes time, memory and battery to do. Plus, on usual VMs, there is

Re: [E-devel] Binding filters

2012-11-30 Thread Solerman Kaplon
Em 30-11-2012 10:17, Thanatermesis escreveu: I saw somebody turning crazy in E17 with a simple problem: photoshop doesn't accept the very-needed Alt key, more exactly she runs a virtualbox with windows on it, and since Alt is very used in e17 for move windows, the binding is not passed to the

Re: [E-devel] [RFC] Evas - OpenGL and Evas (Part 3)

2011-03-10 Thread Solerman Kaplon
Em 10-03-2011 06:11, Carsten Haitzler (The Rasterman) escreveu: one thing that an eventual implementation of this will need is both a gl and software path. the software path may literally us importing a special build of mesa with all the software rendering only enabled and glued to render to

Re: [E-devel] Community Building - release

2008-07-31 Thread Solerman Kaplon
Toma escreveu: Thats a funny one, because a lot of people say Oh, E17 isnt as good as Gnome... or KDE when its not completely a desktop environmant like those 2. It has a lot of the mechanics of a full DE and being so modular, could fill the things needed to become a full DE from that point.

Re: [E-devel] The Evas SVG loader

2006-11-30 Thread Solerman Kaplon
Luchezar P. Petkov escreveu: So, we must think of other way to display/use SVG files BEFORE the release of Inkscape 0.45, which, I guess will happen soon. Out of curiousity, what Inkscape uses for SVG? Do they have their own implementation? Solerman

Re: [E-devel] Benchmark: Brute force copy from GL pbuffer to image as data

2006-11-24 Thread Solerman Kaplon
[EMAIL PROTECTED] escreveu: As I mentioned a little while ago, I wanted to benchmark the speed at which an OpenGL rendering into a buffer can be moved out of video memory, into the system memory and then back into an Evas Image and rendered to the screen. That is known to be really slow.

Re: [E-devel] cvs, servers and stuff.

2006-08-16 Thread Solerman Kaplon
Dènis Riedijk escreveu: What I can say is that from a usability point of view it is very fast (that was Linus' number one design rule when he wrote git) For download performance it is probably important to pack the repository before checking out from a client. Pack files are supposed to

Re: [E-devel] xrender engine patch

2006-06-08 Thread Solerman Kaplon
[EMAIL PROTECTED] escreveu: What is the result of scaling a *bordered-image* which has a white center and a red border? What should the result look like? I dunno what border means here, but if the border is a separate object and you can separate all of its parts (corner's and

Re: [E-devel] minor problem with azureus

2006-05-17 Thread Solerman Kaplon
Morten Nilsen escreveu: Morten Nilsen wrote: currently, azureus is the only application I use that gets into trouble when I restart e17.. the window becomes blank and unresponsive.. right-clicking close lets me cleanly start a new copy.. I'm guessing this is caused by some weird java

Re: [E-devel] replacing the start menu concept

2005-11-22 Thread Solerman Kaplon
Andreas Sbjrnsen escreveu: I think it would increase desktop productivity to abandon a concept which awkwardly forces us to interface towards our computer in a very counterproductive way. A solution to this problem already exists in Mezzo. As an experienced user I don't enjoy the cartoonish

Re: [E-devel] PurLow theme

2005-11-08 Thread Solerman Kaplon
Hawkwind escreveu: Just wanted to let everyone know I have taken a stab at my very first E17 theme. It's called PurLow, which is a combination of Purple and Yellow. It's still a work in progress and there will be more updates to this theme. I posted a screenshot about it a few days ago on

Re: [E-devel] Etk - Authors' Explanation

2005-10-24 Thread Solerman Kaplon
Simon TRENY escreveu: [snip] Here I fully disagree. I played a little bit with ewl_tree_test, and I replaced the ROWS constant by 3000 (it was initially to 50) and I removed the NEST modulo just to make sure all the rows will be directly children of the tree itself (no collapsed rows).

Re: [E-devel] Re: E CVS: libs/ecore xcomputerman

2005-09-13 Thread Solerman Kaplon
Ibukun Olumuyiwa escreveu: This was originally what I wanted to do actually -- implement a list-based quicksort (would require use of Ecore_Dlist). But it is much more efficient as it is, doing an insertion sort while actually inserting items into the list. I guess generally one just make