ES-DE/es-app/src/views/gamelist
2021-09-19 14:37:10 +02:00
..
BasicGameListView.cpp Removed the 'Choose' entry from the help prompts in the gamelist view. 2021-08-19 19:47:16 +02:00
BasicGameListView.h Formatted the es-app source tree using clang-format. 2021-07-07 20:03:42 +02:00
DetailedGameListView.cpp Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00
DetailedGameListView.h Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
GridGameListView.cpp Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-19 14:37:10 +02:00
GridGameListView.h Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00
IGameListView.cpp Replaced the internal Vector2i data type and functions with the GLM library equivalent. 2021-08-17 18:41:45 +02:00
IGameListView.h Replaced all internal matrix data types and functions with the GLM library equivalents. 2021-08-15 19:30:31 +02:00
ISimpleGameListView.cpp Replaced the internal Vector2f data type and functions with the GLM library equivalent. 2021-08-16 18:25:01 +02:00
ISimpleGameListView.h Formatted the es-app source tree using clang-format. 2021-07-07 20:03:42 +02:00
VideoGameListView.cpp Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00
VideoGameListView.h Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00