log src/menu.c @ 1811:f405ec9b696b default tip

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
Sat, 27 Jun 2009 20:12:56 +0000 nadvornik simplified menu_item_add_radio usage
Sat, 25 Apr 2009 22:08:09 +0000 nadvornik separated Orientation and Grayscale functions
Sat, 14 Mar 2009 20:07:23 +0000 zas_ More gboolean.
Wed, 11 Mar 2009 17:38:20 +0000 zas_ Use dynamic allocation for editor key passed to various callbacks.
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 14:27:19 +0000 zas_ Display icons in edit contextual menu.
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
Thu, 22 May 2008 09:12:36 +0000 zas_ Introduce an helper function that returns the name of an editor.
Thu, 22 May 2008 08:49:52 +0000 zas_ Use a struct to handle editor's properties.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c