]> git.sesse.net Git - nageru/history - nageru/scene.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / nageru / scene.cpp
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2022-07-21 Steinar H. GundersonMake the theme cardinality warnings more lenient.
2022-07-21 Steinar H. GundersonCollapse all the 10-bit flags.
2020-05-11 Steinar H. GundersonSupport SRT inputs.
2020-03-29 Steinar H. GundersonRename add_auto_white_balance() to add_white_balance().
2020-03-18 Steinar H. GundersonWhen deciding which signal to connect, delay the mappin...
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-12 Steinar H. GundersonMake it possible for auto white balance to be controlle...
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...
2020-02-09 Steinar H. GundersonFactor out find_signal_to_connect().
2019-07-28 Steinar H. GundersonSupport disabling optional effects if a given other...
2019-07-17 Steinar H. GundersonDeal better with the user forgetting to set width/heigh...
2019-06-22 Steinar H. GundersonAdd disable_if_always_disabled() to Block objects.
2019-06-16 Steinar H. GundersonSupport optional effects with multiple inputs.
2019-06-16 Steinar H. GundersonRefactor out find_inputs_for_block().
2019-06-16 Steinar H. GundersonAdd an enable_if() to Block, for convenience.
2019-06-16 Steinar H. GundersonSmall refactoring in Block.
2019-06-16 Steinar H. GundersonRename chain -> scene as appropriate.
2019-06-15 Steinar H. GundersonMake Block.choose() return the effect that was chosen.
2019-06-15 Steinar H. GundersonFix so that parameters directly on effects actually...
2019-06-15 Steinar H. GundersonRename choose_alternative() to choose().
2019-06-15 Steinar H. GundersonAllow calling disable() on everything that has an Ident...
2019-06-15 Steinar H. GundersonAllow giving class names to Block.choose_alternative.
2019-06-15 Steinar H. GundersonScene doesn't need theme->input_state to be set, as...
2019-06-15 Steinar H. GundersonGive a slightly friendlier error message if the user...
2019-06-13 Steinar H. GundersonRework the chain concept.