15Slide
Bug List
Namespace Grid15

Because of the way initilizer lists are in C++, and because this issue as noticed long into development, Y coordinates are switched with X in GridHelp.

This effects the order of function parameters, loops (i == y, j == x ) and arrays in both this library and other 15Slide code that uses it.

See https://github.com/JZJisawesome/15Slide/issues/22 for details and possible changes to this.

Namespace Grid15::GridHelp

Because of the way initilizer lists are in C++, and because this issue as noticed long into development, Y coordinates are switched with X in GridHelp.

This effects the order of function parameters, loops (i == y, j == x ) and arrays in both this library and other 15Slide code that uses it.

See https://github.com/JZJisawesome/15Slide/issues/22 for details and possible changes to this.

Member GTKSlide::MainWindow::createErrorDialogAndRun (std::string errorMessage, std::string details="")
Parameters are not string refrences or string views (const std::string & OR std::string_view)