log libmenu/menu_filesel.c @ 37171:29802bb119f6

age author description
Mon, 20 Jan 2014 22:08:48 +0000 reimar Use av_unused for unused arguments instead of various hacks.
Sun, 19 Jan 2014 22:24:47 +0000 reimar menu_filesel: Fix memory leak in case of readdir error.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Wed, 31 Oct 2012 19:44:56 +0000 reimar Use correct function prototype instead of casting away the warnings.
Wed, 31 Oct 2012 19:42:13 +0000 reimar Check value of n for validity before using it, not after.
Sat, 07 May 2011 19:09:13 +0000 reimar Remove variable and code that was obviously forgotten when the
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 08 Sep 2010 18:30:13 +0000 diego Add proper #includes instead of filename/file_filter extern declarations.
Sun, 04 Apr 2010 16:11:20 +0000 diego Mark cfg_fields m_option_t array as const.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Fri, 19 Feb 2010 09:14:01 +0000 komh Replace platform preprocessor check by HAVE_DOS_PATHS.
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.
Fri, 20 Jun 2008 20:36:05 +0000 ben fixes two bugs:
Fri, 06 Jun 2008 23:24:39 +0000 ben Removed unused freepath variable.
Thu, 05 Jun 2008 19:47:04 +0000 ben Remove useless braces on if() statement.
Thu, 05 Jun 2008 19:46:16 +0000 ben Ensure 'path' string is 0 terminated.
Tue, 03 Jun 2008 22:35:02 +0000 diego Use size_t instead of int for a variable that is compared to the result
Thu, 10 Jan 2008 12:44:17 +0000 ulion Deny the code using realpath().
Mon, 31 Dec 2007 01:20:50 +0000 ulion Default use the dir where the current playing file located if path not set.
Fri, 28 Dec 2007 03:45:01 +0000 ulion Remove redundant option 'auto-close' from cmdlist and filesel.
Wed, 26 Dec 2007 13:13:48 +0000 ulion From now on, libmenu does not steal all input keys from input modules.
Wed, 12 Dec 2007 19:26:55 +0000 ben reverted r25323: deprecated by ulion's recent patches
Tue, 11 Dec 2007 08:11:21 +0000 ulion Support to run multiple mplayer commands set in menu.conf
Mon, 10 Dec 2007 14:12:40 +0000 ulion Fix mylstat() call to parent dir where the subdir has no exec permission.
Sun, 09 Dec 2007 10:32:05 +0000 ulion Combine common code for dealing with file action and dir action.
Sun, 09 Dec 2007 07:50:37 +0000 ulion Use recorded last path only when stat it ok.
Sat, 08 Dec 2007 23:21:08 +0000 ben identifiers starting with an underscore are reserved by the C standard
Sat, 08 Dec 2007 16:27:25 +0000 ben rework of libmenu open_dir()
Tue, 04 Dec 2007 10:42:59 +0000 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
Mon, 26 Nov 2007 00:28:05 +0000 ulion Fix code to make sure the browse starting path within the menu-chroot path.
Tue, 29 May 2007 18:49:38 +0000 ben new -menu-chroot option that prevent OSD file selection menu to go to an unwanted location (yeah, chroot ;-))
Mon, 07 May 2007 16:46:24 +0000 ben new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
Sun, 29 Oct 2006 21:10:59 +0000 reimar Handle windows path separator in filesel menu.
Tue, 22 Aug 2006 20:55:49 +0000 ben added new filter option to menu file browser to only display some files according to extension
Tue, 22 Aug 2006 19:59:53 +0000 ben support multiple actions in menu's file browser using key bindings
Fri, 18 Aug 2006 13:58:03 +0000 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Thu, 30 Mar 2006 06:40:58 +0000 reynaldo Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
Sat, 25 Mar 2006 17:32:10 +0000 albeu Allow 6 ways (up/down/left/right/ok/cancel) navigation.
Wed, 26 Oct 2005 00:07:43 +0000 diego Unify include paths, -I.. is in CFLAGS.
Fri, 22 Jul 2005 22:52:13 +0000 aurel add some closedir() to fix some opendir() leaks
Fri, 15 Aug 2003 18:45:35 +0000 albeu I've juste found a bug which prevent to load a file whose name contain
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Mon, 03 Feb 2003 09:33:22 +0000 arpi lstat->stat
Sun, 26 Jan 2003 16:03:16 +0000 arpi Also attached some cleanup to menu_filesel.c, mainly to make it more
Thu, 09 Jan 2003 18:06:32 +0000 arpi 10l
Sat, 28 Dec 2002 14:19:07 +0000 arpi some 10l bugfixes
Wed, 04 Dec 2002 23:41:04 +0000 arpi No scandir() an no functions defined within other functions.
Tue, 26 Nov 2002 18:54:23 +0000 jkeil limits.h required to get a PATH_MAX definition (on solaris)
Mon, 18 Nov 2002 00:14:17 +0000 albeu quote the filenames
Thu, 14 Nov 2002 23:47:11 +0000 albeu OSD menus initial version