SceneSwitcher/src/headers
2021-10-30 11:40:10 -07:00
..
advanced-scene-switcher.hpp Add option to display plugin running state in system tray 2021-10-30 11:40:10 -07:00
curl-helper.hpp Only use hardcoded libcurl paths as fallback 2021-06-26 10:23:09 -07:00
duration-control.hpp Add pause / continue and save / load remaining time for time condition 2021-10-23 13:54:26 -07:00
file-selection.hpp Add file selection widget 2021-10-03 01:38:08 -07:00
hotkey.hpp Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
macro-action-audio.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-action-edit.hpp Clean up duplicate code 2021-07-22 09:40:31 -07:00
macro-action-file.hpp Add file selection widget 2021-10-03 01:38:08 -07:00
macro-action-filter.hpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-hotkey.hpp Limit key press to OBS by default on MacOS 2021-09-30 10:42:57 -07:00
macro-action-macro.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-action-media.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-action-plugin-state.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-action-preview-scene.hpp Add action to switch preview scene 2021-09-02 10:06:54 -07:00
macro-action-recording.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-action-replay-buffer.hpp Add backward compatibility check to support OBS 25 2021-09-12 10:20:59 -07:00
macro-action-run.hpp Add file selection widget 2021-10-03 01:38:08 -07:00
macro-action-scene-order.hpp Adjust scene order action to support current scene 2021-07-03 08:47:08 -07:00
macro-action-scene-swap.hpp Add macro action scene swap 2021-09-10 14:21:29 -07:00
macro-action-scene-switch.hpp Add TODO 2021-07-03 08:47:08 -07:00
macro-action-scene-transform.hpp Adjust scene transform action to support current scene 2021-07-03 08:47:08 -07:00
macro-action-scene-visibility.hpp Adjust scene visibility action to support current scene 2021-07-03 08:47:08 -07:00
macro-action-source.hpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-streaming.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-action-timer.hpp Add timer action 2021-10-23 13:54:26 -07:00
macro-action-transition.hpp Rework to use transition selection widget 2021-10-03 07:51:09 -07:00
macro-action-virtual-cam.hpp Add backwards compatibility check 2021-09-12 03:11:21 -07:00
macro-action-wait.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-condition-audio.hpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-cursor.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-condition-date.hpp Expand date condition functionality 2021-08-12 11:01:45 -07:00
macro-condition-edit.hpp Clean up duplicate code 2021-07-22 09:40:31 -07:00
macro-condition-file.hpp Add file selection widget 2021-10-03 01:38:08 -07:00
macro-condition-filter.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-condition-hotkey.hpp Add macro condition "Hotkey" 2021-06-15 13:44:33 -07:00
macro-condition-idle.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-macro.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-condition-media.hpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-plugin-state.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-process.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-condition-recording.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-replay-buffer.hpp Add backward compatibility check to support OBS 25 2021-09-12 10:20:59 -07:00
macro-condition-scene-order.hpp Adjust scene order condition to support current scene 2021-07-03 08:47:08 -07:00
macro-condition-scene-transform.hpp Add macro condition "scene transform" 2021-08-27 08:43:08 -07:00
macro-condition-scene.hpp Add wait for transition to complete option for currrent scene check 2021-10-23 13:53:56 -07:00
macro-condition-source.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-condition-streaming.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-timer.hpp Add option to not save remaining time 2021-10-25 11:19:53 -07:00
macro-condition-transition.hpp Add transition condition 2021-10-03 07:51:09 -07:00
macro-condition-video.hpp Improve performance by not creating pattern data each interval 2021-10-23 13:54:15 -07:00
macro-condition-virtual-cam.hpp Add backwards compatibility check 2021-09-12 03:11:21 -07:00
macro-condition-window.hpp Clean up includes 2021-07-22 09:40:31 -07:00
macro-controls.hpp Rename files 2021-07-22 09:40:31 -07:00
macro-segment.hpp Improve performance of expand / collapse all 2021-10-23 13:53:56 -07:00
macro-selection.hpp Add MacroSelection widget 2021-05-27 12:05:44 -07:00
macro.hpp Clean up duplicate code 2021-07-22 09:40:31 -07:00
name-dialog.hpp Make cleaning of user input optional 2021-06-19 05:23:10 -07:00
platform-funcs.hpp Include press duration option and option to limit key press to OBS 2021-09-30 10:42:57 -07:00
scene-group.hpp Move GetSceneGroupByName functions to scene-group.hpp 2021-07-03 08:47:08 -07:00
scene-selection.hpp Add scene selection class and widget 2021-07-03 08:47:08 -07:00
scene-trigger.hpp Use duration control class / widget for scene triggers 2021-10-23 13:53:56 -07:00
screenshot-helper.hpp Move AdvSSScreenshotObj to separate files 2021-05-04 11:32:45 -07:00
section.hpp Improve performance of expand / collapse all 2021-10-23 13:53:56 -07:00
switch-audio.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-executable.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-file.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-generic.hpp Add scene-group.hpp include to switch-generic 2021-05-04 11:32:45 -07:00
switch-idle.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-media.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-network.hpp Add option to not scene change msg via network tab 2021-05-25 10:18:36 -07:00
switch-pause.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-random.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-screen-region.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-sequence.hpp Fix extended sequence abort when using non-instant transitions 2021-07-30 00:47:40 +02:00
switch-time.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-transitions.hpp Adjust default setting values of transition tab 2021-05-04 11:32:45 -07:00
switch-video.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switch-window.hpp Add note regarding planned removal of tabs 2021-06-18 11:14:47 -07:00
switcher-data-structs.hpp Add option to display plugin running state in system tray 2021-10-30 11:40:10 -07:00
transition-selection.hpp Add transition selection widget 2021-10-03 07:51:09 -07:00
utility.hpp Add option to display plugin running state in system tray 2021-10-30 11:40:10 -07:00
version.h Add git tag to version info 2021-10-19 13:02:15 -07:00
volume-control.hpp Add audio tab (#36) 2020-09-21 00:52:42 +02:00