aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/menu_filesel.c
Commit message (Expand)AuthorAge
* libmenu: remove OSD menu functionality (--menu)Gravatar Uoti Urpala2011-10-25
* cleanup: remove warnings under libmenu/Gravatar Clément Bœsch2011-06-24
* input: move all key code lists to input/keycodes.hGravatar Uoti Urpala2011-05-02
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\
| * Mark cfg_fields m_option_t array as const.Gravatar diego2010-04-04
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \
| | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| |/
| * Replace platform preprocessor check by HAVE_DOS_PATHS.Gravatar komh2010-02-19
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Add standard GPL headers.Gravatar diego2008-12-13
* | Merge svn changes up to r27123Gravatar Uoti Urpala2008-06-23
|\|
| * fixes two bugs:Gravatar ben2008-06-20
* | Merge svn changes up to r27025Gravatar Uoti Urpala2008-06-07
|\|
| * 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
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Use size_t instead of int for a variable that is compared to the resultGravatar diego2008-06-03
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
* | Move global filename to mpctxGravatar Uoti Urpala2008-04-26
|/
* 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