| Commit message (Expand) | Author | Age | Files | Lines |
* | Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c. | cehoyos | 2007-08-04 | 1 | -54/+0 |
* | Give message string a more meaningful name. | diego | 2007-07-28 | 1 | -1/+1 |
* | typo fix: childs --> children | diego | 2007-07-28 | 1 | -2/+2 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 | 1 | -2/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -2/+2 |
* | Drop the metadata stuff and replace it with generic property string expansion. | albeu | 2007-05-30 | 1 | -77/+21 |
* | Rework the property API to allow sub properties such as | albeu | 2007-05-29 | 1 | -10/+10 |
* | new -menu-chroot option that prevent OSD file selection menu to go to an unwa... | ben | 2007-05-29 | 1 | -0/+7 |
* | allow left key command to close text menus too | ben | 2007-05-25 | 1 | -0/+1 |
* | rename some menu open functions, to avoid confusion with libc native open() | ben | 2007-05-25 | 3 | -6/+6 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 1 | -1/+2 |
* | get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf | ben | 2007-05-20 | 1 | -30/+9 |
* | fix libmenu compilation with fridibi enabled | ben | 2007-05-07 | 1 | -3/+3 |
* | cast to what's really expected | ben | 2007-05-07 | 1 | -1/+1 |
* | use already existing function to get utf8 char in libmenu (thx to reimar) | ben | 2007-05-07 | 1 | -8/+4 |
* | used FFMAX macro as pointed out by reimar | ben | 2007-05-07 | 1 | -1/+2 |
* | removed useless casts as pointed out by reimar | ben | 2007-05-07 | 1 | -6/+6 |
* | new -menu-keepdir option that allows libmenu file browser to always restart b... | ben | 2007-05-07 | 1 | -1/+41 |
* | support for hebrew through fribidi in libmenu (geexbox patch #580) | ben | 2007-05-07 | 1 | -0/+56 |
* | support for unicode/utf8 in libmenu (geexbox patch #545) | ben | 2007-05-07 | 1 | -13/+36 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -9/+8 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -3/+3 |
* | Fix menu to work with mpctx | uau | 2007-02-21 | 5 | -12/+17 |
* | fix identation, broken by last commit | gpoirier | 2007-01-16 | 1 | -12/+12 |
* | speeds up mplayer execution by over FIVE times when all of the of the followi... | gpoirier | 2007-01-16 | 1 | -0/+5 |
* | woops, actually fix URL this time | gpoirier | 2007-01-06 | 1 | -1/+1 |
* | update comment url | gpoirier | 2007-01-06 | 1 | -1/+1 |
* | allows OSD menu to be displayed when using MPEG PES video out | ben | 2007-01-04 | 1 | -0/+16 |
* | fix gprof support (aka work around gprof's brain dead design) | gpoirier | 2007-01-04 | 1 | -10/+10 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -3/+1 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -27/+1 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | Fix possible crash: negative values may no be passed to render_one_glyph | reimar | 2006-10-29 | 1 | -1/+1 |
* | Handle windows path separator in filesel menu. | reimar | 2006-10-29 | 1 | -0/+4 |
* | better readability on selected menu item by tweaking alpha channel properties | ben | 2006-09-09 | 1 | -3/+3 |
* | added new helpers to allow easy metadata retrieval and make libmenu use them | ben | 2006-08-25 | 1 | -123/+38 |
* | new option for libmenu that allow display of properties and metadata of curre... | ben | 2006-08-25 | 1 | -1/+156 |
* | added new filter option to menu file browser to only display some files accor... | ben | 2006-08-22 | 1 | -1/+65 |
* | support multiple actions in menu's file browser using key bindings | ben | 2006-08-22 | 2 | -3/+28 |
* | fix menu toggle/hide issues | ben | 2006-08-22 | 1 | -2/+2 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 10 | -19/+19 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 2 | -2/+2 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -2/+1 |
* | Compilation fix: Mark mp_property_find parameter as const. | diego | 2006-07-13 | 1 | -1/+1 |
* | Simplify includes. | diego | 2006-07-12 | 1 | -3/+3 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | gets ride of a few more sizeof(char)s | reynaldo | 2006-06-30 | 1 | -1/+1 |
* | support for auto_close parameter in menu command list (geexbox patch) | ben | 2006-06-25 | 1 | -1/+10 |
* | declaring static functions with the same name than libc ones was not the best... | ben | 2006-06-25 | 2 | -4/+4 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -1/+0 |
* | Verticaly center the background around the text. | albeu | 2006-04-22 | 1 | -3/+3 |
* | There is a draw_alpha for uyvy, use it. | albeu | 2006-04-22 | 1 | -0/+2 |
* | Fix menu background drawing. | albeu | 2006-04-22 | 3 | -8/+12 |
* | Minor spelling and grammar fixes for part 1 of Otvos Attila's | corey | 2006-03-31 | 2 | -2/+2 |
* | Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-30 | 8 | -43/+56 |
* | Add a function to draw flat boxes and use it to make the list | albeu | 2006-03-30 | 5 | -9/+80 |
* | Fix cycling in menu with hidden items. | albeu | 2006-03-27 | 1 | -5/+9 |
* | Turn the preferences menu in something usefull using the new | albeu | 2006-03-25 | 1 | -44/+147 |
* | Allow hiding list elements and disableing the pointer. | albeu | 2006-03-25 | 2 | -17/+44 |
* | Allow 6 ways (up/down/left/right/ok/cancel) navigation. | albeu | 2006-03-25 | 8 | -9/+40 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 1 | -1/+10 |
* | 10l (forgot ...) | michael | 2006-03-21 | 1 | -4/+4 |
* | auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zore... | nicodvb | 2006-02-24 | 1 | -1/+8 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from | rathann | 2006-01-13 | 1 | -1/+1 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-10-26 | 10 | -63/+63 |
* | add some closedir() to fix some opendir() leaks | aurel | 2005-07-22 | 1 | -0/+2 |
* | enable the run slave commande even without libmenu | aurel | 2004-12-02 | 1 | -1/+1 |
* | support newer gcc | faust3 | 2004-10-02 | 1 | -1/+1 |
* | handle sigchld in mplayer.c | faust3 | 2004-09-19 | 1 | -9/+10 |
* | option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.... | faust3 | 2004-09-15 | 1 | -0/+3 |
* | Fix typos and better explanatory text. | diego | 2004-07-20 | 1 | -3/+3 |
* | string handling security fixes | diego | 2004-06-25 | 1 | -2/+4 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | new configuration structure, multi-card support | nicodvb | 2004-04-26 | 1 | -35/+117 |
* | Patch by Nico <nsabbi@libero.it> | attila | 2003-11-01 | 1 | -0/+2 |
* | Fix long-known bug with handling 'down key' in lists. | lumag | 2003-09-24 | 1 | -1/+1 |
* | make menu work on mingw (run command is still disabled), based on patch by Ch... | faust3 | 2003-09-13 | 2 | -6/+12 |
* | libmenu is missing the dvb headers, patch by Gotz Waschk <waschk@informatik.u... | alex | 2003-09-02 | 1 | -0/+1 |
* | Finnaly commit Nico's dvb menu. Sorry for committing this | albeu | 2003-08-16 | 3 | -0/+201 |
* | I've juste found a bug which prevent to load a file whose name contain | albeu | 2003-08-15 | 1 | -4/+14 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 | 2 | -2/+2 |
* | 64bit support | alex | 2003-06-24 | 1 | -1/+1 |
* | 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu> | alex | 2003-04-10 | 1 | -0/+2 |
* | 10L forgot this filter. | albeu | 2003-03-30 | 1 | -1/+2 |
* | linux->osdep | arpi | 2003-02-09 | 6 | -7/+7 |
* | lstat->stat | arpi | 2003-02-03 | 1 | -1/+1 |
* | Fixes a problem where the menu won't work, if you just use freetype fonts | arpi | 2003-02-02 | 1 | -0/+2 |
* | Also attached some cleanup to menu_filesel.c, mainly to make it more | arpi | 2003-01-26 | 1 | -6/+9 |
* | mplayer crashes if one tries to use osd menu without having a font | arpi | 2003-01-26 | 1 | -2/+4 |
* | don't depend on libgen/basename() | arpi | 2003-01-26 | 1 | -3/+3 |
* | 10l | arpi | 2003-01-09 | 1 | -1/+0 |
* | these patches let ,,oldstyle'' and freetype subtitle renderers live | arpi | 2002-12-29 | 1 | -1/+1 |
* | Added/reordered #includes to silence warnings about "implicit declaration". | rathann | 2002-12-28 | 5 | -1/+7 |
* | some 10l bugfixes | arpi | 2002-12-28 | 1 | -1/+3 |
* | This patch fixes the reading of the menu.conf, because stream_open() | arpi | 2002-12-28 | 1 | -4/+8 |
* | No scandir() an no functions defined within other functions. | arpi | 2002-12-04 | 1 | -45/+65 |
* | fix 100l typo :) | colin | 2002-11-27 | 1 | -2/+2 |
* | limits.h required to get a PATH_MAX definition (on solaris) | jkeil | 2002-11-26 | 1 | -0/+1 |
* | better fix for my previous 10l | colin | 2002-11-22 | 2 | -2/+2 |
* | 10l - forgot this file | colin | 2002-11-21 | 1 | -0/+1 |
* | don't fully-copy the planes if the menu doesn't show (faster) | colin | 2002-11-21 | 1 | -0/+16 |
* | .depend should be ignored | diego | 2002-11-20 | 1 | -0/+1 |
* | Fix buffer overflow in a drawing func | albeu | 2002-11-18 | 1 | -11/+16 |
* | 10l: | rfelker | 2002-11-18 | 1 | -0/+1 |
* | A new command to run shell process and a command history. | albeu | 2002-11-18 | 1 | -25/+263 |
* | quote the filenames | albeu | 2002-11-18 | 1 | -1/+1 |
* | Fix freetype. Freetype is highly recommended for a nice output ;) | albeu | 2002-11-18 | 3 | -2/+37 |
* | OSD menus initial version | albeu | 2002-11-14 | 12 | -0/+2343 |