]> git.sesse.net Git - nageru/history - nageru/theme.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / nageru / theme.cpp
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2024-03-01 Steinar H. GundersonAdd a theme function Nageru.schedule_cut().
2023-07-24 Steinar H. GundersonFix theme menu check state.
2022-07-21 Steinar H. GundersonExpose BlurEffect and UnsharpMaskEffect.
2022-07-21 Steinar H. GundersonCollapse all the 10-bit flags.
2020-06-01 Steinar H. GundersonWhen hot-unplugging capture cards, actually allow makin...
2020-06-01 Steinar H. GundersonMake number of cards flexible at runtime.
2020-05-16 Steinar H. GundersonSupport overriding color space for SRT inputs.
2020-05-11 Steinar H. GundersonSupport SRT inputs.
2020-03-29 Steinar H. GundersonRename add_auto_white_balance() to add_white_balance().
2020-02-29 Steinar H. GundersonMake so that auto white balance is stored per (physical...
2020-02-29 Steinar H. GundersonNomenclature cleanups around channels, signals and...
2020-02-26 Steinar H. GundersonMake it possible to get and set EQ parameters from...
2020-02-16 Steinar H. GundersonGive the theme access to basic audio information.
2020-02-15 Steinar H. GundersonFix compilation in debug mode.
2020-02-12 Steinar H. GundersonFix auto-WB of certain kinds of input.
2020-02-11 Steinar H. GundersonHeed the Exif white point when playing back (MJPEG...
2020-02-09 Steinar H. GundersonChange to using RGBTriplet for white balance.
2020-02-09 Steinar H. GundersonSupport auto white balance (ie., not controlled by...
2019-07-28 Steinar H. GundersonSupport disabling optional effects if a given other...
2019-07-24 Steinar H. GundersonMake it possible for the theme to override the status...
2019-07-19 Steinar H. GundersonMake it possible to call set_channel_name() for live...
2019-07-19 Steinar H. GundersonMake it possible to put checkboxes on theme menu entries.
2019-07-19 Steinar H. GundersonAdd get_frame_width() and get_frame_height() to the...
2019-07-19 Steinar H. GundersonFix a Lua crash on exit.
2019-07-16 Steinar H. GundersonFix an issue where we would show no signal even when...
2019-06-25 Steinar H. GundersonRemove some leftover debugging code.
2019-06-22 Steinar H. GundersonAdd disable_if_always_disabled() to Block objects.
2019-06-21 Steinar H. GundersonConvert channel_signal() and supports_set_wb() to imper...
2019-06-21 Steinar H. GundersonAdd a missing hint.
2019-06-21 Steinar H. GundersonMake it possible to set number of channels imperatively...
2019-06-21 Steinar H. GundersonMake it possible to set channel names imperatively...
2019-06-21 Steinar H. GundersonMove the handling of human-readable input resolution...
2019-06-21 Steinar H. GundersonSupport submenus within theme menus.
2019-06-16 Steinar H. GundersonAdd an enable_if() to Block, for convenience.
2019-06-15 Steinar H. GundersonRename choose_alternative() to choose().
2019-06-15 Steinar H. GundersonAllow giving class names to Block.choose_alternative.
2019-06-13 Steinar H. GundersonRework the chain concept.
2019-06-11 Steinar H. GundersonMove some Lua utility functions into a separate header...
2019-06-10 Steinar H. GundersonAdd a helper so that theme script warnings get line...
2019-05-22 Steinar H. GundersonDefer creation of effects until they are added to a...
2019-05-22 Steinar H. GundersonAlways require GL_EXT_texture_sRGB_decode.
2019-05-12 Steinar H. GundersonFix another whitespace error.
2019-05-11 Steinar H. GundersonFix an indentation error.
2019-05-11 Steinar H. GundersonRefactor out a function for adding the end of EffectChains.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2018-12-30 Steinar H. GundersonAdd support to Nageru for reading the subtitles from...
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-21 Steinar H. GundersonIn Theme::get_chain(), send InputState by reference...
2018-12-20 Steinar H. GundersonRemove the LuaJIT 2.0 compatibility shims.
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...