Find a file
Federico Mena Quintero 79b6979909 Fixes #82417.
2002-05-30  Federico Mena Quintero  <federico@ximian.com>

	Fixes #82417.

	* libeog/image-view.c (unity_zoom): Oops, this was testing zoomx
	twice instead of zoomx and zoomy.
	(ImageViewPrivate): Now we only use a single microtile array.  It
	represents the dirty region for delayed drawing, which is only
	used when we are using interpolation --- the non-interpolated and
	zoom==1:1 cases are handled synchronously for speed and
	smoothness.
	(remove_dirty_region): Handle a single microtile.
	(paint_iteration_idle): Handle a single microtile.  Boy, is this
	simpler or what?
	(scroll_to): Use gdk_window_scroll() and process exposures
	synchronously.  This is basically the old EOG magic but now done
	cleanly with GDK stuff.
	(image_view_set_pixbuf): Remove the dirty region and reset the
	scrolling offsets.
	(image_view_get_zoom): Return both the X and Y zoom factors.
	(image_view_button_press_event): Do not grab the cursor now that
	we can use implicit grabs reliably.
	(image_view_button_release_event): Do not ungrab the cursor.

	* viewer/eog-image-view.c (eog_image_view_get_prop): Take the
	square root of the product of the X and Y zoom factors for the
	actual zoom factor.

	* viewer/eog-control.c (zoomable_set_zoom_level_cb): Likewise.
	(zoomable_zoom_in_cb): Likewise.
	(zoomable_zoom_out_cb): Likewise.
	(zoomable_zoom_to_fit_cb): Likewise.

	* viewer/eog-full-screen.c (eog_full_screen_button_press_event):
	Removed.

	* shell/eog-window.c (verb_HelpAbout_cb): Add the EOG icon and the
	documenters.
2002-05-30 19:49:16 +00:00
art added images 2001-03-27 19:34:12 +00:00
collection Applied slightly edited patch by Ronald Bultje 2002-05-07 07:01:03 +00:00
doc Uppercase the DOCTYPE and ENTITY stuff. 2001-08-12 15:45:45 +00:00
help Patch from Satyajit Kanungo <satyajit.kanungo@wipro.com> to include help 2002-05-21 01:14:35 +00:00
idl Got my head out of my butt and finally merged all the individual 2002-02-21 02:24:59 +00:00
libeog Fixes #82417. 2002-05-30 19:49:16 +00:00
omf-install help/.cvsignore help/C/.cvsignore New files. 2002-03-12 19:35:31 +00:00
po Updated Spanish translation. 2002-05-30 19:48:06 +00:00
shell Fixes #82417. 2002-05-30 19:49:16 +00:00
viewer Fixes #82417. 2002-05-30 19:49:16 +00:00
.cvsignore .cvsignore, s/xml-i18n/intltool 2001-12-06 10:26:54 +00:00
acconfig.h Added gconftool-2 check and set the GCONF_CONFIG_SOURCE variable. This is 2002-01-20 10:58:25 +00:00
AUTHORS Added Jens Finke, Michael Meeks and myself. 2001-02-20 18:41:17 +00:00
autogen.sh Initial porting to GNOME 2. 2001-11-28 23:47:36 +00:00
ChangeLog Fixes #82417. 2002-05-30 19:49:16 +00:00
configure.in - adding Arabic translation file 2002-05-24 22:12:29 +00:00
COPYING Initial revision 1999-09-15 05:19:29 +00:00
CVSVERSION New file. 2000-10-26 22:25:45 +00:00
DEPENDS Last night's preparations for 0.4 - Federico 2000-08-16 20:42:08 +00:00
eog.desktop.in Oops, fix approved but long forgotten patch ;-) 2002-03-21 22:39:46 +00:00
eog.schemas This patch should fix bug #74083. It makes gconf consistently the model 2002-03-12 19:23:12 +00:00
eog.spec.in 0.5 - Federico 2000-09-05 02:03:36 +00:00
gnome-eog.png Added an icon for eye-of-gnome image viewer. /tigert 1999-11-22 21:11:40 +00:00
HACKING Added explicit rules for the spec file and build fixes. 2002-03-04 20:10:24 +00:00
INSTALL Initial revision 1999-09-15 05:19:29 +00:00
MAINTAINERS Added myself with Federico's permission. 2002-02-28 17:36:48 +00:00
Makefile.am add help/Makefile.am help/C/Makefile.am help/C/eog-C.omf help/C/eog.xml 2002-03-10 04:21:17 +00:00
NEWS Bumped version to 0.118.0. 2002-05-21 15:05:19 +00:00
README Updated URLs, dependencies and authors list. 2001-06-05 16:21:20 +00:00
THANKS Updated email address from arik@helixcode.com to arik@gnome.org, please act accordingly ;-) 2000-12-08 02:56:44 +00:00
TODO Another attempt at fixing auto-sizing; it seems to work now. Maybe 2000-08-18 23:25:46 +00:00
xmldocs.make add help/Makefile.am help/C/Makefile.am help/C/eog-C.omf help/C/eog.xml 2002-03-10 04:21:17 +00:00

	Eye of Gnome: an image viewing and cataloging program
	-----------------------------------------------------


Perfect vision soup:

	- 1 cauldron of snake broth
	- 2 vampire ears
	- 4 legs of tarantula
	- 1 eye of gnome


Description
-----------

This is the Eye of Gnome, an image viewer program.  It is meant to be
a fast and functional image viewer as well as an image cataloging
program.


Requirements
------------

This package requires the following modules to be installed:
gnome-libs, gdk-pixbuf, Bonobo, gnome-print, GConf, gnome-vfs and libglade.

You can get these packages from your favorite GNOME FTP mirror at
http://download.gnome.org/GNOME/stable/sources or from other sources where 
GNOME packages are distributed.


Availability
------------

The bleeding-edge version of this package is always available from the GNOME
CVS repository (instructions at http://developer.gnome.org/tools/cvs.html).
Released versions are available at
http://download.gnome.org/GNOME/unstable/sources/eog.


Reporting bugs
--------------

Please use the GNOME bug tracking system to report bugs.  You can
reach it at http://bugzilla.gnome.org.


License
-------

This program is released under the terms of the GNU General Public
License.  Please see the file COPYING for details.


Authors
-------

Maintainer: Federico Mena-Quintero (federico@gnu.org)

Martin Baulig (martin@gnome.org)
Arik Devens (arik@gnome.org)
Jens Finke (jens@gnome.org)
Michael Meeks (michael@ximian.com)