summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/opts.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the internal GUIAnton Khirnov2009-07-071-1832/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-47/+47
* Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-5/+5
* Rename font-related preprocessor directives.diego2008-08-071-18/+18
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-6/+6
* Rename some audio-output-related preprocessor directives.diego2008-08-051-6/+6
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-11/+11
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-9/+9
* Rename two GUI-related preprocessor directives:diego2008-07-301-1/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-28/+28
* Add standard GPL header to individual files.diego2008-04-221-0/+17
* Make include paths consistent; do not use ../ in them.diego2008-04-121-1/+1
* Add gui/ prefix to some #include paths so that compilation from thediego2008-04-111-3/+3
* consistency cosmetics: Use #ifdef everywhere instead of #if defined().diego2008-03-051-1/+1
* Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.diego2008-03-041-3/+0
* Add windows cp1256 encoding for arabic, fixes bug #1007reimar2008-02-011-0/+1
* Rename common.[ch] to gtk_common.[ch], there are too many files by that name.diego2008-01-061-1/+1
* Fix return type of getGtkEntryText, it must be constreimar2007-12-021-1/+1
* Remove redundant extern variable declarations, include proper headers instead.diego2007-08-251-0/+1
* Return value of gtk_entry_get_text is const, so declare variables as const as...reimar2007-06-241-4/+4
* Fix several implicit declarations of functions warnings.diego2007-04-291-3/+5
* Gui --> guidiego2007-04-231-0/+1814