index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmenu
Commit message (
Expand
)
Author
Age
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
*
cosmetics: Rename struct vf_instance_s --> vf_instance.
diego
2010-02-21
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
*
Replace platform preprocessor check by HAVE_DOS_PATHS.
komh
2010-02-19
*
Mark some more functions that are not used outside of their files as static.
diego
2010-02-18
*
Declare vf_menu_pause_update in libmenu/menu.h.
diego
2010-02-14
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Remove unnecessary malloc.h #includes and related #ifdeffery.
diego
2009-04-02
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
Add standard GPL headers.
diego
2008-12-13
*
Remove pointless attribute_used from variable declaration.
diego
2008-10-16
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
fixes two bugs:
ben
2008-06-20
*
Add auto-close option to libmenu playlist handling part.
ben
2008-06-20
*
Removed unused freepath variable.
ben
2008-06-06
*
Remove useless braces on if() statement.
ben
2008-06-05
*
Ensure 'path' string is 0 terminated.
ben
2008-06-05
*
Use size_t instead of int for a variable that is compared to the result
diego
2008-06-03
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Remove unnecessary version.h #includes.
diego
2008-04-30
*
Build all parts in the libmenu subdirectory nonrecursively.
diego
2008-04-07
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Remove pointless #ifdefs around extern declarations.
diego
2008-02-20
*
Allow independent scaling of vo_font and sub_font.
reimar
2008-01-27
*
Deny the code using realpath().
ulion
2008-01-10
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
Default use the dir where the current playing file located if path not set.
ulion
2007-12-31
*
Remove redundant option 'auto-close' from cmdlist and filesel.
ulion
2007-12-28
*
From now on, libmenu does not steal all input keys from input modules.
ulion
2007-12-26
*
Use '-' instead of '_' in option name.
ulion
2007-12-25
*
Remove useless scope.
ulion
2007-12-25
*
Simplify the condition code.
ulion
2007-12-25
*
OSD menu support mouse selection.
ulion
2007-12-22
*
Add variable bx, dx to simplify code of function menu_draw_list.
ulion
2007-12-20
*
Add local variable 'line_h' to simplify code of function menu_list_draw.
ulion
2007-12-20
*
Currently menu title did not align center together with menu items when x>=0.
ulion
2007-12-19
*
Calculate and draw osd accurately.
ulion
2007-12-19
*
Here should add the minb to x when x>=0 because in later code
ulion
2007-12-18
*
Fix the menu uninit function name.
ulion
2007-12-18
*
Replace another m_struct_t by 'struct m_struct_st' to remove depedency
ulion
2007-12-18
*
Remove dependency on m_struct.h when include libmenu/menu.h.
ulion
2007-12-18
*
Fix indent for last commit.
ulion
2007-12-17
*
Ignore elements of keybindings other than 'binding'.
ulion
2007-12-17
*
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
ulion
2007-12-17
*
Display parsed keycode in verbose output.
ulion
2007-12-17
[next]