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

New GUI feature: Rotate a video. It is accessible from the context menu. Based on a complain by Linus about video players that don't easily allow rotating a video. (Thanks to compn for pointing that out.) Realize the feature by adding and/or removing appropriate video filters. Additionally, add new GUI message evSetRotation and update documentation.
author ib
date Thu, 24 Apr 2014 14:41:04 +0000
parents b28b632efeef
children
comparison
equal deleted inserted replaced
37080:0b0528ba3344 37081:e8559b9913ff
79 { evHalfSize, "evHalfSize" }, 79 { evHalfSize, "evHalfSize" },
80 { evDoubleSize, "evDoubleSize" }, 80 { evDoubleSize, "evDoubleSize" },
81 { evFullScreen, "evFullScreen" }, 81 { evFullScreen, "evFullScreen" },
82 { evNormalSize, "evNormalSize" }, 82 { evNormalSize, "evNormalSize" },
83 { evSetAspect, "evSetAspect" }, 83 { evSetAspect, "evSetAspect" },
84 { evSetRotation, "evSetRotation" },
84 { evIncVolume, "evIncVolume" }, 85 { evIncVolume, "evIncVolume" },
85 { evDecVolume, "evDecVolume" }, 86 { evDecVolume, "evDecVolume" },
86 { evSetVolume, "evSetVolume" }, 87 { evSetVolume, "evSetVolume" },
87 { evMute, "evMute" }, 88 { evMute, "evMute" },
88 { evSetBalance, "evSetBalance" }, 89 { evSetBalance, "evSetBalance" },