log gui/mplayer/gui_common.c @ 33548:55b8f5d5df15

age author description
Fri, 17 Jun 2011 17:51:50 +0000 ib Remove unused parameter 'Size' in wsConvert().
Thu, 16 Jun 2011 11:30:11 +0000 ib Rename Render() RenderAll().
Thu, 16 Jun 2011 11:19:15 +0000 ib Remove function Normalize().
Tue, 24 May 2011 13:43:54 +0000 ib Revert r33448.
Mon, 09 May 2011 11:17:43 +0000 ib Check for reasonable time values.
Tue, 03 May 2011 14:34:40 +0000 ib Remove private symbolic constants from header files.
Mon, 04 Apr 2011 19:12:31 +0000 ib Define the transparent color as a macro.
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.