log src/editors.c @ 1307:e8f21b91885d

age author description
Sat, 21 Feb 2009 20:43:35 +0000 zas_ Glibification again.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Tue, 03 Feb 2009 13:52:20 +0000 zas_ 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 zas_ 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 nadvornik test TryExec,
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
Fri, 02 Jan 2009 09:26:23 +0000 nadvornik sidecar files grouping was made case-insensitive
Sun, 23 Nov 2008 16:10:29 +0000 zas_ 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 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sun, 27 Jul 2008 09:51:28 +0000 nadvornik added "Symlink" as an example of "filter" command
Thu, 24 Jul 2008 20:24:04 +0000 zas_ Set GIO channels to binary encoding.