Re: [E-devel] Elicit

2009-06-28 Thread Brian Mattern
The relevant code is in grab.{h,c} All you would need to do is implement elicit_grab_region(), which fills the data pointer (an int array) with the screen data for the region passed in. For now, just conditionally compiling the correct implementation should be enough. No need for modules unless

Re: [E-devel] Elicit

2009-06-28 Thread Christopher Michael
Well, for just grabbing shots of the screen, there is the screenshot module (which uses emprint). Emprint can be run from the cli also. While neither of these is as "complete" of a tool as elicit, they do serve their purpose...so if you are looking for a module to just grab screenshots, check t

Re: [E-devel] Elicit

2009-06-28 Thread Vincent Torri
Hey, > For those of you who use elicit (a screen magnifier /color picker), I > have a mostly rewritten version in a git repository at: > http://github.com/rephorm/elicit/ > > It is still under construction, but most of the functionality is there > again, plus a bit more. > > I have not reimplemen

Re: [E-devel] Elicit

2009-06-24 Thread Gustavo Sverzut Barbieri
On Wed, Jun 24, 2009 at 11:56 PM, Brian Mattern wrote: > For those of you who use elicit (a screen magnifier /color picker), I > have a mostly rewritten version in a git repository at: > http://github.com/rephorm/elicit/ > > It is still under construction, but most of the functionality is there > a

[E-devel] Elicit

2009-06-24 Thread Brian Mattern
For those of you who use elicit (a screen magnifier /color picker), I have a mostly rewritten version in a git repository at: http://github.com/rephorm/elicit/ It is still under construction, but most of the functionality is there again, plus a bit more. I have not reimplemented the ruler yet,

Re: [E-devel] elicit and others apps

2004-06-05 Thread Tilman Sauerbeck
www.enlightenment.org DR-17 <[EMAIL PROTECTED]> [2004-06-05 20:08]: 1st, fix your From: header... putting an URL in is just stupid. > i get this erro in build elicit > [...] > edje_cc: Parsing input file > edje_cc: Error. parts/tabs.edc:33 unexpected character Make sure you run the latest versio

[E-devel] elicit and others apps

2004-06-05 Thread www.enlightenment.org DR-17
i get this erro in build elicit bash-2.05a$ make Making all in src make[1]: Entering directory `/tmp/e17/apps/elicit/src' make all-am make[2]: Entering directory `/tmp/e17/apps/elicit/src' make[2]: Leaving directory `/tmp/e17/apps/elicit/src' make[1]: Leaving directory `/tmp/e17/apps/elicit/src'

Re: [E-devel] elicit/eprog/etc.

2003-01-16 Thread bmattern
* Kevin Brosius <[EMAIL PROTECTED]> [2002-11-11 21:53:20 -0500]: > [EMAIL PROTECTED] wrote: > > > > > > Ok, after the recent eprog API changes and the current turmoil in CVS, I have > > tarballs of elicit, eprog, ecore, evas2, and ebits (as of SPLIT yesterday > > before the ecore wipe) at http:/

[E-devel] elicit

2003-01-16 Thread bmattern
Version 0.1 of elicit is ready for psuedo-public consumption. What is elicit you ask? It's a eprog/ebits based color grabber and screen zoomer. see: http://www.rephorm.com/rephorm/graphics/shots/elicit.png for a screenshot. The code is up at: http://www.rephorm.com/files/elicit-0.1.tar.gz Give

[E-devel] elicit/eprog/etc.

2003-01-16 Thread bmattern
Ok, after the recent eprog API changes and the current turmoil in CVS, I have tarballs of elicit, eprog, ecore, evas2, and ebits (as of SPLIT yesterday before the ecore wipe) at http://www.rephorm.com/files I did this so that people who want to try out these libraries would have versions that defi