summaryrefslogtreecommitdiffstats
path: root/libmenu
Commit message (Expand)AuthorAgeFilesLines
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-312-2/+2
* Unify include paths in the build system, part I.diego2006-07-271-2/+1
* Compilation fix: Mark mp_property_find parameter as const.diego2006-07-131-1/+1
* Simplify includes.diego2006-07-121-3/+3
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* gets ride of a few more sizeof(char)sreynaldo2006-06-301-1/+1
* support for auto_close parameter in menu command list (geexbox patch)ben2006-06-251-1/+10
* declaring static functions with the same name than libc ones was not the best...ben2006-06-252-4/+4
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Verticaly center the background around the text.albeu2006-04-221-3/+3
* There is a draw_alpha for uyvy, use it.albeu2006-04-221-0/+2
* Fix menu background drawing.albeu2006-04-223-8/+12
* Minor spelling and grammar fixes for part 1 of Otvos Attila'scorey2006-03-312-2/+2
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-308-43/+56
* Add a function to draw flat boxes and use it to make the listalbeu2006-03-305-9/+80
* Fix cycling in menu with hidden items.albeu2006-03-271-5/+9
* Turn the preferences menu in something usefull using the newalbeu2006-03-251-44/+147
* Allow hiding list elements and disableing the pointer.albeu2006-03-252-17/+44
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-258-9/+40
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+10
* 10l (forgot ...)michael2006-03-211-4/+4
* auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zore...nicodvb2006-02-241-1/+8
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromrathann2006-01-131-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-10-2610-63/+63
* add some closedir() to fix some opendir() leaksaurel2005-07-221-0/+2
* enable the run slave commande even without libmenuaurel2004-12-021-1/+1
* support newer gccfaust32004-10-021-1/+1
* handle sigchld in mplayer.cfaust32004-09-191-9/+10
* option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage....faust32004-09-151-0/+3
* Fix typos and better explanatory text.diego2004-07-201-3/+3
* string handling security fixesdiego2004-06-251-2/+4
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* new configuration structure, multi-card supportnicodvb2004-04-261-35/+117
* Patch by Nico <nsabbi@libero.it>attila2003-11-011-0/+2
* Fix long-known bug with handling 'down key' in lists.lumag2003-09-241-1/+1
* make menu work on mingw (run command is still disabled), based on patch by Ch...faust32003-09-132-6/+12
* libmenu is missing the dvb headers, patch by Gotz Waschk <waschk@informatik.u...alex2003-09-021-0/+1
* Finnaly commit Nico's dvb menu. Sorry for committing thisalbeu2003-08-163-0/+201
* I've juste found a bug which prevent to load a file whose name containalbeu2003-08-151-4/+14
* output typo fixes: unknow --> unknowndiego2003-07-092-2/+2
* 64bit supportalex2003-06-241-1/+1
* 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>alex2003-04-101-0/+2
* 10L forgot this filter.albeu2003-03-301-1/+2
* linux->osdeparpi2003-02-096-7/+7
* lstat->statarpi2003-02-031-1/+1
* Fixes a problem where the menu won't work, if you just use freetype fontsarpi2003-02-021-0/+2
* Also attached some cleanup to menu_filesel.c, mainly to make it morearpi2003-01-261-6/+9
* mplayer crashes if one tries to use osd menu without having a fontarpi2003-01-261-2/+4
* don't depend on libgen/basename()arpi2003-01-261-3/+3
* 10larpi2003-01-091-1/+0
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-1/+1
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-285-1/+7
* some 10l bugfixesarpi2002-12-281-1/+3
* This patch fixes the reading of the menu.conf, because stream_open()arpi2002-12-281-4/+8
* No scandir() an no functions defined within other functions.arpi2002-12-041-45/+65
* fix 100l typo :)colin2002-11-271-2/+2
* limits.h required to get a PATH_MAX definition (on solaris)jkeil2002-11-261-0/+1
* better fix for my previous 10lcolin2002-11-222-2/+2
* 10l - forgot this filecolin2002-11-211-0/+1
* don't fully-copy the planes if the menu doesn't show (faster)colin2002-11-211-0/+16
* .depend should be ignoreddiego2002-11-201-0/+1
* Fix buffer overflow in a drawing funcalbeu2002-11-181-11/+16
* 10l:rfelker2002-11-181-0/+1
* A new command to run shell process and a command history.albeu2002-11-181-25/+263
* quote the filenamesalbeu2002-11-181-1/+1
* Fix freetype. Freetype is highly recommended for a nice output ;)albeu2002-11-183-2/+37
* OSD menus initial versionalbeu2002-11-1412-0/+2343