aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/menu.c
Commit message (Expand)AuthorAge
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Calculate and draw osd accurately.Gravatar ulion2007-12-19
* Fix the menu uninit function name.Gravatar ulion2007-12-18
* Fix indent for last commit.Gravatar ulion2007-12-17
* Ignore elements of keybindings other than 'binding'.Gravatar ulion2007-12-17
* Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.Gravatar ulion2007-12-17
* Display parsed keycode in verbose output.Gravatar ulion2007-12-17
* Support chapter in OSD menu.Gravatar ulion2007-12-14
* Fix memory leak. I thought asx_get_attrib() return a const char *,Gravatar ulion2007-12-12
* Support to run multiple mplayer commands set in menu.confGravatar ulion2007-12-11
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* 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