aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmenu
Commit message (Expand)AuthorAge
* Implement vsync-aware frame timing for VDPAUGravatar Uoti Urpala2009-11-15
* 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
* Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Add standard GPL headers.Gravatar diego2008-12-13
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Remove pointless attribute_used from variable declaration.Gravatar diego2008-10-16
* | 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
* | Merge svn changes up to r27123Gravatar Uoti Urpala2008-06-23
|\|
| * fixes two bugs:Gravatar ben2008-06-20
| * Add auto-close option to libmenu playlist handling part.Gravatar ben2008-06-20
* | Merge svn changes up to r27025Gravatar Uoti Urpala2008-06-07
|\|
| * Removed unused freepath variable.Gravatar ben2008-06-06
| * Remove useless braces on if() statement.Gravatar ben2008-06-05
| * Ensure 'path' string is 0 terminated.Gravatar ben2008-06-05
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Use size_t instead of int for a variable that is compared to the resultGravatar diego2008-06-03
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Merge svn changes up to r26624Gravatar Uoti Urpala2008-05-01
|\|
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
| * Remove unnecessary version.h #includes.Gravatar diego2008-04-30
* | Move global filename to mpctxGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
|/
* Build all parts in the libmenu subdirectory nonrecursively.Gravatar diego2008-04-07
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* Deny the code using realpath().Gravatar ulion2008-01-10
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Default use the dir where the current playing file located if path not set.Gravatar ulion2007-12-31
* Remove redundant option 'auto-close' from cmdlist and filesel.Gravatar ulion2007-12-28
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* Use '-' instead of '_' in option name.Gravatar ulion2007-12-25