1d25f97004
requesthandler: Fix OpenVideoMixProjector program option
...
It was stuck opening preview regardless of setting.
2022-07-22 01:59:23 -07:00
1dd57f6140
requesthandler: Add Outputs requests
...
Co-authored-by: Ruggero Tomaselli <ruggerotomaselli@gmail.com >
Co-authored-by: tt2468 <tt2468@irltoolkit.com >
2022-07-02 10:32:48 -07:00
d9026c1791
docs: Fix lint formatting error
2022-07-02 08:30:23 -07:00
2524dc47cf
requesthandler: Fix oopsies in OpenVideoMixProjector
2022-07-02 08:27:18 -07:00
9cdfa41113
requesthandler: Add projector creation requests
...
I didn't think I'd be able to make remotely usable requests using OBS'
existing projector API, but I'm actually pretty happy with how it
turned out.
Closes #929
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
2022-07-02 08:25:38 -07:00
6deadc25ac
base: Change column limit to 132
...
A column limit of 80 is very restrictive and code readability was
suffering. A limit of 132 is more realistic for this plugin.
2022-06-07 21:36:51 -07:00
f73e78582b
base: Format code
2022-05-13 21:19:29 -07:00
2479501879
Requests: Add GetMonitorList
...
Adds a new request `GetMonitorList` that returns a json Array of
objects containing data about connected monitors. See #868
2022-04-25 20:20:45 -07:00
a94ac24027
RequestHandler: Add input open dialog requests
...
Adds
- `OpenInputPropertiesDialog`
- `OpenInputFiltersDialog`
- `OpenInputInteractDialog`
2021-12-29 21:00:11 -08:00
86506778ad
RequestHandler: Add Ui category
...
Creates a new category specific to requests controlling the OBS UI.
2021-12-28 16:58:28 -08:00