PrismLauncher/launcher/ui/dialogs/skins/draw
Seth Flynn fd91f87c21
style: re-format tree with editorconfig
```
find $PWD \
  -type f \
  ! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
  ! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
  ! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
  ! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
  -exec eclint -fix {} \;
```

Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-01-18 15:48:07 -05:00
..
BoxGeometry.cpp style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
BoxGeometry.h feat(skin manager): add elytra preview 2025-05-18 21:13:13 +03:00
Scene.cpp style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
Scene.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
SkinOpenGLWindow.cpp fix(skin-preview): smoother chessboard background contrast 2025-12-19 16:53:31 -07:00
SkinOpenGLWindow.h Use static image when opengl context is not available 2025-12-16 13:36:28 +02:00