obs-StreamFX/source/ui
lainon 6e1566386e project: Apply more C++ paradigms to the code
- Use auto in places where code clarity is improved or identical.
- Replace trivial constructors and destructors with default.
- Use true random for random generation.
- Use std::string_view where it is valid to do so.
- Apply const where it is valid to do so.
- Use references where it is valid to do so.
- Manually optimize memory usage with std::move and std::copy.
- Opt for memory efficient containers where the size is known ahead of time.

Signed-off-by: lainon <GermanAizek@yandex.ru>
2023-04-05 18:58:32 +02:00
..
ui-about-entry.cpp ui/about: Use auto-generated credits for "About StreamFX" 2023-04-05 18:51:54 +02:00
ui-about-entry.hpp ui/about: Fix stack size problem 2023-03-28 13:11:22 +02:00
ui-about.cpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
ui-about.hpp ui/about: Use auto-generated credits for "About StreamFX" 2023-04-05 18:51:54 +02:00
ui-common.hpp ui: Fix about dialog not being shown and move menu 2023-03-28 12:40:45 +02:00
ui-updater.cpp project: Add support for multi stage release cycles 2023-04-05 18:58:27 +02:00
ui-updater.hpp ui/updater: Include QActionGroup for Qt6 support 2023-04-05 18:58:32 +02:00
ui.cpp ui: Update StreamFX's menu with new Links 2023-04-05 18:51:25 +02:00
ui.hpp ui: Update StreamFX's menu with new Links 2023-04-05 18:51:25 +02:00