log src/editors.c @ 2870:49bd0d974e88

age author description
Wed, 12 Dec 2018 21:56:30 +0200 Matti Hamalainen Merge.
Thu, 01 Nov 2018 13:59:03 +0000 Colin Clark Eliminate FIXME: enable or disable individual plugins from configure
Fri, 13 Apr 2018 19:06:23 +0300 Matti Hamalainen Merge with upstream changes.
Thu, 12 Apr 2018 11:34:52 +0100 Colin Clark Fix #600: Window "Edit command results" with GTK3 has disproportionate spacing (OK with GTK2)
Fri, 06 Apr 2018 17:43:03 +0100 Wolfgang Lieff <> Additional loader for DDS file format
Tue, 13 Mar 2018 11:16:21 +0000 Colin Clark Fix #535: Include additional mime types
Wed, 03 Jan 2018 21:37:18 +0200 Matti Hamalainen Merge. master
Fri, 08 Dec 2017 11:45:30 +0000 Colin Clark Fix #553:Desktop file without %f or %F crashes Geeqie
Wed, 11 Oct 2017 19:24:57 +0100 Colin Clark Rename External Editors to Plugins
Sat, 23 Sep 2017 10:53:10 +0100 Colin Clark Fix #518: [raw file] -> External Editor -> RawTerapee can't be started
Wed, 06 Sep 2017 11:59:47 +0100 cclark Fix #508: Copy and Move windows scale incorrectly
Wed, 26 Apr 2017 23:33:20 +0300 Matti Hamalainen Merged with default/master.
Fri, 03 Feb 2017 09:52:26 +0000 Colin Clark Fix progress bar text
Thu, 08 Dec 2016 13:12:46 +0200 Matti Hamalainen Initial implementation of BPG image support.
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Sun, 28 Oct 2012 12:07:41 +0100 Vedran Rodic Fix a segfault caused by .desktop file with no exec= line.
Thu, 27 Sep 2012 00:06:38 +0200 Gabriel Be robust against desktop files without an Exec key. merge-requests/4
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 18:31:41 +0200 Laurent Monin Trim trailing white spaces.
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Tue, 27 Sep 2011 10:29:36 +0200 Vladimir Nadvornik added panorama .pto file to the list of known files nadvornik-stereo
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sat, 10 Oct 2009 10:15:23 +0000 Vladimir Nadvornik use text renderer for editor->hidden
Sun, 13 Sep 2009 21:08:40 +0000 Vladimir Nadvornik fixed editor list in popup menu
Sat, 12 Sep 2009 15:51:37 +0000 Vladimir Nadvornik editor fixes
Mon, 07 Sep 2009 20:44:29 +0000 Vladimir Nadvornik start_editor_from_filelist_full fixes
Mon, 07 Sep 2009 20:04:22 +0000 Vladimir Nadvornik fixed list of possible editors in popup menu
Sun, 06 Sep 2009 14:01:03 +0000 Vladimir Nadvornik load desktop files in idle time
Fri, 19 Jun 2009 22:34:52 +0000 Vladimir Nadvornik run external commands from current directory even with no files
Sun, 31 May 2009 11:08:00 +0000 Vladimir Nadvornik do not block the files sent to external editors like gimp
Fri, 01 May 2009 09:49:27 +0000 Vladimir Nadvornik allow external editors without parameters, as long as they are in
Sun, 29 Mar 2009 16:39:42 +0000 Vladimir Nadvornik added UfRaw ID files to known filetypes
Fri, 27 Mar 2009 08:05:14 +0000 Vladimir Nadvornik added simple desktop file editor
Thu, 26 Mar 2009 21:49:20 +0000 Laurent Monin Improve editors through .desktop files implementation:
Fri, 20 Mar 2009 17:02:00 +0000 Vladimir Nadvornik added tooltips to external editors on toolbar
Fri, 20 Mar 2009 09:46:35 +0000 Vladimir Nadvornik added function to reload external editors at any time
Mon, 09 Mar 2009 19:37:58 +0000 Laurent Monin Add missing g_key_file_free() call.
Mon, 09 Mar 2009 19:35:53 +0000 Laurent Monin Fix editor_command_path_parse().
Mon, 09 Mar 2009 19:34:26 +0000 Laurent Monin Revert changeset 1502. It brokes the spec: hidden desktop files from user directory should hide files from system directory with the same name.
Mon, 09 Mar 2009 12:44:06 +0000 Laurent Monin Only store editors if they match criterias to not be hidden from start, it makes more sense. Fix editor_command_path_parse().
Sun, 08 Mar 2009 23:12:49 +0000 Laurent Monin Introduce EditorFlags type, cleanup.
Sun, 08 Mar 2009 20:49:48 +0000 Laurent Monin Cleanup and minor fixes.
Sun, 08 Mar 2009 15:30:15 +0000 Laurent Monin Add helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT_SKIPPED() to clean up the code a bit. Minor tidy up.
Sun, 08 Mar 2009 15:02:18 +0000 Laurent Monin Fix up editor execution.
Sun, 08 Mar 2009 13:23:25 +0000 Laurent Monin In various Edit context menus, only display editors that match the file types in the selection.
Sun, 01 Mar 2009 23:14:19 +0000 Laurent Monin When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 21 Feb 2009 20:43:35 +0000 Laurent Monin Glibification again.
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Tue, 03 Feb 2009 13:52:20 +0000 Laurent Monin Add support for NoDisplay (entry is then hidden) and Type (only Application type is valid here) keys.
Tue, 03 Feb 2009 08:41:21 +0000 Laurent Monin editor_list_get() now returns a sorted list, this way items appear in the same order in all menus.
Sun, 01 Feb 2009 22:35:40 +0000 Vladimir Nadvornik test TryExec,
Sun, 01 Feb 2009 12:48:14 +0000 Vladimir Nadvornik read external editors from .desktop files
Fri, 02 Jan 2009 09:26:23 +0000 Vladimir Nadvornik sidecar files grouping was made case-insensitive
Sun, 23 Nov 2008 16:10:29 +0000 Laurent Monin Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 31 Aug 2008 10:51:41 +0000 Laurent Monin Move miscellaneous functions to their own files (new misc.[ch]).
Tue, 26 Aug 2008 22:22:51 +0000 Laurent Monin For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 Laurent Monin Whitespaces cleanup.
Sun, 27 Jul 2008 09:51:28 +0000 Vladimir Nadvornik added "Symlink" as an example of "filter" command
Thu, 24 Jul 2008 20:24:04 +0000 Laurent Monin Set GIO channels to binary encoding.