| Commit message (Expand) | Author | Age |
* | 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 |
* | Drop the metadata stuff and replace it with generic property string expansion. | albeu | 2007-05-30 |
* | Rework the property API to allow sub properties such as | albeu | 2007-05-29 |
* | new -menu-chroot option that prevent OSD file selection menu to go to an unwa... | ben | 2007-05-29 |
* | allow left key command to close text menus too | ben | 2007-05-25 |
* | rename some menu open functions, to avoid confusion with libc native open() | ben | 2007-05-25 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 |
* | get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf | ben | 2007-05-20 |
* | fix libmenu compilation with fridibi enabled | ben | 2007-05-07 |
* | cast to what's really expected | ben | 2007-05-07 |
* | use already existing function to get utf8 char in libmenu (thx to reimar) | ben | 2007-05-07 |
* | used FFMAX macro as pointed out by reimar | ben | 2007-05-07 |
* | removed useless casts as pointed out by reimar | ben | 2007-05-07 |
* | new -menu-keepdir option that allows libmenu file browser to always restart b... | ben | 2007-05-07 |
* | support for hebrew through fribidi in libmenu (geexbox patch #580) | ben | 2007-05-07 |
* | support for unicode/utf8 in libmenu (geexbox patch #545) | ben | 2007-05-07 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | Fix menu to work with mpctx | uau | 2007-02-21 |
* | fix identation, broken by last commit | gpoirier | 2007-01-16 |
* | speeds up mplayer execution by over FIVE times when all of the of the followi... | gpoirier | 2007-01-16 |
* | woops, actually fix URL this time | gpoirier | 2007-01-06 |
* | update comment url | gpoirier | 2007-01-06 |
* | allows OSD menu to be displayed when using MPEG PES video out | ben | 2007-01-04 |
* | fix gprof support (aka work around gprof's brain dead design) | gpoirier | 2007-01-04 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Fix possible crash: negative values may no be passed to render_one_glyph | reimar | 2006-10-29 |
* | Handle windows path separator in filesel menu. | reimar | 2006-10-29 |
* | better readability on selected menu item by tweaking alpha channel properties | ben | 2006-09-09 |
* | added new helpers to allow easy metadata retrieval and make libmenu use them | ben | 2006-08-25 |
* | new option for libmenu that allow display of properties and metadata of curre... | ben | 2006-08-25 |
* | added new filter option to menu file browser to only display some files accor... | ben | 2006-08-22 |
* | support multiple actions in menu's file browser using key bindings | ben | 2006-08-22 |
* | fix menu toggle/hide issues | ben | 2006-08-22 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 |