summaryrefslogtreecommitdiffstats
path: root/libmenu/menu_filesel.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-6/+6
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-6/+6
* Merge svn changes up to r28149Uoti Urpala2008-12-141-0/+17
|\
| * Add standard GPL headers.diego2008-12-131-0/+17
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-7/+18
|\|
| * fixes two bugs:ben2008-06-201-7/+18
* | Merge svn changes up to r27025Uoti Urpala2008-06-071-10/+4
|\|
| * Removed unused freepath variable.ben2008-06-061-8/+3
| * Remove useless braces on if() statement.ben2008-06-051-2/+1
| * Ensure 'path' string is 0 terminated.ben2008-06-051-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * Use size_t instead of int for a variable that is compared to the resultdiego2008-06-031-1/+1
* | input: Move cmd_queue to context structUoti Urpala2008-04-301-2/+2
* | Move global filename to mpctxUoti Urpala2008-04-261-1/+0
|/
* Deny the code using realpath().ulion2008-01-101-0/+2
* Default use the dir where the current playing file located if path not set.ulion2007-12-311-2/+16
* Remove redundant option 'auto-close' from cmdlist and filesel.ulion2007-12-281-7/+1
* From now on, libmenu does not steal all input keys from input modules.ulion2007-12-261-4/+4
* 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