summaryrefslogtreecommitdiffstats
path: root/gui/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Declare externally used variables from vd.c as extern in vd.h.diego2010-02-221-0/+1
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* Remove pointless '#if 1' preprocessor directives.diego2010-02-191-2/+0
* Move GUI-related extern declarations to a GUI header file.diego2010-02-141-0/+1
* GUI: Mark functions that are not used outside their files as static.diego2010-02-141-1/+1
* Remove more direct includes of libass/ass.hreimar2009-12-241-1/+0
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
* Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* Rename font-related preprocessor directives.diego2008-08-071-2/+2
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-2/+2
* Rename some audio-output-related preprocessor directives.diego2008-08-051-2/+2
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-4/+4
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-1/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-9/+9
* Add standard GPL header to individual files.diego2008-04-221-0/+17
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.albeu2008-04-151-1/+1
* Add options to disable some or all config files.albeu2008-04-141-1/+2
* Fix 100l: error check for m_option_print was unreachablereimar2008-01-131-2/+5
* Make big gui_opts array constreimar2008-01-131-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-0/+1
* Remove redundant extern declarations, #include the right headers instead.diego2007-08-251-0/+2
* Remove redundant extern variable declarations, include proper headers instead.diego2007-08-251-1/+3
* Fix a bunch of redundant redeclaration warnings.diego2007-07-181-3/+0
* Gui --> guidiego2007-04-231-0/+349