..
Debugger
pcsx2 debugger: be more friendly with linux
2014-03-25 17:31:52 +01:00
Dialogs
Fixed a few references to Googlecode, and a few mentions of the "svn" word in comments.
2014-04-05 18:38:41 +02:00
Panels
(Patch by KrossX): Fixed multitap (e.g. Timesplitters), New: support raw PSX memcards (mcd/mcr), Fixed issues with pad 2 (e.g. issue 1326).
2013-04-27 16:24:02 +00:00
Resources
Missed these files while juggling with git<->svn
2014-02-21 14:38:10 +00:00
App.h
Fix segfault in non-dev build by adding extra check for NULL.
2014-03-30 16:59:28 +02:00
AppAccelerators.h
UI: Keyboard shortcuts overrides via PCSX2_keys.ini
2011-09-11 22:13:02 +00:00
AppAssert.cpp
newHostVM:
2010-11-16 15:58:42 +00: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
Help button/window in debugger (Windows only)
2014-03-23 13:27:48 +01:00
AppConfig.h
pcsx2: Create GetProgramDataDir (for cheats_ws and game db)
2014-01-27 18:59:52 +00:00
AppCorePlugins.cpp
Removed an old hack for resumes from suspended states that caused GS plugins to open twice.
2011-02-26 00:41:31 +00:00
AppCorePlugins.h
UI:
2010-07-01 15:08:12 +00:00
AppCoreThread.cpp
Initial debugger work by Kingcom. Features:
2014-02-21 14:29:13 +00:00
AppCoreThread.h
Initial debugger work by Kingcom. Features:
2014-02-21 14:29:13 +00:00
AppEventListeners.h
Big gif transfer code rewrite!
2011-07-24 13:02:50 +00:00
AppEventSources.cpp
Fix the apply button not graying out anymore like it used to.
2011-01-18 00:58:54 +00: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
Games database: Load from the exe folder (only affects Install mode. Portable was already OK): Prevent DB-not-found error if previous version wasn't uninstalled properly.
2011-06-30 20:54:30 +00:00
AppGameDatabase.h
pcsx2: Create GetProgramDataDir (for cheats_ws and game db)
2014-01-27 18:59:52 +00:00
AppInit.cpp
Always enable debugger in devbuilds, but keep function scanning restricted to the enable state
2014-03-23 13:27:50 +01:00
AppMain.cpp
Load symbols from file
2014-03-23 13:30:10 +01:00
AppRes.cpp
Menu: recent-ISO-list (dynamic list with automatic menu IDs) was clashing with other fixed menu IDs (specifically, the first item on the recent ISOs list got an "automatic" id of 100 (decimal) which happened to clash with multitap 2 menu item. Result: when clicking multitap2 menu item, the first iso gets selected instead - multitap2 menu was b0rked).
2011-03-07 16:58:24 +00:00
AppSaveStates.h
GUI: BUGFIX: (Save)State in GS window title can get out of sync with actual current slot (after loading/saving state via the menu).
2011-05-17 11:18:45 +00:00
AppUserMode.cpp
linux:
2014-01-26 18:00:14 +00:00
ApplyState.h
MCD manager: refinements and improvements:
2011-03-14 21:20:23 +00:00
ConsoleLogger.cpp
pcsx2: fix 4 arrays out of bond
2013-09-05 20:01:47 +00:00
ConsoleLogger.h
Moved the "Print CDVD info" menu item to console logs.
2011-03-10 16:57:14 +00:00
CpuUsageProvider.cpp
pcsx2: Implemented Threaded VU1 :D
2011-08-12 02:31:49 +00:00
CpuUsageProvider.h
pcsx2: Implemented Threaded VU1 :D
2011-08-12 02:31:49 +00:00
CpuUsageProviderLnx.cpp
Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins)
2010-05-03 14:08:02 +00:00
CpuUsageProviderMSW.cpp
pcsx2: Implemented Threaded VU1 :D
2011-08-12 02:31:49 +00:00
ExecutorThread.cpp
* Documented some of the event/threading proxy class and its underlying event queue.
2010-12-27 15:25:39 +00:00
FrameForGS.cpp
Left this in by accident.
2013-12-30 09:12:18 +00:00
GSFrame.h
pcsx2: zzogl:onepad: gsdx: merge linux-gsopen2 branch (4730) into trunk
2011-06-12 14:48:36 +00:00
GlobalCommands.cpp
UI: Keyboard shortcuts overrides via PCSX2_keys.ini
2011-09-11 22:13:02 +00:00
IsoDropTarget.cpp
async-iso: Current state of the code. It was done on vs2012 so only the vs2012 project file is updated with the file changes.
2012-12-01 19:42:24 +00:00
IsoDropTarget.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
MSWstuff.cpp
* Bugfix for Recent Iso List (it stopped remembering stuff a couple revs ago).
2010-12-14 07:18:09 +00:00
MSWstuff.h
More work on memorycards, and general UI adjustments. Some things with the dialogs might be a bit broken-ish. Will finish this up properly soon. :)
2010-05-20 12:23:13 +00:00
MainFrame.cpp
Merge pull request #5 from Kingcom/master
2014-03-25 14:42:59 +01:00
MainFrame.h
Finishing up widescreen patch support: Add GUI toggle and connect it.
2013-08-14 09:48:36 +00:00
MainMenuClicks.cpp
Initial debugger work by Kingcom. Features:
2014-02-21 14:29:13 +00:00
MemoryCardFile.cpp
(Patch by KrossX): Fixed multitap - Part 2 - (e.g. Timesplitters), New: support raw PSX
2013-07-19 13:43:33 +00:00
MemoryCardFile.h
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
MessageBoxes.cpp
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
2010-08-06 05:46:09 +00: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
all: gcc warning clean (round 2)
2013-06-28 17:32:37 +00:00
RecentIsoList.h
Menu: recent-ISO-list (dynamic list with automatic menu IDs) was clashing with other fixed menu IDs (specifically, the first item on the recent ISOs list got an "automatic" id of 100 (decimal) which happened to clash with multitap 2 menu item. Result: when clicking multitap2 menu item, the first iso gets selected instead - multitap2 menu was b0rked).
2011-03-07 16:58:24 +00:00
Saveslots.cpp
Save-state: gracefully handle state load/save when the VM isn't at a valid state (was crashing on load state before running anything if a bios savestate existed)
2011-03-20 11:19:00 +00:00
SysState.cpp
Change various logs to sound "nicer".
2012-04-17 17:55:51 +00:00
UpdateUI.cpp
Patch by pseudonim: Disable the state load/save menus when no active VM.
2011-03-20 12:32:54 +00:00
i18n.cpp
Langs: Change the Arabic name properly, update relevant files (thanks for the heads up Gregory :) )
2014-02-07 20:34:36 +00:00
i18n.h
i18n: on linux seach l10n file also in Langs directory
2011-01-22 14:50:05 +00:00
pxEventThread.h
Make PCSX2 compile with Visual Studio 2012 (1/3): Workaround compiler differences that result in compile-time errors.
2012-08-19 19:36:59 +00:00
pxLogTextCtrl.cpp
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
2010-08-06 05:46:09 +00:00