SceneSwitcher/src
2021-07-22 09:40:31 -07:00
..
headers Handle macro control signals 2021-07-22 09:40:31 -07:00
linux Rework cmake and readme (#264) 2021-07-17 17:17:03 +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 condition that triggers if cursor position changed 2021-07-19 12:13:29 -07:00
curl-helper.cpp Only use hardcoded libcurl paths as fallback 2021-06-26 10:23:09 -07: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 Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-edit.cpp Handle macro control signals 2021-07-22 09:40:31 -07:00
macro-action-file.cpp Add macro action "file" 2021-06-19 12:30:47 -07:00
macro-action-filter.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-hotkey.cpp Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
macro-action-macro.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-media.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-plugin-state.cpp Fix plugin state action values being empty 2021-06-26 10:23:09 -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 Clean up minor UI inconsistencies 2021-07-13 13:14:43 -07:00
macro-action-scene-order.cpp Adjust scene order action to support current scene 2021-07-03 08:47:08 -07:00
macro-action-scene-switch.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-scene-transform.cpp Adjust scene transform action to support current scene 2021-07-03 08:47:08 -07:00
macro-action-scene-visibility.cpp Display all scene items when selecting "current scene" 2021-07-03 08:47:08 -07:00
macro-action-source.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -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 Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-cursor.cpp Add option to show frame 2021-07-19 12:13:29 -07:00
macro-condition-date.cpp Add macro condition "date" 2021-06-26 10:23:18 -07:00
macro-condition-edit.cpp Handle macro control signals 2021-07-22 09:40:31 -07:00
macro-condition-file.cpp Set timeout for libcurl call 2021-07-03 09:12:30 -07:00
macro-condition-filter.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -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 Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-media.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -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 Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-recording.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-replay-buffer.cpp Add macro condition "replay_buffer" 2021-06-18 11:15:03 -07:00
macro-condition-scene-order.cpp Adjust scene order condition to support current scene 2021-07-03 08:47:08 -07:00
macro-condition-scene.cpp Adjust scene condition to use SceneSelection 2021-07-03 08:47:08 -07:00
macro-condition-source.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -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 Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-virtual-cam.cpp Add macro condition "virtual camera" 2021-06-13 10:25:20 -07:00
macro-condition-window.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-entry-controls.cpp Add macro control widget 2021-07-22 09:40:31 -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 Handle macro control signals 2021-07-22 09:40:31 -07:00
macro.cpp Handle macro control signals 2021-07-22 09:40:31 -07:00
name-dialog.cpp Make cleaning of user input optional 2021-06-19 05:23:10 -07:00
scene-group.cpp Move GetSceneGroupByName functions to scene-group.hpp 2021-07-03 08:47:08 -07:00
scene-selection.cpp Add scene selection class and widget 2021-07-03 08:47:08 -07:00
scene-trigger.cpp Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -07: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 Add setPreconditions() 2021-06-19 05:22:50 -07:00
switch-file.cpp Set timeout for libcurl call 2021-07-03 09:12:30 -07:00
switch-generic.cpp Add support for "current scene" to populateSceneSelection() 2021-07-03 08:47:08 -07:00
switch-idle.cpp Add setPreconditions() 2021-06-19 05:22:50 -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 Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -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 Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -07:00
switch-sequence.cpp Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -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 Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -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 Add setPreconditions() 2021-06-19 05:22:50 -07:00
switcher-data-structs.cpp Use more const refs where applicable 2021-05-23 17:52:15 -07:00
utility.cpp Handle macro control signals 2021-07-22 09:40:31 -07:00
volume-control.cpp Minor style changes (#114) 2021-02-03 20:27:25 +01:00