]> git.sesse.net Git - nageru/history - theme.cpp
Write 1.4.0 changelog.
[nageru] / theme.cpp
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonConsistently use “video card” instead of “card”.
2016-07-26 Steinar H. GundersonSupport searching for the theme in multiple directories.
2016-07-21 Steinar H. GundersonLet the theme distinguish between fake and real inputs...
2016-05-02 Steinar H. GundersonBetter error messages when channel_name/channel_color...
2016-05-01 Steinar H. GundersonAdd an option --map-signal= to override the default...
2016-04-09 Steinar H. GundersonSlightly better error message when get_chain() returns...
2016-04-09 Steinar H. GundersonExpose MultiplyEffect to themes.
2016-04-04 Steinar H. GundersonAdd red and green borders around channels to mark them...
2016-02-27 Steinar H. GundersonUse the new has_signal flag.
2016-01-31 Steinar H. GundersonFix Lua compilation issues under Arch Linux. Patch...
2016-01-22 Steinar H. GundersonMake signal mapping changeable by right-clicking on...
2016-01-21 Steinar H. GundersonSmall refactoring.
2016-01-06 Steinar H. GundersonRemove more std:: instances.
2016-01-05 Steinar H. GundersonClean up resources in the global ResourcePool on exit...
2015-12-30 Steinar H. GundersonAlso show the frame rate.
2015-12-30 Steinar H. GundersonFix a typo.
2015-12-24 Steinar H. GundersonUse the shared resource pool everywhere.
2015-12-23 Steinar H. GundersonTransparently send signals through a deinterlacer as...
2015-12-23 Steinar H. GundersonMake a metadata-only version of InputState to be sent...
2015-12-23 Steinar H. GundersonDo signal mapping in get_width/get_height.
2015-12-23 Steinar H. GundersonRedo get_width/get_height to not work on a LiveInputWra...
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...