]> git.sesse.net Git - nageru/history - theme.lua
Write 1.4.0 changelog.
[nageru] / theme.lua
2016-07-21 Steinar H. GundersonLet the theme distinguish between fake and real inputs...
2016-07-12 Steinar H. GundersonRework how transitions are handled in the theme.
2016-07-12 Steinar H. GundersonMake make_sbs_chain() take type instead of a yes/no...
2016-07-11 Steinar H. GundersonSome refactoring in prepare_sbs_chain(). (Another Solsk...
2016-07-11 Steinar H. GundersonReduce the code duplication in the plain inputs (backpo...
2016-07-11 Steinar H. GundersonFactor out a repeated if test in the theme to an is_pla...
2016-07-11 Steinar H. GundersonFix some broken culling code in the theme (no idea...
2016-04-09 Steinar H. GundersonMake fade progress actually go from 0 to 1, despite...
2016-04-04 Steinar H. GundersonAdd red and green borders around channels to mark them...
2016-04-02 Steinar H. GundersonRemove an outdated/misplaced comment.
2016-03-04 Steinar H. GundersonMake the theme print out the resolution even if there...
2016-02-28 Steinar H. GundersonSome theme comment updates.
2016-02-28 Steinar H. GundersonPut the white balance after scaling; sometimes saves...
2016-02-28 Steinar H. GundersonFix SBS for non-1280x720 resolutions.
2016-02-27 Steinar H. GundersonUse the new has_signal flag.
2016-02-24 Steinar H. GundersonFix fading to/from deinterlaced sources.
2016-01-22 Steinar H. GundersonMake signal mapping changeable by right-clicking on...
2016-01-21 Steinar H. GundersonMark API entry points in theme.lua clearly as such.
2016-01-10 Steinar H. GundersonFix a syntax error in the theme.
2016-01-02 Steinar H. GundersonFix an issue where we could get remap warnings and...
2016-01-02 Steinar H. GundersonDo value massaging for interlaced signals right at...
2015-12-30 Steinar H. GundersonMake side-by-side handle other inputs than 1280x720.
2015-12-30 Steinar H. GundersonAlso show the frame rate.
2015-12-30 Steinar H. GundersonShow the current resolution next to the inputs.
2015-12-24 Steinar H. GundersonDo not compile the non-HQ fade chains, since we do...
2015-12-24 Steinar H. GundersonAdd rescaling variants to all the chains in the theme.
2015-12-24 Steinar H. GundersonMake a Lua function for enumerating the cartesian produ...
2015-12-24 Steinar H. GundersonRefactor the fade chain generation a bit.
2015-12-23 Steinar H. GundersonRefactor the SBS chain generation a bit.
2015-12-23 Steinar H. GundersonTransparently send signals through a deinterlacer as...
2015-12-23 Steinar H. GundersonShorten white_balance_effect in the Lua code.
2015-12-23 Steinar H. GundersonUnify video-to-video and video-to-picture fade chains.
2015-12-23 Steinar H. GundersonRedo get_width/get_height to not work on a LiveInputWra...
2015-11-21 Steinar H. GundersonOpen up for inputs that are different from the native...
2015-11-04 Steinar H. GundersonAdd a static image input (fixed to 1280x720 for now...
2015-11-04 Steinar H. GundersonMore theme cleanups, especially around fades.
2015-11-04 Steinar H. GundersonClean up the theme.lua signal numbers a bit by making...
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. GundersonUse the new texture bounce override instead of relying...
2015-10-25 Steinar H. GundersonRemove a debug output.
2015-10-11 Steinar H. GundersonSupport arbitrary SBS zooming (ie., zooming in on the...
2015-10-11 Steinar H. GundersonMake the fade look maybe a tad more natural.
2015-10-08 Steinar H. GundersonHook up MixEffect, and add fades to the theme.
2015-10-08 Steinar H. GundersonWire the transition names through to the UI.
2015-10-08 Steinar H. GundersonFlesh out the zooming logic in the theme.
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-08 Steinar H. GundersonDe-semicolonify the theme.
2015-10-08 Steinar H. GundersonMake an optimization to the zoombox in the theme.
2015-10-08 Steinar H. GundersonHook up some timers for the Lua theme, and make a more...
2015-10-07 Steinar H. GundersonEven more Lua SBS cleanups/generalizations.
2015-10-07 Steinar H. GundersonSome cleanups in the Lua SBS code.
2015-10-07 Steinar H. GundersonMove the side-by-side logic into Lua.
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. GundersonImprove the help in the theme 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. GundersonHook up the rest of the chains from Lua, too.
2015-10-07 Steinar H. GundersonInitial implementation of moving the theming logic...