2014-04-06 |
reimar |
menu: Add a few "const" to string arguments.
|
2013-03-17 |
diego |
Add missing strings.h #includes for strcasecmp().
|
2012-11-10 |
reimar |
Fix const correctness.
|
2012-11-10 |
reimar |
Fix leaks in case of error.
|
2012-01-19 |
diego |
Move static keyword to the beginning of function declarations.
|
2011-05-08 |
reimar |
Move some common fribidi code into a shared function.
|
2011-05-07 |
reimar |
Fix variable type and values to match function prototype.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-10-27 |
cigaes |
Move osd.[ch] and osd_template.c from libvo to sub.
|
2010-10-27 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
2010-10-27 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
2010-09-13 |
diego |
const-correctness for the menu_info_t OSD menu info declarations
|
2010-07-12 |
diego |
Remove unused static function menu_text_get_next_line, fixes the warning:
|
2010-05-06 |
cehoyos |
Add support for 12-bit color mode on framebuffer devices.
|
2010-02-18 |
diego |
Mark some more functions that are not used outside of their files as static.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2008-12-13 |
diego |
Add standard GPL headers.
|
2008-08-07 |
diego |
Rename font-related preprocessor directives.
|
2008-08-03 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
2008-08-01 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
2008-07-30 |
diego |
Start unifying names of internal preprocessor directives.
|
2008-02-20 |
diego |
Remove pointless #ifdefs around extern declarations.
|
2007-12-26 |
ulion |
From now on, libmenu does not steal all input keys from input modules.
|
2007-12-22 |
ulion |
OSD menu support mouse selection.
|
2007-12-19 |
ulion |
Calculate and draw osd accurately.
|
2007-12-18 |
ulion |
Fix the menu uninit function name.
|
2007-12-17 |
ulion |
Fix indent for last commit.
|
2007-12-17 |
ulion |
Ignore elements of keybindings other than 'binding'.
|
2007-12-17 |
ulion |
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
|
2007-12-17 |
ulion |
Display parsed keycode in verbose output.
|
2007-12-14 |
ulion |
Support chapter in OSD menu.
|
2007-12-12 |
ulion |
Fix memory leak. I thought asx_get_attrib() return a const char *,
|
2007-12-11 |
ulion |
Support to run multiple mplayer commands set in menu.conf
|
2007-12-04 |
ulion |
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
|
2007-12-02 |
ulion |
Add type info to menu_t, now we can get the menu name and the type name of menu.
|
2007-11-05 |
ulion |
Warning fixes:
|
2007-05-20 |
ben |
get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf
|
2007-05-07 |
ben |
fix libmenu compilation with fridibi enabled
|
2007-05-07 |
ben |
cast to what's really expected
|
2007-05-07 |
ben |
use already existing function to get utf8 char in libmenu (thx to reimar)
|
2007-05-07 |
ben |
used FFMAX macro as pointed out by reimar
|
2007-05-07 |
ben |
removed useless casts as pointed out by reimar
|
2007-05-07 |
ben |
support for hebrew through fribidi in libmenu (geexbox patch #580)
|
2007-05-07 |
ben |
support for unicode/utf8 in libmenu (geexbox patch #545)
|
2007-02-21 |
uau |
Fix menu to work with mpctx
|
2007-01-04 |
gpoirier |
fix gprof support (aka work around gprof's brain dead design)
|
2006-10-29 |
reimar |
Fix possible crash: negative values may no be passed to render_one_glyph
|
2006-08-18 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
2006-07-31 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
|
2006-04-22 |
albeu |
There is a draw_alpha for uyvy, use it.
|
2006-04-22 |
albeu |
Fix menu background drawing.
|
2006-03-30 |
reynaldo |
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
|
2006-03-30 |
albeu |
Add a function to draw flat boxes and use it to make the list
|
2006-03-25 |
albeu |
Allow 6 ways (up/down/left/right/ok/cancel) navigation.
|
2005-10-26 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
2003-08-16 |
albeu |
Finnaly commit Nico's dvb menu. Sorry for committing this
|
2003-07-09 |
diego |
output typo fixes: unknow --> unknown
|
2003-02-09 |
arpi |
linux->osdep
|
2003-02-02 |
arpi |
Fixes a problem where the menu won't work, if you just use freetype fonts
|
2003-01-26 |
arpi |
mplayer crashes if one tries to use osd menu without having a font
|