rpcsx/rpcs3/Gui
Peter Tissen c37905e465 initial start to eliminate static func init, not compilable atm
move module initialization into a module manager, still has some issues like stopping not working and debug crashing

add #idef 0 to modules that aren't in the windows project

don't double initialize and don't de-initialize for now, since many modules don't expect it and it leads to many errors

remove duplicate module lists for empty modules and implemented ones, make Module non-copyable but movable

add secondary project, no real use for it now

add some memleak config to the emucore and add asmjit path to rpcs3

small rebase error fixed to get it to compile again

add filters for emucore

re-add the module manager and static file

WIP commit, linker errors abound

some more abstraction layer stuff

fix the remaining linker errors, re-enable platform specific mouse, pad and keyboard handlers

rebasing

fix memset undefined and re() usage of se_t before declaration

Add wxGUI define by default for cmake builds

fix copy constructors of Datetime header

fix copy constructors of other wx interface classes

remove static declarations of global variables

make wxGLCanvas constructor non-ambiguous even with wx2.8. compat mode, fix wrong std::exception constructor calls

remove duplicate definition for FromUTF8 and ToUTF8

temp changes
2014-06-08 23:16:06 +02:00
..
AboutDialog.h cellHddGameCheck and some fixes 2014-03-19 16:19:35 +01:00
CompilerELF.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
CompilerELF.h Clean up UI code. 2014-04-27 19:53:13 -04:00
ConLog.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
ConLogFrame.h Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
DbgFrame.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
DbgFrame.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Debugger.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
Debugger.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
DisAsmFrame.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
DisAsmFrame.h Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
FnIdGenerator.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
FnIdGenerator.h Fixed issue #221, and other minor changes. 2014-05-13 22:45:24 +04:00
FrameBase.h use non-wx header only Ini library in preparation of the core/gui devide 2014-06-01 22:57:50 +02:00
GameViewer.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
GameViewer.h Fixed GameViewer issue 2014-06-02 16:59:50 +02:00
GLGSFrame.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
GLGSFrame.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
GSFrame.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
GSFrame.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
InstructionEditor.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
InterpreterDisAsm.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
InterpreterDisAsm.h Clean up UI code. 2014-04-27 19:53:13 -04:00
MainFrame.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
MainFrame.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
MemoryViewer.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
MemoryViewer.h Fix some type comparion warnings. 2014-04-27 21:31:41 -07:00
PADManager.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
PADManager.h Clean up UI code. 2014-04-27 19:53:13 -04:00
Plugins.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
RegisterEditor.h Clean up UI code. 2014-04-27 19:53:13 -04:00
RSXDebugger.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
RSXDebugger.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
TextInputDialog.cpp Clean up UI code. 2014-04-27 19:53:13 -04:00
TextInputDialog.h Implemented small tool for generating id of HLE-Function. Fixed small issue in PADManager dialog. 2014-04-09 23:57:26 +04:00
VFSManager.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
VFSManager.h Clean up UI code. 2014-04-27 19:53:13 -04:00
VHDDManager.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
VHDDManager.h Clean up UI code. 2014-04-27 19:53:13 -04:00