SceneSwitcher/src
2021-05-29 06:47:16 -07:00
..
headers Add macro action "plugin-state" 2021-05-28 10:23:35 -07:00
linux Use more const refs where applicable 2021-05-23 17:52:15 -07:00
osx Use more const refs where applicable 2021-05-23 17:52:15 -07:00
win Use more const refs where applicable 2021-05-23 17:52:15 -07:00
advanced-scene-switcher-module.c I18n Support (#72) 2020-12-21 11:24:04 +01:00
advanced-scene-switcher.cpp Reset macro counters when stopping the plugin 2021-05-27 12:05:44 -07:00
curl-helper.cpp Minor style changes (#114) 2021-02-03 20:27:25 +01:00
duration-control.cpp Add Macro tab (#170) 2021-05-14 16:37:01 +02:00
general.cpp Move AskBackup() 2021-05-24 07:29:56 -07:00
hotkey.cpp Remove unnecessary indirection 2021-05-04 11:32:45 -07:00
macro-action-audio.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-action-edit.cpp Adjust to section widget rework 2021-05-28 10:23:24 -07:00
macro-action-filter.cpp Add scenes with filters to source selection for filter action 2021-05-29 06:47:16 -07:00
macro-action-macro.cpp Rename MacroActionPause and add action to reset macro counter 2021-05-27 12:05:44 -07:00
macro-action-media.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-action-plugin-state.cpp Add macro action "plugin-state" 2021-05-28 10:23:35 -07:00
macro-action-recording.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-replay-buffer.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-run.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-scene-switch.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-scene-visibility.cpp Set "select <xyz>" to disabled and sort selection alphabetically 2021-05-29 06:47:16 -07:00
macro-action-source.cpp Add warning for macro action source 2021-05-24 07:29:56 -07:00
macro-action-streaming.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-wait.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-audio.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-condition-counter.cpp Fix conditions and actions referencing macros not loading correctly 2021-05-27 12:05:44 -07:00
macro-condition-edit.cpp Adjust to section widget rework 2021-05-28 10:23:24 -07:00
macro-condition-file.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-idle.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-interval.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-media.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-condition-plugin-state.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-process.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-condition-recording.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-region.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-scene.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-condition-source.cpp Trigger resize of widget 2021-05-28 10:23:24 -07:00
macro-condition-streaming.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-video.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-condition-window.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro-selection.cpp Set "select <xyz>" to disabled and sort selection alphabetically 2021-05-29 06:47:16 -07:00
macro-tab.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
macro.cpp Fix conditions and actions referencing macros not loading correctly 2021-05-27 12:05:44 -07:00
name-dialog.cpp Add Macro tab (#170) 2021-05-14 16:37:01 +02:00
scene-group.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
scene-trigger.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
screenshot-helper.cpp Move AdvSSScreenshotObj to separate files 2021-05-04 11:32:45 -07:00
section.cpp Rework section widget to support dynamically sized content 2021-05-28 10:23:24 -07:00
switch-audio.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-executable.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-file.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-generic.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-idle.cpp Remove unnecessary indirection 2021-05-04 11:32:45 -07:00
switch-media.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-network.cpp Add option to not scene change msg via network tab 2021-05-25 10:18:36 -07:00
switch-pause.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-priority.cpp Add Macro tab (#170) 2021-05-14 16:37:01 +02:00
switch-random.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-screen-region.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-sequence.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-time.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-transitions.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-video.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-window.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switcher-data-structs.cpp Use more const refs where applicable 2021-05-23 17:52:15 -07:00
utility.cpp Set "select <xyz>" to disabled and sort selection alphabetically 2021-05-29 06:47:16 -07:00
volume-control.cpp Minor style changes (#114) 2021-02-03 20:27:25 +01:00