SceneSwitcher/lib
WarmUpTill f9f26ad50b Fix crash on shutdown
StopAllMacros was called before th->wait(), allowing Macro::Stop()
to run concurrently with the other threads still inside
CheckConditions. This caused races on _conditionCheckFuture (called
from both threads) and _helperThreads.

This could happen if conditions / actions were marked to run in parallel
to the main loop.
2026-05-30 16:01:11 +02:00
..
legacy Refactor window platform helper functions 2026-05-25 00:22:59 +02:00
linux Refactor window platform helper functions 2026-05-25 00:22:59 +02:00
macro Fix crash on shutdown 2026-05-30 16:01:11 +02:00
osx Adapt macOS fullscreen window detection to be more reliable 2026-05-25 00:22:59 +02:00
queue Use static self-registration for action queue and variable setup 2026-04-30 22:39:06 +02:00
utils Rework temp var mapping handling on copy of macro segments 2026-05-25 00:22:59 +02:00
variables Fix double free 2026-05-11 17:30:18 +02:00
win Refactor window platform helper functions 2026-05-25 00:22:59 +02:00
advanced-scene-switcher.cpp Fix crash on shutdown 2026-05-30 16:01:11 +02:00
advanced-scene-switcher.hpp Add option to lock settings dialog with simple password 2026-05-28 21:50:00 +02:00
general.cpp Add option to lock settings dialog with simple password 2026-05-28 21:50:00 +02:00
platform-funcs.hpp Refactor window platform helper functions 2026-05-25 00:22:59 +02:00
switcher-data.cpp Add FirstRunWizard 2026-03-12 20:45:57 +01:00
switcher-data.hpp Add option to lock settings dialog with simple password 2026-05-28 21:50:00 +02:00
version.h Restructure library and plugins 2024-01-27 14:10:34 +01:00