| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix memory leak. | ulion | 2007-12-17 |
* | Add auto-update property for property menu item. | ulion | 2007-12-15 |
* | get rid of the file-static dvb_config and free the config at close() . Patch... | nicodvb | 2007-12-15 |
* | Support chapter in OSD menu. | ulion | 2007-12-14 |
* | cosmetics: partially reformatted this monstruosity | nicodvb | 2007-12-12 |
* | reverted r25323: deprecated by ulion's recent patches | ben | 2007-12-12 |
* | Fix memory leak. I thought asx_get_attrib() return a const char *, | ulion | 2007-12-12 |
* | Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>. | ulion | 2007-12-12 |
* | Remove headers not used. | ulion | 2007-12-12 |
* | Support to run multiple mplayer commands set in menu.conf | ulion | 2007-12-11 |
* | Fix mylstat() call to parent dir where the subdir has no exec permission. | ulion | 2007-12-10 |
* | Combine common code for dealing with file action and dir action. | ulion | 2007-12-09 |
* | Use recorded last path only when stat it ok. | ulion | 2007-12-09 |
* | identifiers starting with an underscore are reserved by the C standard | ben | 2007-12-08 |
* | rework of libmenu open_dir() | ben | 2007-12-08 |
* | Remove hardcoded key->cmd bindings in libmenu, support custom key bindings | ulion | 2007-12-04 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 |
* | Add type info to menu_t, now we can get the menu name and the type name of menu. | ulion | 2007-12-02 |
* | Fix code to make sure the browse starting path within the menu-chroot path. | ulion | 2007-11-26 |
* | Remove the pause filter and the cmd queue hack, to know the mplayer going to | ulion | 2007-11-15 |
* | Make page up and down with proper page size instead of always 10 rows. | ulion | 2007-11-10 |
* | Fix pause key problem in correct way, only handle pause cmd when showing menu. | ulion | 2007-11-08 |
* | Warning fixes: | ulion | 2007-11-05 |
* | Fix link to email explaining the paused vf_menu behaviour change | reimar | 2007-11-03 |
* | Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c. | cehoyos | 2007-08-04 |
* | Give message string a more meaningful name. | diego | 2007-07-28 |
* | typo fix: childs --> children | diego | 2007-07-28 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |