comparison gui/app/app.h @ 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 84c93a60ead3
children
comparison
equal deleted inserted replaced
37080:0b0528ba3344 37081:e8559b9913ff
53 evHalfSize, 53 evHalfSize,
54 evDoubleSize, 54 evDoubleSize,
55 evFullScreen, 55 evFullScreen,
56 evNormalSize, 56 evNormalSize,
57 evSetAspect, 57 evSetAspect,
58 evSetRotation,
58 evIncVolume, 59 evIncVolume,
59 evDecVolume, 60 evDecVolume,
60 evSetVolume, 61 evSetVolume,
61 evMute, 62 evMute,
62 evSetBalance, 63 evSetBalance,