Commit graph

16 commits

Author SHA1 Message Date
Jens Finke 26c43f3ba4 Bumped version to 0.114.0.
2002-03-12  Jens Finke  <jens@triq.net>

	* configure.in: Bumped version to 0.114.0.

	* NEWS: updated

	* Released version 0.114.0
2002-03-12 21:13:03 +00:00
Martin Baulig a88bbcb7bc Version 0.6 -----------
Version 0.6
-----------

* There's a totally new Bonobo component which uses the core EOG
  code to display things (Martin, Michael). The old component has
  been moved into Nautilus.

* Requires Bonobo 0.35, GConf 0.12, gnome-print 0.25 and OAF 0.6.2.
2001-02-15 02:09:46 +00:00
Federico Mena Quintero c90f1cab85 0.5 - Federico 2000-09-05 02:03:36 +00:00
Federico Mena Quintero 90c0bb2a9d Cherry Garcia ice cream is good - Federico 2000-09-03 04:32:03 +00:00
Federico Mena Quintero ff307e7f60 Mention that you can drag and drop images into EOG.
2000-09-03  Federico Mena Quintero  <federico@helixcode.com>

	* C/eog.sgml: Mention that you can drag and drop images into EOG.
2000-09-03 04:19:00 +00:00
Federico Mena Quintero 802d40fe87 0.4, at last - Federico 2000-08-20 07:42:42 +00:00
Federico Mena Quintero 6e0777eeef Another attempt at fixing auto-sizing; it seems to work now. Maybe
2000-08-18  Federico Mena Quintero  <federico@helixcode.com>

	Another attempt at fixing auto-sizing; it seems to work now.
	Maybe GtkScrollFrame is not *that* broken...

	* window.c (window_construct): Do not set the default size of the
	window.
	(window_init): Set the window policy to allow_shrink.
	(auto_size): Set the usize of the image view to our preferred size.
	(window_open_image_dialog): Add a grab on the dialog so that the
	user cannot invoke commands on the window!
	(hide_cb): Remove the grab when the dialog is hidden.
	(window_open_image_dialog): Sigh.  Add an accel group so that
	pressing Escape can close the open dialog.

	* gtkscrollframe.c (gtk_scroll_frame_size_request): Do pay
	attention to the child's requisition; this restores the code to
	its original state.
	(gtk_scroll_frame_size_allocate): Make sure the the
	child_allocation is nonnegative (bugfix merge from Evolution).

	* image-view.c (image_view_size_request): Request a size of zero.
2000-08-18 23:25:46 +00:00
Federico Mena Quintero 98d606f3e1 News update - Federico 2000-07-27 20:59:48 +00:00
Federico Mena Quintero 77f12ea713 Fixes from Arik - Federico 2000-06-27 23:11:13 +00:00
Federico Mena Quintero 19b37bce67 Plane hacking; scrolling engine is officially done(tm) now2000-06-20 Federico Mena Quintero <federico@helixcode.com>
* image-view.c (paint_rectangle): Special-case zoom == 1.0 to
	unconditionally use GDK_INTERP_NEAREST.  Pixops should optimize
	this itself, but things seem to be slower if you use other
	interpolation types even when the zoom is 1.0.  Also,
	short-circuit the fastest case to not create a temporary pixbuf
	and thus avoid a memcpy().
	(request_paint_area): Short-circuit NEAREST interpolation and zoom
	== 1.0 to paint synchronously.
	(scroll_to): Use request_paint_area() instead of calling
	uta_add_rect() directly.  This lets us do the short-circuiting
	there.
	(ImageViewPrivate): Added a second microtile array for
	interpolated drawing.
	(remove_dirty_region): Free both utas.
	(paint_iteration_idle): Handle both utas.  This is the core of
	two-pass scrolling:  when a rectangle is pulled from the first
	uta, add it to the second uta.
	(scroll_to): Handle both utas.
2000-06-21 01:07:07 +00:00
Federico Mena Quintero ea69b2d27c I forgot to commit this a loooooong time ago - Federico 2000-06-09 07:26:37 +00:00
Federico Mena Quintero 59fbfdcf67 0.3 - Federico 2000-04-20 18:43:15 +00:00
Arturo Espinosa 14f1a73987 0.2 - Federico 1999-10-22 16:01:11 +00:00
Arturo Espinosa 6d6e9a0c49 Updates - Federico 1999-10-21 16:39:19 +00:00
Arturo Espinosa ac3d3f68de 0.1 - Federico 1999-09-28 00:17:01 +00:00
Arturo Espinosa 948a56b383 Initial revision 1999-09-15 05:19:29 +00:00