]> git.sesse.net Git - nageru/history - theme.cpp
Add some maybe-helpful comments.
[nageru] / theme.cpp
2015-12-23 Steinar H. GundersonAdd some maybe-helpful comments.
2015-12-22 Steinar H. GundersonExpose width and height information to Lua during get_c...
2015-12-22 Steinar H. GundersonSmall helpful comment.
2015-11-23 Steinar H. GundersonRedo frame buffering again.
2015-11-22 Steinar H. GundersonRemove an unused variable.
2015-11-22 Steinar H. GundersonRework signal connection in preparations for deinterlacing.
2015-11-21 Steinar H. GundersonOpen up for inputs that are different from the native...
2015-11-16 Steinar H. GundersonMove WIDTH/HEIGHT #defines into defs.h.
2015-11-14 Steinar H. GundersonFix a memory leak in the Lua code.
2015-11-04 Steinar H. GundersonAdd a static image input (fixed to 1280x720 for now...
2015-11-03 Steinar H. GundersonHook up white balance into the theme.
2015-11-02 Steinar H. GundersonMake some labels and a white balance button per preview...
2015-11-01 Steinar H. GundersonReduce the warning storm a bit.
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
2015-11-01 Steinar H. GundersonAdd some primitive emergency card mapping. Useful for...
2015-11-01 Steinar H. GundersonSpecify unspecified gamma instead of lying and saying...
2015-11-01 Steinar H. GundersonSwitch to BT.601 Y'CbCr coefficients and back to limite...
2015-11-01 Steinar H. GundersonSwitch default gamma input curve to Rec. 709.
2015-11-01 Steinar H. GundersonMake output full-range, which seems to fix the issues...
2015-11-01 Steinar H. GundersonFix a bunch of colorspace issues, after practical testi...
2015-11-01 Steinar H. GundersonFix some Lua stack imbalances.
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...