Wed, 25 Feb 2009 23:04:08 +0000 |
zas_ |
Silent a minor warning.
|
Wed, 25 Feb 2009 21:09:17 +0000 |
nadvornik |
correctly save and restore overlay string
|
Wed, 25 Feb 2009 18:21:20 +0000 |
nadvornik |
fixed filter initialization
|
Tue, 24 Feb 2009 22:21:28 +0000 |
nadvornik |
improved bar_sort configuration
|
Tue, 24 Feb 2009 20:34:39 +0000 |
nadvornik |
simplified and improved bar configuration
|
Tue, 24 Feb 2009 17:47:45 +0000 |
zas_ |
Since READ_*() macros are now exported, do not hide
|
Mon, 23 Feb 2009 22:13:09 +0000 |
nadvornik |
simplified config writing
|
Mon, 23 Feb 2009 21:21:15 +0000 |
nadvornik |
enabled commandline again
|
Sun, 22 Feb 2009 15:35:37 +0000 |
nadvornik |
config file format changed to XML
|
Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
Sun, 01 Feb 2009 12:48:14 +0000 |
nadvornik |
read external editors from .desktop files
|
Thu, 29 Jan 2009 18:52:52 +0000 |
zas_ |
Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland.
|
Tue, 20 Jan 2009 22:53:09 +0000 |
nadvornik |
improved metadata preferences
|
Fri, 02 Jan 2009 09:26:23 +0000 |
nadvornik |
sidecar files grouping was made case-insensitive
|
Sun, 21 Dec 2008 16:26:03 +0000 |
nadvornik |
fixed new options
|
Sat, 20 Dec 2008 23:18:20 +0000 |
nadvornik |
added options for metadata - not yet used
|
Sat, 11 Oct 2008 20:19:48 +0000 |
nadvornik |
added option to use exif thumbnails
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Sun, 31 Aug 2008 11:27:24 +0000 |
zas_ |
Move quoted_value() and escquote_value() to misc.[ch].
|
Sun, 31 Aug 2008 09:13:42 +0000 |
zas_ |
Move save/load_options() to options.[ch].
|
Sun, 31 Aug 2008 08:59:39 +0000 |
zas_ |
Move sync_options_with_current_state() call to save_options().
|
Sat, 30 Aug 2008 10:39:35 +0000 |
zas_ |
Allow to override documentation paths through options:
|
Mon, 25 Aug 2008 22:20:45 +0000 |
zas_ |
Whitespaces cleanup.
|
Fri, 22 Aug 2008 21:52:13 +0000 |
zas_ |
Add an option named layout.home_path which modifies the behavior of the Home button.
|
Tue, 15 Jul 2008 12:52:02 +0000 |
zas_ |
Use a specific enum for image.zoom_mode values (ZoomMode) and
|
Sun, 13 Jul 2008 14:50:07 +0000 |
zas_ |
Improve ways to specify html browser (used for help, see bug 2015099).
|
Sun, 29 Jun 2008 10:11:43 +0000 |
zas_ |
Make better matching between options types in options.h and the rest of the code.
|
Thu, 26 Jun 2008 14:43:52 +0000 |
zas_ |
Use stricter types for image options.
|
Sat, 21 Jun 2008 22:01:45 +0000 |
nadvornik |
cache size made configurable
|
Fri, 13 Jun 2008 11:11:57 +0000 |
zas_ |
Optionnally display directory's date in list view.
|
Thu, 12 Jun 2008 22:43:32 +0000 |
zas_ |
load_options_from():
|
Thu, 12 Jun 2008 21:21:32 +0000 |
zas_ |
Add a comment about relative positions of image overlay in the rc file.
|
Thu, 12 Jun 2008 20:33:51 +0000 |
zas_ |
Allow to set image overlay info position through options:
|
Fri, 30 May 2008 08:39:52 +0000 |
zas_ |
Use functions to set editors name and command and ensure they are
|
Thu, 29 May 2008 07:52:05 +0000 |
zas_ |
Save properties window width and height to rc file and restore
|
Fri, 23 May 2008 00:20:56 +0000 |
zas_ |
Try to load a system-wide rc file if any, before per-user rc file.
|
Thu, 22 May 2008 23:22:12 +0000 |
zas_ |
Pass ConfOptions * to save_options() and load_options().
|
Thu, 22 May 2008 23:17:26 +0000 |
zas_ |
Move code from save_options() to new save_options_to() which takes
|
Thu, 22 May 2008 22:43:07 +0000 |
zas_ |
Separate path building code from options loading code.
|
Thu, 22 May 2008 20:22:13 +0000 |
zas_ |
Make shell command and its option rc file options instead of hardcoded strings.
|
Thu, 22 May 2008 08:49:52 +0000 |
zas_ |
Use a struct to handle editor's properties.
|
Wed, 21 May 2008 19:37:18 +0000 |
zas_ |
Make stricter match for option's names consisting of a prefix and a number.
|
Wed, 21 May 2008 00:32:57 +0000 |
zas_ |
Use g_build_filename().
|
Tue, 20 May 2008 08:14:35 +0000 |
zas_ |
Sort out log_printf() vs printf_term() mix up.
|
Sun, 18 May 2008 21:14:01 +0000 |
zas_ |
Save order of Properties dialog tabs to rc file.
|
Mon, 12 May 2008 10:46:23 +0000 |
zas_ |
When an option was successfully read, just continue to next line.
|
Mon, 12 May 2008 10:37:37 +0000 |
zas_ |
Minor formatting fix in rc file header.
|
Mon, 12 May 2008 08:52:17 +0000 |
zas_ |
Rework read_*_option():
|
Mon, 12 May 2008 08:11:27 +0000 |
zas_ |
Rename option image_overlay.common.enabled to image_overlay.common.state
|
Sun, 11 May 2008 13:14:58 +0000 |
zas_ |
An option to save and restore the last path used was added.
|
Sun, 11 May 2008 12:23:26 +0000 |
zas_ |
Rename options:
|
Sat, 10 May 2008 09:00:14 +0000 |
zas_ |
Save full OSD state to rc file and restore it on startup.
|
Fri, 09 May 2008 08:39:18 +0000 |
zas_ |
Preserve last histogram modes.
|
Thu, 08 May 2008 12:50:25 +0000 |
zas_ |
Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.
|
Thu, 08 May 2008 12:38:34 +0000 |
zas_ |
Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings
|
Tue, 06 May 2008 12:31:23 +0000 |
zas_ |
Use a dedicated option to enable keywords and comment saving as XMP tags
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Sat, 03 May 2008 11:34:13 +0000 |
zas_ |
Replace Layout icon_view field by more generic file_view_type.
|
Thu, 01 May 2008 22:30:16 +0000 |
zas_ |
save_options(): minor code simplification.
|
Thu, 24 Apr 2008 15:49:57 +0000 |
zas_ |
Convert the minority of while() to while ().
|
Wed, 23 Apr 2008 22:17:21 +0000 |
zas_ |
Allow the copy of file paths to clipboard.
|
Tue, 22 Apr 2008 23:53:24 +0000 |
zas_ |
Save sort manager state to rc file.
|
Tue, 22 Apr 2008 22:44:10 +0000 |
zas_ |
Save state and width of exif, info and sort panels to rc file.
|
Mon, 21 Apr 2008 21:46:38 +0000 |
nadvornik |
updated copyright in source files
|
Mon, 21 Apr 2008 20:39:36 +0000 |
zas_ |
Add some macros to handle rc file compatibility issues related to
|
Mon, 21 Apr 2008 20:01:22 +0000 |
zas_ |
Replace fullscreen.info and fullscreen.show_info options by:
|
Mon, 21 Apr 2008 10:09:01 +0000 |
zas_ |
Allow the user to set the drag'n drop icon size through
|
Sun, 20 Apr 2008 18:07:51 +0000 |
zas_ |
Effectively drop empty newlines at end of files (missing from rev 535)
|
Sun, 20 Apr 2008 13:04:57 +0000 |
zas_ |
Big whitespaces cleanup:
|
Sat, 19 Apr 2008 21:30:19 +0000 |
zas_ |
Save Show Marks state to rc file and display current state in menu.
|
Fri, 18 Apr 2008 22:15:01 +0000 |
zas_ |
Add two new options to control image read buffer at runtime.
|
Fri, 18 Apr 2008 09:15:09 +0000 |
zas_ |
Introduce printf_term() macro and use it.
|
Wed, 16 Apr 2008 14:45:22 +0000 |
zas_ |
Introduce a new struct ViewDir to handle directory views common
|
Tue, 15 Apr 2008 21:06:00 +0000 |
zas_ |
Cleanup read/write of image.zoom_mode option.
|
Tue, 15 Apr 2008 20:56:55 +0000 |
zas_ |
Read show_icon_names only once.
|
Tue, 15 Apr 2008 20:36:11 +0000 |
zas_ |
Add a new option in Preferences > Filtering to allow the
|
Tue, 15 Apr 2008 20:00:27 +0000 |
zas_ |
Add and use few new macros in rc file writing code.
|
Sun, 13 Apr 2008 19:21:13 +0000 |
zas_ |
Rename show_dot_files to show_hidden_files.
|
Sun, 13 Apr 2008 12:12:44 +0000 |
zas_ |
Fix a typo, READ_CHAR() must use value_all.
|
Sun, 13 Apr 2008 09:10:38 +0000 |
zas_ |
Use convenient macros to read options, it will ensure options
|
Sun, 13 Apr 2008 08:36:17 +0000 |
zas_ |
Simplify read_*_option() stuff by passing pointer to option value.
|
Sat, 12 Apr 2008 23:59:31 +0000 |
zas_ |
Partly rewrite option parser to accept whitespaces at start
|
Sat, 12 Apr 2008 23:41:35 +0000 |
zas_ |
exif_* -> exif.display.*
|
Sat, 12 Apr 2008 23:32:08 +0000 |
zas_ |
Add a note in the rc file about special editor slots.
|
Sat, 12 Apr 2008 23:16:41 +0000 |
zas_ |
sidecar_ext -> sidecar.ext
|
Sat, 12 Apr 2008 23:07:04 +0000 |
zas_ |
Unify names of options between variables and rc file.
|
Sat, 12 Apr 2008 23:02:00 +0000 |
zas_ |
Use tree_descend_subdirs everywhere.
|
Sat, 12 Apr 2008 22:22:11 +0000 |
zas_ |
Use startup_path_enable everywhere.
|
Sat, 12 Apr 2008 22:17:14 +0000 |
zas_ |
Rename recent_list_max/open_recent_max to open_recent_list_maxsize.
|
Sat, 12 Apr 2008 22:10:38 +0000 |
zas_ |
Rename dupe_custom_threshold option to duplicates_similarity_threshold.
|
Sat, 12 Apr 2008 22:04:29 +0000 |
zas_ |
Move safe_delete* and in place rename options to file_ops
|
Sat, 12 Apr 2008 21:45:30 +0000 |
zas_ |
Rename option thumbnails.enabled to layout.show_thumbnails as it makes
|
Sat, 12 Apr 2008 21:38:55 +0000 |
zas_ |
Rename user_specified_window_background and window_background_color
|
Sat, 12 Apr 2008 19:33:59 +0000 |
zas_ |
Rename window options (moved to layout) and re-order rc file.
|
Sat, 12 Apr 2008 17:20:34 +0000 |
zas_ |
Fix bad image option name in the rc file.
|
Sat, 12 Apr 2008 15:13:00 +0000 |
zas_ |
Beautify rc file, adding sub-sections titles.
|
Sat, 12 Apr 2008 15:04:58 +0000 |
zas_ |
Rename image-related options.
|
Sat, 12 Apr 2008 09:41:44 +0000 |
zas_ |
Rename thumbnails related options.
|
Sat, 12 Apr 2008 09:12:37 +0000 |
zas_ |
Rename file filtering options.
|
Sat, 12 Apr 2008 08:40:02 +0000 |
zas_ |
Rename collection options.
|
Sat, 12 Apr 2008 08:35:58 +0000 |
zas_ |
Rename file sorting options.
|
Sat, 12 Apr 2008 08:05:44 +0000 |
zas_ |
Rename color profile options.
|
Sat, 12 Apr 2008 07:46:01 +0000 |
zas_ |
Rename slideshow options.
|
Fri, 11 Apr 2008 23:32:22 +0000 |
zas_ |
Rationalize fullscreen options naming.
|
Fri, 11 Apr 2008 22:52:22 +0000 |
zas_ |
Move more options to ConfOptions.
|
Fri, 11 Apr 2008 22:27:54 +0000 |
zas_ |
Move file_sort_case_sensitive to ConfOptions.
|
Fri, 11 Apr 2008 22:14:36 +0000 |
zas_ |
Add a new struct ConfOptions to handle options.
|
Fri, 11 Apr 2008 12:31:32 +0000 |
zas_ |
Move secure save code to its own files: secure_save.{c,h}.
|
Wed, 09 Apr 2008 13:53:01 +0000 |
zas_ |
Replace occurences of Geeqie / geeqie by constants defined in main.h.
|
Tue, 08 Apr 2008 23:16:12 +0000 |
zas_ |
GQVIEW_* -> GQ_*
|
Tue, 08 Apr 2008 23:02:33 +0000 |
zas_ |
gqview.h -> main.h
|
Tue, 08 Apr 2008 21:55:58 +0000 |
zas_ |
Implement secure rc file saving.
|
Tue, 08 Apr 2008 11:53:35 +0000 |
zas_ |
Remove dependency on GTK 2.12, reported by John Vodden and Vladimir
|
Thu, 03 Apr 2008 22:20:42 +0000 |
zas_ |
Drop a bunch of unused variables.
|
Thu, 03 Apr 2008 14:35:03 +0000 |
zas_ |
Fix and simplify thumbnails size combo box related code.
|
Wed, 02 Apr 2008 20:44:40 +0000 |
nadvornik |
various exif improvements based on patch by Uwe Ohse
|
Mon, 31 Mar 2008 22:10:25 +0000 |
zas_ |
Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10.
|
Mon, 31 Mar 2008 21:09:36 +0000 |
nadvornik |
use quoted_value everywhere
|
Sat, 29 Mar 2008 21:47:10 +0000 |
zas_ |
Improve escaping and quoting of strings saved in rc files.
|
Sat, 29 Mar 2008 14:59:14 +0000 |
nadvornik |
configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
|
Sat, 29 Mar 2008 10:38:15 +0000 |
nadvornik |
set user-defined color as image background - patch by Laurent MONIN
|
Sun, 23 Mar 2008 20:38:54 +0000 |
nadvornik |
rename GQview -> Geeqie over the code
|
Sun, 23 Dec 2007 21:24:48 +0000 |
nadvornik |
basic sidecar files configuration via preferences dialog
|
Tue, 20 Nov 2007 22:28:40 +0000 |
nadvornik |
fixed grouping sidecar files and made it configurable via config file
|
Sat, 25 Nov 2006 03:00:33 +0000 |
gqview |
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
|
Wed, 27 Apr 2005 19:29:15 +0000 |
gqview |
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
|
Thu, 03 Mar 2005 06:32:53 +0000 |
gqview |
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
|
Sat, 26 Feb 2005 00:13:35 +0000 |
gqview |
Sync to GQview 1.5.9 release.
|
Sat, 15 Apr 2000 23:15:02 +0000 |
gqview |
Syncing to 0.8.1
|
Thu, 13 Apr 2000 12:55:19 +0000 |
gqview |
0.8.0
|
Mon, 03 Apr 2000 18:24:05 +0000 |
gqview |
Initial revision
|