aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu
Commit message (Expand)AuthorAge
* Add standard GPL headers.Gravatar diego2008-12-13
* Remove pointless attribute_used from variable declaration.Gravatar diego2008-10-16
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* fixes two bugs:Gravatar ben2008-06-20
* Add auto-close option to libmenu playlist handling part.Gravatar ben2008-06-20
* Removed unused freepath variable.Gravatar ben2008-06-06
* Remove useless braces on if() statement.Gravatar ben2008-06-05
* Ensure 'path' string is 0 terminated.Gravatar ben2008-06-05
* 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
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Remove unnecessary version.h #includes.Gravatar diego2008-04-30
* 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