summaryrefslogtreecommitdiff
path: root/libeog
Commit message (Expand)AuthorAgeFilesLines
* Another attempt at fixing auto-sizing; it seems to work now. MaybeFederico Mena Quintero2000-08-182-24/+16
* i suck... gconf_client_remove_dir _does_ take an error handler... thanks georgeArik Devens2000-08-181-1/+1
* removed NULL from gconf_client_notify_remove_dir as it doesn't take an error ...Arik Devens2000-08-181-1/+1
* Last night's preparations for 0.4 - FedericoFederico Mena Quintero2000-08-1613-27/+32
* When you do wheel-zooming, the zoom center is now anchored to the mouseFederico Mena Quintero2000-07-281-8/+48
* Use rounding to get better results.Federico Mena Quintero2000-07-275-4/+68
* New function to see whether an image has a well-known screen size. SizesFederico Mena Quintero2000-07-242-0/+41
* Have separate sets of constants for the sizes of the glommed rectangles.Federico Mena Quintero2000-07-161-5/+9
* Make the scroll wheel control zooming by itself, i.e. without having toFederico Mena Quintero2000-07-151-10/+8
* If you hold down shift, you can zoom with the scroll wheel.Federico Mena Quintero2000-07-141-19/+40
* Removed all the global variables for preferences, since now we just useFederico Mena Quintero2000-07-142-113/+75
* Fixed build breakage. auto_size_notify_id is gone.Pavel Cisler2000-07-131-3/+0
* Forgot to save before commiting ;-)Arik Devens2000-07-131-1/+0
* Added support for GConf in window.c as well as adding pref handling for windo...Arik Devens2000-07-134-17/+94
* Update for gconf client api changes.Ramiro Estrugo2000-07-121-1/+1
* Working model/view preferences ;-)Arik Devens2000-07-112-150/+25
* Removed global prefs variable.Arik Devens2000-07-112-23/+202
* Check if we actually were able to create the temporary pixbuf.Federico Mena Quintero2000-07-011-0/+6
* New argument to support explicit synch behavior for the first pass.Federico Mena Quintero2000-06-301-7/+12
* Fixes from Arik - FedericoFederico Mena Quintero2000-06-271-2/+2
* Plane hacking; scrolling engine is officially done(tm) now2000-06-20 Federic...Federico Mena Quintero2000-06-211-48/+133
* Control, not ShiftAnders Carlsson2000-06-121-1/+1
* Hadjaha (as in, added mouse wheel scrolling support to gtkscrollframe)Anders Carlsson2000-06-121-1/+34
* New files with the preferences code.Federico Mena Quintero2000-05-082-5/+342
* New "zoom_fit" class to ask the parent to zoom to fit.Federico Mena Quintero2000-05-064-75/+146
* New files for the full screen view mode.Federico Mena Quintero2000-04-273-3/+75
* Pass in a zoom value instead of using the view's.Federico Mena Quintero2000-04-231-28/+100
* New function to do proper scrolling of the image view. (drag_to): UseFederico Mena Quintero2000-04-223-91/+564
* Add the image size to the window title.Federico Mena Quintero2000-04-201-0/+132
* Doh, call the parent class unrealize handler, not the unmap handler!Federico Mena Quintero2000-04-141-2/+2
* Some real work and some quick hacks to test the new scrolling/zoomingFederico Mena Quintero2000-04-132-32/+220
* New Dutch translation.Dennis Smit2000-04-121-10/+149
* Update for new GdkPixbuf.Darin Adler2000-04-111-2/+2
* Fixed typos that prevent it from compiling. I guess this was a littleDarin Adler2000-04-031-5/+4
* This may not build. It will not work yet. I just want some safety for ifFederico Mena Quintero2000-04-016-241/+1276
* Fix off-by-one error when setting the scroll region of the canvas.Federico Mena Quintero1999-12-091-1/+1
* Do not set the window title here, especially not with aFederico Mena Quintero1999-11-223-17/+19
* set the title here.Miguel de Icaza1999-11-193-0/+16
* Work - FedericoArturo Espinosa1999-11-082-5/+5
* Upgrade to gdk-pixbuf 0.3:Federico Mena Quintero1999-10-203-15/+13
* Removed unused variable - FedericoArturo Espinosa1999-09-281-1/+0
* Set the cursor to a hand. (UIImagePrivate): Added fields for the anchorFederico Mena Quintero1999-09-283-5/+284
* These changes are based on a patch by Michael Meeks (mmeeks@gnu.org).Federico Mena Quintero1999-09-233-2/+4
* Set the width/height of the image item.Federico Mena Quintero1999-09-231-0/+5
* Added a zoom factor menu.Federico Mena Quintero1999-09-192-2/+12
* New function to get the current zoom factor. (ui_image_zoom_fit): NewFederico Mena Quintero1999-09-182-0/+59
* Open the images specified in the command line.Federico Mena Quintero1999-09-184-2/+23
* Doh. Unref the correct image (typo fix).Federico Mena Quintero1999-09-171-1/+1
* Set the canvas scroll region based on the image size.Federico Mena Quintero1999-09-173-1/+157
* Removed old test cruft.Federico Mena Quintero1999-09-174-60/+360