log src/editors.h @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Mon, 07 Sep 2009 20:04:22 +0000 nadvornik fixed list of possible editors in popup menu
Sun, 06 Sep 2009 14:01:03 +0000 nadvornik load desktop files in idle time
Fri, 19 Jun 2009 22:34:52 +0000 nadvornik run external commands from current directory even with no files
Sun, 31 May 2009 11:08:00 +0000 nadvornik do not block the files sent to external editors like gimp
Fri, 01 May 2009 09:49:27 +0000 nadvornik allow external editors without parameters, as long as they are in
Fri, 27 Mar 2009 08:05:14 +0000 nadvornik added simple desktop file editor
Fri, 20 Mar 2009 17:02:00 +0000 nadvornik added tooltips to external editors on toolbar
Sun, 08 Mar 2009 23:12:49 +0000 zas_ Introduce EditorFlags type, cleanup.
Sun, 08 Mar 2009 15:30:15 +0000 zas_ Add helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT_SKIPPED() to clean up the code a bit. Minor tidy up.
Sun, 08 Mar 2009 13:23:25 +0000 zas_ In various Edit context menus, only display editors that match the file types in the selection.
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
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Wed, 20 Aug 2008 22:26:34 +0000 zas_ Use constants instead of enum since value (0xffff0000) overflow INT_MAX on some platforms (seen on Solaris 10 SPARC system using the native Sun version 5.9 compilers). Reported by Jeffery Small.
Fri, 30 May 2008 08:39:52 +0000 zas_ Use functions to set editors name and command and ensure they are
Fri, 30 May 2008 07:20:25 +0000 zas_ Check for existing editor command using is_valid_editor_command().
Sat, 24 May 2008 22:44:18 +0000 nadvornik rewritten utilops.h:
Thu, 22 May 2008 09:12:36 +0000 zas_ Introduce an helper function that returns the name of an editor.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
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:
Thu, 03 Apr 2008 20:34:49 +0000 zas_ Fix typos in functions names: file_list -> filelist.
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Sun, 30 Sep 2007 21:10:54 +0000 nadvornik editors.c was almost completely rewritten:
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Mon, 20 Aug 2007 20:11:32 +0000 nadvornik more external commands
Thu, 16 Aug 2007 20:57:09 +0000 nadvornik improved external delete command
Wed, 15 Aug 2007 21:37:51 +0000 nadvornik started implementation of external commands; external Delete should work
Mon, 13 Jun 2005 21:39:13 +0000 gqview Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
Sat, 26 Feb 2005 00:13:35 +0000 gqview Sync to GQview 1.5.9 release.