On Wed, 14 Dec 2005 23:53:10 -0800 Ben Ford <[EMAIL PROTECTED]> babbled:
> I'm writing a program who's main function will essentially boil down to
> copying a small rectangle from one image to another and write it out as
> a JPG file. No other image manipulation functions are required. It
> d
[http://datavibe.net/~essiene/downloads/pydje-0.2.0.tar.gz]
I have a confession to make... I've been *green* with envy about Tilman
using R17 ;). Therefore, in the innermost evel core of my mind, I
hatched a master plan... or actually, I hatched an egg :P, a python egg...
ladies and gentl
While I was investigating the best way to go about adding line
buffering to ecore_exe, I stumbled upon a little problem. The return
value from fd handlers is not documented anywhere, and it is in fact
used differently under different circumstances.
If there is a buf_func defined for this handler,
On Thursday 15 December 2005 16:07, David Seikel wrote:
> While I was investigating the best way to go about adding line
> buffering to ecore_exe, I stumbled upon a little problem. The return
> value from fd handlers is not documented anywhere, and it is in fact
> used differently under different
Ok so this is my ... 3rd attempt,
i'll also sent this to raster,
this is sort of a RFC.
Enjoy
Hello E-landers,
here is a patch that addresses the need for graphical
module configuration in E17.
It does the following thins :
I. adds e_modapi_config to module allowing access to
a
On Thu, 15 Dec 2005 16:24:50 -0600 Brian Mattern
<[EMAIL PROTECTED]> wrote:
> I haven't looked at ecore_exe / fd handlers / etc. However, in most
> ecore handlers the return values are
>
> 0 - this handler is done, don't call it again / delete it
> !0 - this handler is not done, call it again n
Hi all,
It may be a bit late for this, e17 lurking just around the corner, but
it looks like there still are a handful of e16 users out there.
Anyway, source tarballs and (fc4) rpms can as usual be found here:
http://sourceforge.net/project/showfiles.php?group_id=2
Some new features are:
- Name
E17: Begin shutdown procedure!
*** glibc detected *** free(): invalid pointer: 0x08130788 ***
Program received signal SIGABRT, Aborted.
[Switching to Thread -1214720320 (LWP 4621)]
0xe410 in ?? ()
#0 0xe410 in ?? ()
#1 0xbffcc3a4 in ?? ()
#2 0x0006 in ?? ()
#3 0x120d in ?? ()
David Seikel <[EMAIL PROTECTED]> [Fri, 16 Dec 2005 12:46:11 +1000]:
> #9 0xb7e806ad in evas_stringshare_del (str=0x8130790 "Receive and
> #send
> text messages from your mobile phone") at evas_stringshare.c:105 #10
> I could not find any sign of that string. It's a pretty unlikely
> string to.
On Thu, 15 Dec 2005 21:11:35 -0600 Chad Kittel <[EMAIL PROTECTED]>
wrote:
> David Seikel <[EMAIL PROTECTED]> [Fri, 16 Dec 2005 12:46:11 +1000]:
>
> > #9 0xb7e806ad in evas_stringshare_del (str=0x8130790 "Receive and
> > #send
> > text messages from your mobile phone") at evas_stringshare.c:105 #
Hi,
Yeah, there's no attachments to this email, because I have a 74k tar.gz
file and a 10k .patch file. Should I sent to this list and flood everybody?
Cheers,
Phuah Yee Keat
---
This SF.net email is sponsored by: Splunk Inc. Do you grep th
Phuah Yee Keat wrote:
Hi,
Yeah, there's no attachments to this email, because I have a 74k tar.gz
file and a 10k .patch file. Should I sent to this list and flood everybody?
if you can, put the file on a web-server and link it :)
I don't really care, but I suspect other might..
--
Morten
:w
On Fri, 16 Dec 2005 12:46:11 +1000 David Seikel <[EMAIL PROTECTED]> babbled:
>
> E17: Begin shutdown procedure!
> *** glibc detected *** free(): invalid pointer: 0x08130788 ***
>
> Program received signal SIGABRT, Aborted.
> [Switching to Thread -1214720320 (LWP 4621)]
> 0xe410 in ?? ()
> #0
On Fri, 16 Dec 2005 14:11:17 +0900 Carsten Haitzler (The Rasterman)
<[EMAIL PROTECTED]> wrote:
> > I could not find any sign of that string. It's a pretty unlikely
> > string to.
>
> have u been using exebuf? i had a small unref issue i fixed yesterday
> evening...
Not during that session. Tur
Morten Nilsen wrote:
Phuah Yee Keat wrote:
Hi,
Yeah, there's no attachments to this email, because I have a 74k
tar.gz file and a 10k .patch file. Should I sent to this list and
flood everybody?
if you can, put the file on a web-server and link it :)
I don't really care, but I suspect ot
Phuah Yee Keat wrote:
2. Entrance will now only have a configuration to where to look for
those .desktop files, currently they are stored in a comma separated
path list as '/entrance/sessions/dir'.
immediate thought, use the standard path delimiter ":" instead of ","
*reads on*
--
Morten
:wq
On Fri, 16 Dec 2005 15:18:51 +1000 David Seikel <[EMAIL PROTECTED]> babbled:
> On Fri, 16 Dec 2005 14:11:17 +0900 Carsten Haitzler (The Rasterman)
> <[EMAIL PROTECTED]> wrote:
>
> > > I could not find any sign of that string. It's a pretty unlikely
> > > string to.
> >
> > have u been using exe
Phuah Yee Keat wrote:
+static void
+tolower_str(char *str)
+{
+ size_t i;
+ size_t len = strlen(str);
change that to:
size_t i, len;
len = strlen(str);
--
Morten
:wq
---
This SF.net email is sponsored by: Splunk Inc. Do you grep throu
Phuah Yee Keat wrote:
+ char fullpath[1024] = {0};
PATH_MAX
--
Morten
:wq
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your
Phuah Yee Keat wrote:
http://www.geocities.com/kiwlm/entrance_xsession_additional.tar.gz
(with whatever bandwidth limit geocities have)
attached a patch against the tarball
1. I have copied the .desktop files from kdm verbatim, and install them
under PACKAGE_DATA_DIR
It is my personal oppin
20 matches
Mail list logo