log libmenu/menu.c @ 26930:e94dfbdcb445

age author description
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.