summaryrefslogtreecommitdiff
path: root/libeog
Commit message (Expand)AuthorAgeFilesLines
* Fix AIX compilation problems - #134866.Jens Finke2004-02-192-4/+4
* Code cleanup. Monitor image modifications.Jens Finke2003-09-281-48/+132
* Fixes the duplicated entries for width/height information in the imageJens Finke2003-09-281-18/+21
* Create horizontal splitter to hold info view only if libexif is available.Jens Finke2003-09-211-1/+7
* New function. (eog_image_get_caption): Be smart when translate caption toJens Finke2003-09-151-0/+79
* (eog_hig_dialog_new): add terminating NULL in g_object_set.Martin Kretzschmar2003-08-061-1/+1
* Kicked out/ #ifdef'd debug output.Jens Finke2003-07-212-0/+4
* Don't print additional newline after message text.Martin Kretzschmar2003-07-201-2/+2
* Set empty title.Jens Finke2003-07-141-0/+1
* Set string parameter to const.Jens Finke2003-07-062-2/+2
* This patch should fix bug #114189.Jens Finke2003-07-061-1/+1
* Check for info_view != NULL. (create_user_interface): Create info viewJens Finke2003-07-055-0/+752
* Check if image is altered and create/update thumbnail if necessary.Jens Finke2003-06-251-40/+62
* add svg+xml to all three places not just 1Christian Fredrik Kalager Schaller2003-06-131-0/+2
* Added check for optional libjpeg.Jens Finke2003-06-125-58/+328
* - Small mime type fix to make SVG work with moz-bonoboChristian Schaller2003-06-061-0/+1
* New function. (eog_wrap_list_instance_init): Register as drag source.Jens Finke2003-05-312-0/+9
* Added progress indication.Jens Finke2003-05-314-14/+128
* Using affine matrices for describing transformations applied to an image.Jens Finke2003-05-127-344/+432
* Free images only if we have more than three.BEFORE_AFFINE_TRANSFORMJens Finke2003-04-283-9/+36
* Queue the images to load and load one by one. Simplified the code.Jens Finke2003-04-275-220/+147
* Remove cursor hide timeout handler.Jens Finke2003-04-271-0/+5
* Use simple counter to determine when the pointer should be hidden.Jens Finke2003-04-061-9/+8
* Added invisible cursor data. (cursor_get): Made it a non public function.Jens Finke2003-04-064-23/+162
* Use a macro rather than a hardcoded value for the buffer size. Also,Federico Mena Quintero2003-04-031-3/+6
* "*width = *height = 0", not "width = height = 0". (NUM_IMAGE_CALLBACKS):Federico Mena Quintero2003-04-032-323/+262
* Enable 'As background' radio button.Jens Finke2003-03-303-38/+50
* Close the gdk_pixbuf_loader before we access the pixbuf. Fixes #109139.Jens Finke2003-03-251-2/+3
* Added libeog-marshal.list.Jens Finke2003-03-211-1/+1
* Guard the exif assertion with HAVE_EXIF.Jens Finke2003-03-141-0/+2
* Assert that exif attribute is NULL on load. (eog_image_free_mem): FreeJens Finke2003-03-131-7/+8
* Added optional libexif support to read information stored in the images byJens Finke2003-03-135-8/+540
* Switched to a thread based loading mechanism. (eog_image_dispose): FreeJens Finke2003-03-113-39/+184
* Free caption and caption_key. (eog_image_get_caption): Save caption stringJens Finke2003-03-112-1/+47
* Reverted previous patch (was quite a bad idea).Jens Finke2003-03-071-2/+4
* Improved the in advance loading of images. Also frees image data, which isJens Finke2003-03-072-90/+318
* Unref GdkPixbufLoader.Jens Finke2003-03-071-0/+1
* Extended, so that it can cope with a list of images (slideshow).Jens Finke2003-03-062-21/+132
* Removed unused variables.Jens Finke2003-03-061-1/+1
* New function which cleans up all resources related to the viewed image.Jens Finke2003-03-031-26/+34
* Unref image. (add_image_to_queue): Ref image before putting it into theJens Finke2003-03-032-2/+42
* Don't include eog-image-helper.h.Jens Finke2003-03-021-1/+0
* Removed.Jens Finke2003-03-023-261/+0
* Re-enabled image saving.Jens Finke2003-03-026-61/+86
* Fixed compiler warnings in libeog.Jens Finke2003-03-017-21/+15
* Use GdkPixbufFormat api for querying the supported file formats. RememberJens Finke2003-03-012-122/+205
* New files. A HIG compatible message dialog.Jens Finke2003-02-263-0/+115
* Removed deprecated tests for libjpeg, libpng, libpreview, evolution,Jens Finke2003-02-211-6/+2
* Added thumbnail generation stuff. (eog_image_load_thumbnail),Jens Finke2003-02-214-20/+322
* 2003-02-14 Jens FinkeJens Finke2003-02-1421-2577/+3274