aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu
Commit message (Expand)AuthorAge
...
| * Ensure 'path' string is 0 terminated.Gravatar ben2008-06-05
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Use size_t instead of int for a variable that is compared to the resultGravatar diego2008-06-03
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Merge svn changes up to r26624Gravatar Uoti Urpala2008-05-01
|\|
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
| * Remove unnecessary version.h #includes.Gravatar diego2008-04-30
* | Move global filename to mpctxGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
|/
* Build all parts in the libmenu subdirectory nonrecursively.Gravatar diego2008-04-07
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* Deny the code using realpath().Gravatar ulion2008-01-10
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Default use the dir where the current playing file located if path not set.Gravatar ulion2007-12-31
* Remove redundant option 'auto-close' from cmdlist and filesel.Gravatar ulion2007-12-28
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* Use '-' instead of '_' in option name.Gravatar ulion2007-12-25
* Remove useless scope.Gravatar ulion2007-12-25
* Simplify the condition code.Gravatar ulion2007-12-25
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Add variable bx, dx to simplify code of function menu_draw_list.Gravatar ulion2007-12-20
* Add local variable 'line_h' to simplify code of function menu_list_draw.Gravatar ulion2007-12-20
* Currently menu title did not align center together with menu items when x>=0.Gravatar ulion2007-12-19
* Calculate and draw osd accurately.Gravatar ulion2007-12-19
* Here should add the minb to x when x>=0 because in later codeGravatar ulion2007-12-18
* Fix the menu uninit function name.Gravatar ulion2007-12-18
* Replace another m_struct_t by 'struct m_struct_st' to remove depedencyGravatar ulion2007-12-18
* Remove dependency on m_struct.h when include libmenu/menu.h.Gravatar ulion2007-12-18
* Fix indent for last commit.Gravatar ulion2007-12-17
* Ignore elements of keybindings other than 'binding'.Gravatar ulion2007-12-17
* Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.Gravatar ulion2007-12-17
* Display parsed keycode in verbose output.Gravatar ulion2007-12-17
* Fix memory leak.Gravatar ulion2007-12-17
* Add auto-update property for property menu item.Gravatar ulion2007-12-15
* get rid of the file-static dvb_config and free the config at close() . Patch...Gravatar nicodvb2007-12-15
* Support chapter in OSD menu.Gravatar ulion2007-12-14
* cosmetics: partially reformatted this monstruosityGravatar nicodvb2007-12-12
* reverted r25323: deprecated by ulion's recent patchesGravatar ben2007-12-12
* Fix memory leak. I thought asx_get_attrib() return a const char *,Gravatar ulion2007-12-12
* Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.Gravatar ulion2007-12-12
* Remove headers not used.Gravatar ulion2007-12-12
* Support to run multiple mplayer commands set in menu.confGravatar ulion2007-12-11
* Fix mylstat() call to parent dir where the subdir has no exec permission.Gravatar ulion2007-12-10