aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu
Commit message (Expand)AuthorAge
* 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
* Combine common code for dealing with file action and dir action.Gravatar ulion2007-12-09
* Use recorded last path only when stat it ok.Gravatar ulion2007-12-09
* identifiers starting with an underscore are reserved by the C standardGravatar ben2007-12-08
* rework of libmenu open_dir()Gravatar ben2007-12-08
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Add type info to menu_t, now we can get the menu name and the type name of menu.Gravatar ulion2007-12-02
* Fix code to make sure the browse starting path within the menu-chroot path.Gravatar ulion2007-11-26
* Remove the pause filter and the cmd queue hack, to know the mplayer going toGravatar ulion2007-11-15
* Make page up and down with proper page size instead of always 10 rows.Gravatar ulion2007-11-10
* Fix pause key problem in correct way, only handle pause cmd when showing menu.Gravatar ulion2007-11-08
* Warning fixes:Gravatar ulion2007-11-05
* Fix link to email explaining the paused vf_menu behaviour changeGravatar reimar2007-11-03
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.Gravatar cehoyos2007-08-04
* Give message string a more meaningful name.Gravatar diego2007-07-28