log libmenu/menu_filesel.c @ 29758:39265f6b07ef

age author description
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-12-13 diego Add standard GPL headers.
2008-06-20 ben fixes two bugs:
2008-06-06 ben Removed unused freepath variable.
2008-06-05 ben Remove useless braces on if() statement.
2008-06-05 ben Ensure 'path' string is 0 terminated.
2008-06-03 diego Use size_t instead of int for a variable that is compared to the result
2008-01-10 ulion Deny the code using realpath().
2007-12-31 ulion Default use the dir where the current playing file located if path not set.
2007-12-28 ulion Remove redundant option 'auto-close' from cmdlist and filesel.
2007-12-26 ulion From now on, libmenu does not steal all input keys from input modules.
2007-12-12 ben reverted r25323: deprecated by ulion's recent patches
2007-12-11 ulion Support to run multiple mplayer commands set in menu.conf
2007-12-10 ulion Fix mylstat() call to parent dir where the subdir has no exec permission.
2007-12-09 ulion Combine common code for dealing with file action and dir action.
2007-12-09 ulion Use recorded last path only when stat it ok.
2007-12-08 ben identifiers starting with an underscore are reserved by the C standard
2007-12-08 ben rework of libmenu open_dir()
2007-12-04 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
2007-11-26 ulion Fix code to make sure the browse starting path within the menu-chroot path.
2007-05-29 ben new -menu-chroot option that prevent OSD file selection menu to go to an unwanted location (yeah, chroot ;-))
2007-05-07 ben new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
2006-10-29 reimar Handle windows path separator in filesel menu.
2006-08-22 ben added new filter option to menu file browser to only display some files according to extension
2006-08-22 ben support multiple actions in menu's file browser using key bindings
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
2006-03-30 reynaldo Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
2006-03-25 albeu Allow 6 ways (up/down/left/right/ok/cancel) navigation.
2005-10-26 diego Unify include paths, -I.. is in CFLAGS.
2005-07-22 aurel add some closedir() to fix some opendir() leaks
2003-08-15 albeu I've juste found a bug which prevent to load a file whose name contain
2003-02-09 arpi linux->osdep
2003-02-03 arpi lstat->stat
2003-01-26 arpi Also attached some cleanup to menu_filesel.c, mainly to make it more
2003-01-09 arpi 10l
2002-12-28 arpi some 10l bugfixes
2002-12-04 arpi No scandir() an no functions defined within other functions.
2002-11-26 jkeil limits.h required to get a PATH_MAX definition (on solaris)
2002-11-18 albeu quote the filenames
2002-11-14 albeu OSD menus initial version