log gui/cfg.c @ 32817:a104f879bfbc

age author description
2010-10-27 cigaes Move libvo/sub.[ch] from libvo to sub.
2010-10-27 cigaes Move ass_mp.[ch] to the sub directory.
2010-09-17 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
2010-09-12 diego Remove libavcodec ifdeffery from the GUI code.
2010-09-11 diego Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
2010-09-09 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
2010-09-08 diego Replace m_config_parse_config_file() forward declaration by proper #include.
2010-06-17 diego Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
2010-03-20 diego Rename get_path.[ch] --> path.[ch].
2010-02-22 diego Declare externally used variables from vd.c as extern in vd.h.
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2010-02-19 diego Remove pointless '#if 1' preprocessor directives.
2010-02-14 diego Move GUI-related extern declarations to a GUI header file.
2010-02-14 diego GUI: Mark functions that are not used outside their files as static.
2009-12-24 reimar Remove more direct includes of libass/ass.h
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-12-03 diego Get rid of pointless 'extern' keywords.
2008-08-07 diego Rename font-related preprocessor directives.
2008-08-06 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
2008-08-05 diego Rename some audio-output-related preprocessor directives.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-08-01 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-04-22 diego Add standard GPL header to individual files.
2008-04-15 albeu noconfig fix, disable_gui_conf was not defined when compiling mencoder.
2008-04-14 albeu Add options to disable some or all config files.
2008-01-13 reimar Fix 100l: error check for m_option_print was unreachable
2008-01-13 reimar Make big gui_opts array const
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-08-25 diego Remove redundant extern declarations, #include the right headers instead.