log gui/cfg.c @ 34140:a08f68ee111e

age author description
Tue, 06 Sep 2011 15:28:53 +0000 ib Replace all mp_dbg() calls by mp_msg().
Sat, 09 Jul 2011 10:23:47 +0000 ib Remove guiExit().
Thu, 07 Jul 2011 14:47:48 +0000 ib Replace numeric constant fsPersistant_MaxPos for fsHistory array size.
Thu, 07 Jul 2011 14:35:31 +0000 ib Remove variable holding history of selected files from interface.[ch].
Thu, 07 Jul 2011 14:13:17 +0000 ib Cosmetic: Rename URLList urlList.
Thu, 07 Jul 2011 14:09:57 +0000 ib Remove config related variables from interface.[ch].
Thu, 07 Jul 2011 11:50:32 +0000 ib Move purely list related parts of gtkSet() from interface.c to list.c.
Thu, 07 Jul 2011 08:32:10 +0000 ib Move string functions from interface.c to string.c.
Sun, 19 Jun 2011 12:23:26 +0000 reimar Add const to string pointer argument that will not be modified.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Tue, 14 Jun 2011 23:05:02 +0000 ib Revise some messages.
Mon, 06 Jun 2011 15:11:24 +0000 ib Check error when creating the GUI config object.
Mon, 06 Jun 2011 14:10:09 +0000 ib Cosmetic: Adjust indent.
Mon, 06 Jun 2011 14:08:18 +0000 ib Add option '-idle' to the GUI configuration file.
Mon, 06 Jun 2011 11:55:35 +0000 ib Make option '-noidle' working for the GUI.
Sun, 05 Jun 2011 10:14:26 +0000 ib Add option '-gui-include'.
Thu, 12 May 2011 12:07:04 +0000 ib Write all CONF_TYPE_FLOAT values as floating point constants.
Thu, 05 May 2011 11:56:34 +0000 ib Cosmetic: uncrustify related indent adjustments
Tue, 03 May 2011 13:19:39 +0000 ib Free config.
Tue, 03 May 2011 12:21:11 +0000 ib Replace all GUI exits by guiExit().
Wed, 27 Apr 2011 14:57:37 +0000 ib Limit config option vf_lavc to dxr3.
Mon, 25 Apr 2011 12:24:05 +0000 ib Cosmetic: Adjust indent.
Mon, 25 Apr 2011 12:23:06 +0000 ib Adjust possible cache size to values allowed by MPlayer.
Sat, 23 Apr 2011 13:14:49 +0000 ib Rearrange GUI options.
Sat, 23 Apr 2011 09:05:35 +0000 ib Make initial value explicitly type float.
Sat, 23 Apr 2011 08:58:52 +0000 ib Remove needless explicit initialization.
Sat, 23 Apr 2011 08:05:27 +0000 ib Position windows initially at coordinates given in skin file.
Fri, 15 Apr 2011 14:34:17 +0000 ib Group and sort configuration variable definitions.
Fri, 15 Apr 2011 14:30:58 +0000 ib Cosmetic: Format to MPlayer coding style.
Thu, 10 Mar 2011 18:43:54 +0000 ib Cosmetic: Add required include files.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Sun, 12 Sep 2010 15:38:21 +0000 diego Remove libavcodec ifdeffery from the GUI code.
Sat, 11 Sep 2010 12:13:30 +0000 diego Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 18:52:56 +0000 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
Wed, 08 Sep 2010 20:07:58 +0000 diego Replace m_config_parse_config_file() forward declaration by proper #include.
Thu, 17 Jun 2010 09:46:44 +0000 diego Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Fri, 19 Feb 2010 10:22:29 +0000 diego Remove pointless '#if 1' preprocessor directives.
Sun, 14 Feb 2010 14:33:16 +0000 diego Move GUI-related extern declarations to a GUI header file.
Sun, 14 Feb 2010 14:02:09 +0000 diego GUI: Mark functions that are not used outside their files as static.
Thu, 24 Dec 2009 10:26:29 +0000 reimar Remove more direct includes of libass/ass.h
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Wed, 06 Aug 2008 23:19:29 +0000 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
Tue, 05 Aug 2008 16:32:47 +0000 diego Rename some audio-output-related preprocessor directives.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Tue, 22 Apr 2008 09:33:39 +0000 diego Add standard GPL header to individual files.
Tue, 15 Apr 2008 13:20:15 +0000 albeu noconfig fix, disable_gui_conf was not defined when compiling mencoder.
Mon, 14 Apr 2008 11:21:29 +0000 albeu Add options to disable some or all config files.
Sun, 13 Jan 2008 16:22:43 +0000 reimar Fix 100l: error check for m_option_print was unreachable
Sun, 13 Jan 2008 16:17:57 +0000 reimar Make big gui_opts array const
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Sat, 25 Aug 2007 13:05:07 +0000 diego Remove redundant extern declarations, #include the right headers instead.