dolphin/Source/Core/DolphinWX
RenaKunisaki 2005b4430f Fix window focus detection on Linux
On Linux, the FindFocus method from wx simply doesn't work, it would on some environment report that dolphin has the focus while it doesn't have it.  This is why an alternative method has to be used which is to set a focus flag whenever the render frame gets activated.
2016-10-28 18:47:08 -04:00
..
Cheats WX: Replace SetIcon with SetIcons(wxIconBundle) 2016-10-04 13:47:22 +11:00
Config Merge pull request #4369 from lioncash/config 2016-10-21 22:04:09 +02:00
Debugger DolphinWX: Move creation of debugger menu items into CFrame 2016-10-10 19:53:33 -04:00
NetPlay Fix missing includes 2016-10-07 23:46:41 +02:00
resources DolphinWX: Stop using XPM images 2016-01-05 19:11:58 +01:00
AboutDolphin.cpp WX: HiDPI: AboutDolphin 2016-10-04 13:47:21 +11:00
AboutDolphin.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
AuiToolBar.h Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
CMakeLists.txt DolphinWX: Move main menu creation into a wxMenuBar subclass 2016-10-20 09:54:29 -04:00
ControllerConfigDiag.cpp WX: HiDPI: ControllerConfigDiag 2016-10-04 13:47:22 +11:00
ControllerConfigDiag.h WX: HiDPI: ControllerConfigDiag 2016-10-04 13:47:22 +11:00
DolphinSlider.cpp WX: HiDPI Support Framework 2016-10-04 13:47:21 +11:00
DolphinSlider.h WX: HiDPI Support Framework 2016-10-04 13:47:21 +11:00
DolphinWX.rc
DolphinWX.vcxproj DolphinWX: Move main menu creation into a wxMenuBar subclass 2016-10-20 09:54:29 -04:00
DolphinWX.vcxproj.filters DolphinWX: Move main menu creation into a wxMenuBar subclass 2016-10-20 09:54:29 -04:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp WX: HiDPI: FifoPlayerDlg 2016-10-04 13:47:22 +11:00
FifoPlayerDlg.h WX: HiDPI: FifoPlayerDlg 2016-10-04 13:47:22 +11:00
Frame.cpp Fix window focus detection on Linux 2016-10-28 18:47:08 -04:00
Frame.h Fix window focus detection on Linux 2016-10-28 18:47:08 -04:00
FrameAui.cpp DolphinWX: Move main menu creation into a wxMenuBar subclass 2016-10-20 09:54:29 -04:00
FrameTools.cpp Fix window focus detection on Linux 2016-10-28 18:47:08 -04:00
GameListCtrl.cpp WX: HiDPI: ISOProperties 2016-10-04 13:47:21 +11:00
GameListCtrl.h WX: HiDPI: ISOProperties 2016-10-04 13:47:21 +11:00
Globals.h Remove Frameskip 2016-10-08 11:49:51 -05:00
Info.plist.in Add more languages, and remove Hebrew because it's very incomplete 2016-05-25 23:33:18 +02:00
InputConfigDiag.cpp WX: HiDPI: InputConfigDiag 2016-10-04 13:47:22 +11:00
InputConfigDiag.h WX: HiDPI: InputConfigDiag 2016-10-04 13:47:22 +11:00
InputConfigDiagBitmaps.cpp InputConfigDialog: use SelectObjectAsSource in UpdateBitmaps 2016-10-09 15:31:42 -07:00
ISOFile.cpp WX: HiDPI: ISOProperties 2016-10-04 13:47:21 +11:00
ISOFile.h WX: HiDPI: ISOProperties 2016-10-04 13:47:21 +11:00
ISOProperties.cpp [UI] Remove idle skipping from game properties 2016-10-08 18:16:15 -05:00
ISOProperties.h [UI] Remove idle skipping from game properties 2016-10-08 18:16:15 -05:00
LogConfigWindow.cpp Restore saving logger settings to .ini 2016-10-04 02:02:07 -07:00
LogConfigWindow.h Restore saving logger settings to .ini 2016-10-04 02:02:07 -07:00
LogWindow.cpp WX: HiDPI: FrameAUI / Debugger 2016-10-04 13:47:22 +11:00
LogWindow.h WX: HiDPI: FrameAUI / Debugger 2016-10-04 13:47:22 +11:00
Main.cpp WX: HiDPI: Dolphin Main UI (CFrame) 2016-10-04 13:47:21 +11:00
Main.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MainMenuBar.cpp DolphinWX: Move main menu creation into a wxMenuBar subclass 2016-10-20 09:54:29 -04:00
MainMenuBar.h DolphinWX: Move main menu creation into a wxMenuBar subclass 2016-10-20 09:54:29 -04:00
MainNoGUI.cpp Only attempt a graceful shutdown when there's a STM hook 2016-10-15 22:28:07 +02:00
MemcardManager.cpp WX: HiDPI: MemcardManager 2016-10-04 13:47:21 +11:00
MemcardManager.h WX: HiDPI: MemcardManager 2016-10-04 13:47:21 +11:00
PatchAddEdit.cpp WX: HiDPI: ISOProperties 2016-10-04 13:47:21 +11:00
PatchAddEdit.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PostProcessingConfigDiag.cpp WX: HiDPI: VideoConfigDiag 2016-10-04 13:47:22 +11:00
PostProcessingConfigDiag.h WX: HiDPI: VideoConfigDiag 2016-10-04 13:47:22 +11:00
resource.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
SoftwareVideoConfigDialog.cpp WX: HiDPI: VideoConfigDiag 2016-10-04 13:47:22 +11:00
SoftwareVideoConfigDialog.h VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
TASInputDlg.cpp WX: HiDPI: TASInputDlg 2016-10-04 13:47:22 +11:00
TASInputDlg.h WX: HiDPI: TASInputDlg 2016-10-04 13:47:22 +11:00
VideoConfigDiag.cpp VideoConfigDiag: True color means 24-bit, not hw color. 2016-10-10 14:32:21 +02:00
VideoConfigDiag.h Don't read/store settings directly from/to SYSCONF 2016-10-08 14:37:55 +02:00
WXInputBase.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WXInputBase.h
WxUtils.cpp WX: Replace SetIcon with SetIcons(wxIconBundle) 2016-10-04 13:47:22 +11:00
WxUtils.h WX: Replace SetIcon with SetIcons(wxIconBundle) 2016-10-04 13:47:22 +11:00
X11Utils.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
X11Utils.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00