aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/menu.c
Commit message (Expand)AuthorAge
* Add type info to menu_t, now we can get the menu name and the type name of menu.Gravatar ulion2007-12-02
* Warning fixes:Gravatar ulion2007-11-05
* get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume LecerfGravatar ben2007-05-20
* fix libmenu compilation with fridibi enabledGravatar ben2007-05-07
* cast to what's really expectedGravatar ben2007-05-07
* use already existing function to get utf8 char in libmenu (thx to reimar)Gravatar ben2007-05-07
* used FFMAX macro as pointed out by reimarGravatar ben2007-05-07
* removed useless casts as pointed out by reimarGravatar ben2007-05-07
* support for hebrew through fribidi in libmenu (geexbox patch #580)Gravatar ben2007-05-07
* support for unicode/utf8 in libmenu (geexbox patch #545)Gravatar ben2007-05-07
* Fix menu to work with mpctxGravatar uau2007-02-21
* fix gprof support (aka work around gprof's brain dead design)Gravatar gpoirier2007-01-04
* Fix possible crash: negative values may no be passed to render_one_glyphGravatar reimar2006-10-29
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* There is a draw_alpha for uyvy, use it.Gravatar albeu2006-04-22
* Fix menu background drawing.Gravatar albeu2006-04-22
* 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
* 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
* Finnaly commit Nico's dvb menu. Sorry for committing thisGravatar albeu2003-08-16
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* linux->osdepGravatar arpi2003-02-09
* Fixes a problem where the menu won't work, if you just use freetype fontsGravatar arpi2003-02-02
* mplayer crashes if one tries to use osd menu without having a fontGravatar arpi2003-01-26
* This patch fixes the reading of the menu.conf, because stream_open()Gravatar arpi2002-12-28
* better fix for my previous 10lGravatar colin2002-11-22
* 10l - forgot this fileGravatar colin2002-11-21
* Fix buffer overflow in a drawing funcGravatar albeu2002-11-18
* Fix freetype. Freetype is highly recommended for a nice output ;)Gravatar albeu2002-11-18
* OSD menus initial versionGravatar albeu2002-11-14