2009-06-12 Dov Grobgeld * Released 0.9.3 * src/gtk-image-viewer.gob: Added size request when creating the widget. * src/gtk-image-viewer.gob : Disabled diagonal paremeter from API. 2009-05-08 Dov Grobgeld * src/gtk-image-viewer.gob: Introduced new concept diagonal flip that will eventually signify xy-swapping. * src/gtk-image-viewer.gob : Changed concept for calculating the cache image. 2009-03-29 Dov Grobgeld * src/gtk-image-viewer.gob: Changed interface to get_image so that it raises the reference count and returns a non-const image. 2009-02-06 Dov Grobgeld * Released 0.9.2 2009-01-25 Dov Grobgeld * src/gtk-image-viewer.c, src/gtk-image-viewer-fixed.c: Fixed signal type error by postprocessing the gob output. 2008-10-21 Dov Grobgeld * example/agg-lion.c : Added example that renders the agg lion. 2008-10-18 Dov Grobgeld * Relased 0.9.1 * gtk-image-vier.gob : Updated license info. * COPYING : Changed license to LGPL v3, which is what I what I intended. 2008-10-10 Dov Grobgeld * examples/*.c* : Fixed compilation warnings. * examples/Makefile : Fixed compilation problems. * Makefile.am : Added forgotten file examples/lena.ppm * gtk-image-viewer.gob : Created dummy adjustments during flipping if no real adjustments exists. This enables flipping when no scrollbars have been attached. (Problem reported by zentera) 2008-10-08 Dov Grobgeld * Released 0.9.0 2008-10-03 Dov Grobgeld * Fixed autofilling when scrollbar policy is GTK_POLICY_ALWAYS. * Added keyboard binding 'f' for fit in window. * Fixed bug in initialization. * Separated out from giv.