diego
ea6c00a4b6
Add standard GPL headers.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28147 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-13 18:40:19 +00:00
ulion
b6870cc5ba
From now on, libmenu does not steal all input keys from input modules.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25530 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-26 13:13:48 +00:00
ulion
a986e2a1f6
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
...
by menu config file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25291 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-04 10:42:59 +00:00
diego
cc95003d5f
Give message string a more meaningful name.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23894 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-28 17:16:55 +00:00
diego
5596a37bc1
typo fix: childs --> children
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23891 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-28 14:27:04 +00:00
diego
77b4259600
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19437 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 13:58:03 +00:00
reynaldo
c71983202c
gets ride of a few more sizeof(char)s
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18862 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-30 04:24:07 +00:00
reynaldo
bf25812a43
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17995 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 06:40:58 +00:00
albeu
9c301c3e16
Add a function to draw flat boxes and use it to make the list
...
menu and console look much cooler. Idea take from Otvos Atilla's
patches (oattila_At_chello--.--hu).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17994 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 02:52:54 +00:00
diego
5aba6c3cfd
Unify include paths, -I.. is in CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16863 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-26 00:07:43 +00:00
aurel
543dcc07a5
enable the run slave commande even without libmenu
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14088 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-02 14:37:16 +00:00
faust3
a5b8e5f858
handle sigchld in mplayer.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13392 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-19 18:45:11 +00:00
diego
2ba6a1517e
Fix typos and better explanatory text.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12875 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-20 17:58:33 +00:00
diego
42b784ac1a
string handling security fixes
...
patch by Nicholas Kain, Alexander Strasser <eclipse7@gmx.net>
reviewed by Pontscho, Alex, Rich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12647 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 16:49:53 +00:00
faust3
67831d551c
make menu work on mingw (run command is still disabled), based on patch by Christophe Perinaud
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10865 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-13 18:02:20 +00:00
alex
6c3692acf6
64bit support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10334 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-24 19:59:14 +00:00
arpi
7ff83a7181
linux->osdep
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9381 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 20:18:23 +00:00
colin
434c8e3afd
fix 100l typo :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8298 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-27 16:12:02 +00:00
rfelker
7370d41aad
10l:
...
menu_console.c: In function `check_child':
menu_console.c:226: storage size of `tv' isn't known
menu_console.c:234: sizeof applied to an incomplete type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8230 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-18 04:37:18 +00:00
albeu
50bc90625a
A new command to run shell process and a command history.
...
Yep, you can issue shell commands while watching movies ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8228 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-18 00:16:39 +00:00
albeu
c83ebc0b7d
OSD menus initial version
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8198 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-14 23:47:11 +00:00