aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu/menu.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* manu.c: Remove unused static function menu_text_get_next_lineGravatar diego2010-11-02
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\|
| * Mark some more functions that are not used outside of their files as static.Gravatar diego2010-02-18
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Add standard GPL headers.Gravatar diego2008-12-13
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
|/
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Calculate and draw osd accurately.Gravatar ulion2007-12-19
* Fix the menu uninit function name.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
* Support chapter in OSD menu.Gravatar ulion2007-12-14
* Fix memory leak. I thought asx_get_attrib() return a const char *,Gravatar ulion2007-12-12
* Support to run multiple mplayer commands set in menu.confGravatar ulion2007-12-11
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Add type info to menu_t, now we can get the menu name and the type name of menu.Gravatar ulion2007-12-02
* Warning fixes:Gravatar ulion2007-11-05
* 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
* 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
* Fix menu to work with mpctxGravatar uau2007-02-21
* fix gprof support (aka work around gprof's brain dead design)Gravatar gpoirier2007-01-04
* Fix possible crash: negative values may no be passed to render_one_glyphGravatar reimar2006-10-29
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18