aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/menu_filesel.c
Commit message (Expand)AuthorAge
* fixes two bugs:Gravatar ben2008-06-20
* Removed unused freepath variable.Gravatar ben2008-06-06
* Remove useless braces on if() statement.Gravatar ben2008-06-05
* Ensure 'path' string is 0 terminated.Gravatar ben2008-06-05
* Use size_t instead of int for a variable that is compared to the resultGravatar diego2008-06-03
* Deny the code using realpath().Gravatar ulion2008-01-10
* Default use the dir where the current playing file located if path not set.Gravatar ulion2007-12-31
* Remove redundant option 'auto-close' from cmdlist and filesel.Gravatar ulion2007-12-28
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* reverted r25323: deprecated by ulion's recent patchesGravatar ben2007-12-12
* Support to run multiple mplayer commands set in menu.confGravatar ulion2007-12-11
* Fix mylstat() call to parent dir where the subdir has no exec permission.Gravatar ulion2007-12-10
* Combine common code for dealing with file action and dir action.Gravatar ulion2007-12-09
* Use recorded last path only when stat it ok.Gravatar ulion2007-12-09
* identifiers starting with an underscore are reserved by the C standardGravatar ben2007-12-08
* rework of libmenu open_dir()Gravatar ben2007-12-08
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Fix code to make sure the browse starting path within the menu-chroot path.Gravatar ulion2007-11-26
* new -menu-chroot option that prevent OSD file selection menu to go to an unwa...Gravatar ben2007-05-29
* new -menu-keepdir option that allows libmenu file browser to always restart b...Gravatar ben2007-05-07
* Handle windows path separator in filesel menu.Gravatar reimar2006-10-29
* added new filter option to menu file browser to only display some files accor...Gravatar ben2006-08-22
* support multiple actions in menu's file browser using key bindingsGravatar ben2006-08-22
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-30
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.Gravatar albeu2006-03-25
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-26
* add some closedir() to fix some opendir() leaksGravatar aurel2005-07-22
* I've juste found a bug which prevent to load a file whose name containGravatar albeu2003-08-15
* linux->osdepGravatar arpi2003-02-09
* lstat->statGravatar arpi2003-02-03
* Also attached some cleanup to menu_filesel.c, mainly to make it moreGravatar arpi2003-01-26
* 10lGravatar arpi2003-01-09
* some 10l bugfixesGravatar arpi2002-12-28
* No scandir() an no functions defined within other functions.Gravatar arpi2002-12-04
* limits.h required to get a PATH_MAX definition (on solaris)Gravatar jkeil2002-11-26
* quote the filenamesGravatar albeu2002-11-18
* OSD menus initial versionGravatar albeu2002-11-14