summaryrefslogtreecommitdiffstats
path: root/libmenu/menu.c
Commit message (Expand)AuthorAgeFilesLines
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+2
* cleanup: remove warnings under libmenu/Clément Bœsch2011-06-241-0/+4
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-1/+1
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-2/+2
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-3/+3
* manu.c: Remove unused static function menu_text_get_next_linediego2010-11-021-18/+0
* Merge svn changes up to r31141Uoti Urpala2010-05-071-0/+3
|\
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+3
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30643Uoti Urpala2010-03-101-2/+4
|\|
| * Mark some more functions that are not used outside of their files as static.diego2010-02-181-2/+4
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-14/+14
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-14/+14
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-13/+13
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-13/+13
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-0/+17
|\|
| * Add standard GPL headers.diego2008-12-131-0/+17
* | Make various functions staticUoti Urpala2008-08-121-2/+2
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-5/+5
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-4/+4
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-1/+1
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-3/+3
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-3/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-3/+3
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-3/+3
* | input: Move cmd_queue to context structUoti Urpala2008-04-301-2/+6
* | Move global mconfig to mpctxUoti Urpala2008-04-261-4/+10
|/
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-2/+0
* From now on, libmenu does not steal all input keys from input modules.ulion2007-12-261-3/+3
* OSD menu support mouse selection.ulion2007-12-221-0/+10
* Calculate and draw osd accurately.ulion2007-12-191-2/+7
* Fix the menu uninit function name.ulion2007-12-181-1/+1
* Fix indent for last commit.ulion2007-12-171-15/+15
* Ignore elements of keybindings other than 'binding'.ulion2007-12-171-0/+2
* Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.ulion2007-12-171-0/+1
* Display parsed keycode in verbose output.ulion2007-12-171-2/+2
* Support chapter in OSD menu.ulion2007-12-141-0/+2
* Fix memory leak. I thought asx_get_attrib() return a const char *,ulion2007-12-121-5/+9
* Support to run multiple mplayer commands set in menu.confulion2007-12-111-1/+1
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-041-20/+100
* Add type info to menu_t, now we can get the menu name and the type name of menu.ulion2007-12-021-2/+3
* Warning fixes:ulion2007-11-051-8/+8
* get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerfben2007-05-201-30/+9
* fix libmenu compilation with fridibi enabledben2007-05-071-3/+3
* cast to what's really expectedben2007-05-071-1/+1
* use already existing function to get utf8 char in libmenu (thx to reimar)ben2007-05-071-8/+4
* used FFMAX macro as pointed out by reimarben2007-05-071-1/+2
* removed useless casts as pointed out by reimarben2007-05-071-6/+6
* support for hebrew through fribidi in libmenu (geexbox patch #580)ben2007-05-071-0/+56
* support for unicode/utf8 in libmenu (geexbox patch #545)ben2007-05-071-13/+36
* Fix menu to work with mpctxuau2007-02-211-1/+4
* fix gprof support (aka work around gprof's brain dead design)gpoirier2007-01-041-10/+10
* Fix possible crash: negative values may no be passed to render_one_glyphreimar2006-10-291-1/+1
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-1/+1
* There is a draw_alpha for uyvy, use it.albeu2006-04-221-0/+2
* Fix menu background drawing.albeu2006-04-221-4/+8
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-301-11/+13
* Add a function to draw flat boxes and use it to make the listalbeu2006-03-301-0/+28
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-251-0/+4
* Unify include paths, -I.. is in CFLAGS.diego2005-10-261-8/+8
* Finnaly commit Nico's dvb menu. Sorry for committing thisalbeu2003-08-161-0/+7
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* linux->osdeparpi2003-02-091-1/+1
* Fixes a problem where the menu won't work, if you just use freetype fontsarpi2003-02-021-0/+2
* mplayer crashes if one tries to use osd menu without having a fontarpi2003-01-261-2/+4
* This patch fixes the reading of the menu.conf, because stream_open()arpi2002-12-281-4/+8
* better fix for my previous 10lcolin2002-11-221-1/+0
* 10l - forgot this filecolin2002-11-211-0/+1
* Fix buffer overflow in a drawing funcalbeu2002-11-181-11/+16
* Fix freetype. Freetype is highly recommended for a nice output ;)albeu2002-11-181-1/+23
* OSD menus initial versionalbeu2002-11-141-0/+515