serenity/Userland/Applications/GamesSettings
Sam Atkins 5f6dd87163 LibChess: Add and use Square::{file,rank}_char() methods
This saves us having to build and allocate a String, just to then use
one character of it.
2023-04-24 20:58:35 +02:00
..
CardSettingsWidget.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CardSettingsWidget.gml GamesSettings: Rename Preview -> CardGamePreview 2023-02-02 14:52:21 +01:00
CardSettingsWidget.h GamesSettings: Make CardSettingsWidget creation fallible 2023-02-02 14:52:21 +01:00
ChessSettingsWidget.cpp LibChess: Add and use Square::{file,rank}_char() methods 2023-04-24 20:58:35 +02:00
ChessSettingsWidget.gml GamesSettings: Add chess settings :^) 2023-02-02 14:52:21 +01:00
ChessSettingsWidget.h GamesSettings: Add chess settings :^) 2023-02-02 14:52:21 +01:00
CMakeLists.txt GamesSettings: Add chess settings :^) 2023-02-02 14:52:21 +01:00
main.cpp LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00