]> git.sesse.net Git - nageru/history - nageru/theme.cpp
Heed the Exif white point when playing back (MJPEG) video.
[nageru] / nageru / theme.cpp
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...