summaryrefslogtreecommitdiffstats
path: root/libmenu/menu_filesel.c
Commit message (Expand)AuthorAgeFilesLines
* reverted r25323: deprecated by ulion's recent patchesben2007-12-121-8/+1
* Support to run multiple mplayer commands set in menu.confulion2007-12-111-8/+5
* Fix mylstat() call to parent dir where the subdir has no exec permission.ulion2007-12-101-1/+22
* Combine common code for dealing with file action and dir action.ulion2007-12-091-17/+8
* Use recorded last path only when stat it ok.ulion2007-12-091-1/+2
* identifiers starting with an underscore are reserved by the C standardben2007-12-081-3/+3
* rework of libmenu open_dir()ben2007-12-081-2/+8
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-041-7/+4
* Fix code to make sure the browse starting path within the menu-chroot path.ulion2007-11-261-16/+26
* new -menu-chroot option that prevent OSD file selection menu to go to an unwa...ben2007-05-291-0/+7
* new -menu-keepdir option that allows libmenu file browser to always restart b...ben2007-05-071-1/+41
* Handle windows path separator in filesel menu.reimar2006-10-291-0/+4
* added new filter option to menu file browser to only display some files accor...ben2006-08-221-1/+65
* support multiple actions in menu's file browser using key bindingsben2006-08-221-3/+27
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-2/+2
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-301-6/+8
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-251-4/+6
* Unify include paths, -I.. is in CFLAGS.diego2005-10-261-5/+5
* add some closedir() to fix some opendir() leaksaurel2005-07-221-0/+2
* I've juste found a bug which prevent to load a file whose name containalbeu2003-08-151-4/+14
* linux->osdeparpi2003-02-091-1/+1
* lstat->statarpi2003-02-031-1/+1
* Also attached some cleanup to menu_filesel.c, mainly to make it morearpi2003-01-261-6/+9
* 10larpi2003-01-091-1/+0
* some 10l bugfixesarpi2002-12-281-1/+3
* No scandir() an no functions defined within other functions.arpi2002-12-041-45/+65
* limits.h required to get a PATH_MAX definition (on solaris)jkeil2002-11-261-0/+1
* quote the filenamesalbeu2002-11-181-1/+1
* OSD menus initial versionalbeu2002-11-141-0/+283