aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu
Commit message (Expand)AuthorAge
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Drop the metadata stuff and replace it with generic property string expansion.Gravatar albeu2007-05-30
* Rework the property API to allow sub properties such asGravatar albeu2007-05-29
* new -menu-chroot option that prevent OSD file selection menu to go to an unwa...Gravatar ben2007-05-29
* allow left key command to close text menus tooGravatar ben2007-05-25
* rename some menu open functions, to avoid confusion with libc native open()Gravatar ben2007-05-25
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume LecerfGravatar ben2007-05-20
* fix libmenu compilation with fridibi enabledGravatar ben2007-05-07
* cast to what's really expectedGravatar ben2007-05-07
* use already existing function to get utf8 char in libmenu (thx to reimar)Gravatar ben2007-05-07
* used FFMAX macro as pointed out by reimarGravatar ben2007-05-07
* removed useless casts as pointed out by reimarGravatar ben2007-05-07
* new -menu-keepdir option that allows libmenu file browser to always restart b...Gravatar ben2007-05-07
* support for hebrew through fribidi in libmenu (geexbox patch #580)Gravatar ben2007-05-07
* support for unicode/utf8 in libmenu (geexbox patch #545)Gravatar ben2007-05-07
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Fix menu to work with mpctxGravatar uau2007-02-21
* fix identation, broken by last commitGravatar gpoirier2007-01-16
* speeds up mplayer execution by over FIVE times when all of the of the followi...Gravatar gpoirier2007-01-16
* woops, actually fix URL this timeGravatar gpoirier2007-01-06
* update comment urlGravatar gpoirier2007-01-06
* allows OSD menu to be displayed when using MPEG PES video outGravatar ben2007-01-04
* fix gprof support (aka work around gprof's brain dead design)Gravatar gpoirier2007-01-04
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Fix possible crash: negative values may no be passed to render_one_glyphGravatar reimar2006-10-29
* Handle windows path separator in filesel menu.Gravatar reimar2006-10-29
* better readability on selected menu item by tweaking alpha channel propertiesGravatar ben2006-09-09
* added new helpers to allow easy metadata retrieval and make libmenu use themGravatar ben2006-08-25
* new option for libmenu that allow display of properties and metadata of curre...Gravatar ben2006-08-25
* added new filter option to menu file browser to only display some files accor...Gravatar ben2006-08-22
* support multiple actions in menu's file browser using key bindingsGravatar ben2006-08-22
* fix menu toggle/hide issuesGravatar ben2006-08-22
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* Compilation fix: Mark mp_property_find parameter as const.Gravatar diego2006-07-13
* Simplify includes.Gravatar diego2006-07-12
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* gets ride of a few more sizeof(char)sGravatar reynaldo2006-06-30
* support for auto_close parameter in menu command list (geexbox patch)Gravatar ben2006-06-25
* declaring static functions with the same name than libc ones was not the best...Gravatar ben2006-06-25
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Verticaly center the background around the text.Gravatar albeu2006-04-22