ES-DE/es-app/src/views/gamelist
2021-03-16 20:48:50 +01:00
..
BasicGameListView.cpp Fixed an issue where the cursor stack would not work correctly with the Grid view style. 2021-03-13 12:19:56 +01:00
BasicGameListView.h Fixed an issue where the cursor stack would not work correctly with the Grid view style. 2021-03-13 12:19:56 +01:00
DetailedGameListView.cpp Partly reverted the last commit as it caused unforeseen problems. 2021-03-14 09:35:20 +01:00
DetailedGameListView.h Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
GridGameListView.cpp Removed the remaining video player code from GridGameListView. 2021-03-16 20:48:50 +01:00
GridGameListView.h Removed the remaining video player code from GridGameListView. 2021-03-16 20:48:50 +01:00
IGameListView.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
IGameListView.h Fixed an issue where enabling an auto collection that contained a hidden game could crash the application. 2021-02-04 20:14:20 +01:00
ISimpleGameListView.cpp Fixed an issue with quick system select if there was only a single system present. 2021-03-14 09:39:47 +01:00
ISimpleGameListView.h Fixed an issue where enabling an auto collection that contained a hidden game could crash the application. 2021-02-04 20:14:20 +01:00
VideoGameListView.cpp Partly reverted the last commit as it caused unforeseen problems. 2021-03-14 09:35:20 +01:00
VideoGameListView.h Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00