comparison src/globals.c @ 14:25335c62cd9b

##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. ##### Thu Mar 3 01:16:23 2005 John Ellis <johne@verizon.net> * pan-view.c: Add 'dots' image size option, fix up border size at edge of grid, and make drag and drop work to/from the window. Wed Mar 2 23:34:30 2005 John Ellis <johne@verizon.net> * globals.c, gqview.h, rcfile.c: Add thumbnail_fast option variable. * image-load.c, typedefs.h: Add shrunk flag to determine if an image was scaled down using image_loader_set_requested_size. * image.c: Make panning with mouse scroll more when holding shift key. * preferences.c: Add option for 'Fast jpeg thumbnailing' and disabled xvpics option in the gui - now a hidden option. * thumb.c, thumb_standard.c: Add support for thumbnail_fast option..
author gqview
date Thu, 03 Mar 2005 06:32:53 +0000
parents d907d608745f
children 55166d93498d
comparison
equal deleted inserted replaced
13:ef790149ae21 14:25335c62cd9b
55 gint thumb_max_width = 96; 55 gint thumb_max_width = 96;
56 gint thumb_max_height = 72; 56 gint thumb_max_height = 72;
57 gint enable_thumb_caching = TRUE; 57 gint enable_thumb_caching = TRUE;
58 gint enable_thumb_dirs = FALSE; 58 gint enable_thumb_dirs = FALSE;
59 gint use_xvpics_thumbnails = TRUE; 59 gint use_xvpics_thumbnails = TRUE;
60 gint thumbnail_fast = TRUE;
60 gint thumbnail_spec_standard = TRUE; 61 gint thumbnail_spec_standard = TRUE;
61 gint enable_metadata_dirs = FALSE; 62 gint enable_metadata_dirs = FALSE;
62 gint show_dot_files = FALSE; 63 gint show_dot_files = FALSE;
63 gint file_filter_disable = FALSE; 64 gint file_filter_disable = FALSE;
64 gchar *editor_name[GQVIEW_EDITOR_SLOTS]; 65 gchar *editor_name[GQVIEW_EDITOR_SLOTS];