dolphin/Source/Core
Christian Widmer 4d78aea41d DolphinWX: Add items to visible columns only
Before the columns of the gamelist were filled with content regardless
of their visibility. This led to display bugs when certain columns, for
example the region column, were hidden.

The first problem was the InsertItemInReportView() function because it
refilled all columns with content on every call to update() without
checking for their visibility. While this issue would have easily been solved
by adding conditionals before each column update, the maker column would
have still caused problems for it autohides on resize and those do not
call update(). Therefore it was necessary to move the column update logic
from InsertItemInReportView() to a new one that allows for seperate
modification of an item's columns.
2015-10-11 05:01:59 +02:00
..
AudioCommon Merge pull request #3105 from phire/dont_block 2015-10-03 17:55:26 -07:00
Common Linux: detect perf and default map dir to /tmp 2015-10-10 16:42:53 +02:00
Core ConfigManager: Get rid of an unnecessary smart-pointer get() call 2015-10-08 19:36:28 -04:00
DiscIO Merge pull request #3091 from Tilka/mbedtls 2015-10-03 18:00:58 -07:00
DolphinQt Merge pull request #3075 from waddlesplash/no-regexp 2015-10-02 04:00:23 +13:00
DolphinWX DolphinWX: Add items to visible columns only 2015-10-11 05:01:59 +02:00
InputCommon Merge pull request #3128 from lioncash/unique 2015-10-03 19:08:00 -07:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends Merge pull request #3076 from void-ghost/stereo3d_presets 2015-10-03 18:10:23 -07:00
VideoCommon VideoCommon: Silence -Wsign-compare warnings. 2015-10-03 20:32:16 -05:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00