Sun, 17 Mar 2013 22:47:17 +0000 |
diego |
Add missing strings.h #includes for strcasecmp().
|
Wed, 31 Oct 2012 19:44:56 +0000 |
reimar |
Use correct function prototype instead of casting away the warnings.
|
Wed, 31 Oct 2012 19:42:13 +0000 |
reimar |
Check value of n for validity before using it, not after.
|
Sat, 07 May 2011 19:09:13 +0000 |
reimar |
Remove variable and code that was obviously forgotten when the
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Wed, 08 Sep 2010 18:30:13 +0000 |
diego |
Add proper #includes instead of filename/file_filter extern declarations.
|
Sun, 04 Apr 2010 16:11:20 +0000 |
diego |
Mark cfg_fields m_option_t array as const.
|
Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Fri, 19 Feb 2010 09:14:01 +0000 |
komh |
Replace platform preprocessor check by HAVE_DOS_PATHS.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sat, 13 Dec 2008 18:40:19 +0000 |
diego |
Add standard GPL headers.
|
Fri, 20 Jun 2008 20:36:05 +0000 |
ben |
fixes two bugs:
|
Fri, 06 Jun 2008 23:24:39 +0000 |
ben |
Removed unused freepath variable.
|
Thu, 05 Jun 2008 19:47:04 +0000 |
ben |
Remove useless braces on if() statement.
|
Thu, 05 Jun 2008 19:46:16 +0000 |
ben |
Ensure 'path' string is 0 terminated.
|
Tue, 03 Jun 2008 22:35:02 +0000 |
diego |
Use size_t instead of int for a variable that is compared to the result
|
Thu, 10 Jan 2008 12:44:17 +0000 |
ulion |
Deny the code using realpath().
|
Mon, 31 Dec 2007 01:20:50 +0000 |
ulion |
Default use the dir where the current playing file located if path not set.
|
Fri, 28 Dec 2007 03:45:01 +0000 |
ulion |
Remove redundant option 'auto-close' from cmdlist and filesel.
|
Wed, 26 Dec 2007 13:13:48 +0000 |
ulion |
From now on, libmenu does not steal all input keys from input modules.
|
Wed, 12 Dec 2007 19:26:55 +0000 |
ben |
reverted r25323: deprecated by ulion's recent patches
|
Tue, 11 Dec 2007 08:11:21 +0000 |
ulion |
Support to run multiple mplayer commands set in menu.conf
|
Mon, 10 Dec 2007 14:12:40 +0000 |
ulion |
Fix mylstat() call to parent dir where the subdir has no exec permission.
|
Sun, 09 Dec 2007 10:32:05 +0000 |
ulion |
Combine common code for dealing with file action and dir action.
|
Sun, 09 Dec 2007 07:50:37 +0000 |
ulion |
Use recorded last path only when stat it ok.
|
Sat, 08 Dec 2007 23:21:08 +0000 |
ben |
identifiers starting with an underscore are reserved by the C standard
|
Sat, 08 Dec 2007 16:27:25 +0000 |
ben |
rework of libmenu open_dir()
|
Tue, 04 Dec 2007 10:42:59 +0000 |
ulion |
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
|
Mon, 26 Nov 2007 00:28:05 +0000 |
ulion |
Fix code to make sure the browse starting path within the menu-chroot path.
|
Tue, 29 May 2007 18:49:38 +0000 |
ben |
new -menu-chroot option that prevent OSD file selection menu to go to an unwanted location (yeah, chroot ;-))
|