Re: [E-devel] ttf-dejavu fonts in default e17 theme ?

2006-11-16 Thread Jan Rychter
> On Mon, 13 Nov 2006 11:52:02 +0100 Wiesiek <[EMAIL PROTECTED]> babbled: > > 2006/11/13, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>: > > > > > > On Sun, 12 Nov 2006 14:06:49 +0100 Wiesiek <[EMAIL PROTECTED]> babbled: > > > > is any plan to change it - something like change fonts accordingl

Re: [E-devel] several issues

2006-11-06 Thread Jan Rychter
> So, as it stands, the shelf problem is just a matter of modifying the > config of the relevant shelves, Not quite -- or perhaps there is something I do not understand. It seems that as soon as I move any shelf item manually, it gets "manual positioning" and no longer adapts to the screen dimens

[E-devel] several issues

2006-10-30 Thread Jan Rychter
I've noted several minor issues while using e17 on a Tablet PC (Fujitsu) and thought I'd report them here, as I can't fix them myself: -- maximized windows do not resize properly after an XRandR rotation. Normal windows do The Right Thing, but maximized ones do not. One has to unmaximize and

Re: [E-devel] evas object event callback API

2006-08-20 Thread Jan Rychter
Carsten Haitzler: > On Sat, 19 Aug 2006 19:32:06 +0200 Jan Rychter <[EMAIL PROTECTED]> babbled: > > [the delay is because I wanted to have working code before I comment > > further, and work intervened] > > > > Carsten Haitzler: > > > On Sat, 05 A

Re: [E-devel] evas object event callback API

2006-08-19 Thread Jan Rychter
[the delay is because I wanted to have working code before I comment further, and work intervened] Carsten Haitzler: > On Sat, 05 Aug 2006 12:45:39 +0200 Jan Rychter <[EMAIL PROTECTED]> babbled: > In ecore_evas - you do have a problem as it expects ONE callabck only per > ec

[E-devel] evas object event callback API

2006-08-05 Thread Jan Rychter
Context: writing foreign language bindings to Evas I've encountered some snags with Evas callbacks and thought I'd ask for advice (and possibly suggest a better API). Overall, the problem is that Evas assumes in a number of places that one object event callback == exactly one C function. When wr

Re: [E-devel] Edje State Set from C

2006-02-10 Thread Jan Rychter
Rasterman wrote: > On Wed, 08 Feb 2006 01:43:03 -0600 Ed Presutti <[EMAIL PROTECTED]> babbled: > > On Wed, 2006-02-08 at 15:34 +0900, Carsten Haitzler wrote: > > > On Wed, 08 Feb 2006 01:05:49 -0600 Ed Presutti <[EMAIL PROTECTED]> > > > babbled: > > > > > > > Is there a way to set the state of an

Re: [E-devel] Ecore and signal handlers

2006-02-01 Thread Jan Rychter
> On Wed, 01 Feb 2006 12:22:14 +0100 Jan Rychter <[EMAIL PROTECTED]> babbled: > > I've been working on Common Lisp bindings to various EFL libraries, > > since I figured that the best way to learn the APIs is by creating > > bindings to them and trying them out

[E-devel] Ecore and signal handlers

2006-02-01 Thread Jan Rychter
I've been working on Common Lisp bindings to various EFL libraries, since I figured that the best way to learn the APIs is by creating bindings to them and trying them out interactively. I've run into one major issue, however. My CL implementation did strange things (hang, and then crash). It turn

[E-devel] gccxml: generating etk bindings

2006-01-19 Thread Jan Rychter
I've been trying to auto-generate bindings to Etk using gccxml, so that I can use Etk in a high level language. Gccxml is basically a gcc front-end that generates an XML description of C++ header files, so that you can get at their structure. Unfortunately, it doesn't work. The reason is relativel