log gui/mplayer/gtk/opts.c @ 26135:f628946d6b71

age author description
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