SceneSwitcher/lib
WarmUpTill 0207894a63 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-28 22:19:34 +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-28 22:19:34 +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-28 22:19:34 +02:00
advanced-scene-switcher.hpp Add option to suppress crash dialog 2026-03-31 23:04:35 +02:00
general.cpp Show all feature tabs when setup wizard is skipped 2026-05-05 19:36:41 +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 FirstRunWizard 2026-03-12 20:45:57 +01:00
version.h Restructure library and plugins 2024-01-27 14:10:34 +01:00