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