aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu
Commit message (Expand)AuthorAge
* fix identation, broken by last commitGravatar gpoirier2007-01-16
* speeds up mplayer execution by over FIVE times when all of the of the followi...Gravatar gpoirier2007-01-16
* woops, actually fix URL this timeGravatar gpoirier2007-01-06
* update comment urlGravatar gpoirier2007-01-06
* allows OSD menu to be displayed when using MPEG PES video outGravatar ben2007-01-04
* fix gprof support (aka work around gprof's brain dead design)Gravatar gpoirier2007-01-04
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Fix possible crash: negative values may no be passed to render_one_glyphGravatar reimar2006-10-29
* Handle windows path separator in filesel menu.Gravatar reimar2006-10-29
* better readability on selected menu item by tweaking alpha channel propertiesGravatar ben2006-09-09
* added new helpers to allow easy metadata retrieval and make libmenu use themGravatar ben2006-08-25
* new option for libmenu that allow display of properties and metadata of curre...Gravatar ben2006-08-25
* 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
* fix menu toggle/hide issuesGravatar ben2006-08-22
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* Compilation fix: Mark mp_property_find parameter as const.Gravatar diego2006-07-13
* Simplify includes.Gravatar diego2006-07-12
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* gets ride of a few more sizeof(char)sGravatar reynaldo2006-06-30
* support for auto_close parameter in menu command list (geexbox patch)Gravatar ben2006-06-25
* declaring static functions with the same name than libc ones was not the best...Gravatar ben2006-06-25
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Verticaly center the background around the text.Gravatar albeu2006-04-22
* There is a draw_alpha for uyvy, use it.Gravatar albeu2006-04-22
* Fix menu background drawing.Gravatar albeu2006-04-22
* Minor spelling and grammar fixes for part 1 of Otvos Attila'sGravatar corey2006-03-31
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-30
* Add a function to draw flat boxes and use it to make the listGravatar albeu2006-03-30
* Fix cycling in menu with hidden items.Gravatar albeu2006-03-27
* Turn the preferences menu in something usefull using the newGravatar albeu2006-03-25
* Allow hiding list elements and disableing the pointer.Gravatar albeu2006-03-25
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.Gravatar albeu2006-03-25
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* 10l (forgot ...)Gravatar michael2006-03-21
* auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zore...Gravatar nicodvb2006-02-24
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromGravatar rathann2006-01-13
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-26
* add some closedir() to fix some opendir() leaksGravatar aurel2005-07-22
* enable the run slave commande even without libmenuGravatar aurel2004-12-02
* support newer gccGravatar faust32004-10-02
* handle sigchld in mplayer.cGravatar faust32004-09-19
* option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage....Gravatar faust32004-09-15