log src/pixbuf-renderer.c @ 1810:c416d099a3dc

age author description
Mon, 10 May 2010 11:32:56 +0000 mow GTK marks several functions as deprecated
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Tue, 13 Oct 2009 21:49:21 +0000 mow Add compatibility for GTK 2.18
Tue, 28 Jul 2009 22:27:24 +0000 nadvornik improved scroll on slower machines
Wed, 17 Jun 2009 18:19:11 +0000 nadvornik fixed problems with floor/ceil
Sat, 06 Jun 2009 19:39:46 +0000 nadvornik preserve zoom value on fullscreen startup
Sat, 06 Jun 2009 17:28:16 +0000 nadvornik swap x and y scale when scaling rotated images - it fixes tiles that were
Sat, 30 May 2009 20:18:22 +0000 nadvornik preserve image center over short periods when the "broken image" icon is
Sat, 02 May 2009 09:15:56 +0000 nadvornik improved pixel info, changed the menu entry from "Hide" to "Show",
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Sun, 05 Apr 2009 09:46:49 +0000 nadvornik fixed bug in overlay drawing
Sat, 04 Apr 2009 23:12:19 +0000 nadvornik disabled 2-pass rendering also affect color correction
Tue, 31 Mar 2009 20:35:04 +0000 nadvornik use a better signal
Mon, 30 Mar 2009 19:01:09 +0000 zas_ Fixed bug where pixel/color information at x=0 coordinates werent shown:
Sat, 14 Mar 2009 21:12:55 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 11:26:43 +0000 zas_ More gboolean and tidy up.
Wed, 04 Mar 2009 18:53:47 +0000 nadvornik Display pixel coordinates and rgb - patch by Ruben Stein
Mon, 02 Mar 2009 22:48:04 +0000 nadvornik overlay now survives image split
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Wed, 10 Sep 2008 20:37:30 +0000 nadvornik use SHIFT for connected scroll and zoom
Mon, 08 Sep 2008 19:57:51 +0000 nadvornik added possibility to redraw only the parts of image that are already
Sun, 07 Sep 2008 23:01:30 +0000 bruclik Replaced gtk depreceated code.
Thu, 04 Sep 2008 21:19:09 +0000 nadvornik fixed various problems with preserving viewport on image change,
Wed, 03 Sep 2008 21:13:02 +0000 zas_ Improve debug messages.
Wed, 03 Sep 2008 20:29:32 +0000 nadvornik adjusted redraw priority relative to icon drawing
Mon, 01 Sep 2008 19:18:32 +0000 nadvornik improved pixbuf draw priority control
Tue, 26 Aug 2008 22:30:40 +0000 zas_ Consistency: type * instead of type*.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 30 Jun 2008 21:08:28 +0000 nadvornik fixed division by zero in pixbuf_renderer_get_scroll_center
Thu, 26 Jun 2008 15:59:20 +0000 zas_ Use flags for pr_zoom_*() functions.
Thu, 26 Jun 2008 12:23:48 +0000 zas_ Use flags instead of int parameters for pixbuf_renderer_overlay_add().
Thu, 26 Jun 2008 11:48:40 +0000 zas_ Only define ExifOrientationType if GQ_BUILD is not defined since
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Mon, 19 May 2008 09:27:30 +0000 zas_ Fix some incomplete initialization warnings.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Thu, 24 Apr 2008 15:53:08 +0000 zas_ 6 for() vs 201 for (): winner is for ().
Thu, 24 Apr 2008 12:47:09 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
Thu, 24 Apr 2008 12:23:02 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 zas_ Handle the newline in DEBUG_N() macro instead of adding one
Wed, 23 Apr 2008 20:47:19 +0000 zas_ Introduce macros to display debug messages.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 21:30:36 +0000 zas_ Use explicit names for mouse buttons instead of numbers.
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Fri, 18 Apr 2008 21:30:12 +0000 nadvornik replace inner loops with memcpy
Fri, 18 Apr 2008 20:41:09 +0000 zas_ Explode pr_tile_mirror() in three optimized functions:
Fri, 18 Apr 2008 11:01:41 +0000 zas_ Explode pr_tile_rotate_90() in two functions:
Thu, 17 Apr 2008 17:44:54 +0000 nadvornik image post-processing (rotation and color management) moved to
Wed, 16 Apr 2008 20:15:42 +0000 nadvornik in debug mode print time information on selected events
Sat, 12 Apr 2008 17:09:20 +0000 zas_ Fix display bug when using "Limit image size when autofitting" option.
Tue, 08 Apr 2008 23:16:12 +0000 zas_ GQVIEW_* -> GQ_*
Sat, 29 Mar 2008 14:59:14 +0000 nadvornik configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
Sat, 29 Mar 2008 10:38:15 +0000 nadvornik set user-defined color as image background - patch by Laurent MONIN
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Thu, 12 Jul 2007 20:46:28 +0000 nadvornik relative scroll is working; some cleanup
Tue, 10 Jul 2007 21:25:51 +0000 nadvornik improved connected scroll and active image switching
Wed, 08 Nov 2006 22:07:26 +0000 gqview Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>