dolphin/Source/Core/DolphinWX
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
..
Android [Android] Fix multi-gamecube controller input, config changes 2015-09-04 20:06:01 -05:00
Cheats DolphinWX: Only read titles.txt once 2015-09-13 14:17:58 +02:00
Config Merge pull request #3075 from waddlesplash/no-regexp 2015-10-02 04:00:23 +13:00
Debugger CPU: Convert CCPU into a namespace 2015-10-04 15:15:10 -04:00
NetPlay Updated terms in Netplay window. 2015-09-03 07:36:52 -07:00
resources Add missing license headers 2015-05-25 13:11:47 +02:00
ARCodeAddEdit.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
ARCodeAddEdit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AboutDolphin.cpp Fix wxWidgets Error in About Window 2015-10-05 13:36:53 -04:00
AboutDolphin.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
CMakeLists.txt Fix FreeBSD build 2015-07-11 23:09:11 -07:00
ControllerConfigDiag.cpp GCAdapter: Disable the scanning thread when direct connect is disabled 2015-07-14 12:35:40 +02:00
ControllerConfigDiag.h DolphinWX: Fix build if libusb is disabled 2015-07-17 22:41:12 -07:00
DolphinWX.rc Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not. 2012-12-17 08:33:42 -06:00
DolphinWX.vcxproj Drop the old msvcrt files. 2015-09-03 06:10:01 -07:00
DolphinWX.vcxproj.filters Remove wx-based Hotkey stuff 2015-06-04 10:44:20 +02:00
DolphinWX.vcxproj.user Rename menu items, stop using PanicAlertT, remove -d when running from visual studio. 2014-12-17 01:12:33 +10:30
FifoPlayerDlg.cpp Common: Move asserts to their own header 2015-09-26 18:51:27 -04:00
FifoPlayerDlg.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Frame.cpp VideoConfig/LocalConfig/HotkeyManager: Added hotkeys for switching stereo-3d presets. 2015-09-24 15:19:55 +03:00
Frame.h General: Remove unimplemented function prototypes 2015-09-05 22:01:07 -04:00
FrameAui.cpp MathUtil: Convert Clamp into a constexpr function 2015-09-12 01:18:28 -04:00
FrameTools.cpp CPU: Convert CCPU into a namespace 2015-10-04 15:15:10 -04:00
GameListCtrl.cpp DolphinWX: Add items to visible columns only 2015-10-11 05:01:59 +02:00
GameListCtrl.h DolphinWX: Add items to visible columns only 2015-10-11 05:01:59 +02:00
Globals.h Implemented .elf and .dol support in gamelist 2015-08-28 11:10:03 -07:00
ISOFile.cpp DiscIO: Add a way to get blob type 2015-09-27 20:54:31 +02:00
ISOFile.h DiscIO: Add a way to get blob type 2015-09-27 20:54:31 +02:00
ISOProperties.cpp mbedTLS: run rename.pl script and fix errors 2015-09-25 03:46:41 +02:00
ISOProperties.h DolphinWX: Only read titles.txt once 2015-09-13 14:17:58 +02:00
Info.plist.in Pull in translations from Transifex. 2013-09-21 11:24:33 -05:00
InputConfigDiag.cpp Merge pull request #3068 from mickdermack/pr-block-input 2015-10-04 14:19:44 -07:00
InputConfigDiag.h Block WX input when detecting controls 2015-10-04 14:50:28 +02:00
InputConfigDiagBitmaps.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogConfigWindow.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogConfigWindow.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogWindow.cpp DolphinWX: Make UpdateLog() return in a finite time. 2015-10-09 12:14:04 +13:00
LogWindow.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Main.cpp Properly implemented confirm on stop CLI switch 2015-09-06 14:35:26 -07:00
Main.h Properly implemented confirm on stop CLI switch 2015-09-06 14:35:26 -07:00
MainAndroid.cpp Android: Abort the screenshot after 2 seconds 2015-09-05 15:29:22 +02:00
MainNoGUI.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
MemcardManager.cpp Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
MemcardManager.h MemcardManager: Minor cleanup of header code 2015-08-29 05:19:51 -04:00
PatchAddEdit.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PatchAddEdit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PostProcessingConfigDiag.cpp PostProcessingConfigDialog: Remove an unnecessary format call 2015-07-23 14:39:05 -04:00
PostProcessingConfigDiag.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SoftwareVideoConfigDialog.cpp VideoSW: Drop HwRasterizer 2015-09-17 18:21:37 +02:00
SoftwareVideoConfigDialog.h Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
TASInputDlg.cpp DolphinWX: TAS fixes, take three 2015-09-11 19:51:31 -07:00
TASInputDlg.h DolphinWX: TAS fixes, take three 2015-09-11 19:51:31 -07:00
VideoConfigDiag.cpp Improved D3D and OGL AA option UI 2015-09-25 09:05:18 -07:00
VideoConfigDiag.h Improved D3D and OGL AA option UI 2015-09-25 09:05:18 -07:00
WXInputBase.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WXInputBase.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WxUtils.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WxUtils.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
X11Utils.cpp Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
X11Utils.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
resource.h Add missing license headers 2015-05-25 13:11:47 +02:00