| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: remove warnings under libmenu/ | Clément Bœsch | 2011-06-24 | 1 | -1/+1 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -2/+2 |
* | menu: Move vf_info_menu extern declaration to menu.h | diego | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -6/+6 |
* | input: remove unused "paused" arguments from some functions | Uoti Urpala | 2010-04-25 | 1 | -2/+4 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Implement vsync-aware frame timing for VDPAU | Uoti Urpala | 2009-11-15 | 1 | -1/+1 |
* | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -6/+3 |
* | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
* | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
* | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 1 | -4/+0 |
|\ |
|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 1 | -4/+0 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -1/+1 |
|\| |
|
| * | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -0/+17 |
|\| |
|
| * | Add standard GPL headers. | diego | 2008-12-13 | 1 | -0/+17 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -1/+1 |
|\| |
|
| * | Remove pointless attribute_used from variable declaration. | diego | 2008-10-16 | 1 | -1/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -1/+1 |
|\| |
|
| * | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -6/+6 |
* | | Add new video driver API | Uoti Urpala | 2008-04-23 | 1 | -2/+2 |
|/ |
|
* | Allow independent scaling of vo_font and sub_font. | reimar | 2008-01-27 | 1 | -1/+1 |
* | From now on, libmenu does not steal all input keys from input modules. | ulion | 2007-12-26 | 1 | -2/+2 |
* | Simplify the condition code. | ulion | 2007-12-25 | 1 | -1/+1 |
* | OSD menu support mouse selection. | ulion | 2007-12-22 | 1 | -0/+2 |
* | Remove hardcoded key->cmd bindings in libmenu, support custom key bindings | ulion | 2007-12-04 | 1 | -0/+8 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 | 1 | -1/+1 |
* | Remove the pause filter and the cmd queue hack, to know the mplayer going to | ulion | 2007-11-15 | 1 | -29/+10 |
* | Fix pause key problem in correct way, only handle pause cmd when showing menu. | ulion | 2007-11-08 | 1 | -7/+3 |
* | Fix link to email explaining the paused vf_menu behaviour change | reimar | 2007-11-03 | 1 | -1/+6 |
* | Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c. | cehoyos | 2007-08-04 | 1 | -54/+0 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 | 1 | -2/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -2/+2 |
* | rename some menu open functions, to avoid confusion with libc native open() | ben | 2007-05-25 | 1 | -2/+2 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 1 | -1/+2 |
* | Fix menu to work with mpctx | uau | 2007-02-21 | 1 | -2/+2 |
* | fix identation, broken by last commit | gpoirier | 2007-01-16 | 1 | -12/+12 |
* | speeds up mplayer execution by over FIVE times when all of the of the followi... | gpoirier | 2007-01-16 | 1 | -0/+5 |
* | woops, actually fix URL this time | gpoirier | 2007-01-06 | 1 | -1/+1 |
* | update comment url | gpoirier | 2007-01-06 | 1 | -1/+1 |
* | allows OSD menu to be displayed when using MPEG PES video out | ben | 2007-01-04 | 1 | -0/+16 |
* | fix menu toggle/hide issues | ben | 2006-08-22 | 1 | -2/+2 |
* | Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-30 | 1 | -2/+4 |
* | Allow 6 ways (up/down/left/right/ok/cancel) navigation. | albeu | 2006-03-25 | 1 | -0/+4 |
* | 10l (forgot ...) | michael | 2006-03-21 | 1 | -4/+4 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-10-26 | 1 | -10/+10 |
* | support newer gcc | faust3 | 2004-10-02 | 1 | -1/+1 |
* | option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.... | faust3 | 2004-09-15 | 1 | -0/+3 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 | 1 | -1/+1 |
* | 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu> | alex | 2003-04-10 | 1 | -0/+2 |
* | 10L forgot this filter. | albeu | 2003-03-30 | 1 | -1/+2 |
* | these patches let ,,oldstyle'' and freetype subtitle renderers live | arpi | 2002-12-29 | 1 | -1/+1 |
* | Added/reordered #includes to silence warnings about "implicit declaration". | rathann | 2002-12-28 | 1 | -0/+3 |
* | better fix for my previous 10l | colin | 2002-11-22 | 1 | -1/+2 |
* | don't fully-copy the planes if the menu doesn't show (faster) | colin | 2002-11-21 | 1 | -0/+16 |
* | Fix freetype. Freetype is highly recommended for a nice output ;) | albeu | 2002-11-18 | 1 | -0/+13 |
* | OSD menus initial version | albeu | 2002-11-14 | 1 | -0/+251 |