log gui/mplayer/gtk/opts.c @ 33435:f7a492ac8d30

age author description
Mon, 25 Apr 2011 12:38:55 +0000 ib Improve cache size spin button.
Mon, 25 Apr 2011 12:23:06 +0000 ib Adjust possible cache size to values allowed by MPlayer.
Thu, 10 Mar 2011 18:43:54 +0000 ib Cosmetic: Add required include files.
Sat, 29 Jan 2011 16:39:52 +0000 ib Cast properly (to avoid compiler warnings).
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Fri, 17 Sep 2010 14:58:17 +0000 diego Add an #ifdef to avoid unused variable warnings when iconv is disabled.
Sun, 12 Sep 2010 15:38:21 +0000 diego Remove libavcodec ifdeffery from the GUI code.
Thu, 24 Jun 2010 17:19:49 +0000 diego Clean up sub-related extern declarations.
Thu, 17 Jun 2010 09:46:44 +0000 diego Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
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.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 05 Jan 2009 14:48:03 +0000 diego Add missing 'void' keyword to parameterless function declarations.
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 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
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.
Sat, 12 Apr 2008 16:03:07 +0000 diego Make include paths consistent; do not use ../ in them.
Fri, 11 Apr 2008 16:55:27 +0000 diego Add gui/ prefix to some #include paths so that compilation from the
Wed, 05 Mar 2008 07:52:36 +0000 diego consistency cosmetics: Use #ifdef everywhere instead of #if defined().
Tue, 04 Mar 2008 19:13:18 +0000 diego Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.
Fri, 01 Feb 2008 22:31:30 +0000 reimar Add windows cp1256 encoding for arabic, fixes bug #1007
Sun, 06 Jan 2008 16:22:00 +0000 diego Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
Sun, 02 Dec 2007 16:50:33 +0000 reimar Fix return type of getGtkEntryText, it must be const
Sat, 25 Aug 2007 12:25:34 +0000 diego Remove redundant extern variable declarations, include proper headers instead.
Sun, 24 Jun 2007 12:43:45 +0000 reimar Return value of gtk_entry_get_text is const, so declare variables as const as well.
Sun, 29 Apr 2007 12:44:34 +0000 diego Fix several implicit declarations of functions warnings.
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui