[EGIT] [legacy/imlib2] master 01/01: imlib2_load: fix typo

2022-03-14 Thread Tobias Stoeckmann
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=5d9a589612615ab2e4cc45d0f0a22a67b557a0ee commit 5d9a589612615ab2e4cc45d0f0a22a67b557a0ee Author: Tobias Stoeckmann Date: Mon Mar 14 20:22:54 2022 +0100 imlib2_load: fix typo Fix typo

[EGIT] [legacy/imlib2] master 01/02: imlib2: allow compilation without x headers

2022-03-02 Thread Tobias Stoeckmann
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=b70777f38af12740b600fcec3f9a113949c4 commit b70777f38af12740b600fcec3f9a113949c4 Author: Tobias Stoeckmann Date: Wed Mar 2 21:52:17 2022 +0100 imlib2: allow compilation without x

[EGIT] [legacy/imlib2] master 01/01: Prevent OOB read with large file support on 32 bit

2017-03-24 Thread Tobias Stoeckmann
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=fe7ae790844662d338ab7c9c0d431fb539ee8fd7 commit fe7ae790844662d338ab7c9c0d431fb539ee8fd7 Author: Tobias Stoeckmann Date: Thu Mar 23 14:14:04 2017 +0100 Prevent OOB read with large file support

[EGIT] [legacy/imlib2] master 01/01: Properly release resources on error path

2017-03-12 Thread Tobias Stoeckmann
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=d5ebec2948d93c0c47c249e1506a1a6bdbf27b68 commit d5ebec2948d93c0c47c249e1506a1a6bdbf27b68 Author: Tobias Stoeckmann Date: Sat Mar 11 11:39:13 2017 +0100 Properly release resources on error path

[EGIT] [legacy/imlib2] master 01/01: Avoid out of boundary operations while parsing xpm

2017-02-20 Thread Tobias Stoeckmann
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=993911b6e5af7936d6da317aa5e2d9eee2cacfb1 commit 993911b6e5af7936d6da317aa5e2d9eee2cacfb1 Author: Tobias Stoeckmann Date: Sun Feb 19 15:58:14 2017 +0100 Avoid out of boundary operations while

Re: [E-devel] Ecore_Fb + libts

2008-01-19 Thread Tobias
On Sat, 2008-01-19 at 11:41 +1100, Carsten Haitzler wrote: > On Sat, 05 Jan 2008 21:02:52 +0100 Tobias <[EMAIL PROTECTED]> babbled: > > > Hi all, > > > > I've played around with Ecore_Fb on my zaurus and I've run into some > > problems with events

[E-devel] Ecore_Fb + libts

2008-01-05 Thread Tobias
sure I grok evas_event_feed*. Any hints to solve this would be very appreciated, I've looked at ecore_evas_fb.c but can't find anything wrong with it. /Cheers Tobias diff -Nurd ecore_fb.orig/Ecore_Fb.h ecore_fb/Ecore_Fb.h --- ecore_fb.orig/Ecore_Fb.h 2008-01-05 20:30:50.777011014 +010

Re: [E-devel] e_modules/cpu shelf patch

2006-07-10 Thread Tobias
On Fri, 2006-06-30 at 08:32 -0500, Jesse Luehrs wrote: > > Original message > >Date: Fri, 30 Jun 2006 14:35:33 +0200 > >From: Morten Nilsen <[EMAIL PROTECTED]> > >Subject: Re: [E-devel] e_modules/cpu shelf patch > >To: edevel > > > &

[E-devel] e_modules/cpu shelf patch

2006-06-29 Thread Tobias
Here's a patch for the cpu-module to make it play with the shelf. I've changed the theme to look like the net and mem modules, the pngs showing the meters can be downloaded here: http://347.shit.la/pics.tar.gz (renamed images from from net-module). /Regards Tobias

[E-devel] e_modules/net bug

2006-06-20 Thread Tobias
Hello I think there's a bug in the net-module, if I set the polltime to 1 it displays sane values, but increasing the polltime increases the Rx and Tx values. Dividing the in/out values with the polltime seems to be one solution. /Regards Tobias Glenstrup --- e_mod_main.c.orig 2006-06-21

[E-devel] font config dialog bug

2006-04-17 Thread Tobias
1 #10 0xb7e6c0be in _ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:639 #11 0xb7e6c2b7 in ecore_main_loop_begin () at ecore_main.c:79 #12 0x08062d23 in main (argc=1, argv=0xbf7fe8d4) at e_main.c:684 (The patch is a quick hack, just to show where the bug might be.) /Regards T

[E-devel] Re: [patch] temperature module config

2005-12-19 Thread Tobias
Ok I'm stupid, 10C is close to 40F and so on, but still the patch fixes bugs with celsius, and does set the high/low values with greater precision in advanced mode. On Mon, 2005-12-19 at 09:29 +0100, Tobias wrote: > In the temperature config the conversions between fahrenheit and

[E-devel] [patch] temperature module config

2005-12-19 Thread Tobias
values in the basic config dialog (40F??, that's like almost colder than my refrigerator =) ). /Regards Tobias Glenstrup --- e_mod_config.c.orig 2005-12-19 07:36:12.0 +0100 +++ e_mod_config.c 2005-12-19 08:49:07.0 +0100 @@ -1,7 +1,21 @@ +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=