Glenn Rice 
							
						 
					 
					
						
						
							
						
						4f6d4f5ddd 
					 
					
						
						
							
							Add internationalization support.  There aren't really any translations yet other than a little French thanks to DavidVag.  So now the translators need to go to work.  See  http://wiki.wxwidgets.org/Internationalization  for directions.  The binary .mo files are generated at build time on linux.  They are provided in Data/Languages for windows.  I don't know where they need to go on OSX, but they should be able to be generated there at least.  I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6747  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-05 04:35:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						e5311460a9 
					 
					
						
						
							
							Earlier versions of wxWidgets do not implicitly include <wx/wx.h>.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6527  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-12-05 15:36:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						a754f8e703 
					 
					
						
						
							
							We effectively only have a single namespace for private header files,  
						
						 
						
						... 
						
						
						
						so the recent addition of VideoCommon/Src/Debugger.h clashed with
DebuggerWX/Src/Debugger.h.
The latter had atrophied anyway, so just get rid of it to resolve the
conflict.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6526  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-12-05 15:28:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jordan Woyak 
							
						 
					 
					
						
						
							
						
						26f84c1e74 
					 
					
						
						
							
							StringUtil cleanup. Nothing seems broken.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6367  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-11-10 04:12:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						586f24645a 
					 
					
						
						
							
							Fix an issue using render to main in combination with the log window or console window, in which the renderer was not resized when the panes were resized.  
						
						 
						
						... 
						
						
						
						Also refresh the log window at that time so artifacts are cleared.
A little more code cleanup of the debugger windows.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5983  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-07-27 02:39:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						0eaa7352fd 
					 
					
						
						
							
							More work on the FrameAui:  
						
						 
						
						... 
						
						
						
						Added a default perspective for the debugger.
Save all perspectives, and not just the active one.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5979  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-07-26 03:46:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						a3c96ac42c 
					 
					
						
						
							
							Warp back to 5578.  Sorry for the lost changes, please re-apply.  Reason: 5579 is a complete disaster.  
						
						 
						
						... 
						
						
						
						Not only does it change tons of files to switch to a new and non-working (it doesn't parse my ini files, at least) ini parser, it also reshuffles a lot of code and removes a plugin. The latter part is fine, but doing these two major switches in one revision, one of which is broken, is completely unacceptable. I said to merge tiny changes, not massive reworkings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5589  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-06-03 18:05:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						e4085f0f04 
					 
					
						
						
							
							Merge GCPadNew into Dolphin. This takes place in three segments: Core, InputCommon, and InputUICommon. From now on it can be referred to just as "GCPad".  
						
						 
						
						... 
						
						
						
						Switch to Billiard's IniFile implementation throughout Dolphin (it's faster!!).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5579  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-06-03 04:55:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						feba09f7a3 
					 
					
						
						
							
							Linux global build.  At least the basic footwork is done here.  
						
						 
						
						... 
						
						
						
						Basic usage:  "sudo scons install=global install"
Hopefully this doesn't break builds on Macs.  I have tested this on linux and windows.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4994  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-02-02 21:56:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sl1nk3.s 
							
						 
					 
					
						
						
							
						
						c600926710 
					 
					
						
						
							
							Trying a fix to floating point single (issue 1556), Sonic Unleashed now have correct projections, also re-enabled color buffer clear on OpenGL plugin (was causing flickering in fullscreen and garbage on sides...)  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4441  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-20 23:09:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sl1nk3.s 
							
						 
					 
					
						
						
							
						
						56b8b6493c 
					 
					
						
						
							
							Debugger : fixed Breakpoint "toolbar", re-enabled a couple of host messages for dialog updates and other stuff, breakpoints in memory view are now memory checks instead of PPC breakpoints  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4337  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-27 21:28:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sl1nk3.s 
							
						 
					 
					
						
						
							
						
						c71f76834e 
					 
					
						
						
							
							GUI : Added possibility to move the logwindow around in non-debugger mode, fix toolbar size issue, fix changing themes (again...) and added abort button to extract all as well as misc changes.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4281  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-15 21:35:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						3b76f6dc80 
					 
					
						
						
							
							get rid of the '¯' chars in source code...non ascii chars are not really good to have floating around for no reason.  http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4231  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-08 16:07:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nakeee 
							
						 
					 
					
						
						
							
						
						5a99432f1b 
					 
					
						
						
							
							GUI: make some elements such as memory jit and breakpoint windows into  
						
						 
						
						... 
						
						
						
						wxpanels. It should now work in linux as well. I had to remove the bar 
off the breakpoint panel though, so we need to decide what to do with 
it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4227  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-07 20:51:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcus Wanners 
							
						 
					 
					
						
						
							
						
						50593397f3 
					 
					
						
						
							
							Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)!  
						
						 
						
						... 
						
						
						
						Yes, I used a script :D
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4169  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-02 21:00:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nakeee 
							
						 
					 
					
						
						
							
						
						387c6fdecd 
					 
					
						
						
							
							fix linux build in hope it will help JP to fix the gui on linux  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4121  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-08-31 21:07:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Peterson 
							
						 
					 
					
						
						
							
						
						5f3752d358 
					 
					
						
						
							
							GUI: Fixed breakpoints toolbar  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4078  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-08-27 11:08:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Peterson 
							
						 
					 
					
						
						
							
						
						da6a200540 
					 
					
						
						
							
							GUI: Dock logwindow  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4075  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-08-27 10:10:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								LPFaint99 
							
						 
					 
					
						
						
							
						
						8302ac84de 
					 
					
						
						
							
							dolphinwx and debuggerwx can now be compiled with unicode  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3906  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-07-30 07:09:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XTra.KrazzY 
							
						 
					 
					
						
						
							
						
						c86d2e5129 
					 
					
						
						
							
							Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3898  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-07-28 21:32:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								LPFaint99 
							
						 
					 
					
						
						
							
						
						cec4b65512 
					 
					
						
						
							
							revert part of r3896  
						
						 
						
						... 
						
						
						
						bad decision to move all ini paths to common
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3897  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-07-28 16:20:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								LPFaint99 
							
						 
					 
					
						
						
							
						
						22427f89bc 
					 
					
						
						
							
							Njoy can now be build with wxUSE_UNICODE 1 on windows  
						
						 
						
						... 
						
						
						
						move all static ini paths to Common
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3896  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-07-28 08:27:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								death2droid 
							
						 
					 
					
						
						
							
						
						73a7686044 
					 
					
						
						
							
							Fix up all copyright dates.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3886  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-07-26 11:51:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						7c92dada85 
					 
					
						
						
							
							added an AX disasm with (few) comments. Moved some code around to prepare to share some breakpoint code between the ppc and dsp  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3566  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-06-28 11:47:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						aecaf271f1 
					 
					
						
						
							
							New DSP debugger: step one. (not ready yet, but try loading zelda WW and look at the dsp debugger..).  
						
						 
						
						... 
						
						
						
						Had to shuffle around quite a lot of code to be able to extract the CodeView into a library nicely so it can be used from both the main dolphin and the LLE plugin...  also extracted the symboldb code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3517  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-06-21 08:39:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						60b25def18 
					 
					
						
						
							
							Allow changing of the debugger font and some cleanup  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2127  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-02-06 18:18:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						01598750b9 
					 
					
						
						
							
							Cleanup the breakpoint code a bit, fix updating the breakpoint window when clicking in the bp column in the code view.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1607  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-20 14:00:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bushing 
							
						 
					 
					
						
						
							
						
						49cfded60b 
					 
					
						
						
							
							set svn:eol-style=native for **.cpp  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1442  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-08 05:30:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						f7cb34f1e0 
					 
					
						
						
							
							Migration to the new dir struct (in code only!, no deletion of old dirs...yet). VS projects copy Data/* to Binary/<arch>. Added SConscript to some projects where it was missing. This is the time to move over all your files!  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1140  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-11-12 04:54:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Peterson 
							
						 
					 
					
						
						
							
						
						47f103567c 
					 
					
						
						
							
							Another small change  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1092  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-11-07 20:07:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fires.gc 
							
						 
					 
					
						
						
							
						
						ae0f0f8dcd 
					 
					
						
						
							
							reverted log manager... i hope that i havn't reverted to much but a lot of files are affected. if someone runs in any problems please tell me.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@936  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-10-22 10:36:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Peterson 
							
						 
					 
					
						
						
							
						
						f59ed4a8c9 
					 
					
						
						
							
							Some fixes for the log manager. Small change to breakpoint manager.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@918  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-10-20 07:39:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Peterson 
							
						 
					 
					
						
						
							
						
						ad589b7b6b 
					 
					
						
						
							
							Added a comment.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@907  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-10-18 03:04:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Peterson 
							
						 
					 
					
						
						
							
						
						b95ea6ceb6 
					 
					
						
						
							
							Added option to specify a range of addresses in MemoryChecks.ini.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@906  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-10-18 03:01:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Peterson 
							
						 
					 
					
						
						
							
						
						7804c2c026 
					 
					
						
						
							
							Added option to load breakpoints and memory checks from a file.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@905  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-10-18 02:21:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nakeee 
							
						 
					 
					
						
						
							
						
						3a130d4263 
					 
					
						
						
							
							change src to Src  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@604  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-09-22 06:50:27 +00:00