log libmenu/menu_filesel.c @ 27875:907e71b04a6c

age author description
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