Lioncash 
							
						 
					 
					
						
						
							
						
						1db10b139c 
					 
					
						
						
							
							Remove all tab/space mismatches from the DolphinWX project (at least 99%. I promise!)  
						
						... 
						
						
						
						Also fix up the dangling else's. Shit just looks incredibly ugly in terms of actual structure in the code.
I took the liberty of adding comments in FifoPlayerDlg.cpp, LogConfigWindow.cpp, LogWindow.cpp, and FrameAui.cpp to better explain some things.
If any comments are wrong, don't hesitate to complain. 
						
						
					 
					
						2013-04-08 01:16:50 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Woyak 
							
						 
					 
					
						
						
							
						
						56f09d3b91 
					 
					
						
						
							
							Attempt to be consistent with conversions between std::string and wxString.  
						
						
						
						
					 
					
						2013-02-28 02:30:05 -06:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						2bae4345c5 
					 
					
						
						
							
							Revert "Ctrl+A support in the action replay code editing menu."  
						
						... 
						
						
						
						Guess it wasnt much of a solution as I'd hoped. (considering it seems to work on linux without this).
This reverts commit 0c1ea605d5 
						
						
					 
					
						2013-01-21 00:11:53 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						0c1ea605d5 
					 
					
						
						
							
							Ctrl+A support in the action replay code editing menu.  
						
						... 
						
						
						
						Makes adding/editing codes less of a pain in the ass. You don't need to manually highlight everything anymore. 
						
						
					 
					
						2013-01-20 23:24:56 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						bad9fd1f1d 
					 
					
						
						
							
							Linux build fix.  Also take care of a few compiler warnings that have developed.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7578  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-06-02 23:28:47 +00:00 
						 
				 
			
				
					
						
							
							
								DimitriPilot3 
							
						 
					 
					
						
						
							
						
						5224a5a007 
					 
					
						
						
							
							Cleaned up, and added some error-checking to the CARCodeAddEdit::SaveCheatData() function which deals with the parsing (and decrypting whenever needed) of lines of codes entered in the Add/Edit AR code dialog.  
						
						... 
						
						
						
						I believe this makes Dolphin more reliable than GCNcrypt v1.1 which seems to add (prepend) a buggy line when decrypting...
- Split lines using SplitString() once more (as done with ' ' and '-' already), instead of relying on find() and substr() and the (size_t)line variable.
- Rename some variables, use a for() loop instead of a while() loop.
- Apply the StripSpaces() function to each line before attempting to parse them as encrypted/decrypted AR code lines.  Without this, lines such as "B1PD-DXRQ-GTRKM " (notice the unexpected space character) would be recognized neither as encrypted nor as decrypted, which could result in badly decrypted codes (a problem I had tried to explain here: http://forums.dolphin-emulator.com/showthread.php?pid=153532#pid153532 ).
- For the sake of error-checking, after pressing OK, throw a warning in the following situations:  when a line of code is not in a valid encrypted or decrypted format, and whenever the resulting decrypted code doesn't contain any lines.
(did I do any mistakes?)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7569  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-05-29 13:51:42 +00:00 
						 
				 
			
				
					
						
							
							
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						e4141c331e 
					 
					
						
						
							
							Finish making dialogs close when escape is pressed.  Fixes issue 4265.  At least I think I got them all.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7365  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-03-17 04:26:01 +00:00 
						 
				 
			
				
					
						
							
							
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						984b0d14d2 
					 
					
						
						
							
							Translate PanicAlert captions too.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6841  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-13 20:53:37 +00:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						b7c2e523b3 
					 
					
						
						
							
							Treat strings from external sources as 8-bit so FromAscii doesn't barf.  
						
						... 
						
						
						
						Ideally we should be more character set aware, but at the moment we
use anonymous 7/8-bit strings in too many places.
Fix use of AddGrowable{Col,Row}. Any (non-zero) rows/columns must     
have been created first by adding an item to it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5648  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-06-11 08:39:03 +00:00 
						 
				 
			
				
					
						
							
							
								ayuanx 
							
						 
					 
					
						
						
							
						
						50139a394b 
					 
					
						
						
							
							More multi-byte display fix  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4750  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-12-29 18:25:45 +00:00 
						 
				 
			
				
					
						
							
							
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						4622bd0c8b 
					 
					
						
						
							
							reapply changes from 4550-4551,4556-4559 correctly...sigh...some files were ignored by tortoisesvn, and myself :|  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4570  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-11-14 17:50:51 +00:00 
						 
				 
			
				
					
						
							
							
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						06aa62504c 
					 
					
						
						
							
							revert to r4531, but keep the changes from the following revisions: 4533,4550-4551,4556-4559  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4566  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-11-14 17:08:32 +00:00 
						 
				 
			
				
					
						
							
							
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						f38aaca614 
					 
					
						
						
							
							apply deathknight13579's other changes from issue 1630  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4550  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-11-13 01:19:43 +00:00 
						 
				 
			
				
					
						
							
							
								sl1nk3.s 
							
						 
					 
					
						
						
							
						
						07408d7625 
					 
					
						
						
							
							Fix issue 1523, disable x64 path on Jit64::lXz causing issue 615, and revert the FPU change from r4441, as it's causing weird issues in SSBM  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4522  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-11-08 23:12:35 +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 
						 
				 
			
				
					
						
							
							
								magumagu9 
							
						 
					 
					
						
						
							
						
						1bcef5be76 
					 
					
						
						
							
							Misc warning fixes.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3582  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-06-28 20:38:01 +00:00 
						 
				 
			
				
					
						
							
							
								sl1nk3.s 
							
						 
					 
					
						
						
							
						
						0c799b3c64 
					 
					
						
						
							
							Fixed support for adding encrypted cheatcodes through GUI  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3161  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-05-06 18:53:27 +00:00 
						 
				 
			
				
					
						
							
							
								sl1nk3.s 
							
						 
					 
					
						
						
							
						
						efb0a11201 
					 
					
						
						
							
							Fixed various OGL fullscreen issues, screen shaking, esc key not working, misplaced fullscreen window.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2858  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-04-03 20:12:59 +00:00 
						 
				 
			
				
					
						
							
							
								Marcus Wanners 
							
						 
					 
					
						
						
							
						
						374861d63d 
					 
					
						
						
							
							Fix for AR code adding, as per sl1nk3.s's patch in issue 747.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2730  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-22 15:25:26 +00:00 
						 
				 
			
				
					
						
							
							
								LPFaint99 
							
						 
					 
					
						
						
							
						
						578c402d2c 
					 
					
						
						
							
							Update svn:eol-style=native ( r1442 ) for  Source/*.cpp  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2384  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-02-23 06:15:48 +00:00 
						 
				 
			
				
					
						
							
							
								omegadox 
							
						 
					 
					
						
						
							
						
						2b48640441 
					 
					
						
						
							
							small cleanup in OGL/VideoCommon and small fix to ARCodeAddEdit by slink  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2346  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-02-21 23:56:10 +00:00 
						 
				 
			
				
					
						
							
							
								XTra.KrazzY 
							
						 
					 
					
						
						
							
						
						4883727384 
					 
					
						
						
							
							Clarified Patch Add/Edit, added AR Add/Edit by slink3  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2313  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-02-20 00:07:35 +00:00 
						 
				 
			
				
					
						
							
							
								facugaich 
							
						 
					 
					
						
						
							
						
						09b3d2d227 
					 
					
						
						
							
							Changed the way the iterator is used in PatchAddEdit, I thought I'd submit it since it makes for shorter code.  
						
						... 
						
						
						
						Also a couple of bugfixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1755  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-01-03 23:02:13 +00:00 
						 
				 
			
				
					
						
							
							
								facugaich 
							
						 
					 
					
						
						
							
						
						3be88bb2dd 
					 
					
						
						
							
							- Janitorial tasks  
						
						... 
						
						
						
						- Bugfix in ARCode/Patch editor
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1612  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-20 18:46:49 +00:00 
						 
				 
			
				
					
						
							
							
								nakeee 
							
						 
					 
					
						
						
							
						
						2a2a83b7c8 
					 
					
						
						
							
							small clean up  
						
						... 
						
						
						
						enabled njoy_test
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1563  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-17 10:30:44 +00:00 
						 
				 
			
				
					
						
							
							
								magumagu9 
							
						 
					 
					
						
						
							
						
						ea2045e536 
					 
					
						
						
							
							A couple of compile fixes; standard string screwups.  
						
						... 
						
						
						
						I'm also running into an error in Source/Core/Core/Src/MemTools.cpp, but 
I'm not sure what the right fix is there.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1562  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-17 09:46:32 +00:00 
						 
				 
			
				
					
						
							
							
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						4a5d9ded94 
					 
					
						
						
							
							namespace-ified ActionReplay, and made ISOProperties use the existing AR code. bonus: encrypted arcodes are saved as unencrypted codes just by closing the isoproperties dialog. also added ARCodeAddEdit, but once again, it only views entries atm. some misc wxw cleanup  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1560  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-17 04:14:24 +00:00