.. |
Debugger
|
Ensure selected rows are visible in debugger
|
2016-05-10 13:01:18 +12:00 |
Dialogs
|
gui: Use newer wxWidgets event type names
|
2016-06-20 00:00:26 +01:00 |
Panels
|
gui: Use newer wxWidgets event type names
|
2016-06-20 00:00:26 +01:00 |
Resources
|
cleanup: Remove unnecessary rebuild files
|
2016-06-17 23:56:31 +01:00 |
App.h
|
pcsx2: Use Bind compatible event declarations/definitions
|
2016-06-16 21:37:45 +01:00 |
AppAccelerators.h
|
Remove usages of HashTools::Dictionary/HashMap
|
2014-07-15 22:02:14 -05:00 |
AppAssert.cpp
|
pscx2: s/wxTrap/pxTrap/
|
2014-12-13 12:28:37 +01: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
|
Automatic aspect ratio switch during FMV playback
|
2016-05-03 16:50:42 +02:00 |
AppConfig.h
|
Automatic aspect ratio switch during FMV playback
|
2016-05-03 16:50:42 +02:00 |
AppCorePlugins.cpp
|
pcsx2: Remove wx2.8 code and uses of wxMAJOR_VERSION
|
2016-04-29 00:09:47 +01:00 |
AppCorePlugins.h
|
UI:
|
2010-07-01 15:08:12 +00:00 |
AppCoreThread.cpp
|
pcsx2: Use incoming settings when applying settings
|
2016-05-06 01:03:51 +01:00 |
AppCoreThread.h
|
gui: use std::atomic bool to manage the gui
|
2016-02-28 15:29:00 +01: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
|
gui: Replace ScopedPtr with unique_ptr
|
2016-02-08 22:31:45 +00:00 |
AppGameDatabase.h
|
pcsx2|common: use DESTRUCTOR_CATCHALL to catch exception in various destructor
|
2015-09-23 09:47:27 +02:00 |
AppInit.cpp
|
gui: Use Bind instead of Connect for everything else
|
2016-06-19 23:25:09 +01:00 |
AppMain.cpp
|
gui: Use newer wxWidgets event type names
|
2016-06-20 00:00:26 +01:00 |
AppRes.cpp
|
Merge pull request #924 from kust2708/onepad-gui
|
2016-03-15 20:23:44 +01: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
|
gui: Replace ScopedPtr with unique_ptr
|
2016-02-08 22:31:45 +00:00 |
ApplyState.h
|
pcsx2: Use Bind compatible event declarations/definitions
|
2016-06-16 21:37:45 +01:00 |
ConsoleLogger.cpp
|
PCSX2-WX: MainFrame keyboard navigation improvement (#1388)
|
2016-06-08 21:48:16 +01:00 |
ConsoleLogger.h
|
Console: Add AutoDock option to menu
|
2016-05-02 17:02:16 +01:00 |
CpuUsageProvider.cpp
|
Darwin/OSX __POSIX__ definitions.
|
2015-12-02 05:00:41 +02:00 |
CpuUsageProvider.h
|
gui: Replace ScopedPtr with unique_ptr
|
2016-02-08 22:31:45 +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
|
PCSX2-WX: MainFrame keyboard navigation improvement (#1388)
|
2016-06-08 21:48:16 +01:00 |
FrameForGS.cpp
|
gsframe: Use Bind instead of Connect
|
2016-06-16 21:37:45 +01:00 |
GSFrame.h
|
gui: Replace ScopedPtr with unique_ptr
|
2016-02-08 22:31:45 +00:00 |
GlobalCommands.cpp
|
Automatic aspect ratio switch during FMV playback
|
2016-05-03 16:50:42 +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
|
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
|
gui: Use Bind instead of Connect for everything else
|
2016-06-19 23:25:09 +01:00 |
MainFrame.h
|
pcsx2: fix gcc reorder warning (due to previous init commit)
|
2015-10-25 21:17:59 +01:00 |
MainMenuClicks.cpp
|
gui: Use newer wxWidgets event type names
|
2016-06-20 00:00:26 +01:00 |
MemoryCardFile.cpp
|
Merge pull request #1275 from AdmiralCurtiss/memcard-plugin-switch-filter-reset
|
2016-04-06 23:59:36 +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
|
Handle filter management in the folder memcard class rather than outside.
|
2016-04-02 15:22:11 +02:00 |
MemoryCardFolder.h
|
Handle filter management in the folder memcard class rather than outside.
|
2016-04-02 15:22:11 +02:00 |
MessageBoxes.cpp
|
gui:windows: Scale confirmation dialogs at high DPI
|
2015-10-05 20:11:20 +01: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
|
gui: Use Bind instead of Connect for everything else
|
2016-06-19 23:25:09 +01:00 |
RecentIsoList.h
|
gui: Replace ScopedPtr with unique_ptr
|
2016-02-08 22:31:45 +00:00 |
Saveslots.cpp
|
gui: use std::atomic bool to manage the gui
|
2016-02-28 15:29:00 +01:00 |
SysState.cpp
|
gui: Replace ScopedPtr with unique_ptr
|
2016-02-08 22:31:45 +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
|
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
|
gui: use std::atomic bool to manage the gui
|
2016-02-28 15:29:00 +01:00 |
pxLogTextCtrl.cpp
|
Console: Do not scroll to bottom unless text is updated
|
2016-05-01 18:38:59 +01:00 |