pcsx2/pcsx2/gui
Ryudo300 2a9451fed5
PCSX2-GUI: Update BackgroundLogo. (#3423)
Fixes the background/logo glitching out when using DPI scaling.
2020-05-30 21:19:09 +02:00
..
Debugger Debugger: Fix editing of function names 2020-05-02 14:56:49 +01:00
Dialogs PCSX2: PCSX2 1.6 Documentation Overhaul. (#3139) 2020-02-10 04:46:49 +01:00
Panels Remove superVU. (#3386) 2020-05-24 19:08:12 -07:00
Resources PCSX2-GUI: Update BackgroundLogo. (#3423) 2020-05-30 21:19:09 +02:00
App.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
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 CDVD: Add configurable directory for blockdumps storage 2019-06-30 11:48:12 +05:30
AppConfig.h CDVD: Add configurable directory for blockdumps storage 2019-06-30 11:48:12 +05:30
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 Remove superVU. (#3386) 2020-05-24 19:08:12 -07: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 Remove superVU. (#3386) 2020-05-24 19:08:12 -07:00
AppMain.cpp PCSX2: Avoid hang when switching renders with hotkey. (#3072) 2019-08-19 15:44:33 +02: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 Set F4's AlsoApplyToGui to false to avoid a hang when spammed. 2019-09-30 19:56:10 +05:30
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 Revert "pcsx2: Change order of "Video (GS)" submenu. (#3265)" 2020-05-27 22:34:48 +02:00
MainFrame.h pcsx2-tas: Adjust TAS code to be properly disabled with macro. 2020-03-19 20:27:19 +01: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 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 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
UpdateUI.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
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