pcsx2/pcsx2/gui
Thomas Evans 1f1b68a9b4 debugger: Muti-byte hex strings can now be pasted into the memory view. (#2960)
You can now paste a hex string into the memory view (with Ctrl+V).
2019-06-01 13:30:03 +02:00
..
Debugger debugger: Muti-byte hex strings can now be pasted into the memory view. (#2960) 2019-06-01 13:30:03 +02:00
Dialogs wx: Replace a bunch of wx 2.8 macros with the wx 3.x versions. 2019-05-11 20:43:47 -07:00
Panels wx: Replace a bunch of wx 2.8 macros with the wx 3.x versions. 2019-05-11 20:43:47 -07:00
Resources pcsx2: Remove theming support 2018-04-28 01:18:12 +01:00
App.h wx: Replace a bunch of wx 2.8 macros with the wx 3.x versions. 2019-05-11 20:43:47 -07:00
AppAccelerators.h core/gui: use = default instead of trivial constructor/destructor 2017-05-13 10:38:35 +02:00
AppAssert.cpp common: drop pthread TLS emulation 2017-04-14 17:18:20 +02:00
AppCommon.h * Cmdline: Added warnings when opening settings panels with command line overrides enabled, and force-disable overrides when new settings are manually applied. 2010-06-24 17:39:18 +00:00
AppConfig.cpp pcsx2-gui: Don't put Screenshot button in a submenu. 2019-05-01 22:40:49 +02:00
AppConfig.h gui:recording: All main window modifications and additions 2019-04-21 00:45:44 +02:00
AppCorePlugins.cpp wx: Replace a bunch of wx 2.8 macros with the wx 3.x versions. 2019-05-11 20:43:47 -07:00
AppCorePlugins.h core/gui: use = default instead of trivial constructor/destructor 2017-05-13 10:38:35 +02:00
AppCoreThread.cpp PCSX2: Avoid enabling VuClipFlag at some scenarios 2019-03-01 14:41:13 +05:30
AppCoreThread.h core: use = default for trivial destructor 2017-05-13 10:38:35 +02:00
AppEventListeners.h core: use = default for trivial destructor 2017-05-13 10:38:35 +02:00
AppEventSources.cpp core: remove throw specifier on destructor 2017-05-13 10:38:35 +02:00
AppForwardDefs.h * Fixed fullscreen default-to-on behavior; the bug was caused by wxWidgets being a bit ficle and expecting the window to be Shown prior to being made fullscreen (even though the docs say ShowFullscreen() will show the window itself). 2010-06-22 04:29:24 +00:00
AppGameDatabase.cpp pcsx2: Warn if GameDB section start tag is incorrect 2018-09-17 08:41:53 +01:00
AppGameDatabase.h pcsx2: Remove GameDB write related code 2018-08-29 22:26:09 +01:00
AppInit.cpp recording: various formatting and review corrections 2019-04-21 00:45:44 +02:00
AppMain.cpp wx: Replace a bunch of wx 2.8 macros with the wx 3.x versions. 2019-05-11 20:43:47 -07:00
AppRes.cpp pcsx2: Remove theming support 2018-04-28 01:18:12 +01:00
AppSaveStates.h PCSX2: Save/load slot improvements. 2018-09-11 00:39:33 +02:00
AppUserMode.cpp utilities: Remove HashMap 2018-08-29 22:26:09 +01:00
ApplyState.h wx: Replace a bunch of wx 2.8 macros with the wx 3.x versions. 2019-05-11 20:43:47 -07:00
ConsoleLogger.cpp recording: various formatting and review corrections 2019-04-21 00:45:44 +02:00
ConsoleLogger.h recording: added new log sources 2019-04-21 00:45:44 +02:00
CpuUsageProvider.cpp Darwin/OSX __POSIX__ definitions. 2015-12-02 05:00:41 +02:00
CpuUsageProvider.h core: use = default for trivial destructor 2017-05-13 10:38:35 +02:00
CpuUsageProviderLnx.cpp core: remove throw specifier on destructor 2017-05-13 10:38:35 +02:00
CpuUsageProviderMSW.cpp core: remove throw specifier on destructor 2017-05-13 10:38:35 +02:00
ExecutorThread.cpp core: remove throw specifier on destructor 2017-05-13 10:38:35 +02:00
FrameForGS.cpp recording: Opt-into keybindings, revert potential overrides if disabled 2019-04-21 00:45:44 +02:00
GSFrame.h recording: Opt-into keybindings, revert potential overrides if disabled 2019-04-21 00:45:44 +02:00
GlobalCommands.cpp recording: various formatting and review corrections 2019-04-21 00:45:44 +02:00
IsoDropTarget.cpp core/gui: use = default instead of trivial constructor/destructor 2017-05-13 10:38:35 +02:00
IsoDropTarget.h core: use = default for trivial destructor 2017-05-13 10:38:35 +02:00
MSWstuff.cpp gui:windows: Implement image DPI scaling 2015-09-08 18:47:44 +01:00
MSWstuff.h gui: Have listbook icons on left for all platforms 2015-09-07 08:25:56 +01:00
MainFrame.cpp pcsx2: ofc I forgot to completely remove the variable from the previous commit ... 2019-05-01 22:57:46 +02:00
MainFrame.h pcsx2: ofc I forgot to completely remove the variable from the previous commit ... 2019-05-01 22:57:46 +02:00
MainMenuClicks.cpp recording: Opt-into keybindings, revert potential overrides if disabled 2019-04-21 00:45:44 +02:00
MemoryCardFile.cpp pcsx2: Remove/disable unused variables. 2019-01-09 16:01:56 +01:00
MemoryCardFile.h MemoryCard: Add support for folder memcards in GUI and make both implementation function side-by-side. 2015-07-12 14:37:49 +02:00
MemoryCardFolder.cpp Remove old/pointless code 2017-01-29 09:06:21 -05:00
MemoryCardFolder.h core: use = default for trivial destructor 2017-05-13 10:38:35 +02:00
MessageBoxes.cpp wx: Replace a bunch of wx 2.8 macros with the wx 3.x versions. 2019-05-11 20:43:47 -07:00
Readme-MemoryCardFile.txt Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +00:00
RecentIsoList.cpp pcsx2:gui: Display '&' properly in recent ISO list menu 2017-11-26 22:47:16 +00:00
RecentIsoList.h Add clear list option to ISO Selector 2017-10-10 22:43:40 +01:00
Saveslots.cpp Revert "Saveslots: This version is still commented out, and somewhat broken at the moment. If you uncomment it, after loading a game, pause and then resume to force the save and load menus to update." 2018-10-15 23:46:41 -07:00
Saveslots.h SaveSlots: Initialise the crc to 0, as well as serialName being an empty string. 2018-12-11 23:34:24 -08:00
SysState.cpp Revert "Saveslots: This version is still commented out, and somewhat broken at the moment. If you uncomment it, after loading a game, pause and then resume to force the save and load menus to update." 2018-10-15 23:46:41 -07:00
UpdateUI.cpp Refresh the save slots if either the crc *or* the serial number are different. (Needed for ps1 saves.) 2018-10-28 16:03:50 -07:00
i18n.cpp pcsx2:freebsd: Fix build 2016-05-20 22:32:41 +01:00
i18n.h i18n: on linux seach l10n file also in Langs directory 2011-01-22 14:50:05 +00:00
pxEventThread.h core: use = default for trivial destructor 2017-05-13 10:38:35 +02:00