log gui/mplayer/gui_common.c @ 33123:9566100d88a1

age author description
Mon, 04 Apr 2011 15:10:05 +0000 ib Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
Thu, 10 Mar 2011 18:45:42 +0000 ib Cosmetic: Remove incorrect comment.
Thu, 10 Mar 2011 14:20:36 +0000 ib Replace some awkward and unnecessary usages of strlen().
Wed, 09 Mar 2011 15:36:10 +0000 ib Make functions static that are only used inside the file.
Tue, 08 Mar 2011 20:59:39 +0000 ib Cosmetic: Adjust indent.
Tue, 08 Mar 2011 20:56:51 +0000 ib Fix several issues with Translate().
Tue, 08 Mar 2011 18:53:54 +0000 ib Use double constants for higher precision calculations.
Tue, 08 Mar 2011 15:29:19 +0000 ib Make slabel work.
Tue, 08 Mar 2011 13:15:34 +0000 ib Cosmetic: Add missing break.
Tue, 08 Mar 2011 13:12:30 +0000 ib Avoid mixing declaration and code.
Tue, 08 Mar 2011 13:03:22 +0000 ib Replace ternary operator by more intelligible switch statement.
Tue, 08 Mar 2011 12:50:52 +0000 ib Remove needless casts.
Tue, 08 Mar 2011 12:38:23 +0000 ib Cosmetic: Rename macro controlling the dlabel delay.
Tue, 08 Mar 2011 12:29:44 +0000 ib Cosmetic: Format to MPlayer coding style.
Tue, 08 Mar 2011 12:12:37 +0000 ib Make constants explicitly type float.
Tue, 08 Mar 2011 10:25:28 +0000 ib Remove unreasonable inline definition from TranslateFilename().
Mon, 07 Mar 2011 20:36:06 +0000 ib Move global variables to top of file.
Mon, 07 Mar 2011 20:27:29 +0000 ib Go without gtk functions.
Mon, 07 Mar 2011 20:15:30 +0000 ib Get prototype for GetTimerMS() from header file.
Mon, 07 Mar 2011 19:35:39 +0000 ib Remove needless includes.
Thu, 03 Mar 2011 11:06:42 +0000 ib Redefine button states.
Wed, 02 Mar 2011 15:37:50 +0000 ib Clean up the wItem structure.
Thu, 03 Feb 2011 14:44:46 +0000 ib Improve the readability of dynamic labels which scroll.
Thu, 03 Feb 2011 14:19:19 +0000 ib Remove useless format argument.
Thu, 27 Jan 2011 17:58:58 +0000 ib Revert "Translate messages shown in the GUI window(s) from UTF-8"
Thu, 20 Jan 2011 10:23:06 +0000 ib Translate messages shown in the GUI window(s) only from UTF-8
Wed, 19 Jan 2011 22:18:07 +0000 ib Translate messages shown in the GUI window(s) from UTF-8
Tue, 18 Jan 2011 11:39:49 +0000 ib Correct translation of filenames and prevent out-of-bounds array access
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sun, 14 Feb 2010 12:31:24 +0000 diego GUI: #include associated .h files in .c files.
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.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Tue, 08 Jul 2008 15:55:32 +0000 diego Mark function not used outside of the file as static.
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
Sun, 06 Jan 2008 16:31:26 +0000 diego Rename common.[ch], there are too many files by that name.