Cockatrice/cockatrice/src/interface
DawnFire42 7817e25fdd
style: Add braces to all control flow statements
Standardize code style by adding explicit braces to all single-statement
  control flow blocks (if, else, for, while) across the entire codebase.

  Also documents the InsertBraces clang-format option (requires v15+) for
  future automated enforcement.
2026-05-12 23:32:39 -04:00
..
card_picture_loader style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
deck_loader style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
layouts [Fix-Warnings] Mark const getters as [[nodiscard]] (#6365) 2025-11-28 21:38:54 +01:00
widgets style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
key_signals.cpp style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
key_signals.h Core qt module for libs (#6278) 2025-11-05 18:51:08 +01:00
logger.cpp style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
logger.h Core qt module for libs (#6278) 2025-11-05 18:51:08 +01:00
pixel_map_generator.cpp style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
pixel_map_generator.h set the minimum qt6 version to 6.4 (#6811) 2026-04-14 00:59:46 +02:00
theme_manager.cpp style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
theme_manager.h Utility method to check if a theme is supposed to be in dark or light mode. (#6785) 2026-05-08 13:47:14 +02:00
window_main.cpp style: Add braces to all control flow statements 2026-05-12 23:32:39 -04:00
window_main.h Pull client networking out of window_main and into remote_connection_controller (#6796) 2026-05-09 12:50:53 +02:00