pcsx2/pcsx2/gui
Jake.Stine e86d1d1bd4 UI:
* Various configuration dialogs remember their positions now. :)
 * AboutBox is fixed, and is now resizable.
 * Fix for Issue 739 : usermode.ini hashes are now case-insensitive on Win32.
 * Likely Fix for Issue 740 : missing text on Linux/GTK.  (need confirmation)

DevNotes:
 * Moved IniInterface.cpp/h to the Utilities lib.  Linux makefiles will need to be updated. >_<

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3178 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-06-06 23:26:07 +00:00
..
Dialogs UI: 2010-06-06 23:26:07 +00:00
Panels UI: 2010-06-06 23:26:07 +00:00
Resources Polished the app icons up! 2010-06-05 14:11:10 +00:00
AdvancedDialog.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
AdvancedDialog.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
App.h UI: 2010-06-06 04:17:43 +00:00
AppAssert.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
AppCommon.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
AppConfig.cpp UI: 2010-06-06 23:26:07 +00:00
AppConfig.h Adds support to PCSX2 for 'SetLogDir' being passed to the plugins; needed for proper UAC/user homedir mess (patch by gregory). 2010-05-29 03:36:49 +00:00
AppCorePlugins.cpp ... and woops. ctrl-c/ctrl-v is a dangerous thing sometimes. 2010-06-01 11:38:22 +00:00
AppCorePlugins.h Some missing svn:eol-style=native props. It's like they vanish into thin air these things. 2010-05-11 11:44:33 +00:00
AppCoreThread.cpp Many small memoryleak fixes in PCSX2 (mostly related to newVIF's recompiler) and one memoryleak fixed in USBnull. Had to juggle around the initialization/reset code for VIF a bit to get it happy. This also removes quite a bit of redundant memory allocations and clears when starting/resetting the emulator; expect a small speedup on slower machines. 2010-05-28 16:54:42 +00:00
AppCoreThread.h * Re-implemented memorycard ejection (yay!) -- helps avoid memorycard corruption when using savestates on many games (due to them caching memorycard contents). 2010-05-26 01:57:08 +00:00
AppEventListeners.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
AppEventSources.cpp UI: 2010-06-06 23:26:07 +00:00
AppForwardDefs.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
AppInit.cpp UI: 2010-06-06 23:26:07 +00:00
AppMain.cpp UI: 2010-06-06 23:26:07 +00:00
AppRes.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
AppSaveStates.h * Re-implemented memorycard ejection (yay!) -- helps avoid memorycard corruption when using savestates on many games (due to them caching memorycard contents). 2010-05-26 01:57:08 +00:00
ApplyState.h UI: Fixed a few minor layout bugs in the logging options, and introduced pxDialogCreationFlags to get rid of some Constructor Parameter Hell(tm) on dialog creation. 2010-06-04 19:50:31 +00:00
ConsoleLogger.cpp UI: 2010-06-06 04:17:43 +00:00
ConsoleLogger.h Console log defaults to open/on now in all build types (not just devel/debug). 2010-05-25 14:22:15 +00:00
CpuUsageProvider.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
CpuUsageProvider.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +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 Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
ExecutorThread.cpp UI: Fixed a few minor layout bugs in the logging options, and introduced pxDialogCreationFlags to get rid of some Constructor Parameter Hell(tm) on dialog creation. 2010-06-04 19:50:31 +00:00
FrameForGS.cpp Many small memoryleak fixes in PCSX2 (mostly related to newVIF's recompiler) and one memoryleak fixed in USBnull. Had to juggle around the initialization/reset code for VIF a bit to get it happy. This also removes quite a bit of redundant memory allocations and clears when starting/resetting the emulator; expect a small speedup on slower machines. 2010-05-28 16:54:42 +00:00
GSFrame.h Some missing svn:eol-style=native props. It's like they vanish into thin air these things. 2010-05-11 11:44:33 +00:00
GlobalCommands.cpp * Apply gregory's patch for inconsistent "setLogsDir / SetLogsFolder" usage. 2010-06-01 11:27:10 +00:00
IsoDropTarget.cpp UI: Fixed a few minor layout bugs in the logging options, and introduced pxDialogCreationFlags to get rid of some Constructor Parameter Hell(tm) on dialog creation. 2010-06-04 19:50:31 +00:00
IsoDropTarget.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
MSWstuff.cpp More user interface work. Moved some of the configuration panels around; just to confuse you all. ;) 2010-05-25 02:08:17 +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 UI: 2010-06-06 23:26:07 +00:00
MainFrame.h Many small memoryleak fixes in PCSX2 (mostly related to newVIF's recompiler) and one memoryleak fixed in USBnull. Had to juggle around the initialization/reset code for VIF a bit to get it happy. This also removes quite a bit of redundant memory allocations and clears when starting/resetting the emulator; expect a small speedup on slower machines. 2010-05-28 16:54:42 +00:00
MainMenuClicks.cpp UI: 2010-06-06 23:26:07 +00:00
MemoryCardFile.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
MemoryCardFile.h Even more memorycard work! Dialog box is mostly functional now (still missing a couple options and refinements) -- WARNING: settings/ini storage has changed. If you're using non-default memorycard settings, you'll need to go and edit your ini again. 2010-05-23 15:20:52 +00:00
MessageBoxes.cpp * Bugfixed some popup dialogs, which would sometimes be too small or empty. 2010-06-05 04:07:58 +00:00
Readme-MemoryCardFile.txt More user interface work. Moved some of the configuration panels around; just to confuse you all. ;) 2010-05-25 02:08:17 +00:00
RecentIsoList.cpp UI: 2010-06-06 23:26:07 +00:00
RecentIsoList.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Saveslots.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
SysState.cpp Should fix zlib-related errors in Linux distros that don't have the1.2.4 or newer version of zlib installed. 2010-05-20 15:23:59 +00:00
UpdateUI.cpp Some missing svn:eol-style=native props. It's like they vanish into thin air these things. 2010-05-11 11:44:33 +00:00
i18n.cpp UI: Switched from the old 'native' text labels to a new custom draw text label that should (hopefully!) be a lot better about positioning and wrapping text, and fitting to windows and what-not. Also gets rid of my nasty "ideal width" hack I originally used to fix-size some of the dialogs. 2010-06-04 08:00:19 +00:00
i18n.h Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
pxEventThread.h * Set the PCSX2 event handler queues to use the wxObject allocator (reduces heap fragmentation, multithread performance, etc) [MSW/Win32 only] 2010-05-28 16:50:49 +00:00
pxLogTextCtrl.cpp 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