log libmenu/menu_cmdlist.c @ 32791:ece4313fbf15

age author description
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Sun, 04 Apr 2010 16:11:20 +0000 diego Mark cfg_fields m_option_t array as const.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 13 Dec 2008 18:40:19 +0000 diego Add standard GPL headers.
Wed, 30 Apr 2008 11:03:41 +0000 diego Remove unnecessary version.h #includes.
Fri, 28 Dec 2007 03:45:01 +0000 ulion Remove redundant option 'auto-close' from cmdlist and filesel.
Tue, 25 Dec 2007 08:38:09 +0000 ulion Remove useless scope.
Mon, 17 Dec 2007 01:20:19 +0000 ulion Fix memory leak.
Tue, 11 Dec 2007 08:11:21 +0000 ulion Support to run multiple mplayer commands set in menu.conf
Tue, 04 Dec 2007 10:42:59 +0000 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
Fri, 25 May 2007 10:26:39 +0000 ben rename some menu open functions, to avoid confusion with libc native open()
Fri, 18 Aug 2006 13:58:03 +0000 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Sun, 25 Jun 2006 21:24:46 +0000 ben support for auto_close parameter in menu command list (geexbox patch)
Sun, 25 Jun 2006 20:59:12 +0000 ben declaring static functions with the same name than libc ones was not the best idea ever