]> git.sesse.net Git - nageru/history - theme.cpp
Use the new texture bounce override instead of relying on a patched Movit.
[nageru] / theme.cpp
2015-11-01 Steinar H. GundersonUse the new texture bounce override instead of relying...
2015-11-01 Steinar H. GundersonRemove a debug printf.
2015-10-11 Steinar H. GundersonSlightly more robust Lua error handling.
2015-10-08 Steinar H. GundersonHook up MixEffect, and add fades to the theme.
2015-10-08 Steinar H. GundersonSet output YCbCr to 709; input might be 601 (which...
2015-10-08 Steinar H. GundersonWire the transition names through to the UI.
2015-10-08 Steinar H. GundersonHook up the channel click events.
2015-10-08 Steinar H. GundersonHook up a third input, the SBS mix. Required hooking...
2015-10-07 Steinar H. GundersonWork around a crash caused by GC.
2015-10-07 Steinar H. GundersonPrint out errors in the setup chain callback.
2015-10-07 Steinar H. GundersonAdd set_vec4, and yet more fixes for add_effect in...
2015-10-07 Steinar H. GundersonHook over OverlayEffect, and make add_effect() take...
2015-10-07 Steinar H. GundersonHook up IntegralPaddingEffect.
2015-10-07 Steinar H. GundersonHook up PaddingEffect.
2015-10-07 Steinar H. GundersonHook up ResampleEffect, and generalize things a bit.
2015-10-07 Steinar H. GundersonAsk the Lua script for number of channels.
2015-10-07 Steinar H. GundersonHook up the cut button to Lua, so that it actually...
2015-10-07 Steinar H. GundersonInitial implementation of moving the theming logic...