Re: [Geeqie-devel] [PATCH][trivial] attrs did not applied to 'show pixel info' label

2009-06-16 Thread Yuriy Kaminskiy
Yuriy Kaminskiy wrote: > --- geeqie-20090616/src/compat.h.orig 2009-05-15 04:45:45.0 +0400 > +++ geeqie-20090616/src/compat.h 2009-06-16 18:39:21.0 +0400 > +#if PANGO_CHECK_VERSION(2,20,0) Sorry, that should be (1,20,0), corrected patch attached. --- geeqie-200

Re: [Geeqie-devel] [PATCH][trivial] attrs did not applied to 'show pixel info' label

2009-06-16 Thread Yuriy Kaminskiy
an improved patch so we can apply it to trunk asap. Anyway, some fugly attempt at that attached. Only checked on 1.14, may misbehave on 1.16 or 1.20+, someone should check. --- geeqie-20090616/src/compat.h.orig 2009-05-15 04:45:45.0 +0400 +++ geeqie-20090616/src/compat.h 2009-06-16 18:39:21.

[Geeqie-devel] [rfc] senseless use of ceil/floor in pixbuf-renderer.c

2009-06-16 Thread Yuriy Kaminskiy
d only then division result implicitly casted to float). Attached patch fixes that. --- geeqie-20090616/src/pixbuf-renderer.c.orig 2009-06-16 00:32:50.00000 +0400 +++ geeqie-20090616/src/pixbuf-renderer.c 2009-06-17 04:50:05.0 +0400 @@ -79,6 +79,10 @@ */ #define PR_MIN_SCALE_SIZE 8

Re: [Geeqie-devel] [PATCH][trivial] attrs did not applied to 'show pixel info' label

2009-06-16 Thread Laurent Monin
Yuriy Kaminskiy a e'crit : Hello! Due to missing assignment to start_index and end_index, monospace attribute did not applied to label, causing constant resizing of that field (I've also grepped for pango_attr_list_new - other places were ok). Hi Yuriy, in recent versions this doesn't see