SceneSwitcher/src
2021-06-18 11:14:47 -07:00
..
headers Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
linux Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
osx Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
win Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
advanced-scene-switcher-module.c I18n Support (#72) 2020-12-21 11:24:04 +01:00
advanced-scene-switcher.cpp Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
curl-helper.cpp Minor style changes (#114) 2021-02-03 20:27:25 +01:00
duration-control.cpp Add macro condition "timer" (previously known as "interval") 2021-06-15 06:15:25 -07:00
general.cpp Move AskBackup() 2021-05-24 07:29:56 -07:00
hotkey.cpp Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02: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 / extend macro filter condition / action 2021-06-13 15:14:57 -07:00
macro-action-hotkey.cpp Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02: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 Fix warnings 2021-06-13 10:25:31 -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-order.cpp Add macro action "scene item order" 2021-06-15 06:15:37 -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 Move populateSceneItemSelection() to utility 2021-06-15 06:15:37 -07:00
macro-action-source.cpp Move filter / source functions to utility 2021-06-13 15:14:57 -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-virtual-cam.cpp Add macro action "virtual camera" 2021-06-13 10:25:20 -07:00
macro-action-wait.cpp Abort macro if wait was aborted by manual scene change 2021-06-09 12:51:19 -07:00
macro-condition-audio.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-edit.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-file.cpp Allow matching of empty files 2021-06-14 01:39:27 -07:00
macro-condition-filter.cpp Add / extend macro filter condition / action 2021-06-13 15:14:57 -07:00
macro-condition-hotkey.cpp Add macro condition "Hotkey" 2021-06-15 13:44:33 -07:00
macro-condition-idle.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-macro.cpp Add macro condition "Macro" (previously "Count") 2021-06-13 10:25:48 -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 Add generic time constraint to macro conditions 2021-06-03 10:19:19 -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 Add generic time constraint to macro conditions 2021-06-03 10:19:19 -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-order.cpp Add macro condition "scene item order" 2021-06-15 06:15:37 -07:00
macro-condition-scene.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-source.cpp Fix regex value not saving / loading 2021-06-13 15:14:57 -07:00
macro-condition-streaming.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-timer.cpp Add macro condition "timer" (previously known as "interval") 2021-06-15 06:15:25 -07:00
macro-condition-video.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-virtual-cam.cpp Add macro condition "virtual camera" 2021-06-13 10:25:20 -07:00
macro-condition-window.cpp Remove preprocessing / todo 2021-06-04 08:31:28 -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 Fix macro refs pointing to wrong entry when reordering 2021-06-15 06:16:04 -07:00
macro.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -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 Add scene trigger to control virtual camera (#162) 2021-06-13 19:25:02 +02:00
screenshot-helper.cpp Move AdvSSScreenshotObj to separate files 2021-05-04 11:32:45 -07:00
section.cpp Remove comment 2021-05-30 11:05:12 -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 Allow matching of empty files 2021-06-14 01:39:27 -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 Place extended sequence widget in scroll area 2021-06-13 10:25:31 -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 Remove preprocessing / todo 2021-06-04 08:31:28 -07:00
switcher-data-structs.cpp Use more const refs where applicable 2021-05-23 17:52:15 -07:00
utility.cpp Add macro action "scene item order" 2021-06-15 06:15:37 -07:00
volume-control.cpp Minor style changes (#114) 2021-02-03 20:27:25 +01:00