log gui/win32/skinload.c @ 37081:e8559b9913ff

age author description
Thu, 24 Apr 2014 14:41:04 +0000 ib New GUI feature: Rotate a video.
Thu, 24 Apr 2014 11:31:31 +0000 ib Cosmetic: Revise a few comments.
Sat, 12 Apr 2014 23:29:29 +0000 ib Add new item 'rpotmeter'.
Wed, 09 Apr 2014 12:46:06 +0000 ib Relocate code added in r36991.
Mon, 17 Mar 2014 12:29:46 +0000 ib Replace old item 'potmeter' by new item 'pimage'.
Tue, 11 Mar 2014 12:51:31 +0000 ib Change mapping of the deprecated potmeter in the Win32 GUI.
Tue, 11 Mar 2014 12:48:59 +0000 ib Fix bug with hpotmeter/vpotmeter in the Win32 GUI.
Mon, 10 Mar 2014 17:35:07 +0000 ib Cosmetic: Adjust indent.
Mon, 10 Mar 2014 17:32:29 +0000 ib Internally map item 'potmeter' onto 'hpotmeter'.
Mon, 10 Mar 2014 17:15:24 +0000 ib Print an information on deprecated skin config file entries.
Sat, 08 Mar 2014 19:17:43 +0000 ib Make linenumber global.
Sat, 08 Mar 2014 18:43:24 +0000 ib Remove unused variable.
Sat, 08 Mar 2014 18:32:21 +0000 ib Cosmetic: Adjust indent.
Sat, 08 Mar 2014 18:31:29 +0000 ib Remove needless fontid from Win32 GUI.
Fri, 07 Mar 2014 14:08:59 +0000 ib Cosmetic: Relocate comment.
Tue, 25 Feb 2014 15:16:01 +0000 ib Remove unnecessary casts.
Fri, 29 Nov 2013 12:41:32 +0000 ib Add support for TV/DVB to the GUI.
Sun, 20 Jan 2013 18:18:33 +0000 diego Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
Tue, 04 Dec 2012 20:06:43 +0000 ib Use boolean symbolic constants in Win32 GUI.
Wed, 15 Aug 2012 13:10:16 +0000 ib Initialize variable.
Wed, 15 Aug 2012 13:00:44 +0000 ib Fix compiler warnings (comparison between signed and unsigned).
Sat, 03 Mar 2012 16:45:15 +0000 ib Rename sub window video window.
Thu, 12 Jan 2012 14:21:55 +0000 ib Add user event evMenu.
Tue, 10 Jan 2012 11:51:30 +0000 ib Remove all #ifdef MP_DEBUG from Win32 GUI code.
Sat, 31 Dec 2011 12:38:52 +0000 ib Add audio CD playback support to the X11/GTK GUI.
Fri, 09 Dec 2011 11:42:25 +0000 ib Remove non-existing GUI user events.
Thu, 08 Dec 2011 17:11:52 +0000 ib Replace evSetURL by evLoadURL for consistency.
Thu, 08 Dec 2011 16:28:19 +0000 ib Cosmetic: Add evSetAspect event to video events.
Thu, 08 Dec 2011 16:06:24 +0000 ib Cosmetic: Synchronize evPlaylist event and message names.
Thu, 08 Dec 2011 15:58:18 +0000 ib Add evHalfSize event to the Win32 GUI.
Thu, 08 Dec 2011 15:38:35 +0000 ib Cosmetic: Rearrange and group GUI user events.
Thu, 08 Dec 2011 12:05:00 +0000 ib Remove event evDropFile from Win32 GUI.
Thu, 06 Oct 2011 12:09:05 +0000 ib Don't use the Windows style path separator character in Win32 GUI.
Mon, 11 Jul 2011 11:19:44 +0000 ib Change fname parameter to const in pngRead().
Mon, 11 Jul 2011 11:10:06 +0000 ib Fix memory leaks in the Win32 GUI.
Sat, 09 Jul 2011 11:11:52 +0000 ib Use macro nfree() in Win32 GUI code.
Fri, 08 Jul 2011 09:52:02 +0000 ib Fix Win32 GUI compilation problems.
Wed, 22 Jun 2011 13:48:45 +0000 diego win32 gui: Mark debug function only used within the file as static.
Wed, 22 Jun 2011 13:48:41 +0000 diego win32 gui: Remove non-compiling debug mp_msg calls.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Mon, 28 Mar 2011 13:46:50 +0000 ib Remove misspelled GUI message 'evEqualeaser'.
Mon, 28 Mar 2011 12:37:48 +0000 ib Move files with auxiliary functions to own directory.
Thu, 17 Feb 2011 11:09:44 +0000 diego Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Thu, 09 Sep 2010 14:52:37 +0000 ramiro gui: remove direct usage of rgb2rgb interface, use swscale instead
Tue, 22 Apr 2008 09:32:30 +0000 diego Use standard GPL header.
Sat, 12 Apr 2008 13:19:35 +0000 diego Update include paths to account for build system changes.
Wed, 18 Jul 2007 12:15:10 +0000 reimar fopen is in stdio.h, so add this include.
Thu, 10 May 2007 09:11:54 +0000 reimar Reuse linux code for reading png images for windows Gui,
Wed, 25 Apr 2007 07:34:56 +0000 diego Consistently use quotes instead of angled brackets in #include
Mon, 23 Apr 2007 08:01:10 +0000 diego Use proper GPL header.
Mon, 23 Apr 2007 07:48:03 +0000 diego spelling cosmetics
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui