Sun, 20 Jul 2008 14:56:32 +0000 |
zas_ |
Move history_list_*() functions to separate files:
|
Thu, 03 Jul 2008 20:16:15 +0000 |
nadvornik |
refresh thumbnails on file change
|
Mon, 16 Jun 2008 18:37:35 +0000 |
nadvornik |
another try to free layout at exit
|
Sat, 07 Jun 2008 10:45:33 +0000 |
nadvornik |
use the new notification for collections
|
Fri, 06 Jun 2008 22:34:15 +0000 |
nadvornik |
used new notification in cache_maint
|
Thu, 05 Jun 2008 09:24:42 +0000 |
zas_ |
Compare paths using utf8_collate_key() since paths are utf8-encoded.
|
Tue, 03 Jun 2008 19:44:19 +0000 |
nadvornik |
replaced directory path with FileData* dir_fd
|
Tue, 03 Jun 2008 15:54:05 +0000 |
zas_ |
Allow to modify the aspect of Geeqie through the use of a
|
Tue, 03 Jun 2008 13:54:22 +0000 |
zas_ |
Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
|
Tue, 03 Jun 2008 11:24:16 +0000 |
zas_ |
Drop initialization to NULL since filelist_read() will take care of it.
|
Fri, 30 May 2008 08:36:23 +0000 |
zas_ |
Make utf8_validate_or_convert() to always allocate a new string.
|
Thu, 22 May 2008 23:22:12 +0000 |
zas_ |
Pass ConfOptions * to save_options() and load_options().
|
Thu, 22 May 2008 23:09:53 +0000 |
zas_ |
Move setup_default_options() and sync_options_with_current_state() to options.[ch].
|
Thu, 22 May 2008 22:49:07 +0000 |
zas_ |
Move code from exit_program_final() to new sync_options_with_current_state().
|
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 10:09:07 +0000 |
zas_ |
Modify set_default_image_overlay_template_string() to accept the pointer to
|
Thu, 22 May 2008 08:49:52 +0000 |
zas_ |
Use a struct to handle editor's properties.
|
Wed, 21 May 2008 11:07:23 +0000 |
zas_ |
Use G_DIR_SEPARATOR where applicable.
|
Wed, 21 May 2008 00:20:13 +0000 |
zas_ |
Use g_build_filename() where applicable.
|
Tue, 20 May 2008 22:09:04 +0000 |
zas_ |
Drop concat_dir_and_file() and use g_build_filename() instead.
|
Tue, 20 May 2008 08:14:35 +0000 |
zas_ |
Sort out log_printf() vs printf_term() mix up.
|
Mon, 19 May 2008 08:24:10 +0000 |
zas_ |
Fix spurious end of line introduced in revision 780.
|
Mon, 19 May 2008 01:15:17 +0000 |
bruclik |
configure.in was rewritten:
|
Sun, 18 May 2008 21:14:01 +0000 |
zas_ |
Save order of Properties dialog tabs to rc file.
|
Fri, 16 May 2008 12:16:49 +0000 |
zas_ |
Do not use printf() directly but use new wrapper function log_printf() instead.
|
Fri, 16 May 2008 10:02:56 +0000 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
Tue, 13 May 2008 16:09:43 +0000 |
zas_ |
Expand tilde with file: and view: remote parameters.
|
Tue, 13 May 2008 14:49:38 +0000 |
zas_ |
Display a message when invalid remote options are used.
|
Tue, 13 May 2008 08:53:26 +0000 |
zas_ |
Move all remote stuff from main.c to remote.[ch].
|
Tue, 13 May 2008 08:02:46 +0000 |
zas_ |
Move some functions from main.[ch] to new window.[ch].
|
Mon, 12 May 2008 23:21:35 +0000 |
zas_ |
Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
|
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:
|
Sun, 11 May 2008 11:46:48 +0000 |
zas_ |
Fix help window title.
|
Sat, 10 May 2008 14:22:18 +0000 |
zas_ |
image_osd_get() now returns OsdShowFlags.
|
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 09:58:46 +0000 |
zas_ |
image_osd_get() and image_osd_set() now uses flags.
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Sun, 04 May 2008 21:54:20 +0000 |
nadvornik |
dropped path_list functions, use filelist functions everywhere
|
Sat, 03 May 2008 11:34:13 +0000 |
zas_ |
Replace Layout icon_view field by more generic file_view_type.
|
Thu, 24 Apr 2008 12:23:02 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency.
|
Thu, 24 Apr 2008 09:43:23 +0000 |
zas_ |
Move get_exec_time() to debug.{c,h}.
|
Thu, 24 Apr 2008 08:53:39 +0000 |
zas_ |
Move debug macros from main.h to new debug.h.
|
Thu, 24 Apr 2008 00:15:03 +0000 |
zas_ |
Handle the newline in DEBUG_N() macro instead of adding one
|
Wed, 23 Apr 2008 20:47:19 +0000 |
zas_ |
Introduce macros to display debug messages.
|
Mon, 21 Apr 2008 21:46:38 +0000 |
nadvornik |
updated copyright in source files
|
Mon, 21 Apr 2008 20:12:49 +0000 |
zas_ |
Rename few functions and replace fullscreen info with image overlay template string.
|
Mon, 21 Apr 2008 20:01:22 +0000 |
zas_ |
Replace fullscreen.info and fullscreen.show_info options by:
|
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 21:53:33 +0000 |
zas_ |
Display elapsed time since previous get_exec_time() call (debug only).
|
Fri, 18 Apr 2008 09:15:09 +0000 |
zas_ |
Introduce printf_term() macro and use it.
|
Wed, 16 Apr 2008 20:32:44 +0000 |
nadvornik |
fixed compiler warnings
|
Wed, 16 Apr 2008 20:15:42 +0000 |
nadvornik |
in debug mode print time information on selected events
|
Wed, 16 Apr 2008 14:45:22 +0000 |
zas_ |
Introduce a new struct ViewDir to handle directory views common
|
Tue, 15 Apr 2008 21:49:28 +0000 |
zas_ |
Indicate --debug[=level] in usage display.
|
Tue, 15 Apr 2008 21:47:03 +0000 |
zas_ |
Parse command line for --debug option as soon as possible and allow
|
Mon, 14 Apr 2008 23:47:13 +0000 |
zas_ |
Move layout.order default init to setup_default_options().
|
Mon, 14 Apr 2008 22:05:47 +0000 |
zas_ |
Use flags for collection_load*().
|
Sun, 13 Apr 2008 12:24:42 +0000 |
zas_ |
Add a button to reset fullscreen info string to default value.
|
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 19:33:59 +0000 |
zas_ |
Rename window options (moved to layout) and re-order rc file.
|
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 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:14:36 +0000 |
zas_ |
Add a new struct ConfOptions to handle options.
|
Wed, 09 Apr 2008 16:37:54 +0000 |
zas_ |
Simplify and unify gtk_window creation with the help of
|
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 22:28:55 +0000 |
zas_ |
gqview_remote -> remote_connection
|
Tue, 08 Apr 2008 22:16:56 +0000 |
zas_ |
exit_gqview() renamed to exit_program().
|
Thu, 03 Apr 2008 23:29:14 +0000 |
zas_ |
Make the wmclass value unique among the code by defining
|
Thu, 03 Apr 2008 17:15:49 +0000 |
zas_ |
Add a debug level spinner at the end of Preferences > Advanced.
|
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.
|
Sun, 30 Mar 2008 14:19:34 +0000 |
zas_ |
Comment out forgotten debugging code.
|
Sun, 23 Mar 2008 20:38:54 +0000 |
nadvornik |
rename GQview -> Geeqie over the code
|
Sun, 23 Mar 2008 20:18:51 +0000 |
nadvornik |
renamed to geeqie
|
Sun, 16 Mar 2008 10:52:44 +0000 |
nadvornik |
fixed reading sidecar extensions from config file
|
Tue, 20 Nov 2007 22:28:40 +0000 |
nadvornik |
fixed grouping sidecar files and made it configurable via config file
|
Tue, 11 Sep 2007 20:06:29 +0000 |
nadvornik |
replaced gchar* path with FileData *fd
|
Sat, 25 Nov 2006 03:00:33 +0000 |
gqview |
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
|
Wed, 01 Nov 2006 17:47:14 +0000 |
gqview |
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
|
Thu, 19 Oct 2006 13:38:52 +0000 |
gqview |
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
|
Thu, 19 Oct 2006 11:34:52 +0000 |
gqview |
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
|
Sun, 15 Oct 2006 08:06:14 +0000 |
gqview |
Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net>
|
Sat, 05 Mar 2005 21:40:12 +0000 |
gqview |
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
|
Sun, 27 Feb 2005 18:19:07 +0000 |
gqview |
########
|
Sat, 26 Feb 2005 00:13:35 +0000 |
gqview |
Sync to GQview 1.5.9 release.
|
Thu, 13 Apr 2000 12:55:19 +0000 |
gqview |
0.8.0
|
Mon, 03 Apr 2000 18:24:05 +0000 |
gqview |
Initial revision
|