dolphin/Source/Core/DolphinWX
Lioncash a04809b4d1 DolphinWX: Fix scrolling in hex mode for the memory view
Prior to this after painting the hex values, it would increment the curAddress by 32. This is not only a bug, but unnecessary, since the OnMouseDownL and OnScrollWheel functions should be the only things to handle address incrementing for scrolling purposes.
2014-08-10 03:06:06 -04:00
..
Android Prevent potential buffer overflow in sscanf 2014-07-23 10:03:49 -04:00
Debugger DolphinWX: Fix scrolling in hex mode for the memory view 2014-08-10 03:06:06 -04:00
GLInterface GLX: Remove all Host_GetRenderWindowSize calls. 2014-08-08 19:21:45 -04:00
MemoryCards Don't spam PanicAlerts on wii save exports. 2014-08-05 23:34:03 -04:00
resources
AboutDolphin.cpp
AboutDolphin.h
ARCodeAddEdit.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
ARCodeAddEdit.h
CheatsWindow.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
CheatsWindow.h
CMakeLists.txt DolphinWX: Allow building both GUI and NoGUI at the same time 2014-08-06 21:38:57 -04:00
ConfigMain.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
ConfigMain.h
DolphinWX.rc
DolphinWX.vcxproj Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
DolphinWX.vcxproj.filters Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
FifoPlayerDlg.h
Frame.cpp X11Utils: Remove unneeded SendButtonEvent / SendKeyEvent utilities 2014-08-06 15:07:25 -04:00
Frame.h Exit exclusive fullscreen when the stop confirmation is shown. 2014-07-21 20:50:48 +02:00
FrameAui.cpp DolphinWX: Remove yet another clamp method 2014-07-09 16:17:13 -04:00
FrameTools.cpp Revert "Fix hotkeys in Linux and Mac OS X" 2014-08-04 01:56:08 -04:00
GameListCtrl.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
GameListCtrl.h
GeckoCodeDiag.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
GeckoCodeDiag.h
Globals.h Core: Kill off Host_UpdateLogDisplay() 2014-08-08 19:21:40 -04:00
HotkeyDlg.cpp
HotkeyDlg.h
Info.plist.in
InputConfigDiag.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
InputConfigDiag.h ControllerEmu: Virtualize settings 2014-07-11 13:32:58 -04:00
InputConfigDiagBitmaps.cpp DolphinWX: Fix a double truncation warning in InputConfigDiagBitmaps 2014-07-22 06:58:32 -04:00
ISOFile.cpp
ISOFile.h
ISOProperties.cpp Update ISOProperties.cpp 2014-08-05 20:45:18 -07:00
ISOProperties.h DolphinWX: Remove the Projection Hack UI 2014-07-30 19:32:41 -04:00
LogConfigWindow.cpp
LogConfigWindow.h
LogWindow.cpp
LogWindow.h
Main.cpp Core: Kill off Host_UpdateLogDisplay() 2014-08-08 19:21:40 -04:00
Main.h mark all local variables as static 2014-07-11 16:10:20 +02:00
MainAndroid.cpp Merge pull request #740 from lioncash/host 2014-08-09 00:50:14 -04:00
MainNoGUI.cpp Merge pull request #740 from lioncash/host 2014-08-09 00:50:14 -04:00
MemcardManager.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
MemcardManager.h
NetWindow.cpp Merge pull request #671 from lioncash/non-panic 2014-08-03 21:27:27 -07:00
NetWindow.h
PatchAddEdit.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
PatchAddEdit.h
resource.h
SoftwareVideoConfigDialog.cpp DolphinWX: Make the software renderer text translateable 2014-08-04 21:36:08 -04:00
SoftwareVideoConfigDialog.h Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
stdafx.cpp
stdafx.h Remove x86_32 from DolphinWX. 2014-08-03 13:44:37 -05:00
TASInputDlg.cpp GCPadStatus: coalescing magic numbers into consts 2014-07-21 19:56:05 +08:00
TASInputDlg.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
VideoConfigDiag.cpp X11Utils: Don't depend on wx 2014-08-06 21:38:47 -04:00
VideoConfigDiag.h Remove the 3D Vision hack. 2014-07-26 12:45:10 +02:00
WiimoteConfigDiag.cpp
WiimoteConfigDiag.h
WXInputBase.cpp
WXInputBase.h
WxUtils.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
WxUtils.h DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
X11Utils.cpp X11Utils: Don't depend on wx 2014-08-06 21:38:47 -04:00
X11Utils.h X11Utils: Don't depend on wx 2014-08-06 21:38:47 -04:00