.. |
Debugger
|
Merge pull request #274 from Kingcom/Scrollbars
|
2014-09-06 00:35:47 +02:00 |
Dialogs
|
wx3.0: various interface update
|
2014-07-29 20:45:44 +02:00 |
Panels
|
Require SSE2 instead of SSE+MMX. SSE2 implies SSE+MMX is supported, so all checksOF of 'SSE' and 'MMX' can be removed.
|
2014-08-14 16:01:34 +10:00 |
Resources
|
Missed these files while juggling with git<->svn
|
2014-02-21 14:38:10 +00:00 |
App.h
|
wx3.0: various interface update
|
2014-07-29 20:45:44 +02:00 |
AppAccelerators.h
|
Remove usages of HashTools::Dictionary/HashMap
|
2014-07-15 22:02:14 -05:00 |
AppAssert.cpp
|
wx3.0: lots of cast...
|
2014-07-29 20:45:44 +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: Removed the "managed VSync" option. I don't think it saw much use
|
2014-08-12 14:53:51 +02:00 |
AppConfig.h
|
pcsx2: Create GetProgramDataDir (for cheats_ws and game db)
|
2014-01-27 18:59:52 +00:00 |
AppCorePlugins.cpp
|
wx3.0: lots of cast...
|
2014-07-29 20:45:44 +02:00 |
AppCorePlugins.h
|
UI:
|
2010-07-01 15:08:12 +00:00 |
AppCoreThread.cpp
|
pcsx2: tlb: add a new lut (Virtual PS2 to Physical PS2)
|
2014-06-20 13:51:33 +02: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
|
pcsx2: add various default case statement
|
2014-07-12 12:59:23 +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
|
Merge pull request #204 from archshift/auto-itr
|
2014-08-10 22:07:31 +02: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
|
2014-08-15 21:25:30 +02:00 |
AppMain.cpp
|
PCSX2: Removed the "managed VSync" option. I don't think it saw much use
|
2014-08-12 14:53:51 +02: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
|
wx3.0: lots of cast...
|
2014-07-29 20:45:44 +02:00 |
ApplyState.h
|
MCD manager: refinements and improvements:
|
2011-03-14 21:20:23 +00:00 |
ConsoleLogger.cpp
|
Removes the usage of __LINUX__ define
|
2014-08-03 13:20:36 -05:00 |
ConsoleLogger.h
|
Moved the "Print CDVD info" menu item to console logs.
|
2011-03-10 16:57:14 +00:00 |
CpuUsageProvider.cpp
|
Removes the usage of __LINUX__ define
|
2014-08-03 13:20:36 -05: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
|
wx3.0: compilation fix for arch linux
|
2014-08-03 14:54:44 +02:00 |
FrameForGS.cpp
|
Removed `using std::min/max` from PCH
|
2014-08-14 14:55:52 -07:00 |
GSFrame.h
|
pcsx2: zzogl:onepad: gsdx: merge linux-gsopen2 branch (4730) into trunk
|
2011-06-12 14:48:36 +00:00 |
GlobalCommands.cpp
|
common: drop remaining of HashMap
|
2014-07-29 21:06:31 +02: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
|
Always enable debugger
|
2014-08-15 21:25:30 +02:00 |
MainFrame.h
|
Finishing up widescreen patch support: Add GUI toggle and connect it.
|
2013-08-14 09:48:36 +00:00 |
MainMenuClicks.cpp
|
wx3.0: lots of cast...
|
2014-07-29 20:45:44 +02:00 |
MemoryCardFile.cpp
|
wx3.0: various buggy code (wx assertion)
|
2014-07-29 20:45:44 +02: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
|
Removes the usage of __LINUX__ define
|
2014-08-03 13:20:36 -05: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
|
wx3.0: rename some deprecated API call
|
2014-07-29 20:45:45 +02:00 |
SysState.cpp
|
wx3.0: lots of cast...
|
2014-07-29 20:45:44 +02: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
|
Removes the usage of __LINUX__ define
|
2014-08-03 13:20:36 -05: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 |