..
Debugger
pcsx2-gui: Some menu changes ( #3597 )
2020-08-23 16:10:39 -07:00
Dialogs
CDVD: remove disc selector dialog
2020-09-19 01:37:43 +01:00
Panels
MemoryCards-gui: Update descriptions/tooltips.
2020-09-11 01:49:32 +02:00
Resources
PCSX2-GUI: Update BackgroundLogo. ( #3423 )
2020-05-30 21:19:09 +02:00
App.h
IPC: original socket ipc implementation
2020-09-18 21:10:04 -05:00
AppAccelerators.h
core/gui: use = default instead of trivial constructor/destructor
2017-05-13 10:38:35 +02:00
AppAssert.cpp
Allow running on systems without wx stackwalker ( #3519 )
2020-07-19 19:13:15 -07: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
CDVD: drive selection submenu and OS-specific fixes
2020-09-19 01:37:43 +01:00
AppConfig.h
CDVD: drive selection submenu and OS-specific fixes
2020-09-19 01:37:43 +01: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
CDVD: ensure thread/state is ok before proceeding
2020-09-19 01:37:43 +01:00
AppCoreThread.h
Separate debug pausing from savestates and recording frame advance
2020-05-02 04:29:30 +01: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
CDVD: merging and removing remnants of plugin
2020-09-19 01:37:43 +01:00
AppMain.cpp
CDVD: polishing rebase and fixing nullptr bug
2020-09-19 01:37:43 +01:00
AppRes.cpp
CDVD: drive selection submenu and OS-specific fixes
2020-09-19 01:37:43 +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
Console-gui: Update descriptions.
2020-09-11 01:49:32 +02:00
ConsoleLogger.h
pcsx2-gui: Change the console logger's theme on the fly
2020-09-04 15:11:42 +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
DriveList.cpp
CDVD: clang-format
2020-09-19 01:37:43 +01:00
DriveList.h
CDVD: clang-format
2020-09-19 01:37:43 +01:00
ExecutorThread.cpp
core: remove throw specifier on destructor
2017-05-13 10:38:35 +02:00
FrameForGS.cpp
recording: Recording mode-based refactors
2020-09-18 23:31:23 +01:00
GSFrame.h
recording: Opt-into keybindings, revert potential overrides if disabled
2019-04-21 00:45:44 +02:00
GlobalCommands.cpp
Capture: Share filename between GSdx and Spu2-x
2020-09-20 17:36:33 +01: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
pcsx2:windows: Remove DWM code
2020-05-17 18:13:39 +01:00
MainFrame.cpp
FW: merge into core, simplify setup and config
2020-09-19 22:38:32 +01:00
MainFrame.h
IPC: original socket ipc implementation
2020-09-18 21:10:04 -05:00
MainMenuClicks.cpp
Capture: Share filename between GSdx and Spu2-x
2020-09-20 17:36:33 +01: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: Fix a few crashes in macOS. ( #3424 )
2020-07-12 23:54:21 +02:00
RecentIsoList.h
Add clear list option to ISO Selector
2017-10-10 22:43:40 +01:00
Saveslots.cpp
Only update the backup when freezing or defrosting, not when updating the ui. Refactor saveslot code. ( #3363 )
2020-05-12 22:55:34 -07:00
Saveslots.h
Only update the backup when freezing or defrosting, not when updating the ui. Refactor saveslot code. ( #3363 )
2020-05-12 22:55:34 -07:00
SysState.cpp
FW: removing initial references
2020-09-19 22:38:32 +01:00
UpdateUI.cpp
pcsx2-gui: Some menu changes ( #3597 )
2020-08-23 16:10:39 -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