Mercurial > geeqie
log src/editors.h @ 1397:a0bd58a6535f
age | author | description |
---|---|---|
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(). |